LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_mscorlib_15.cpp

40648 lines
1.8 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct VirtFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct VirtActionInvoker8
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct VirtFuncInvoker8
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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);
}
};
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 R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Mono.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A;
// Mono.Globalization.Unicode.CodePointIndexer/TableRange[]
struct TableRangeU5BU5D_t6948DE52FB348848EC96FB928C2FCFEFB250C23A;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.Boolean[]
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07;
// System.ByteMatcher
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Console/InternalCancelHandler
struct InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A;
// System.ConsoleCancelEventHandler
struct ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4;
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D;
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A;
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7;
// System.ParameterizedStrings/FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
// System.Reflection.Assembly
struct Assembly_t;
// System.Reflection.Assembly/ResolveEventHolder
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.SByte[]
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653;
// System.TermInfoReader
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C;
// System.Text.ASCIIEncoding
struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderExceptionFallback
struct DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9;
// System.Text.DecoderExceptionFallbackBuffer
struct DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
// System.Text.DecoderFallbackException
struct DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A;
// System.Text.DecoderNLS
struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD;
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742;
// System.Text.DecoderReplacementFallbackBuffer
struct DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderExceptionFallback
struct EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58;
// System.Text.EncoderExceptionFallbackBuffer
struct EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C;
// System.Text.EncoderFallbackException
struct EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53;
// System.Text.EncoderNLS
struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8;
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998;
// System.Text.EncoderReplacementFallbackBuffer
struct EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.Encoding/DefaultDecoder
struct DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C;
// System.Text.Encoding/DefaultEncoder
struct DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225;
// System.Text.Encoding/EncodingByteBuffer
struct EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5;
// System.Text.Encoding/EncodingCharBuffer
struct EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0;
// System.Text.EncodingNLS
struct EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7;
// System.Text.EncodingProvider
struct EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480;
// System.Text.EncodingProvider[]
struct EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49;
// System.Text.InternalDecoderBestFitFallback
struct InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4;
// System.Text.InternalDecoderBestFitFallbackBuffer
struct InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F;
// System.Text.InternalEncoderBestFitFallback
struct InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3;
// System.Text.InternalEncoderBestFitFallbackBuffer
struct InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3;
// System.Text.Latin1Encoding
struct Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Text.UTF32Encoding
struct UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A;
// System.Text.UTF7Encoding
struct UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86;
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE;
// System.Text.UnicodeEncoding
struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
extern RuntimeClass* ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
extern RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var;
extern RuntimeClass* ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var;
extern RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23_il2cpp_TypeInfo_var;
extern RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var;
extern RuntimeClass* DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_il2cpp_TypeInfo_var;
extern RuntimeClass* DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var;
extern RuntimeClass* EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A_il2cpp_TypeInfo_var;
extern RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var;
extern RuntimeClass* EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var;
extern RuntimeClass* EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var;
extern RuntimeClass* EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var;
extern RuntimeClass* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var;
extern RuntimeClass* ICustomFormatter_tDAB6E1F893DB2D4F44572E9B6ED6E82BC9D26D1E_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901_il2cpp_TypeInfo_var;
extern RuntimeClass* IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var;
extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
extern RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
extern RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
extern RuntimeClass* NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var;
extern RuntimeClass* Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var;
extern RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var;
extern RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var;
extern RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
extern RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
extern RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782_il2cpp_TypeInfo_var;
extern RuntimeClass* TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var;
extern RuntimeClass* TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var;
extern RuntimeClass* TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var;
extern RuntimeClass* TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var;
extern RuntimeClass* UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86_il2cpp_TypeInfo_var;
extern RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
extern RuntimeClass* UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_3_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_130_FieldInfo_var;
extern String_t* _stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70;
extern String_t* _stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0;
extern String_t* _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A;
extern String_t* _stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9;
extern String_t* _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316;
extern String_t* _stringLiteral12B316FD412591B95637D99714DDDBD3638B2D91;
extern String_t* _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6;
extern String_t* _stringLiteral1423A24195F33B29B91882563FADE351CF5AD3AB;
extern String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336;
extern String_t* _stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC;
extern String_t* _stringLiteral1A75B798F31CCE27B38AA9AE88BDD80B52DCD158;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral2028F29133B2E44BEB124C38745724AC71E7E14C;
extern String_t* _stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1;
extern String_t* _stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59;
extern String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
extern String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
extern String_t* _stringLiteral30604394791BC9E659A2233492C5416B09AC67D5;
extern String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
extern String_t* _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C;
extern String_t* _stringLiteral36D1AAE32206DD665C860BDBE0E1AC6343CE46CC;
extern String_t* _stringLiteral37A1B691DA7F35114BD641247FD0D89D439D37B4;
extern String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891;
extern String_t* _stringLiteral3ECE74215FB2793907E8EFA463AA7FFD96E196C1;
extern String_t* _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A;
extern String_t* _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF;
extern String_t* _stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070;
extern String_t* _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E;
extern String_t* _stringLiteral45BD908DF490EDD79694BA0DAFF82FC092970B55;
extern String_t* _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976;
extern String_t* _stringLiteral5578D8A7F74274702931BBEDBD2FC483A5E92E4B;
extern String_t* _stringLiteral587F8A95F0C1E3884550985E4830A26302A3BFCF;
extern String_t* _stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7;
extern String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
extern String_t* _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8;
extern String_t* _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D;
extern String_t* _stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00;
extern String_t* _stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018;
extern String_t* _stringLiteral62836465B297BA5E6273FE13E6F591F548238688;
extern String_t* _stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5;
extern String_t* _stringLiteral66023E7A5B189C6C1C5EA722520C1072C9242ACD;
extern String_t* _stringLiteral6A95BAFF5E18ABC1DDB687C6380A1673A59B072F;
extern String_t* _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
extern String_t* _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5;
extern String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
extern String_t* _stringLiteral775325E8E3D43CA0A75ECC4B8F141DBA50659A93;
extern String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
extern String_t* _stringLiteral787D1014DDC9B67D8157D7974127B8858C74A1EC;
extern String_t* _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE;
extern String_t* _stringLiteral7ACCA304FE963539CFDDCF6B8196F086F19C0105;
extern String_t* _stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3;
extern String_t* _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860;
extern String_t* _stringLiteral7CEE422D4A55A986BA38DEF6BF4F5978013FD582;
extern String_t* _stringLiteral803BC706433955BEFB65FFB4F485FE82A19FAD95;
extern String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710;
extern String_t* _stringLiteral876176D7E90558A72F1CF2358EA1AC4C58845926;
extern String_t* _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56;
extern String_t* _stringLiteral8A241C968A2685AEB603CE6F4A5CC4DC9097CA13;
extern String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA;
extern String_t* _stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6;
extern String_t* _stringLiteral92D0CE77948C91E565CEE35102CC532CE1D21A6F;
extern String_t* _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915;
extern String_t* _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA;
extern String_t* _stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE;
extern String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
extern String_t* _stringLiteral9C69ED46DDEDE4A71CFA1D52A9CD28D7430F6E50;
extern String_t* _stringLiteral9DBFE0068B99B1F80D4D19F33A3428AC56F51C1A;
extern String_t* _stringLiteral9E90614EF6993D80DCEAC568C486CC6672F4CA07;
extern String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313;
extern String_t* _stringLiteralA01DFAA538E95225DAC97E697E012232DD8791A6;
extern String_t* _stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789;
extern String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
extern String_t* _stringLiteralA312766BFB2DE609B56DA005A8AC1274644F2CC9;
extern String_t* _stringLiteralA6738FE7E06CA51E1F969D48582951374F467129;
extern String_t* _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0;
extern String_t* _stringLiteralA81A69522BC51531298956C7ABB3DB48E62C16E2;
extern String_t* _stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E;
extern String_t* _stringLiteralA9FB4E9CDFDDA8973EE329DE4396AF8172A25428;
extern String_t* _stringLiteralAA446C31061E98A887E43DF65EBA2E37EDA483E8;
extern String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
extern String_t* _stringLiteralAC7EE53D255CCAA9C142D834D50D914FB2AF12D7;
extern String_t* _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E;
extern String_t* _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF;
extern String_t* _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC;
extern String_t* _stringLiteralB3B9137B4F1F0982964916EA57B8ACA87A7E4284;
extern String_t* _stringLiteralB44944E84F7E39F8E5F2BF429CDE253C80A0C5C5;
extern String_t* _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22;
extern String_t* _stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB;
extern String_t* _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB863A975819F3FEC6A60E378417FAFD94AD4935A;
extern String_t* _stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7;
extern String_t* _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
extern String_t* _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5;
extern String_t* _stringLiteralBAB8760F6CF09B28595E71F6D936D7009C0C073C;
extern String_t* _stringLiteralC16F239F05BFEF8B527BABF85A79069CE7036D69;
extern String_t* _stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC;
extern String_t* _stringLiteralC9B08AB49A91B1E8B22BDF58F1089D18D3B4B43B;
extern String_t* _stringLiteralC9E6E7DE9703383E07A53813E0B0CEAC3F74E9D8;
extern String_t* _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361;
extern String_t* _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE;
extern String_t* _stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A;
extern String_t* _stringLiteralCDDB8772CED7B8ED1FE0EAA7D513FF405474F6A0;
extern String_t* _stringLiteralD2561964F0D8225BFD9FFD19F2EDF87C49E94DCF;
extern String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
extern String_t* _stringLiteralD347B33BFB9D03B433FB72FD513D1CD388D10678;
extern String_t* _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC;
extern String_t* _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
extern String_t* _stringLiteralDCB40626091C3234CCD76DD6C57003824DA5B71E;
extern String_t* _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2;
extern String_t* _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2;
extern String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
extern String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
extern String_t* _stringLiteralE7C5CD57248F4E07626424CDD3264DE81ED7158F;
extern String_t* _stringLiteralE955147DF4E262D1FA12E3D95CD328877F99AC9E;
extern String_t* _stringLiteralE99EEC4083A5DD346B0151B330B85D916127AFD2;
extern String_t* _stringLiteralE9AB123A1B061C01E4DECF3CA5FDDFDE90CC3502;
extern String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF5B1C6DBB589A6CFBD4698F1E5B4B27DB5735D40;
extern String_t* _stringLiteralF7623357202A0F46697BF67CA5E89239746A567B;
extern String_t* _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15;
extern String_t* _stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377;
extern String_t* _stringLiteralFE33A7567702B746D875A97C59E45B51214D3B20;
extern const RuntimeMethod* ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var;
extern const RuntimeMethod* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var;
extern const RuntimeMethod* DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_RuntimeMethod_var;
extern const RuntimeMethod* DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var;
extern const RuntimeMethod* DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var;
extern const RuntimeMethod* DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var;
extern const RuntimeMethod* DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_RuntimeMethod_var;
extern const RuntimeMethod* DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B_RuntimeMethod_var;
extern const RuntimeMethod* Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_RuntimeMethod_var;
extern const RuntimeMethod* Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var;
extern const RuntimeMethod* Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var;
extern const RuntimeMethod* Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var;
extern const RuntimeMethod* DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData_m475E596E4F8ED1E26FAF132314A9BAB579102081_RuntimeMethod_var;
extern const RuntimeMethod* DefaultDecoder__ctor_m0601A370615BC4C401EDA86A50BDA20F94EC1F85_RuntimeMethod_var;
extern const RuntimeMethod* DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF747E1AEF49CC8DEA43BAD82E86618930CBCC4F9_RuntimeMethod_var;
extern const RuntimeMethod* DefaultEncoder__ctor_m0574B449E426AF58A6F20012DD76FCBDFA8D69A6_RuntimeMethod_var;
extern const RuntimeMethod* EncoderExceptionFallbackBuffer_Fallback_m6CD1D726ACAD39EFEC45431ADB4FA492429EE8D2_RuntimeMethod_var;
extern const RuntimeMethod* EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_RuntimeMethod_var;
extern const RuntimeMethod* EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458_RuntimeMethod_var;
extern const RuntimeMethod* EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE_RuntimeMethod_var;
extern const RuntimeMethod* EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_RuntimeMethod_var;
extern const RuntimeMethod* EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8_RuntimeMethod_var;
extern const RuntimeMethod* EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_RuntimeMethod_var;
extern const RuntimeMethod* EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863_RuntimeMethod_var;
extern const RuntimeMethod* EncoderNLS__ctor_mE2590720A5C5F377BA69269772C1C05E70417DD4_RuntimeMethod_var;
extern const RuntimeMethod* EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3_RuntimeMethod_var;
extern const RuntimeMethod* EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD_RuntimeMethod_var;
extern const RuntimeMethod* Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE_RuntimeMethod_var;
extern const RuntimeMethod* Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1_RuntimeMethod_var;
extern const RuntimeMethod* EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetByteCount_m2C40854638120514BDE434F02FD3F8A8424DBB6C_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_RuntimeMethod_var;
extern const RuntimeMethod* EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetByteCount_m1815AFD8D6BC8253FF5A3D9FEE46C071BB9D2E94_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetBytes_m197C4F2B5CABE60CC40D47FB126441F095C05B2C_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetBytes_m290C357E78642FE0B527444BD7D8053AA32F4BB8_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_GetString_m93E37199E4612FD0A2FB0D70386EC0A061BAB783_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F_RuntimeMethod_var;
extern const RuntimeMethod* Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC_RuntimeMethod_var;
extern const RuntimeMethod* Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A_RuntimeMethod_var;
extern const RuntimeMethod* InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282_RuntimeMethod_var;
extern const RuntimeMethod* Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870_RuntimeMethod_var;
extern const RuntimeMethod* Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData_m960812B3C6399B43D2C888B0A766F74164F671E9_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_ToString_mC93526603BBE053CAD68863D7ED464354598E7EF_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA_RuntimeMethod_var;
extern const RuntimeMethod* StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B_RuntimeMethod_var;
extern const RuntimeMethod* StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var;
extern const RuntimeMethod* StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var;
extern const RuntimeMethod* TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var;
extern const RuntimeMethod* TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var;
extern const RuntimeMethod* TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var;
extern const RuntimeMethod* TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var;
extern const RuntimeMethod* TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var;
extern const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
extern const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
extern const RuntimeType* DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var;
extern const RuntimeType* DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_0_0_0_var;
extern const RuntimeType* DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225_0_0_0_var;
extern const RuntimeType* EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_0_0_0_var;
extern const RuntimeType* Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var;
extern const RuntimeType* ICustomFormatter_tDAB6E1F893DB2D4F44572E9B6ED6E82BC9D26D1E_0_0_0_var;
extern const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
extern const uint32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId;
extern const uint32_t ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId;
extern const uint32_t DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_MetadataUsageId;
extern const uint32_t DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC_MetadataUsageId;
extern const uint32_t DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830_MetadataUsageId;
extern const uint32_t DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_MetadataUsageId;
extern const uint32_t DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_MetadataUsageId;
extern const uint32_t DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_MetadataUsageId;
extern const uint32_t DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142_MetadataUsageId;
extern const uint32_t DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B_MetadataUsageId;
extern const uint32_t DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE_MetadataUsageId;
extern const uint32_t DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA_MetadataUsageId;
extern const uint32_t DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636_MetadataUsageId;
extern const uint32_t DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_MetadataUsageId;
extern const uint32_t DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_MetadataUsageId;
extern const uint32_t DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_MetadataUsageId;
extern const uint32_t DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_MetadataUsageId;
extern const uint32_t DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_MetadataUsageId;
extern const uint32_t DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF_MetadataUsageId;
extern const uint32_t DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_MetadataUsageId;
extern const uint32_t DecoderReplacementFallback_CreateFallbackBuffer_m58EBE4EC55BFA7AD53FCD9EBAD57C3711D397BB9_MetadataUsageId;
extern const uint32_t DecoderReplacementFallback_Equals_m43C71FC374F022BFBCE93CDDBC11D133D3024E9A_MetadataUsageId;
extern const uint32_t DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231_MetadataUsageId;
extern const uint32_t DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B_MetadataUsageId;
extern const uint32_t Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_MetadataUsageId;
extern const uint32_t Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_MetadataUsageId;
extern const uint32_t Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_MetadataUsageId;
extern const uint32_t Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_MetadataUsageId;
extern const uint32_t Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F_MetadataUsageId;
extern const uint32_t Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E_MetadataUsageId;
extern const uint32_t DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData_m475E596E4F8ED1E26FAF132314A9BAB579102081_MetadataUsageId;
extern const uint32_t DefaultDecoder__ctor_m0601A370615BC4C401EDA86A50BDA20F94EC1F85_MetadataUsageId;
extern const uint32_t DefaultEncoder_GetRealObject_mFC0E30A007FEB23FCB1120D24BFEADEFEAAF28A4_MetadataUsageId;
extern const uint32_t DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF747E1AEF49CC8DEA43BAD82E86618930CBCC4F9_MetadataUsageId;
extern const uint32_t DefaultEncoder__ctor_m0574B449E426AF58A6F20012DD76FCBDFA8D69A6_MetadataUsageId;
extern const uint32_t EncoderExceptionFallbackBuffer_Fallback_m6CD1D726ACAD39EFEC45431ADB4FA492429EE8D2_MetadataUsageId;
extern const uint32_t EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_MetadataUsageId;
extern const uint32_t EncoderExceptionFallback_CreateFallbackBuffer_m66DF08AB1D188B42DFF054236E89C5A3CC365DA1_MetadataUsageId;
extern const uint32_t EncoderExceptionFallback_Equals_m503A69B17276C0195B01103EFBC15AF9B43FAC66_MetadataUsageId;
extern const uint32_t EncoderFallbackBuffer_InternalFallback_m70F3D08525132DEF574F144179AB434FFE69AAC1_MetadataUsageId;
extern const uint32_t EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458_MetadataUsageId;
extern const uint32_t EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE_MetadataUsageId;
extern const uint32_t EncoderFallbackException__ctor_m1468C9E711D30C951DF59F194D1421975A3BA3D5_MetadataUsageId;
extern const uint32_t EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8_MetadataUsageId;
extern const uint32_t EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87_MetadataUsageId;
extern const uint32_t EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139_MetadataUsageId;
extern const uint32_t EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_MetadataUsageId;
extern const uint32_t EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8_MetadataUsageId;
extern const uint32_t EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_MetadataUsageId;
extern const uint32_t EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863_MetadataUsageId;
extern const uint32_t EncoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m566F1B89E8969DA385039F405B963C630E9A251D_MetadataUsageId;
extern const uint32_t EncoderNLS__ctor_mE2590720A5C5F377BA69269772C1C05E70417DD4_MetadataUsageId;
extern const uint32_t EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3_MetadataUsageId;
extern const uint32_t EncoderReplacementFallbackBuffer_Fallback_mE5AF63C1276344255C17B117359253A553F0F5B7_MetadataUsageId;
extern const uint32_t EncoderReplacementFallback_CreateFallbackBuffer_mFFF8A98D618365EFE337A954FC1B630D0C1833F4_MetadataUsageId;
extern const uint32_t EncoderReplacementFallback_Equals_m2B6448E4B76B3F9CA1F888F9D6EBBD78A817504D_MetadataUsageId;
extern const uint32_t EncoderReplacementFallback__ctor_mAB909581BDACE020217C9A308321E41802705D1E_MetadataUsageId;
extern const uint32_t EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD_MetadataUsageId;
extern const uint32_t Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE_MetadataUsageId;
extern const uint32_t Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1_MetadataUsageId;
extern const uint32_t Encoder_Reset_mF9B38AA1D0D1B26E6C4C2E335B8A4293B4B06B4B_MetadataUsageId;
extern const uint32_t Encoder_SerializeEncoder_mACD65E50C4E5C9C6646AA44B5FB63CEDE0931079_MetadataUsageId;
extern const uint32_t EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D_MetadataUsageId;
extern const uint32_t EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69_MetadataUsageId;
extern const uint32_t EncodingHelper_GetDefaultEncoding_m11A46F8629633F14B5C9787094E4A50862D6B5C1_MetadataUsageId;
extern const uint32_t EncodingHelper_InvokeI18N_m638F0C7660999BE0390DD7E26CBC9603D139D2D6_MetadataUsageId;
extern const uint32_t EncodingHelper__cctor_m3A7B50759A632B7B6EF4F4B20E83B989249EEA9B_MetadataUsageId;
extern const uint32_t EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335_MetadataUsageId;
extern const uint32_t EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52_MetadataUsageId;
extern const uint32_t EncodingNLS_GetByteCount_m2C40854638120514BDE434F02FD3F8A8424DBB6C_MetadataUsageId;
extern const uint32_t EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_MetadataUsageId;
extern const uint32_t EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_MetadataUsageId;
extern const uint32_t EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C_MetadataUsageId;
extern const uint32_t EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_MetadataUsageId;
extern const uint32_t EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_MetadataUsageId;
extern const uint32_t EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90_MetadataUsageId;
extern const uint32_t EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE_MetadataUsageId;
extern const uint32_t EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_MetadataUsageId;
extern const uint32_t EncodingNLS_GetDecoder_m22925AF3BB308D18DA59AECF827167560F330440_MetadataUsageId;
extern const uint32_t EncodingNLS_GetEncoder_m5A728D551A7FB15FD6672152D10C764E4391389C_MetadataUsageId;
extern const uint32_t EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_MetadataUsageId;
extern const uint32_t EncodingProvider_GetEncodingFromProvider_m6B4B2550725947939A8DEF0B26D335D7957017A7_MetadataUsageId;
extern const uint32_t EncodingProvider_GetEncodingFromProvider_mA0F1D2A29AF8309112363BA3AEAD24F4F84F8A6F_MetadataUsageId;
extern const uint32_t EncodingProvider__cctor_mFF0BD781A7712C88D2ACAFCE51E43352446EF041_MetadataUsageId;
extern const uint32_t Encoding_Clone_m9EC175C49D6B898E2560FFF1A790685DBC3A20B5_MetadataUsageId;
extern const uint32_t Encoding_CreateDefaultEncoding_mB5BD9528BFE643F1852752B28EA8426C195E73A5_MetadataUsageId;
extern const uint32_t Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44_MetadataUsageId;
extern const uint32_t Encoding_Equals_m6C089BFFAFA374F1EE085C7992F3138B105A9A5F_MetadataUsageId;
extern const uint32_t Encoding_GetBestFitBytesToUnicodeData_m2F61B0EA9A8D41E502ABAB0C9E8D305DA2BF32E6_MetadataUsageId;
extern const uint32_t Encoding_GetBestFitUnicodeToBytesData_m36711A36F8890CADE431F69044F6F1B8E4C34E94_MetadataUsageId;
extern const uint32_t Encoding_GetByteCount_m1815AFD8D6BC8253FF5A3D9FEE46C071BB9D2E94_MetadataUsageId;
extern const uint32_t Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA_MetadataUsageId;
extern const uint32_t Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406_MetadataUsageId;
extern const uint32_t Encoding_GetBytes_m197C4F2B5CABE60CC40D47FB126441F095C05B2C_MetadataUsageId;
extern const uint32_t Encoding_GetBytes_m290C357E78642FE0B527444BD7D8053AA32F4BB8_MetadataUsageId;
extern const uint32_t Encoding_GetBytes_m96117DE55598CA75EA00280F6ED0E27857E7F988_MetadataUsageId;
extern const uint32_t Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E_MetadataUsageId;
extern const uint32_t Encoding_GetChars_m32B53FEFE17AD33BA97069CF0006E62AE50504A8_MetadataUsageId;
extern const uint32_t Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F_MetadataUsageId;
extern const uint32_t Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE_MetadataUsageId;
extern const uint32_t Encoding_GetDecoder_mFC20C2D17E2FF39A41E1BB92B680477B9F2F1379_MetadataUsageId;
extern const uint32_t Encoding_GetEncoder_mC660F77C18265A7C32355E2F08DC13EE9C4BA4D8_MetadataUsageId;
extern const uint32_t Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_MetadataUsageId;
extern const uint32_t Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E_MetadataUsageId;
extern const uint32_t Encoding_GetPreamble_mF296992828EE92546FB29DD3014C0F10E253D421_MetadataUsageId;
extern const uint32_t Encoding_GetString_m93E37199E4612FD0A2FB0D70386EC0A061BAB783_MetadataUsageId;
extern const uint32_t Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D_MetadataUsageId;
extern const uint32_t Encoding_SetDefaultFallbacks_m50957843AEDBDF1A16CB170D84F67B6801F83B7C_MetadataUsageId;
extern const uint32_t Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC_MetadataUsageId;
extern const uint32_t Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F_MetadataUsageId;
extern const uint32_t Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5_MetadataUsageId;
extern const uint32_t Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E_MetadataUsageId;
extern const uint32_t Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD_MetadataUsageId;
extern const uint32_t Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2_MetadataUsageId;
extern const uint32_t Encoding_get_InternalSyncObject_m83E4529829B8FCFB1CE706425804440F6BAD073E_MetadataUsageId;
extern const uint32_t Encoding_get_Latin1_m3CC61D40BEE46C311295920FC97B0EBF8AE620F3_MetadataUsageId;
extern const uint32_t Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15_MetadataUsageId;
extern const uint32_t Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C_MetadataUsageId;
extern const uint32_t Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9_MetadataUsageId;
extern const uint32_t Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA_MetadataUsageId;
extern const uint32_t Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC_MetadataUsageId;
extern const uint32_t Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A_MetadataUsageId;
extern const uint32_t InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m882032FDCD9281FC5145B8AA0F2C604EB806915A_MetadataUsageId;
extern const uint32_t InternalDecoderBestFitFallback_CreateFallbackBuffer_mAB113BA8D99815EA9F69A4E6AB7E07C7463AC05D_MetadataUsageId;
extern const uint32_t InternalDecoderBestFitFallback_Equals_m5D263B30BFF1BF1350E9D6C455ACF80609B9EE6E_MetadataUsageId;
extern const uint32_t InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282_MetadataUsageId;
extern const uint32_t InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_m07257512FD952E191F4C1A480BB8F2B43D3CEA21_MetadataUsageId;
extern const uint32_t InternalEncoderBestFitFallback_CreateFallbackBuffer_mCBD6DBF828C05ECBC79FF3FD17D4A77296A48079_MetadataUsageId;
extern const uint32_t InternalEncoderBestFitFallback_Equals_m2EB7A90447CFF5F07B9C30156893557CD89C6E93_MetadataUsageId;
extern const uint32_t Latin1Encoding_GetBestFitUnicodeToBytesData_m7849A960639E0F878D616C5E582D8D6A7A841CFD_MetadataUsageId;
extern const uint32_t Latin1Encoding_GetByteCount_m74213E435664F3679804DD58FDC0416AE9EEFAC9_MetadataUsageId;
extern const uint32_t Latin1Encoding_GetBytes_m28F54ACA866F4892816A78841E4E01E6EFACF46A_MetadataUsageId;
extern const uint32_t Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870_MetadataUsageId;
extern const uint32_t Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48_MetadataUsageId;
extern const uint32_t Latin1Encoding_System_Runtime_Serialization_ISerializable_GetObjectData_m10ED95D4268DCB8DA51492C630A9FA00F13AD61C_MetadataUsageId;
extern const uint32_t Latin1Encoding__cctor_m5B1BF7E520244F62262D7E8849AC9B7BBB7781C4_MetadataUsageId;
extern const uint32_t Normalization_CharMapIdx_mD7FF7B9511E1108A8718E0AA1C81EB65BDCE6BA9_MetadataUsageId;
extern const uint32_t Normalization_CombineHangul_m6ACCCB03BD7578B68D7EBF7A57EA5D3589CE089B_MetadataUsageId;
extern const uint32_t Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A_MetadataUsageId;
extern const uint32_t Normalization_Combine_mF29961DF76E25EDF17A7173DCE1F82B3A2457702_MetadataUsageId;
extern const uint32_t Normalization_Compose_mEB36830839D05AAA1579B2500EAF0AF0611910AA_MetadataUsageId;
extern const uint32_t Normalization_DecomposeChar_mFCD460869F56DD899498A1A3F70025C1C1B84A6C_MetadataUsageId;
extern const uint32_t Normalization_Decompose_m72A6B276D99DEA8A6060E5060342D44BE739E030_MetadataUsageId;
extern const uint32_t Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE_MetadataUsageId;
extern const uint32_t Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1_MetadataUsageId;
extern const uint32_t Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779_MetadataUsageId;
extern const uint32_t Normalization_GetPrimaryCompositeFromMapIndex_mC882AED4638E77E976BC56DDA2F6DA2448EFA022_MetadataUsageId;
extern const uint32_t Normalization_GetPrimaryCompositeHelperIndex_mBF42ECA25605228B344D469251274E6E0C0102B2_MetadataUsageId;
extern const uint32_t Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF_MetadataUsageId;
extern const uint32_t Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E_MetadataUsageId;
extern const uint32_t Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511_MetadataUsageId;
extern const uint32_t Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B_MetadataUsageId;
extern const uint32_t Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C_MetadataUsageId;
extern const uint32_t Normalization_TryComposeWithPreviousStarter_mC6EE7E98390E0FDA79259873D8CF514EBCFBC162_MetadataUsageId;
extern const uint32_t Normalization_TryCompose_m5879D248041F211393CD46EA75FB4654253A2BD7_MetadataUsageId;
extern const uint32_t Normalization__cctor_m44035F20D7FD40CD6C7A11C4994FD5DC11D69A0A_MetadataUsageId;
extern const uint32_t StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273_MetadataUsageId;
extern const uint32_t StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45_MetadataUsageId;
extern const uint32_t StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_MetadataUsageId;
extern const uint32_t StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9_MetadataUsageId;
extern const uint32_t StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C_MetadataUsageId;
extern const uint32_t StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B_MetadataUsageId;
extern const uint32_t StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33_MetadataUsageId;
extern const uint32_t StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C_MetadataUsageId;
extern const uint32_t StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_MetadataUsageId;
extern const uint32_t StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF_MetadataUsageId;
extern const uint32_t StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_MetadataUsageId;
extern const uint32_t StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773_MetadataUsageId;
extern const uint32_t StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_MetadataUsageId;
extern const uint32_t StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData_m960812B3C6399B43D2C888B0A766F74164F671E9_MetadataUsageId;
extern const uint32_t StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D_MetadataUsageId;
extern const uint32_t StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84_MetadataUsageId;
extern const uint32_t StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_MetadataUsageId;
extern const uint32_t StringBuilder_ToString_mC93526603BBE053CAD68863D7ED464354598E7EF_MetadataUsageId;
extern const uint32_t StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_MetadataUsageId;
extern const uint32_t StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956_MetadataUsageId;
extern const uint32_t StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_MetadataUsageId;
extern const uint32_t StringBuilder__ctor_mAC298BE4C79DFA111AA5AA4063F79F47744959FD_MetadataUsageId;
extern const uint32_t StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6_MetadataUsageId;
extern const uint32_t StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA_MetadataUsageId;
extern const uint32_t StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B_MetadataUsageId;
extern const uint32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId;
extern const uint32_t StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId;
extern const uint32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId;
extern const uint32_t StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId;
extern const uint32_t StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId;
extern const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId;
extern const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId;
extern const uint32_t StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId;
extern const uint32_t SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId;
extern const uint32_t SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId;
extern const uint32_t SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId;
extern const uint32_t SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId;
extern const uint32_t TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId;
extern const uint32_t TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId;
extern const uint32_t TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId;
extern const uint32_t TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId;
extern const uint32_t TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId;
extern const uint32_t TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId;
extern const uint32_t TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId;
extern const uint32_t TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId;
extern const uint32_t TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId;
extern const uint32_t TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId;
extern const uint32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId;
extern const uint32_t TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId;
extern const uint32_t TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId;
extern const uint32_t TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId;
extern const uint32_t TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId;
extern const uint32_t TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId;
extern const uint32_t TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId;
extern const uint32_t TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId;
extern const uint32_t TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId;
extern const uint32_t TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId;
extern const uint32_t TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2;
struct EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
#ifndef CODEPOINTINDEXER_TA70DBD5101E826E30EEF124C2EEE1019B539DB4A_H
#define CODEPOINTINDEXER_TA70DBD5101E826E30EEF124C2EEE1019B539DB4A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Globalization.Unicode.CodePointIndexer
struct CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A : public RuntimeObject
{
public:
// Mono.Globalization.Unicode.CodePointIndexer_TableRange[] Mono.Globalization.Unicode.CodePointIndexer::ranges
TableRangeU5BU5D_t6948DE52FB348848EC96FB928C2FCFEFB250C23A* ___ranges_0;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::TotalCount
int32_t ___TotalCount_1;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultIndex
int32_t ___defaultIndex_2;
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::defaultCP
int32_t ___defaultCP_3;
public:
inline static int32_t get_offset_of_ranges_0() { return static_cast<int32_t>(offsetof(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A, ___ranges_0)); }
inline TableRangeU5BU5D_t6948DE52FB348848EC96FB928C2FCFEFB250C23A* get_ranges_0() const { return ___ranges_0; }
inline TableRangeU5BU5D_t6948DE52FB348848EC96FB928C2FCFEFB250C23A** get_address_of_ranges_0() { return &___ranges_0; }
inline void set_ranges_0(TableRangeU5BU5D_t6948DE52FB348848EC96FB928C2FCFEFB250C23A* value)
{
___ranges_0 = value;
Il2CppCodeGenWriteBarrier((&___ranges_0), value);
}
inline static int32_t get_offset_of_TotalCount_1() { return static_cast<int32_t>(offsetof(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A, ___TotalCount_1)); }
inline int32_t get_TotalCount_1() const { return ___TotalCount_1; }
inline int32_t* get_address_of_TotalCount_1() { return &___TotalCount_1; }
inline void set_TotalCount_1(int32_t value)
{
___TotalCount_1 = value;
}
inline static int32_t get_offset_of_defaultIndex_2() { return static_cast<int32_t>(offsetof(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A, ___defaultIndex_2)); }
inline int32_t get_defaultIndex_2() const { return ___defaultIndex_2; }
inline int32_t* get_address_of_defaultIndex_2() { return &___defaultIndex_2; }
inline void set_defaultIndex_2(int32_t value)
{
___defaultIndex_2 = value;
}
inline static int32_t get_offset_of_defaultCP_3() { return static_cast<int32_t>(offsetof(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A, ___defaultCP_3)); }
inline int32_t get_defaultCP_3() const { return ___defaultCP_3; }
inline int32_t* get_address_of_defaultCP_3() { return &___defaultCP_3; }
inline void set_defaultCP_3(int32_t value)
{
___defaultCP_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CODEPOINTINDEXER_TA70DBD5101E826E30EEF124C2EEE1019B539DB4A_H
#ifndef NORMALIZATIONTABLEUTIL_T03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_H
#define NORMALIZATIONTABLEUTIL_T03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Globalization.Unicode.NormalizationTableUtil
struct NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5 : public RuntimeObject
{
public:
public:
};
struct NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields
{
public:
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Prop
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___Prop_0;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Map
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___Map_1;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Combining
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___Combining_2;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Composite
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___Composite_3;
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.NormalizationTableUtil::Helper
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___Helper_4;
public:
inline static int32_t get_offset_of_Prop_0() { return static_cast<int32_t>(offsetof(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields, ___Prop_0)); }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_Prop_0() const { return ___Prop_0; }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_Prop_0() { return &___Prop_0; }
inline void set_Prop_0(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
{
___Prop_0 = value;
Il2CppCodeGenWriteBarrier((&___Prop_0), value);
}
inline static int32_t get_offset_of_Map_1() { return static_cast<int32_t>(offsetof(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields, ___Map_1)); }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_Map_1() const { return ___Map_1; }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_Map_1() { return &___Map_1; }
inline void set_Map_1(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
{
___Map_1 = value;
Il2CppCodeGenWriteBarrier((&___Map_1), value);
}
inline static int32_t get_offset_of_Combining_2() { return static_cast<int32_t>(offsetof(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields, ___Combining_2)); }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_Combining_2() const { return ___Combining_2; }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_Combining_2() { return &___Combining_2; }
inline void set_Combining_2(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
{
___Combining_2 = value;
Il2CppCodeGenWriteBarrier((&___Combining_2), value);
}
inline static int32_t get_offset_of_Composite_3() { return static_cast<int32_t>(offsetof(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields, ___Composite_3)); }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_Composite_3() const { return ___Composite_3; }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_Composite_3() { return &___Composite_3; }
inline void set_Composite_3(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
{
___Composite_3 = value;
Il2CppCodeGenWriteBarrier((&___Composite_3), value);
}
inline static int32_t get_offset_of_Helper_4() { return static_cast<int32_t>(offsetof(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields, ___Helper_4)); }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_Helper_4() const { return ___Helper_4; }
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_Helper_4() { return &___Helper_4; }
inline void set_Helper_4(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
{
___Helper_4 = value;
Il2CppCodeGenWriteBarrier((&___Helper_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NORMALIZATIONTABLEUTIL_T03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef BYTEMATCHER_TB199BDD35E2575B84D9FDED34954705653D241DC_H
#define BYTEMATCHER_TB199BDD35E2575B84D9FDED34954705653D241DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ByteMatcher
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC : public RuntimeObject
{
public:
// System.Collections.Hashtable System.ByteMatcher::map
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___map_0;
// System.Collections.Hashtable System.ByteMatcher::starts
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___starts_1;
public:
inline static int32_t get_offset_of_map_0() { return static_cast<int32_t>(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___map_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_map_0() const { return ___map_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_map_0() { return &___map_0; }
inline void set_map_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___map_0 = value;
Il2CppCodeGenWriteBarrier((&___map_0), value);
}
inline static int32_t get_offset_of_starts_1() { return static_cast<int32_t>(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___starts_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_starts_1() const { return ___starts_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_starts_1() { return &___starts_1; }
inline void set_starts_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___starts_1 = value;
Il2CppCodeGenWriteBarrier((&___starts_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTEMATCHER_TB199BDD35E2575B84D9FDED34954705653D241DC_H
#ifndef COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#define COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.CompatibilitySwitches
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject
{
public:
public:
};
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields
{
public:
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4
bool ___IsAppEarlierThanSilverlight4_0;
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8
bool ___IsAppEarlierThanWindowsPhone8_1;
public:
inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); }
inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; }
inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; }
inline void set_IsAppEarlierThanSilverlight4_0(bool value)
{
___IsAppEarlierThanSilverlight4_0 = value;
}
inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); }
inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; }
inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; }
inline void set_IsAppEarlierThanWindowsPhone8_1(bool value)
{
___IsAppEarlierThanWindowsPhone8_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPATIBILITYSWITCHES_TC541F9F5404925C97741A0628E9B6D26C40CFA91_H
#ifndef CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#define CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Console
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D : public RuntimeObject
{
public:
public:
};
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields
{
public:
// System.IO.TextWriter System.Console::stdout
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stdout_0;
// System.IO.TextWriter System.Console::stderr
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stderr_1;
// System.IO.TextReader System.Console::stdin
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___stdin_2;
// System.Text.Encoding System.Console::inputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding_3;
// System.Text.Encoding System.Console::outputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding_4;
// System.ConsoleCancelEventHandler System.Console::cancel_event
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * ___cancel_event_5;
// System.Console_InternalCancelHandler System.Console::cancel_handler
InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * ___cancel_handler_6;
public:
inline static int32_t get_offset_of_stdout_0() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdout_0)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stdout_0() const { return ___stdout_0; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stdout_0() { return &___stdout_0; }
inline void set_stdout_0(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stdout_0 = value;
Il2CppCodeGenWriteBarrier((&___stdout_0), value);
}
inline static int32_t get_offset_of_stderr_1() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stderr_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stderr_1() const { return ___stderr_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stderr_1() { return &___stderr_1; }
inline void set_stderr_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stderr_1 = value;
Il2CppCodeGenWriteBarrier((&___stderr_1), value);
}
inline static int32_t get_offset_of_stdin_2() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdin_2)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_stdin_2() const { return ___stdin_2; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_stdin_2() { return &___stdin_2; }
inline void set_stdin_2(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___stdin_2 = value;
Il2CppCodeGenWriteBarrier((&___stdin_2), value);
}
inline static int32_t get_offset_of_inputEncoding_3() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___inputEncoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_inputEncoding_3() const { return ___inputEncoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; }
inline void set_inputEncoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___inputEncoding_3 = value;
Il2CppCodeGenWriteBarrier((&___inputEncoding_3), value);
}
inline static int32_t get_offset_of_outputEncoding_4() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___outputEncoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_outputEncoding_4() const { return ___outputEncoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; }
inline void set_outputEncoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___outputEncoding_4 = value;
Il2CppCodeGenWriteBarrier((&___outputEncoding_4), value);
}
inline static int32_t get_offset_of_cancel_event_5() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_event_5)); }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * get_cancel_event_5() const { return ___cancel_event_5; }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 ** get_address_of_cancel_event_5() { return &___cancel_event_5; }
inline void set_cancel_event_5(ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * value)
{
___cancel_event_5 = value;
Il2CppCodeGenWriteBarrier((&___cancel_event_5), value);
}
inline static int32_t get_offset_of_cancel_handler_6() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_handler_6)); }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * get_cancel_handler_6() const { return ___cancel_handler_6; }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; }
inline void set_cancel_handler_6(InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * value)
{
___cancel_handler_6 = value;
Il2CppCodeGenWriteBarrier((&___cancel_handler_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLE_T5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_H
#ifndef EMPTYARRAY_1_T138215D75D34CDCC9D3A3248006BB81FC3F9609C_H
#define EMPTYARRAY_1_T138215D75D34CDCC9D3A3248006BB81FC3F9609C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EmptyArray`1<System.Byte>
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields, ___Value_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Value_0() const { return ___Value_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYARRAY_1_T138215D75D34CDCC9D3A3248006BB81FC3F9609C_H
#ifndef EMPTYARRAY_1_T40AF87279AA6E3AEEABB0CBA1425F6720C40961A_H
#define EMPTYARRAY_1_T40AF87279AA6E3AEEABB0CBA1425F6720C40961A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EmptyArray`1<System.Char>
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields, ___Value_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Value_0() const { return ___Value_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EMPTYARRAY_1_T40AF87279AA6E3AEEABB0CBA1425F6720C40961A_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CODEPAGEDATAITEM_T6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_H
#define CODEPAGEDATAITEM_T6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB : public RuntimeObject
{
public:
// System.Int32 System.Globalization.CodePageDataItem::m_dataIndex
int32_t ___m_dataIndex_0;
// System.Int32 System.Globalization.CodePageDataItem::m_uiFamilyCodePage
int32_t ___m_uiFamilyCodePage_1;
// System.String System.Globalization.CodePageDataItem::m_webName
String_t* ___m_webName_2;
// System.UInt32 System.Globalization.CodePageDataItem::m_flags
uint32_t ___m_flags_3;
public:
inline static int32_t get_offset_of_m_dataIndex_0() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_dataIndex_0)); }
inline int32_t get_m_dataIndex_0() const { return ___m_dataIndex_0; }
inline int32_t* get_address_of_m_dataIndex_0() { return &___m_dataIndex_0; }
inline void set_m_dataIndex_0(int32_t value)
{
___m_dataIndex_0 = value;
}
inline static int32_t get_offset_of_m_uiFamilyCodePage_1() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_uiFamilyCodePage_1)); }
inline int32_t get_m_uiFamilyCodePage_1() const { return ___m_uiFamilyCodePage_1; }
inline int32_t* get_address_of_m_uiFamilyCodePage_1() { return &___m_uiFamilyCodePage_1; }
inline void set_m_uiFamilyCodePage_1(int32_t value)
{
___m_uiFamilyCodePage_1 = value;
}
inline static int32_t get_offset_of_m_webName_2() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_webName_2)); }
inline String_t* get_m_webName_2() const { return ___m_webName_2; }
inline String_t** get_address_of_m_webName_2() { return &___m_webName_2; }
inline void set_m_webName_2(String_t* value)
{
___m_webName_2 = value;
Il2CppCodeGenWriteBarrier((&___m_webName_2), value);
}
inline static int32_t get_offset_of_m_flags_3() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_flags_3)); }
inline uint32_t get_m_flags_3() const { return ___m_flags_3; }
inline uint32_t* get_address_of_m_flags_3() { return &___m_flags_3; }
inline void set_m_flags_3(uint32_t value)
{
___m_flags_3 = value;
}
};
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields
{
public:
// System.Char[] System.Globalization.CodePageDataItem::sep
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sep_4;
public:
inline static int32_t get_offset_of_sep_4() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields, ___sep_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_sep_4() const { return ___sep_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_sep_4() { return &___sep_4; }
inline void set_sep_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___sep_4 = value;
Il2CppCodeGenWriteBarrier((&___sep_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CODEPAGEDATAITEM_T6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#define BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#define SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFOENUMERATOR_TB72162C419D705A40F34DDFEB18E6ACA347C54E5_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#define STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public:
public:
};
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public:
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
public:
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCulture_0 = value;
Il2CppCodeGenWriteBarrier((&____invariantCulture_0), value);
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCultureIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((&____invariantCultureIgnoreCase_1), value);
}
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinal_2 = value;
Il2CppCodeGenWriteBarrier((&____ordinal_2), value);
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinalIgnoreCase_3 = value;
Il2CppCodeGenWriteBarrier((&____ordinalIgnoreCase_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifndef TERMINFOREADER_TCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_H
#define TERMINFOREADER_TCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TermInfoReader
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C : public RuntimeObject
{
public:
// System.Int16 System.TermInfoReader::boolSize
int16_t ___boolSize_0;
// System.Int16 System.TermInfoReader::numSize
int16_t ___numSize_1;
// System.Int16 System.TermInfoReader::strOffsets
int16_t ___strOffsets_2;
// System.Byte[] System.TermInfoReader::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_3;
// System.Int32 System.TermInfoReader::booleansOffset
int32_t ___booleansOffset_4;
public:
inline static int32_t get_offset_of_boolSize_0() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___boolSize_0)); }
inline int16_t get_boolSize_0() const { return ___boolSize_0; }
inline int16_t* get_address_of_boolSize_0() { return &___boolSize_0; }
inline void set_boolSize_0(int16_t value)
{
___boolSize_0 = value;
}
inline static int32_t get_offset_of_numSize_1() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___numSize_1)); }
inline int16_t get_numSize_1() const { return ___numSize_1; }
inline int16_t* get_address_of_numSize_1() { return &___numSize_1; }
inline void set_numSize_1(int16_t value)
{
___numSize_1 = value;
}
inline static int32_t get_offset_of_strOffsets_2() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___strOffsets_2)); }
inline int16_t get_strOffsets_2() const { return ___strOffsets_2; }
inline int16_t* get_address_of_strOffsets_2() { return &___strOffsets_2; }
inline void set_strOffsets_2(int16_t value)
{
___strOffsets_2 = value;
}
inline static int32_t get_offset_of_buffer_3() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___buffer_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_3() const { return ___buffer_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_3() { return &___buffer_3; }
inline void set_buffer_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_3 = value;
Il2CppCodeGenWriteBarrier((&___buffer_3), value);
}
inline static int32_t get_offset_of_booleansOffset_4() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___booleansOffset_4)); }
inline int32_t get_booleansOffset_4() const { return ___booleansOffset_4; }
inline int32_t* get_address_of_booleansOffset_4() { return &___booleansOffset_4; }
inline void set_booleansOffset_4(int32_t value)
{
___booleansOffset_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TERMINFOREADER_TCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_H
#ifndef DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H
#define DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject
{
public:
// System.Text.DecoderFallback System.Text.Decoder::m_fallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0;
// System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((&___m_fallback_0), value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackBuffer_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODER_TEEF45EB6F965222036C49E8EC6BA8A0692AA1F26_H
#ifndef DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#define DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject
{
public:
// System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields
{
public:
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1;
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2;
// System.Object System.Text.DecoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((&___replacementFallback_1), value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((&___exceptionFallback_2), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACK_T128445EB7676870485230893338EF044F6B72F60_H
#ifndef DECODERFALLBACKBUFFER_T41EB1B3F5748BEEF5BE883DA09DBDB937441A83C_H
#define DECODERFALLBACKBUFFER_T41EB1B3F5748BEEF5BE883DA09DBDB937441A83C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C : public RuntimeObject
{
public:
// System.Byte* System.Text.DecoderFallbackBuffer::byteStart
uint8_t* ___byteStart_0;
// System.Char* System.Text.DecoderFallbackBuffer::charEnd
Il2CppChar* ___charEnd_1;
public:
inline static int32_t get_offset_of_byteStart_0() { return static_cast<int32_t>(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___byteStart_0)); }
inline uint8_t* get_byteStart_0() const { return ___byteStart_0; }
inline uint8_t** get_address_of_byteStart_0() { return &___byteStart_0; }
inline void set_byteStart_0(uint8_t* value)
{
___byteStart_0 = value;
}
inline static int32_t get_offset_of_charEnd_1() { return static_cast<int32_t>(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___charEnd_1)); }
inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; }
inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; }
inline void set_charEnd_1(Il2CppChar* value)
{
___charEnd_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACKBUFFER_T41EB1B3F5748BEEF5BE883DA09DBDB937441A83C_H
#ifndef ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_H
#define ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject
{
public:
// System.Text.EncoderFallback System.Text.Encoder::m_fallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0;
// System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((&___m_fallback_0), value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((&___m_fallbackBuffer_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODER_T29B2697B0B775EABC52EBFB914F327BE9B1A3464_H
#ifndef ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#define ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject
{
public:
// System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields
{
public:
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1;
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2;
// System.Object System.Text.EncoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((&___replacementFallback_1), value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((&___exceptionFallback_2), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACK_TDE342346D01608628F1BCEBB652D31009852CF63_H
#ifndef ENCODERFALLBACKBUFFER_TE878BFB956A0F4A1D630C08CA42B170534A3FD5C_H
#define ENCODERFALLBACKBUFFER_TE878BFB956A0F4A1D630C08CA42B170534A3FD5C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C : public RuntimeObject
{
public:
// System.Char* System.Text.EncoderFallbackBuffer::charStart
Il2CppChar* ___charStart_0;
// System.Char* System.Text.EncoderFallbackBuffer::charEnd
Il2CppChar* ___charEnd_1;
// System.Text.EncoderNLS System.Text.EncoderFallbackBuffer::encoder
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder_2;
// System.Boolean System.Text.EncoderFallbackBuffer::setEncoder
bool ___setEncoder_3;
// System.Boolean System.Text.EncoderFallbackBuffer::bUsedEncoder
bool ___bUsedEncoder_4;
// System.Boolean System.Text.EncoderFallbackBuffer::bFallingBack
bool ___bFallingBack_5;
// System.Int32 System.Text.EncoderFallbackBuffer::iRecursionCount
int32_t ___iRecursionCount_6;
public:
inline static int32_t get_offset_of_charStart_0() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charStart_0)); }
inline Il2CppChar* get_charStart_0() const { return ___charStart_0; }
inline Il2CppChar** get_address_of_charStart_0() { return &___charStart_0; }
inline void set_charStart_0(Il2CppChar* value)
{
___charStart_0 = value;
}
inline static int32_t get_offset_of_charEnd_1() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charEnd_1)); }
inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; }
inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; }
inline void set_charEnd_1(Il2CppChar* value)
{
___charEnd_1 = value;
}
inline static int32_t get_offset_of_encoder_2() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___encoder_2)); }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_2() const { return ___encoder_2; }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_2() { return &___encoder_2; }
inline void set_encoder_2(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value)
{
___encoder_2 = value;
Il2CppCodeGenWriteBarrier((&___encoder_2), value);
}
inline static int32_t get_offset_of_setEncoder_3() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___setEncoder_3)); }
inline bool get_setEncoder_3() const { return ___setEncoder_3; }
inline bool* get_address_of_setEncoder_3() { return &___setEncoder_3; }
inline void set_setEncoder_3(bool value)
{
___setEncoder_3 = value;
}
inline static int32_t get_offset_of_bUsedEncoder_4() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bUsedEncoder_4)); }
inline bool get_bUsedEncoder_4() const { return ___bUsedEncoder_4; }
inline bool* get_address_of_bUsedEncoder_4() { return &___bUsedEncoder_4; }
inline void set_bUsedEncoder_4(bool value)
{
___bUsedEncoder_4 = value;
}
inline static int32_t get_offset_of_bFallingBack_5() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bFallingBack_5)); }
inline bool get_bFallingBack_5() const { return ___bFallingBack_5; }
inline bool* get_address_of_bFallingBack_5() { return &___bFallingBack_5; }
inline void set_bFallingBack_5(bool value)
{
___bFallingBack_5 = value;
}
inline static int32_t get_offset_of_iRecursionCount_6() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___iRecursionCount_6)); }
inline int32_t get_iRecursionCount_6() const { return ___iRecursionCount_6; }
inline int32_t* get_address_of_iRecursionCount_6() { return &___iRecursionCount_6; }
inline void set_iRecursionCount_6(int32_t value)
{
___iRecursionCount_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACKBUFFER_TE878BFB956A0F4A1D630C08CA42B170534A3FD5C_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___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_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef ENCODINGBYTEBUFFER_T3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5_H
#define ENCODINGBYTEBUFFER_T3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding_EncodingByteBuffer
struct EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 : public RuntimeObject
{
public:
// System.Byte* System.Text.Encoding_EncodingByteBuffer::bytes
uint8_t* ___bytes_0;
// System.Byte* System.Text.Encoding_EncodingByteBuffer::byteStart
uint8_t* ___byteStart_1;
// System.Byte* System.Text.Encoding_EncodingByteBuffer::byteEnd
uint8_t* ___byteEnd_2;
// System.Char* System.Text.Encoding_EncodingByteBuffer::chars
Il2CppChar* ___chars_3;
// System.Char* System.Text.Encoding_EncodingByteBuffer::charStart
Il2CppChar* ___charStart_4;
// System.Char* System.Text.Encoding_EncodingByteBuffer::charEnd
Il2CppChar* ___charEnd_5;
// System.Int32 System.Text.Encoding_EncodingByteBuffer::byteCountResult
int32_t ___byteCountResult_6;
// System.Text.Encoding System.Text.Encoding_EncodingByteBuffer::enc
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc_7;
// System.Text.EncoderNLS System.Text.Encoding_EncodingByteBuffer::encoder
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder_8;
// System.Text.EncoderFallbackBuffer System.Text.Encoding_EncodingByteBuffer::fallbackBuffer
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___fallbackBuffer_9;
public:
inline static int32_t get_offset_of_bytes_0() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___bytes_0)); }
inline uint8_t* get_bytes_0() const { return ___bytes_0; }
inline uint8_t** get_address_of_bytes_0() { return &___bytes_0; }
inline void set_bytes_0(uint8_t* value)
{
___bytes_0 = value;
}
inline static int32_t get_offset_of_byteStart_1() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteStart_1)); }
inline uint8_t* get_byteStart_1() const { return ___byteStart_1; }
inline uint8_t** get_address_of_byteStart_1() { return &___byteStart_1; }
inline void set_byteStart_1(uint8_t* value)
{
___byteStart_1 = value;
}
inline static int32_t get_offset_of_byteEnd_2() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteEnd_2)); }
inline uint8_t* get_byteEnd_2() const { return ___byteEnd_2; }
inline uint8_t** get_address_of_byteEnd_2() { return &___byteEnd_2; }
inline void set_byteEnd_2(uint8_t* value)
{
___byteEnd_2 = value;
}
inline static int32_t get_offset_of_chars_3() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___chars_3)); }
inline Il2CppChar* get_chars_3() const { return ___chars_3; }
inline Il2CppChar** get_address_of_chars_3() { return &___chars_3; }
inline void set_chars_3(Il2CppChar* value)
{
___chars_3 = value;
}
inline static int32_t get_offset_of_charStart_4() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___charStart_4)); }
inline Il2CppChar* get_charStart_4() const { return ___charStart_4; }
inline Il2CppChar** get_address_of_charStart_4() { return &___charStart_4; }
inline void set_charStart_4(Il2CppChar* value)
{
___charStart_4 = value;
}
inline static int32_t get_offset_of_charEnd_5() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___charEnd_5)); }
inline Il2CppChar* get_charEnd_5() const { return ___charEnd_5; }
inline Il2CppChar** get_address_of_charEnd_5() { return &___charEnd_5; }
inline void set_charEnd_5(Il2CppChar* value)
{
___charEnd_5 = value;
}
inline static int32_t get_offset_of_byteCountResult_6() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___byteCountResult_6)); }
inline int32_t get_byteCountResult_6() const { return ___byteCountResult_6; }
inline int32_t* get_address_of_byteCountResult_6() { return &___byteCountResult_6; }
inline void set_byteCountResult_6(int32_t value)
{
___byteCountResult_6 = value;
}
inline static int32_t get_offset_of_enc_7() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___enc_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_enc_7() const { return ___enc_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_enc_7() { return &___enc_7; }
inline void set_enc_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___enc_7 = value;
Il2CppCodeGenWriteBarrier((&___enc_7), value);
}
inline static int32_t get_offset_of_encoder_8() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___encoder_8)); }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_8() const { return ___encoder_8; }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_8() { return &___encoder_8; }
inline void set_encoder_8(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value)
{
___encoder_8 = value;
Il2CppCodeGenWriteBarrier((&___encoder_8), value);
}
inline static int32_t get_offset_of_fallbackBuffer_9() { return static_cast<int32_t>(offsetof(EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5, ___fallbackBuffer_9)); }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_fallbackBuffer_9() const { return ___fallbackBuffer_9; }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_fallbackBuffer_9() { return &___fallbackBuffer_9; }
inline void set_fallbackBuffer_9(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value)
{
___fallbackBuffer_9 = value;
Il2CppCodeGenWriteBarrier((&___fallbackBuffer_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODINGBYTEBUFFER_T3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5_H
#ifndef ENCODINGCHARBUFFER_T57DF2C468BB65F56788A37E2DDF56AA6BE536BD0_H
#define ENCODINGCHARBUFFER_T57DF2C468BB65F56788A37E2DDF56AA6BE536BD0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding_EncodingCharBuffer
struct EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 : public RuntimeObject
{
public:
// System.Char* System.Text.Encoding_EncodingCharBuffer::chars
Il2CppChar* ___chars_0;
// System.Char* System.Text.Encoding_EncodingCharBuffer::charStart
Il2CppChar* ___charStart_1;
// System.Char* System.Text.Encoding_EncodingCharBuffer::charEnd
Il2CppChar* ___charEnd_2;
// System.Int32 System.Text.Encoding_EncodingCharBuffer::charCountResult
int32_t ___charCountResult_3;
// System.Text.Encoding System.Text.Encoding_EncodingCharBuffer::enc
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc_4;
// System.Text.DecoderNLS System.Text.Encoding_EncodingCharBuffer::decoder
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder_5;
// System.Byte* System.Text.Encoding_EncodingCharBuffer::byteStart
uint8_t* ___byteStart_6;
// System.Byte* System.Text.Encoding_EncodingCharBuffer::byteEnd
uint8_t* ___byteEnd_7;
// System.Byte* System.Text.Encoding_EncodingCharBuffer::bytes
uint8_t* ___bytes_8;
// System.Text.DecoderFallbackBuffer System.Text.Encoding_EncodingCharBuffer::fallbackBuffer
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___fallbackBuffer_9;
public:
inline static int32_t get_offset_of_chars_0() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___chars_0)); }
inline Il2CppChar* get_chars_0() const { return ___chars_0; }
inline Il2CppChar** get_address_of_chars_0() { return &___chars_0; }
inline void set_chars_0(Il2CppChar* value)
{
___chars_0 = value;
}
inline static int32_t get_offset_of_charStart_1() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charStart_1)); }
inline Il2CppChar* get_charStart_1() const { return ___charStart_1; }
inline Il2CppChar** get_address_of_charStart_1() { return &___charStart_1; }
inline void set_charStart_1(Il2CppChar* value)
{
___charStart_1 = value;
}
inline static int32_t get_offset_of_charEnd_2() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charEnd_2)); }
inline Il2CppChar* get_charEnd_2() const { return ___charEnd_2; }
inline Il2CppChar** get_address_of_charEnd_2() { return &___charEnd_2; }
inline void set_charEnd_2(Il2CppChar* value)
{
___charEnd_2 = value;
}
inline static int32_t get_offset_of_charCountResult_3() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___charCountResult_3)); }
inline int32_t get_charCountResult_3() const { return ___charCountResult_3; }
inline int32_t* get_address_of_charCountResult_3() { return &___charCountResult_3; }
inline void set_charCountResult_3(int32_t value)
{
___charCountResult_3 = value;
}
inline static int32_t get_offset_of_enc_4() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___enc_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_enc_4() const { return ___enc_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_enc_4() { return &___enc_4; }
inline void set_enc_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___enc_4 = value;
Il2CppCodeGenWriteBarrier((&___enc_4), value);
}
inline static int32_t get_offset_of_decoder_5() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___decoder_5)); }
inline DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * get_decoder_5() const { return ___decoder_5; }
inline DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD ** get_address_of_decoder_5() { return &___decoder_5; }
inline void set_decoder_5(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * value)
{
___decoder_5 = value;
Il2CppCodeGenWriteBarrier((&___decoder_5), value);
}
inline static int32_t get_offset_of_byteStart_6() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___byteStart_6)); }
inline uint8_t* get_byteStart_6() const { return ___byteStart_6; }
inline uint8_t** get_address_of_byteStart_6() { return &___byteStart_6; }
inline void set_byteStart_6(uint8_t* value)
{
___byteStart_6 = value;
}
inline static int32_t get_offset_of_byteEnd_7() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___byteEnd_7)); }
inline uint8_t* get_byteEnd_7() const { return ___byteEnd_7; }
inline uint8_t** get_address_of_byteEnd_7() { return &___byteEnd_7; }
inline void set_byteEnd_7(uint8_t* value)
{
___byteEnd_7 = value;
}
inline static int32_t get_offset_of_bytes_8() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___bytes_8)); }
inline uint8_t* get_bytes_8() const { return ___bytes_8; }
inline uint8_t** get_address_of_bytes_8() { return &___bytes_8; }
inline void set_bytes_8(uint8_t* value)
{
___bytes_8 = value;
}
inline static int32_t get_offset_of_fallbackBuffer_9() { return static_cast<int32_t>(offsetof(EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0, ___fallbackBuffer_9)); }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_fallbackBuffer_9() const { return ___fallbackBuffer_9; }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_fallbackBuffer_9() { return &___fallbackBuffer_9; }
inline void set_fallbackBuffer_9(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value)
{
___fallbackBuffer_9 = value;
Il2CppCodeGenWriteBarrier((&___fallbackBuffer_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODINGCHARBUFFER_T57DF2C468BB65F56788A37E2DDF56AA6BE536BD0_H
#ifndef ENCODINGHELPER_T1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_H
#define ENCODINGHELPER_T1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncodingHelper
struct EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3 : public RuntimeObject
{
public:
public:
};
struct EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncodingHelper::utf8EncodingWithoutMarkers
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8EncodingWithoutMarkers_0;
// System.Object System.Text.EncodingHelper::lockobj
RuntimeObject * ___lockobj_1;
// System.Reflection.Assembly System.Text.EncodingHelper::i18nAssembly
Assembly_t * ___i18nAssembly_2;
// System.Boolean System.Text.EncodingHelper::i18nDisabled
bool ___i18nDisabled_3;
public:
inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_0() { return static_cast<int32_t>(offsetof(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields, ___utf8EncodingWithoutMarkers_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8EncodingWithoutMarkers_0() const { return ___utf8EncodingWithoutMarkers_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8EncodingWithoutMarkers_0() { return &___utf8EncodingWithoutMarkers_0; }
inline void set_utf8EncodingWithoutMarkers_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8EncodingWithoutMarkers_0 = value;
Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_0), value);
}
inline static int32_t get_offset_of_lockobj_1() { return static_cast<int32_t>(offsetof(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields, ___lockobj_1)); }
inline RuntimeObject * get_lockobj_1() const { return ___lockobj_1; }
inline RuntimeObject ** get_address_of_lockobj_1() { return &___lockobj_1; }
inline void set_lockobj_1(RuntimeObject * value)
{
___lockobj_1 = value;
Il2CppCodeGenWriteBarrier((&___lockobj_1), value);
}
inline static int32_t get_offset_of_i18nAssembly_2() { return static_cast<int32_t>(offsetof(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields, ___i18nAssembly_2)); }
inline Assembly_t * get_i18nAssembly_2() const { return ___i18nAssembly_2; }
inline Assembly_t ** get_address_of_i18nAssembly_2() { return &___i18nAssembly_2; }
inline void set_i18nAssembly_2(Assembly_t * value)
{
___i18nAssembly_2 = value;
Il2CppCodeGenWriteBarrier((&___i18nAssembly_2), value);
}
inline static int32_t get_offset_of_i18nDisabled_3() { return static_cast<int32_t>(offsetof(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields, ___i18nDisabled_3)); }
inline bool get_i18nDisabled_3() const { return ___i18nDisabled_3; }
inline bool* get_address_of_i18nDisabled_3() { return &___i18nDisabled_3; }
inline void set_i18nDisabled_3(bool value)
{
___i18nDisabled_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODINGHELPER_T1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_H
#ifndef ENCODINGPROVIDER_T75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_H
#define ENCODINGPROVIDER_T75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncodingProvider
struct EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 : public RuntimeObject
{
public:
public:
};
struct EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields
{
public:
// System.Object System.Text.EncodingProvider::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_0;
// System.Text.EncodingProvider[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncodingProvider::s_providers
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* ___s_providers_1;
public:
inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast<int32_t>(offsetof(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields, ___s_InternalSyncObject_0)); }
inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; }
inline void set_s_InternalSyncObject_0(RuntimeObject * value)
{
___s_InternalSyncObject_0 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_0), value);
}
inline static int32_t get_offset_of_s_providers_1() { return static_cast<int32_t>(offsetof(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields, ___s_providers_1)); }
inline EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* get_s_providers_1() const { return ___s_providers_1; }
inline EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49** get_address_of_s_providers_1() { return &___s_providers_1; }
inline void set_s_providers_1(EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* value)
{
___s_providers_1 = value;
Il2CppCodeGenWriteBarrier((&___s_providers_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODINGPROVIDER_T75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_H
#ifndef NORMALIZATION_T5DC806A630757AD1E908576E8B2EEB2A77BEC22E_H
#define NORMALIZATION_T5DC806A630757AD1E908576E8B2EEB2A77BEC22E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Normalization
struct Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E : public RuntimeObject
{
public:
public:
};
struct Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields
{
public:
// System.Byte* System.Text.Normalization::props
uint8_t* ___props_0;
// System.Int32* System.Text.Normalization::mappedChars
int32_t* ___mappedChars_1;
// System.Int16* System.Text.Normalization::charMapIndex
int16_t* ___charMapIndex_2;
// System.Int16* System.Text.Normalization::helperIndex
int16_t* ___helperIndex_3;
// System.UInt16* System.Text.Normalization::mapIdxToComposite
uint16_t* ___mapIdxToComposite_4;
// System.Byte* System.Text.Normalization::combiningClass
uint8_t* ___combiningClass_5;
// System.Object System.Text.Normalization::forLock
RuntimeObject * ___forLock_6;
// System.Boolean System.Text.Normalization::isReady
bool ___isReady_7;
public:
inline static int32_t get_offset_of_props_0() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___props_0)); }
inline uint8_t* get_props_0() const { return ___props_0; }
inline uint8_t** get_address_of_props_0() { return &___props_0; }
inline void set_props_0(uint8_t* value)
{
___props_0 = value;
}
inline static int32_t get_offset_of_mappedChars_1() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___mappedChars_1)); }
inline int32_t* get_mappedChars_1() const { return ___mappedChars_1; }
inline int32_t** get_address_of_mappedChars_1() { return &___mappedChars_1; }
inline void set_mappedChars_1(int32_t* value)
{
___mappedChars_1 = value;
}
inline static int32_t get_offset_of_charMapIndex_2() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___charMapIndex_2)); }
inline int16_t* get_charMapIndex_2() const { return ___charMapIndex_2; }
inline int16_t** get_address_of_charMapIndex_2() { return &___charMapIndex_2; }
inline void set_charMapIndex_2(int16_t* value)
{
___charMapIndex_2 = value;
}
inline static int32_t get_offset_of_helperIndex_3() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___helperIndex_3)); }
inline int16_t* get_helperIndex_3() const { return ___helperIndex_3; }
inline int16_t** get_address_of_helperIndex_3() { return &___helperIndex_3; }
inline void set_helperIndex_3(int16_t* value)
{
___helperIndex_3 = value;
}
inline static int32_t get_offset_of_mapIdxToComposite_4() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___mapIdxToComposite_4)); }
inline uint16_t* get_mapIdxToComposite_4() const { return ___mapIdxToComposite_4; }
inline uint16_t** get_address_of_mapIdxToComposite_4() { return &___mapIdxToComposite_4; }
inline void set_mapIdxToComposite_4(uint16_t* value)
{
___mapIdxToComposite_4 = value;
}
inline static int32_t get_offset_of_combiningClass_5() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___combiningClass_5)); }
inline uint8_t* get_combiningClass_5() const { return ___combiningClass_5; }
inline uint8_t** get_address_of_combiningClass_5() { return &___combiningClass_5; }
inline void set_combiningClass_5(uint8_t* value)
{
___combiningClass_5 = value;
}
inline static int32_t get_offset_of_forLock_6() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___forLock_6)); }
inline RuntimeObject * get_forLock_6() const { return ___forLock_6; }
inline RuntimeObject ** get_address_of_forLock_6() { return &___forLock_6; }
inline void set_forLock_6(RuntimeObject * value)
{
___forLock_6 = value;
Il2CppCodeGenWriteBarrier((&___forLock_6), value);
}
inline static int32_t get_offset_of_isReady_7() { return static_cast<int32_t>(offsetof(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields, ___isReady_7)); }
inline bool get_isReady_7() const { return ___isReady_7; }
inline bool* get_address_of_isReady_7() { return &___isReady_7; }
inline void set_isReady_7(bool value)
{
___isReady_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NORMALIZATION_T5DC806A630757AD1E908576E8B2EEB2A77BEC22E_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#define __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D10_T39E3D966A21885323F15EB866ABDE668EA1ED52C_H
#ifndef __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#define __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1018_T7825BE1556EFF874DAFDC230EB69C85A48DBCBC4_H
#ifndef __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#define __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1080_TCE36DA14009C45CFDEA7F63618BE90F8DF89AC84_H
#ifndef __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#define __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D11614_TDF34959BE752359A89A4A577B8798D2D66A5E7F5_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#define __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_TB4B4C95019D88097B57DE7B50445942256BF2879_H
#ifndef __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#define __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D120_TBA46FD2E9DA153FD8457EE7F425E8ECC517EA252_H
#ifndef __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#define __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1208_TC58894ECFE2C4FFD2B8FCDF958800099A737C1DD_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#define __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T1B13688BD6EA82B964734FF8C3181161EF5624B1_H
#ifndef __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#define __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D130_T732A6F42953325ADC5746FF1A652A2974473AF4F_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#define __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TAC1FF6EBB83457B9752372565F242D9A7C69FD05_H
#ifndef __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#define __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1450_T58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4_H
#ifndef __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#define __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D16_T35B2E1DB11C9D3150BF800DC30A2808C4F1A1341_H
#ifndef __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#define __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D162_TFFF125F871C6A7DE42BE37AC907E2E2149A861AA_H
#ifndef __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#define __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D1665_TCD7752863825B82B07752CCE72A581C169E19C20_H
#ifndef __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#define __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D174_T58EBFEBC3E6F34CF7C54ED51E8113E34B876351F_H
#ifndef __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#define __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D20_T4B48985ED9F1499360D72CB311F3EB54FB7C4B63_H
#ifndef __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#define __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2048_T95CEED630052F2BBE3122C058EEAD48DB4C2AD02_H
#ifndef __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#define __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2100_T75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA_H
#ifndef __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#define __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D212_TDFB9BEA11D871D109F9E6502B2F50F7115451AAF_H
#ifndef __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#define __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D21252_TCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462_H
#ifndef __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#define __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2350_T96984AEF232104302694B7EFDA3F92BC42BF207D_H
#ifndef __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#define __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D2382_TB4AF2C49C5120B6EB285BA4D247340D8E243A1BA_H
#ifndef __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#define __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D24_TAB08761D1BC4313A0535E193F4E1A1AFA8B3F123_H
#ifndef __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#define __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D240_T5643A77865294845ACC505FE42EA1067CAC04FD8_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#define __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T9003B1E1E8C82BC25ADE7407C58A314C292B326F_H
#ifndef __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#define __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D262_T93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7_H
#ifndef __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#define __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D288_T7B40D7F3A8D262F90A76460FF94E92CE08AFCF55_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#define __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T651350E6AC00D0836A5D0539D0D68852BE81E08E_H
#ifndef __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#define __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3132_T7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#define __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T06FF35439BDF1A6AAB50820787FA5D7A4FA09472_H
#ifndef __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#define __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D320_T48B9242FB90DB2A21A723BBAB141500A9641EB49_H
#ifndef __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#define __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D36_T553C250FA8609975E44273C4AD8F28E487272E17_H
#ifndef __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#define __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D360_TFF8371303424DEBAE608051BAA970E5AFB409DF7_H
#ifndef __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#define __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D38_TA52D24A5F9970582D6B55437967C9BD32E03F05D_H
#ifndef __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#define __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D40_T0453B23B081EF301CB1E3167001650AD0C490F04_H
#ifndef __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#define __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D4096_T48AD4C96663434746AEF5C2251003E817CC5FD23_H
#ifndef __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#define __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D42_T3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#define __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_T1383A9A990CD22E4246B656157D17C8051BFAD7F_H
#ifndef __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#define __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D48_TE49166878222E9194FE3FD621830EDB6E705F79A_H
#ifndef __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#define __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D52_TF7B918A088A367994FBAEB73123296D8929B543A_H
#ifndef __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#define __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D56_TE92B90DB812A206A3F9FED2827695B30D2F06D10_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#define __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TC937DCE458F6AE4186120B4DDF95463176C75C78_H
#ifndef __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#define __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D64_TC44517F575DC9AEC7589A864FEA072030961DAF6_H
#ifndef __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#define __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D640_T9C691C15FA1A34F93F102000D5F515E32241C910_H
#ifndef __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#define __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D72_TF9B2DE61B68289FA0233B6E305B08B2FCD612FA1_H
#ifndef __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#define __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D76_T83BE44A74AC13CD15474DA7726C9C92BD317CFFB_H
#ifndef __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#define __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D84_TF52293EFB26AA1D2C169389BB83253C5BAE8076A_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#define __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TF0D137C898E06A3CD9FFB079C91D796B9EC8B928_H
#ifndef __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#define __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D94_T23554D8B96399688002A3BE81C7C15EFB011DEC6_H
#ifndef __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#define __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D998_T8A5C9782706B510180A1B9C9F7E96F8F48421B8C_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#define TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((&____ReadLineDelegate_1), value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((&____ReadDelegate_2), value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((&___Null_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifndef TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#define TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9;
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
RuntimeObject* ___InternalFormatProvider_10;
public:
inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; }
inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___CoreNewLine_9 = value;
Il2CppCodeGenWriteBarrier((&___CoreNewLine_9), value);
}
inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); }
inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; }
inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; }
inline void set_InternalFormatProvider_10(RuntimeObject* value)
{
___InternalFormatProvider_10 = value;
Il2CppCodeGenWriteBarrier((&___InternalFormatProvider_10), value);
}
};
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
{
public:
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7;
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; }
inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharDelegate_2 = value;
Il2CppCodeGenWriteBarrier((&____WriteCharDelegate_2), value);
}
inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; }
inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteStringDelegate_3 = value;
Il2CppCodeGenWriteBarrier((&____WriteStringDelegate_3), value);
}
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; }
inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharArrayRangeDelegate_4 = value;
Il2CppCodeGenWriteBarrier((&____WriteCharArrayRangeDelegate_4), value);
}
inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; }
inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharDelegate_5 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineCharDelegate_5), value);
}
inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; }
inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineStringDelegate_6 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineStringDelegate_6), value);
}
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; }
inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharArrayRangeDelegate_7 = value;
Il2CppCodeGenWriteBarrier((&____WriteLineCharArrayRangeDelegate_7), value);
}
inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; }
inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____FlushDelegate_8 = value;
Il2CppCodeGenWriteBarrier((&____FlushDelegate_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTWRITER_T92451D929322093838C41489883D5B2D7ABAF3F0_H
#ifndef INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#define INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT16_T823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef ORDINALCOMPARER_TF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_H
#define ORDINALCOMPARER_TF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Boolean System.OrdinalComparer::_ignoreCase
bool ____ignoreCase_4;
public:
inline static int32_t get_offset_of__ignoreCase_4() { return static_cast<int32_t>(offsetof(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A, ____ignoreCase_4)); }
inline bool get__ignoreCase_4() const { return ____ignoreCase_4; }
inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; }
inline void set__ignoreCase_4(bool value)
{
____ignoreCase_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ORDINALCOMPARER_TF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_H
#ifndef FORMATPARAM_T1901DD0E7CD1B3A17B09040A6E2FCA5307328800_H
#define FORMATPARAM_T1901DD0E7CD1B3A17B09040A6E2FCA5307328800_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParameterizedStrings_FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800
{
public:
// System.Int32 System.ParameterizedStrings_FormatParam::_int32
int32_t ____int32_0;
// System.String System.ParameterizedStrings_FormatParam::_string
String_t* ____string_1;
public:
inline static int32_t get_offset_of__int32_0() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); }
inline int32_t get__int32_0() const { return ____int32_0; }
inline int32_t* get_address_of__int32_0() { return &____int32_0; }
inline void set__int32_0(int32_t value)
{
____int32_0 = value;
}
inline static int32_t get_offset_of__string_1() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); }
inline String_t* get__string_1() const { return ____string_1; }
inline String_t** get_address_of__string_1() { return &____string_1; }
inline void set__string_1(String_t* value)
{
____string_1 = value;
Il2CppCodeGenWriteBarrier((&____string_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke
{
int32_t ____int32_0;
char* ____string_1;
};
// Native definition for COM marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com
{
int32_t ____int32_0;
Il2CppChar* ____string_1;
};
#endif // FORMATPARAM_T1901DD0E7CD1B3A17B09040A6E2FCA5307328800_H
#ifndef PARAMSARRAY_T2DD480A5C806C0920DC218523EF3673332A68023_H
#define PARAMSARRAY_T2DD480A5C806C0920DC218523EF3673332A68023_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023
{
public:
// System.Object System.ParamsArray::arg0
RuntimeObject * ___arg0_3;
// System.Object System.ParamsArray::arg1
RuntimeObject * ___arg1_4;
// System.Object System.ParamsArray::arg2
RuntimeObject * ___arg2_5;
// System.Object[] System.ParamsArray::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
public:
inline static int32_t get_offset_of_arg0_3() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg0_3)); }
inline RuntimeObject * get_arg0_3() const { return ___arg0_3; }
inline RuntimeObject ** get_address_of_arg0_3() { return &___arg0_3; }
inline void set_arg0_3(RuntimeObject * value)
{
___arg0_3 = value;
Il2CppCodeGenWriteBarrier((&___arg0_3), value);
}
inline static int32_t get_offset_of_arg1_4() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg1_4)); }
inline RuntimeObject * get_arg1_4() const { return ___arg1_4; }
inline RuntimeObject ** get_address_of_arg1_4() { return &___arg1_4; }
inline void set_arg1_4(RuntimeObject * value)
{
___arg1_4 = value;
Il2CppCodeGenWriteBarrier((&___arg1_4), value);
}
inline static int32_t get_offset_of_arg2_5() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg2_5)); }
inline RuntimeObject * get_arg2_5() const { return ___arg2_5; }
inline RuntimeObject ** get_address_of_arg2_5() { return &___arg2_5; }
inline void set_arg2_5(RuntimeObject * value)
{
___arg2_5 = value;
Il2CppCodeGenWriteBarrier((&___arg2_5), value);
}
inline static int32_t get_offset_of_args_6() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___args_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_6() const { return ___args_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_6() { return &___args_6; }
inline void set_args_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_6 = value;
Il2CppCodeGenWriteBarrier((&___args_6), value);
}
};
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields
{
public:
// System.Object[] System.ParamsArray::oneArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___oneArgArray_0;
// System.Object[] System.ParamsArray::twoArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___twoArgArray_1;
// System.Object[] System.ParamsArray::threeArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___threeArgArray_2;
public:
inline static int32_t get_offset_of_oneArgArray_0() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___oneArgArray_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_oneArgArray_0() const { return ___oneArgArray_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_oneArgArray_0() { return &___oneArgArray_0; }
inline void set_oneArgArray_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___oneArgArray_0 = value;
Il2CppCodeGenWriteBarrier((&___oneArgArray_0), value);
}
inline static int32_t get_offset_of_twoArgArray_1() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___twoArgArray_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_twoArgArray_1() const { return ___twoArgArray_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_twoArgArray_1() { return &___twoArgArray_1; }
inline void set_twoArgArray_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___twoArgArray_1 = value;
Il2CppCodeGenWriteBarrier((&___twoArgArray_1), value);
}
inline static int32_t get_offset_of_threeArgArray_2() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___threeArgArray_2)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_threeArgArray_2() const { return ___threeArgArray_2; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_threeArgArray_2() { return &___threeArgArray_2; }
inline void set_threeArgArray_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___threeArgArray_2 = value;
Il2CppCodeGenWriteBarrier((&___threeArgArray_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
// Native definition for COM marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
#endif // PARAMSARRAY_T2DD480A5C806C0920DC218523EF3673332A68023_H
#ifndef PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#define PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
{
public:
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
public:
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
____byRef_0 = value;
Il2CppCodeGenWriteBarrier((&____byRef_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
{
int32_t* ____byRef_0;
};
// Native definition for COM marshalling of System.Reflection.ParameterModifier
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
{
int32_t* ____byRef_0;
};
#endif // PARAMETERMODIFIER_T7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef ASCIIENCODING_T3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9_H
#define ASCIIENCODING_T3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.ASCIIEncoding
struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASCIIENCODING_T3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9_H
#ifndef DECODEREXCEPTIONFALLBACK_TF6CA264320D5F576FED0265DBEC89C1F5759C8C9_H
#define DECODEREXCEPTIONFALLBACK_TF6CA264320D5F576FED0265DBEC89C1F5759C8C9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderExceptionFallback
struct DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODEREXCEPTIONFALLBACK_TF6CA264320D5F576FED0265DBEC89C1F5759C8C9_H
#ifndef DECODEREXCEPTIONFALLBACKBUFFER_T1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_H
#define DECODEREXCEPTIONFALLBACKBUFFER_T1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderExceptionFallbackBuffer
struct DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA : public DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODEREXCEPTIONFALLBACKBUFFER_T1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_H
#ifndef DECODERNLS_TCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_H
#define DECODERNLS_TCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderNLS
struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
// System.Text.Encoding System.Text.DecoderNLS::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2;
// System.Boolean System.Text.DecoderNLS::m_mustFlush
bool ___m_mustFlush_3;
// System.Boolean System.Text.DecoderNLS::m_throwOnOverflow
bool ___m_throwOnOverflow_4;
// System.Int32 System.Text.DecoderNLS::m_bytesUsed
int32_t ___m_bytesUsed_5;
public:
inline static int32_t get_offset_of_m_encoding_2() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_encoding_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; }
inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_2 = value;
Il2CppCodeGenWriteBarrier((&___m_encoding_2), value);
}
inline static int32_t get_offset_of_m_mustFlush_3() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_mustFlush_3)); }
inline bool get_m_mustFlush_3() const { return ___m_mustFlush_3; }
inline bool* get_address_of_m_mustFlush_3() { return &___m_mustFlush_3; }
inline void set_m_mustFlush_3(bool value)
{
___m_mustFlush_3 = value;
}
inline static int32_t get_offset_of_m_throwOnOverflow_4() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_throwOnOverflow_4)); }
inline bool get_m_throwOnOverflow_4() const { return ___m_throwOnOverflow_4; }
inline bool* get_address_of_m_throwOnOverflow_4() { return &___m_throwOnOverflow_4; }
inline void set_m_throwOnOverflow_4(bool value)
{
___m_throwOnOverflow_4 = value;
}
inline static int32_t get_offset_of_m_bytesUsed_5() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_bytesUsed_5)); }
inline int32_t get_m_bytesUsed_5() const { return ___m_bytesUsed_5; }
inline int32_t* get_address_of_m_bytesUsed_5() { return &___m_bytesUsed_5; }
inline void set_m_bytesUsed_5(int32_t value)
{
___m_bytesUsed_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERNLS_TCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_H
#ifndef DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#define DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
// System.String System.Text.DecoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((&___strDefault_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERREPLACEMENTFALLBACK_T8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_H
#ifndef DECODERREPLACEMENTFALLBACKBUFFER_T1D90752C8EFF20A65277F02C619E16C373790D23_H
#define DECODERREPLACEMENTFALLBACKBUFFER_T1D90752C8EFF20A65277F02C619E16C373790D23_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderReplacementFallbackBuffer
struct DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 : public DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C
{
public:
// System.String System.Text.DecoderReplacementFallbackBuffer::strDefault
String_t* ___strDefault_2;
// System.Int32 System.Text.DecoderReplacementFallbackBuffer::fallbackCount
int32_t ___fallbackCount_3;
// System.Int32 System.Text.DecoderReplacementFallbackBuffer::fallbackIndex
int32_t ___fallbackIndex_4;
public:
inline static int32_t get_offset_of_strDefault_2() { return static_cast<int32_t>(offsetof(DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23, ___strDefault_2)); }
inline String_t* get_strDefault_2() const { return ___strDefault_2; }
inline String_t** get_address_of_strDefault_2() { return &___strDefault_2; }
inline void set_strDefault_2(String_t* value)
{
___strDefault_2 = value;
Il2CppCodeGenWriteBarrier((&___strDefault_2), value);
}
inline static int32_t get_offset_of_fallbackCount_3() { return static_cast<int32_t>(offsetof(DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23, ___fallbackCount_3)); }
inline int32_t get_fallbackCount_3() const { return ___fallbackCount_3; }
inline int32_t* get_address_of_fallbackCount_3() { return &___fallbackCount_3; }
inline void set_fallbackCount_3(int32_t value)
{
___fallbackCount_3 = value;
}
inline static int32_t get_offset_of_fallbackIndex_4() { return static_cast<int32_t>(offsetof(DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23, ___fallbackIndex_4)); }
inline int32_t get_fallbackIndex_4() const { return ___fallbackIndex_4; }
inline int32_t* get_address_of_fallbackIndex_4() { return &___fallbackIndex_4; }
inline void set_fallbackIndex_4(int32_t value)
{
___fallbackIndex_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERREPLACEMENTFALLBACKBUFFER_T1D90752C8EFF20A65277F02C619E16C373790D23_H
#ifndef ENCODEREXCEPTIONFALLBACK_TF2E778252F491EF902164CC17AB15AD7AF14BE58_H
#define ENCODEREXCEPTIONFALLBACK_TF2E778252F491EF902164CC17AB15AD7AF14BE58_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderExceptionFallback
struct EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODEREXCEPTIONFALLBACK_TF2E778252F491EF902164CC17AB15AD7AF14BE58_H
#ifndef ENCODEREXCEPTIONFALLBACKBUFFER_TCCFC3E153251EFA466428A3D364E075DCB5408EB_H
#define ENCODEREXCEPTIONFALLBACKBUFFER_TCCFC3E153251EFA466428A3D364E075DCB5408EB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderExceptionFallbackBuffer
struct EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB : public EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODEREXCEPTIONFALLBACKBUFFER_TCCFC3E153251EFA466428A3D364E075DCB5408EB_H
#ifndef ENCODERNLS_T47EFB0F5A59F41C429930063F966A68F8D394DF8_H
#define ENCODERNLS_T47EFB0F5A59F41C429930063F966A68F8D394DF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderNLS
struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 : public Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464
{
public:
// System.Char System.Text.EncoderNLS::charLeftOver
Il2CppChar ___charLeftOver_2;
// System.Text.Encoding System.Text.EncoderNLS::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_3;
// System.Boolean System.Text.EncoderNLS::m_mustFlush
bool ___m_mustFlush_4;
// System.Boolean System.Text.EncoderNLS::m_throwOnOverflow
bool ___m_throwOnOverflow_5;
// System.Int32 System.Text.EncoderNLS::m_charsUsed
int32_t ___m_charsUsed_6;
public:
inline static int32_t get_offset_of_charLeftOver_2() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___charLeftOver_2)); }
inline Il2CppChar get_charLeftOver_2() const { return ___charLeftOver_2; }
inline Il2CppChar* get_address_of_charLeftOver_2() { return &___charLeftOver_2; }
inline void set_charLeftOver_2(Il2CppChar value)
{
___charLeftOver_2 = value;
}
inline static int32_t get_offset_of_m_encoding_3() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_3() const { return ___m_encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_3() { return &___m_encoding_3; }
inline void set_m_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___m_encoding_3), value);
}
inline static int32_t get_offset_of_m_mustFlush_4() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_mustFlush_4)); }
inline bool get_m_mustFlush_4() const { return ___m_mustFlush_4; }
inline bool* get_address_of_m_mustFlush_4() { return &___m_mustFlush_4; }
inline void set_m_mustFlush_4(bool value)
{
___m_mustFlush_4 = value;
}
inline static int32_t get_offset_of_m_throwOnOverflow_5() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_throwOnOverflow_5)); }
inline bool get_m_throwOnOverflow_5() const { return ___m_throwOnOverflow_5; }
inline bool* get_address_of_m_throwOnOverflow_5() { return &___m_throwOnOverflow_5; }
inline void set_m_throwOnOverflow_5(bool value)
{
___m_throwOnOverflow_5 = value;
}
inline static int32_t get_offset_of_m_charsUsed_6() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_charsUsed_6)); }
inline int32_t get_m_charsUsed_6() const { return ___m_charsUsed_6; }
inline int32_t* get_address_of_m_charsUsed_6() { return &___m_charsUsed_6; }
inline void set_m_charsUsed_6(int32_t value)
{
___m_charsUsed_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERNLS_T47EFB0F5A59F41C429930063F966A68F8D394DF8_H
#ifndef ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#define ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
{
public:
// System.String System.Text.EncoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((&___strDefault_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERREPLACEMENTFALLBACK_TC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_H
#ifndef ENCODERREPLACEMENTFALLBACKBUFFER_T15BBCFD4E3EFF8C907821BB065AA94A58C36959A_H
#define ENCODERREPLACEMENTFALLBACKBUFFER_T15BBCFD4E3EFF8C907821BB065AA94A58C36959A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderReplacementFallbackBuffer
struct EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A : public EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C
{
public:
// System.String System.Text.EncoderReplacementFallbackBuffer::strDefault
String_t* ___strDefault_7;
// System.Int32 System.Text.EncoderReplacementFallbackBuffer::fallbackCount
int32_t ___fallbackCount_8;
// System.Int32 System.Text.EncoderReplacementFallbackBuffer::fallbackIndex
int32_t ___fallbackIndex_9;
public:
inline static int32_t get_offset_of_strDefault_7() { return static_cast<int32_t>(offsetof(EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A, ___strDefault_7)); }
inline String_t* get_strDefault_7() const { return ___strDefault_7; }
inline String_t** get_address_of_strDefault_7() { return &___strDefault_7; }
inline void set_strDefault_7(String_t* value)
{
___strDefault_7 = value;
Il2CppCodeGenWriteBarrier((&___strDefault_7), value);
}
inline static int32_t get_offset_of_fallbackCount_8() { return static_cast<int32_t>(offsetof(EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A, ___fallbackCount_8)); }
inline int32_t get_fallbackCount_8() const { return ___fallbackCount_8; }
inline int32_t* get_address_of_fallbackCount_8() { return &___fallbackCount_8; }
inline void set_fallbackCount_8(int32_t value)
{
___fallbackCount_8 = value;
}
inline static int32_t get_offset_of_fallbackIndex_9() { return static_cast<int32_t>(offsetof(EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A, ___fallbackIndex_9)); }
inline int32_t get_fallbackIndex_9() const { return ___fallbackIndex_9; }
inline int32_t* get_address_of_fallbackIndex_9() { return &___fallbackIndex_9; }
inline void set_fallbackIndex_9(int32_t value)
{
___fallbackIndex_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERREPLACEMENTFALLBACKBUFFER_T15BBCFD4E3EFF8C907821BB065AA94A58C36959A_H
#ifndef DEFAULTDECODER_T3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_H
#define DEFAULTDECODER_T3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding_DefaultDecoder
struct DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
// System.Text.Encoding System.Text.Encoding_DefaultDecoder::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2;
// System.Boolean System.Text.Encoding_DefaultDecoder::m_hasInitializedEncoding
bool ___m_hasInitializedEncoding_3;
public:
inline static int32_t get_offset_of_m_encoding_2() { return static_cast<int32_t>(offsetof(DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C, ___m_encoding_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; }
inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_2 = value;
Il2CppCodeGenWriteBarrier((&___m_encoding_2), value);
}
inline static int32_t get_offset_of_m_hasInitializedEncoding_3() { return static_cast<int32_t>(offsetof(DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C, ___m_hasInitializedEncoding_3)); }
inline bool get_m_hasInitializedEncoding_3() const { return ___m_hasInitializedEncoding_3; }
inline bool* get_address_of_m_hasInitializedEncoding_3() { return &___m_hasInitializedEncoding_3; }
inline void set_m_hasInitializedEncoding_3(bool value)
{
___m_hasInitializedEncoding_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DEFAULTDECODER_T3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_H
#ifndef DEFAULTENCODER_T71EA10E1235BA46A6CC88E06EF73C2BAC1673225_H
#define DEFAULTENCODER_T71EA10E1235BA46A6CC88E06EF73C2BAC1673225_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding_DefaultEncoder
struct DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 : public Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464
{
public:
// System.Text.Encoding System.Text.Encoding_DefaultEncoder::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2;
// System.Boolean System.Text.Encoding_DefaultEncoder::m_hasInitializedEncoding
bool ___m_hasInitializedEncoding_3;
// System.Char System.Text.Encoding_DefaultEncoder::charLeftOver
Il2CppChar ___charLeftOver_4;
public:
inline static int32_t get_offset_of_m_encoding_2() { return static_cast<int32_t>(offsetof(DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225, ___m_encoding_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; }
inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_2 = value;
Il2CppCodeGenWriteBarrier((&___m_encoding_2), value);
}
inline static int32_t get_offset_of_m_hasInitializedEncoding_3() { return static_cast<int32_t>(offsetof(DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225, ___m_hasInitializedEncoding_3)); }
inline bool get_m_hasInitializedEncoding_3() const { return ___m_hasInitializedEncoding_3; }
inline bool* get_address_of_m_hasInitializedEncoding_3() { return &___m_hasInitializedEncoding_3; }
inline void set_m_hasInitializedEncoding_3(bool value)
{
___m_hasInitializedEncoding_3 = value;
}
inline static int32_t get_offset_of_charLeftOver_4() { return static_cast<int32_t>(offsetof(DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225, ___charLeftOver_4)); }
inline Il2CppChar get_charLeftOver_4() const { return ___charLeftOver_4; }
inline Il2CppChar* get_address_of_charLeftOver_4() { return &___charLeftOver_4; }
inline void set_charLeftOver_4(Il2CppChar value)
{
___charLeftOver_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DEFAULTENCODER_T71EA10E1235BA46A6CC88E06EF73C2BAC1673225_H
#ifndef ENCODINGNLS_TED4EB523BC03EF4F815875D8A722B294A72F40E7_H
#define ENCODINGNLS_TED4EB523BC03EF4F815875D8A722B294A72F40E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncodingNLS
struct EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODINGNLS_TED4EB523BC03EF4F815875D8A722B294A72F40E7_H
#ifndef INTERNALDECODERBESTFITFALLBACK_TEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_H
#define INTERNALDECODERBESTFITFALLBACK_TEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.InternalDecoderBestFitFallback
struct InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
// System.Text.Encoding System.Text.InternalDecoderBestFitFallback::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_4;
// System.Char[] System.Text.InternalDecoderBestFitFallback::arrayBestFit
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___arrayBestFit_5;
// System.Char System.Text.InternalDecoderBestFitFallback::cReplacement
Il2CppChar ___cReplacement_6;
public:
inline static int32_t get_offset_of_encoding_4() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4, ___encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_4() const { return ___encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_4() { return &___encoding_4; }
inline void set_encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___encoding_4), value);
}
inline static int32_t get_offset_of_arrayBestFit_5() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4, ___arrayBestFit_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_arrayBestFit_5() const { return ___arrayBestFit_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_arrayBestFit_5() { return &___arrayBestFit_5; }
inline void set_arrayBestFit_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___arrayBestFit_5 = value;
Il2CppCodeGenWriteBarrier((&___arrayBestFit_5), value);
}
inline static int32_t get_offset_of_cReplacement_6() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4, ___cReplacement_6)); }
inline Il2CppChar get_cReplacement_6() const { return ___cReplacement_6; }
inline Il2CppChar* get_address_of_cReplacement_6() { return &___cReplacement_6; }
inline void set_cReplacement_6(Il2CppChar value)
{
___cReplacement_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALDECODERBESTFITFALLBACK_TEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_H
#ifndef INTERNALDECODERBESTFITFALLBACKBUFFER_T72773560F3EA35774592AA02A71B46D4A46DA25F_H
#define INTERNALDECODERBESTFITFALLBACKBUFFER_T72773560F3EA35774592AA02A71B46D4A46DA25F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.InternalDecoderBestFitFallbackBuffer
struct InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F : public DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C
{
public:
// System.Char System.Text.InternalDecoderBestFitFallbackBuffer::cBestFit
Il2CppChar ___cBestFit_2;
// System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::iCount
int32_t ___iCount_3;
// System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::iSize
int32_t ___iSize_4;
// System.Text.InternalDecoderBestFitFallback System.Text.InternalDecoderBestFitFallbackBuffer::oFallback
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * ___oFallback_5;
public:
inline static int32_t get_offset_of_cBestFit_2() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F, ___cBestFit_2)); }
inline Il2CppChar get_cBestFit_2() const { return ___cBestFit_2; }
inline Il2CppChar* get_address_of_cBestFit_2() { return &___cBestFit_2; }
inline void set_cBestFit_2(Il2CppChar value)
{
___cBestFit_2 = value;
}
inline static int32_t get_offset_of_iCount_3() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F, ___iCount_3)); }
inline int32_t get_iCount_3() const { return ___iCount_3; }
inline int32_t* get_address_of_iCount_3() { return &___iCount_3; }
inline void set_iCount_3(int32_t value)
{
___iCount_3 = value;
}
inline static int32_t get_offset_of_iSize_4() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F, ___iSize_4)); }
inline int32_t get_iSize_4() const { return ___iSize_4; }
inline int32_t* get_address_of_iSize_4() { return &___iSize_4; }
inline void set_iSize_4(int32_t value)
{
___iSize_4 = value;
}
inline static int32_t get_offset_of_oFallback_5() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F, ___oFallback_5)); }
inline InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * get_oFallback_5() const { return ___oFallback_5; }
inline InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 ** get_address_of_oFallback_5() { return &___oFallback_5; }
inline void set_oFallback_5(InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * value)
{
___oFallback_5 = value;
Il2CppCodeGenWriteBarrier((&___oFallback_5), value);
}
};
struct InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_StaticFields
{
public:
// System.Object System.Text.InternalDecoderBestFitFallbackBuffer::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_6;
public:
inline static int32_t get_offset_of_s_InternalSyncObject_6() { return static_cast<int32_t>(offsetof(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_StaticFields, ___s_InternalSyncObject_6)); }
inline RuntimeObject * get_s_InternalSyncObject_6() const { return ___s_InternalSyncObject_6; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_6() { return &___s_InternalSyncObject_6; }
inline void set_s_InternalSyncObject_6(RuntimeObject * value)
{
___s_InternalSyncObject_6 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALDECODERBESTFITFALLBACKBUFFER_T72773560F3EA35774592AA02A71B46D4A46DA25F_H
#ifndef INTERNALENCODERBESTFITFALLBACK_TE5EF81259A780E6F8990218A8E46D41B5BCE56F3_H
#define INTERNALENCODERBESTFITFALLBACK_TE5EF81259A780E6F8990218A8E46D41B5BCE56F3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.InternalEncoderBestFitFallback
struct InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
{
public:
// System.Text.Encoding System.Text.InternalEncoderBestFitFallback::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_4;
// System.Char[] System.Text.InternalEncoderBestFitFallback::arrayBestFit
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___arrayBestFit_5;
public:
inline static int32_t get_offset_of_encoding_4() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3, ___encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_4() const { return ___encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_4() { return &___encoding_4; }
inline void set_encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___encoding_4), value);
}
inline static int32_t get_offset_of_arrayBestFit_5() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3, ___arrayBestFit_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_arrayBestFit_5() const { return ___arrayBestFit_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_arrayBestFit_5() { return &___arrayBestFit_5; }
inline void set_arrayBestFit_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___arrayBestFit_5 = value;
Il2CppCodeGenWriteBarrier((&___arrayBestFit_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALENCODERBESTFITFALLBACK_TE5EF81259A780E6F8990218A8E46D41B5BCE56F3_H
#ifndef INTERNALENCODERBESTFITFALLBACKBUFFER_T8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_H
#define INTERNALENCODERBESTFITFALLBACKBUFFER_T8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.InternalEncoderBestFitFallbackBuffer
struct InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 : public EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C
{
public:
// System.Char System.Text.InternalEncoderBestFitFallbackBuffer::cBestFit
Il2CppChar ___cBestFit_7;
// System.Text.InternalEncoderBestFitFallback System.Text.InternalEncoderBestFitFallbackBuffer::oFallback
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * ___oFallback_8;
// System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::iCount
int32_t ___iCount_9;
// System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::iSize
int32_t ___iSize_10;
public:
inline static int32_t get_offset_of_cBestFit_7() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3, ___cBestFit_7)); }
inline Il2CppChar get_cBestFit_7() const { return ___cBestFit_7; }
inline Il2CppChar* get_address_of_cBestFit_7() { return &___cBestFit_7; }
inline void set_cBestFit_7(Il2CppChar value)
{
___cBestFit_7 = value;
}
inline static int32_t get_offset_of_oFallback_8() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3, ___oFallback_8)); }
inline InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * get_oFallback_8() const { return ___oFallback_8; }
inline InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 ** get_address_of_oFallback_8() { return &___oFallback_8; }
inline void set_oFallback_8(InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * value)
{
___oFallback_8 = value;
Il2CppCodeGenWriteBarrier((&___oFallback_8), value);
}
inline static int32_t get_offset_of_iCount_9() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3, ___iCount_9)); }
inline int32_t get_iCount_9() const { return ___iCount_9; }
inline int32_t* get_address_of_iCount_9() { return &___iCount_9; }
inline void set_iCount_9(int32_t value)
{
___iCount_9 = value;
}
inline static int32_t get_offset_of_iSize_10() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3, ___iSize_10)); }
inline int32_t get_iSize_10() const { return ___iSize_10; }
inline int32_t* get_address_of_iSize_10() { return &___iSize_10; }
inline void set_iSize_10(int32_t value)
{
___iSize_10 = value;
}
};
struct InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_StaticFields
{
public:
// System.Object System.Text.InternalEncoderBestFitFallbackBuffer::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_11;
public:
inline static int32_t get_offset_of_s_InternalSyncObject_11() { return static_cast<int32_t>(offsetof(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_StaticFields, ___s_InternalSyncObject_11)); }
inline RuntimeObject * get_s_InternalSyncObject_11() const { return ___s_InternalSyncObject_11; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_11() { return &___s_InternalSyncObject_11; }
inline void set_s_InternalSyncObject_11(RuntimeObject * value)
{
___s_InternalSyncObject_11 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALENCODERBESTFITFALLBACKBUFFER_T8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_H
#ifndef UTF32ENCODING_T16A7634FE9BE75EEC897F21F1420783FAA53C30A_H
#define UTF32ENCODING_T16A7634FE9BE75EEC897F21F1420783FAA53C30A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.UTF32Encoding
struct UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UTF32Encoding::emitUTF32ByteOrderMark
bool ___emitUTF32ByteOrderMark_16;
// System.Boolean System.Text.UTF32Encoding::isThrowException
bool ___isThrowException_17;
// System.Boolean System.Text.UTF32Encoding::bigEndian
bool ___bigEndian_18;
public:
inline static int32_t get_offset_of_emitUTF32ByteOrderMark_16() { return static_cast<int32_t>(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___emitUTF32ByteOrderMark_16)); }
inline bool get_emitUTF32ByteOrderMark_16() const { return ___emitUTF32ByteOrderMark_16; }
inline bool* get_address_of_emitUTF32ByteOrderMark_16() { return &___emitUTF32ByteOrderMark_16; }
inline void set_emitUTF32ByteOrderMark_16(bool value)
{
___emitUTF32ByteOrderMark_16 = value;
}
inline static int32_t get_offset_of_isThrowException_17() { return static_cast<int32_t>(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___isThrowException_17)); }
inline bool get_isThrowException_17() const { return ___isThrowException_17; }
inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; }
inline void set_isThrowException_17(bool value)
{
___isThrowException_17 = value;
}
inline static int32_t get_offset_of_bigEndian_18() { return static_cast<int32_t>(offsetof(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A, ___bigEndian_18)); }
inline bool get_bigEndian_18() const { return ___bigEndian_18; }
inline bool* get_address_of_bigEndian_18() { return &___bigEndian_18; }
inline void set_bigEndian_18(bool value)
{
___bigEndian_18 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UTF32ENCODING_T16A7634FE9BE75EEC897F21F1420783FAA53C30A_H
#ifndef UTF7ENCODING_T5733F4C1ABD99AECA11B02CBABEACF7A14545A86_H
#define UTF7ENCODING_T5733F4C1ABD99AECA11B02CBABEACF7A14545A86_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.UTF7Encoding
struct UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Byte[] System.Text.UTF7Encoding::base64Bytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___base64Bytes_16;
// System.SByte[] System.Text.UTF7Encoding::base64Values
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___base64Values_17;
// System.Boolean[] System.Text.UTF7Encoding::directEncode
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ___directEncode_18;
// System.Boolean System.Text.UTF7Encoding::m_allowOptionals
bool ___m_allowOptionals_19;
public:
inline static int32_t get_offset_of_base64Bytes_16() { return static_cast<int32_t>(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Bytes_16)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_base64Bytes_16() const { return ___base64Bytes_16; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_base64Bytes_16() { return &___base64Bytes_16; }
inline void set_base64Bytes_16(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___base64Bytes_16 = value;
Il2CppCodeGenWriteBarrier((&___base64Bytes_16), value);
}
inline static int32_t get_offset_of_base64Values_17() { return static_cast<int32_t>(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___base64Values_17)); }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_base64Values_17() const { return ___base64Values_17; }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_base64Values_17() { return &___base64Values_17; }
inline void set_base64Values_17(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value)
{
___base64Values_17 = value;
Il2CppCodeGenWriteBarrier((&___base64Values_17), value);
}
inline static int32_t get_offset_of_directEncode_18() { return static_cast<int32_t>(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___directEncode_18)); }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get_directEncode_18() const { return ___directEncode_18; }
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of_directEncode_18() { return &___directEncode_18; }
inline void set_directEncode_18(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
{
___directEncode_18 = value;
Il2CppCodeGenWriteBarrier((&___directEncode_18), value);
}
inline static int32_t get_offset_of_m_allowOptionals_19() { return static_cast<int32_t>(offsetof(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86, ___m_allowOptionals_19)); }
inline bool get_m_allowOptionals_19() const { return ___m_allowOptionals_19; }
inline bool* get_address_of_m_allowOptionals_19() { return &___m_allowOptionals_19; }
inline void set_m_allowOptionals_19(bool value)
{
___m_allowOptionals_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UTF7ENCODING_T5733F4C1ABD99AECA11B02CBABEACF7A14545A86_H
#ifndef UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#define UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier
bool ___emitUTF8Identifier_16;
// System.Boolean System.Text.UTF8Encoding::isThrowException
bool ___isThrowException_17;
public:
inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_16)); }
inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; }
inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; }
inline void set_emitUTF8Identifier_16(bool value)
{
___emitUTF8Identifier_16 = value;
}
inline static int32_t get_offset_of_isThrowException_17() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_17)); }
inline bool get_isThrowException_17() const { return ___isThrowException_17; }
inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; }
inline void set_isThrowException_17(bool value)
{
___isThrowException_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UTF8ENCODING_T77ED103B749A387EF072C3429F48C91D12CA08DE_H
#ifndef UNICODEENCODING_T6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_H
#define UNICODEENCODING_T6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.UnicodeEncoding
struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UnicodeEncoding::isThrowException
bool ___isThrowException_16;
// System.Boolean System.Text.UnicodeEncoding::bigEndian
bool ___bigEndian_17;
// System.Boolean System.Text.UnicodeEncoding::byteOrderMark
bool ___byteOrderMark_18;
public:
inline static int32_t get_offset_of_isThrowException_16() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___isThrowException_16)); }
inline bool get_isThrowException_16() const { return ___isThrowException_16; }
inline bool* get_address_of_isThrowException_16() { return &___isThrowException_16; }
inline void set_isThrowException_16(bool value)
{
___isThrowException_16 = value;
}
inline static int32_t get_offset_of_bigEndian_17() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___bigEndian_17)); }
inline bool get_bigEndian_17() const { return ___bigEndian_17; }
inline bool* get_address_of_bigEndian_17() { return &___bigEndian_17; }
inline void set_bigEndian_17(bool value)
{
___bigEndian_17 = value;
}
inline static int32_t get_offset_of_byteOrderMark_18() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___byteOrderMark_18)); }
inline bool get_byteOrderMark_18() const { return ___byteOrderMark_18; }
inline bool* get_address_of_byteOrderMark_18() { return &___byteOrderMark_18; }
inline void set_byteOrderMark_18(bool value)
{
___byteOrderMark_18 = value;
}
};
struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields
{
public:
// System.UInt64 System.Text.UnicodeEncoding::highLowPatternMask
uint64_t ___highLowPatternMask_19;
public:
inline static int32_t get_offset_of_highLowPatternMask_19() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields, ___highLowPatternMask_19)); }
inline uint64_t get_highLowPatternMask_19() const { return ___highLowPatternMask_19; }
inline uint64_t* get_address_of_highLowPatternMask_19() { return &___highLowPatternMask_19; }
inline void set_highLowPatternMask_19(uint64_t value)
{
___highLowPatternMask_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNICODEENCODING_T6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_63;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_79;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_111;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_112;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_114;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_124;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_126;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_127;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_128;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_135;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140;
public:
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
}
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
}
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
}
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
}
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
}
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
}
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
}
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
{
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
}
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
}
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
}
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
}
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___46232052BC757E030490D851F265FB47FA100902_36 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
}
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
}
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
}
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
{
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
}
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56)); }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_56(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_56 = value;
}
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_57)); }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_57() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_57; }
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_57(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
{
___6D797C11E1D4FB68B6570CF2A92B792433527065_57 = value;
}
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58)); }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58; }
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
{
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_58 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_59)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_59() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_59; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_59(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_59 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_60)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_60; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_60(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_60 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_61(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_61 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_62; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_62(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_62 = value;
}
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_63)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_63() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_63() { return &___736D39815215889F11249D9958F6ED12D37B9F57_63; }
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_63(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___736D39815215889F11249D9958F6ED12D37B9F57_63 = value;
}
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64; }
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_64(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_64 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_65 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_66(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_66 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_67)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_67() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_67() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_67; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_67(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_67 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_68)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_68() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_68; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_68(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_68 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_69; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_69(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_69 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_70 = value;
}
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_71)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_71() const { return ___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_71() { return &___86F4F563FA2C61798AE6238D789139739428463A_71; }
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_71(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___86F4F563FA2C61798AE6238D789139739428463A_71 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_72; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_72(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_72 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_73)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_73() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_73; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_73(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_73 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_74)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_74() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_74() { return &___8CAA092E783257106251246FF5C97F88D28517A6_74; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_74(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_74 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_75(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_75 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_76 = value;
}
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77; }
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_77 = value;
}
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78)); }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_78; }
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_78(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
{
___90A0542282A011472F94E97CEAE59F8B3B1A3291_78 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_79)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_79() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_79; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_79(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_79 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_80; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_80(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_80 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_81)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_81() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_81; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_81 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_82; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_82 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_83)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_83() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_83() { return &___973417296623D8DC6961B09664E54039E44CA5D8_83; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_83(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_83 = value;
}
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84; }
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_84(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_84 = value;
}
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85; }
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_85 = value;
}
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86; }
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_86 = value;
}
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87; }
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_87 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_88)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_88() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_88() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_88; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_88(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_88 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_89() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_89; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_89(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_89 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_90)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_90() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_90() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_90; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_90(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_90 = value;
}
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_91() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_91; }
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_91(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___A323DB0813C4D072957BA6FDA79D9776674CD06B_91 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_92)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_92() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_92() { return &___A5444763673307F6828C748D4B9708CFC02B0959_92; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_92(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_92 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_93(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_93 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_94() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_94; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_94(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_94 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_95() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_95; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_95(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_95 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_96)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_96() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_96() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_96; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_96(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_96 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_97() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_97; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_97(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_97 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_98 = value;
}
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99; }
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_99 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_100 = value;
}
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101)); }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101; }
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
{
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_101 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_102 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_103(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_103 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_104() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_104; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_104(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_104 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_105 = value;
}
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106)); }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106; }
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
{
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_106 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_107 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_108 = value;
}
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109; }
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_109 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_110() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_110; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_110(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_110 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_111)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_111() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_111() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_111; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_111(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_111 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_112)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_112() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_112() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_112; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_112(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_112 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_113() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_113; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_113(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_113 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_114)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_114() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_114() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_114; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_114(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_114 = value;
}
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115; }
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_115 = value;
}
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116; }
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_116 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_117(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_117 = value;
}
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118; }
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_118 = value;
}
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119; }
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_119 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_120 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_121() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_121; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_121(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_121 = value;
}
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122)); }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122; }
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
{
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_122 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_123(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_123 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_124)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_124() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_124() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_124; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_124(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_124 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_125 = value;
}
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_126)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_126() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_126() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_126; }
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_126(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___E75835D001C843F156FBA01B001DFE1B8029AC17_126 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_127)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_127() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_127() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_127; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_127(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_127 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_128)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_128() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_128() { return &___EA9506959484C55CFE0C139C624DF6060E285866_128; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_128(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_128 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_129 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_130() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_130; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_130(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_130 = value;
}
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131; }
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_131 = value;
}
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132; }
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_132 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_133 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_134(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_134 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_135)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_135() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_135() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_135; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_135(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_135 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_136() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_136; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_136(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_136 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_137(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_137 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_138() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_138; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_138(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_138 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_139 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_140 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#define CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleColor
struct ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597
{
public:
// System.Int32 System.ConsoleColor::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLECOLOR_T2E01225594844040BE12231E6A14F85FCB78C597_H
#ifndef CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#define CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleKey
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
{
public:
// System.Int32 System.ConsoleKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLEKEY_T0196714F06D59B40580F7B85EA2663D81394682C_H
#ifndef CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#define CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleModifiers
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
{
public:
// System.Int32 System.ConsoleModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONSOLEMODIFIERS_TCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34_H
#ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#define COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CompareOptions
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
{
public:
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMPAREOPTIONS_T163DCEA9A0972750294CC1A8348E5CA69E943939_H
#ifndef FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#define FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifndef STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#define STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.IO.Stream System.IO.StreamReader::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Encoding System.IO.StreamReader::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
// System.Text.Decoder System.IO.StreamReader::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
// System.Byte[] System.IO.StreamReader::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
// System.Char[] System.IO.StreamReader::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
// System.Byte[] System.IO.StreamReader::_preamble
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
// System.Int32 System.IO.StreamReader::charPos
int32_t ___charPos_11;
// System.Int32 System.IO.StreamReader::charLen
int32_t ___charLen_12;
// System.Int32 System.IO.StreamReader::byteLen
int32_t ___byteLen_13;
// System.Int32 System.IO.StreamReader::bytePos
int32_t ___bytePos_14;
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
int32_t ____maxCharsPerBuffer_15;
// System.Boolean System.IO.StreamReader::_detectEncoding
bool ____detectEncoding_16;
// System.Boolean System.IO.StreamReader::_checkPreamble
bool ____checkPreamble_17;
// System.Boolean System.IO.StreamReader::_isBlocked
bool ____isBlocked_18;
// System.Boolean System.IO.StreamReader::_closable
bool ____closable_19;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
public:
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((&___stream_5), value);
}
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_6 = value;
Il2CppCodeGenWriteBarrier((&___encoding_6), value);
}
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_7 = value;
Il2CppCodeGenWriteBarrier((&___decoder_7), value);
}
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_8 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_8), value);
}
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_9 = value;
Il2CppCodeGenWriteBarrier((&___charBuffer_9), value);
}
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____preamble_10 = value;
Il2CppCodeGenWriteBarrier((&____preamble_10), value);
}
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
inline int32_t get_charPos_11() const { return ___charPos_11; }
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
inline void set_charPos_11(int32_t value)
{
___charPos_11 = value;
}
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
inline int32_t get_charLen_12() const { return ___charLen_12; }
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
inline void set_charLen_12(int32_t value)
{
___charLen_12 = value;
}
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
inline void set_byteLen_13(int32_t value)
{
___byteLen_13 = value;
}
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
inline void set_bytePos_14(int32_t value)
{
___bytePos_14 = value;
}
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
inline void set__maxCharsPerBuffer_15(int32_t value)
{
____maxCharsPerBuffer_15 = value;
}
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
inline void set__detectEncoding_16(bool value)
{
____detectEncoding_16 = value;
}
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
inline void set__checkPreamble_17(bool value)
{
____checkPreamble_17 = value;
}
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
inline void set__isBlocked_18(bool value)
{
____isBlocked_18 = value;
}
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
inline bool get__closable_19() const { return ____closable_19; }
inline bool* get_address_of__closable_19() { return &____closable_19; }
inline void set__closable_19(bool value)
{
____closable_19 = value;
}
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncReadTask_20 = value;
Il2CppCodeGenWriteBarrier((&____asyncReadTask_20), value);
}
};
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
{
public:
// System.IO.StreamReader System.IO.StreamReader::Null
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
public:
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___Null_4 = value;
Il2CppCodeGenWriteBarrier((&___Null_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMREADER_T62E68063760DCD2FC036AE132DE69C24B7ED001E_H
#ifndef STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#define STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StreamWriter
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
{
public:
// System.IO.Stream System.IO.StreamWriter::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
// System.Text.Encoding System.IO.StreamWriter::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13;
// System.Text.Encoder System.IO.StreamWriter::encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14;
// System.Byte[] System.IO.StreamWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15;
// System.Char[] System.IO.StreamWriter::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16;
// System.Int32 System.IO.StreamWriter::charPos
int32_t ___charPos_17;
// System.Int32 System.IO.StreamWriter::charLen
int32_t ___charLen_18;
// System.Boolean System.IO.StreamWriter::autoFlush
bool ___autoFlush_19;
// System.Boolean System.IO.StreamWriter::haveWrittenPreamble
bool ___haveWrittenPreamble_20;
// System.Boolean System.IO.StreamWriter::closable
bool ___closable_21;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22;
public:
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((&___stream_12), value);
}
inline static int32_t get_offset_of_encoding_13() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; }
inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_13 = value;
Il2CppCodeGenWriteBarrier((&___encoding_13), value);
}
inline static int32_t get_offset_of_encoder_14() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; }
inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
___encoder_14 = value;
Il2CppCodeGenWriteBarrier((&___encoder_14), value);
}
inline static int32_t get_offset_of_byteBuffer_15() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; }
inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_15 = value;
Il2CppCodeGenWriteBarrier((&___byteBuffer_15), value);
}
inline static int32_t get_offset_of_charBuffer_16() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; }
inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_16 = value;
Il2CppCodeGenWriteBarrier((&___charBuffer_16), value);
}
inline static int32_t get_offset_of_charPos_17() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); }
inline int32_t get_charPos_17() const { return ___charPos_17; }
inline int32_t* get_address_of_charPos_17() { return &___charPos_17; }
inline void set_charPos_17(int32_t value)
{
___charPos_17 = value;
}
inline static int32_t get_offset_of_charLen_18() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); }
inline int32_t get_charLen_18() const { return ___charLen_18; }
inline int32_t* get_address_of_charLen_18() { return &___charLen_18; }
inline void set_charLen_18(int32_t value)
{
___charLen_18 = value;
}
inline static int32_t get_offset_of_autoFlush_19() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); }
inline bool get_autoFlush_19() const { return ___autoFlush_19; }
inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; }
inline void set_autoFlush_19(bool value)
{
___autoFlush_19 = value;
}
inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); }
inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; }
inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; }
inline void set_haveWrittenPreamble_20(bool value)
{
___haveWrittenPreamble_20 = value;
}
inline static int32_t get_offset_of_closable_21() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); }
inline bool get_closable_21() const { return ___closable_21; }
inline bool* get_address_of_closable_21() { return &___closable_21; }
inline void set_closable_21(bool value)
{
___closable_21 = value;
}
inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; }
inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncWriteTask_22 = value;
Il2CppCodeGenWriteBarrier((&____asyncWriteTask_22), value);
}
};
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields
{
public:
// System.IO.StreamWriter System.IO.StreamWriter::Null
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23;
public:
inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; }
inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value)
{
___Null_11 = value;
Il2CppCodeGenWriteBarrier((&___Null_11), value);
}
inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; }
inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____UTF8NoBOM_23 = value;
Il2CppCodeGenWriteBarrier((&____UTF8NoBOM_23), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMWRITER_T989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_H
#ifndef INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#define INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#define MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MemberAccessException
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERACCESSEXCEPTION_TDA869AFFB4FC1EA0EEF3143D85999710AC4774F0_H
#ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#define OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifndef ASSEMBLY_T_H
#define ASSEMBLY_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Assembly
struct Assembly_t : public RuntimeObject
{
public:
// System.IntPtr System.Reflection.Assembly::_mono_assembly
intptr_t ____mono_assembly_0;
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
// System.Object System.Reflection.Assembly::_evidence
RuntimeObject * ____evidence_2;
// System.Object System.Reflection.Assembly::_minimum
RuntimeObject * ____minimum_3;
// System.Object System.Reflection.Assembly::_optional
RuntimeObject * ____optional_4;
// System.Object System.Reflection.Assembly::_refuse
RuntimeObject * ____refuse_5;
// System.Object System.Reflection.Assembly::_granted
RuntimeObject * ____granted_6;
// System.Object System.Reflection.Assembly::_denied
RuntimeObject * ____denied_7;
// System.Boolean System.Reflection.Assembly::fromByteArray
bool ___fromByteArray_8;
// System.String System.Reflection.Assembly::assemblyName
String_t* ___assemblyName_9;
public:
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
inline void set__mono_assembly_0(intptr_t value)
{
____mono_assembly_0 = value;
}
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
{
___resolve_event_holder_1 = value;
Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value);
}
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
inline void set__evidence_2(RuntimeObject * value)
{
____evidence_2 = value;
Il2CppCodeGenWriteBarrier((&____evidence_2), value);
}
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
inline void set__minimum_3(RuntimeObject * value)
{
____minimum_3 = value;
Il2CppCodeGenWriteBarrier((&____minimum_3), value);
}
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
inline void set__optional_4(RuntimeObject * value)
{
____optional_4 = value;
Il2CppCodeGenWriteBarrier((&____optional_4), value);
}
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
inline void set__refuse_5(RuntimeObject * value)
{
____refuse_5 = value;
Il2CppCodeGenWriteBarrier((&____refuse_5), value);
}
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
inline void set__granted_6(RuntimeObject * value)
{
____granted_6 = value;
Il2CppCodeGenWriteBarrier((&____granted_6), value);
}
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
inline void set__denied_7(RuntimeObject * value)
{
____denied_7 = value;
Il2CppCodeGenWriteBarrier((&____denied_7), value);
}
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
inline void set_fromByteArray_8(bool value)
{
___fromByteArray_8 = value;
}
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
inline void set_assemblyName_9(String_t* value)
{
___assemblyName_9 = value;
Il2CppCodeGenWriteBarrier((&___assemblyName_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_pinvoke
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
char* ___assemblyName_9;
};
// Native definition for COM marshalling of System.Reflection.Assembly
struct Assembly_t_marshaled_com
{
intptr_t ____mono_assembly_0;
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
Il2CppIUnknown* ____evidence_2;
Il2CppIUnknown* ____minimum_3;
Il2CppIUnknown* ____optional_4;
Il2CppIUnknown* ____refuse_5;
Il2CppIUnknown* ____granted_6;
Il2CppIUnknown* ____denied_7;
int32_t ___fromByteArray_8;
Il2CppChar* ___assemblyName_9;
};
#endif // ASSEMBLY_T_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#define SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationException
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
{
public:
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
String_t* ____nullMessage_17;
public:
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
inline void set__nullMessage_17(String_t* value)
{
____nullMessage_17 = value;
Il2CppCodeGenWriteBarrier((&____nullMessage_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONEXCEPTION_TA1FDFF6779406E688C2192E71C38DBFD7A4A2210_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#define SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_17;
public:
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
inline void set_permissionState_17(String_t* value)
{
___permissionState_17 = value;
Il2CppCodeGenWriteBarrier((&___permissionState_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYEXCEPTION_TBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_H
#define STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringSplitOptions
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
{
public:
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGSPLITOPTIONS_T2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_H
#ifndef TERMINFONUMBERS_TE17C1E4A28232B0A786FAB261BD41BA350DF230B_H
#define TERMINFONUMBERS_TE17C1E4A28232B0A786FAB261BD41BA350DF230B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TermInfoNumbers
struct TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B
{
public:
// System.Int32 System.TermInfoNumbers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TERMINFONUMBERS_TE17C1E4A28232B0A786FAB261BD41BA350DF230B_H
#ifndef TERMINFOSTRINGS_TA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_H
#define TERMINFOSTRINGS_TA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TermInfoStrings
struct TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F
{
public:
// System.Int32 System.TermInfoStrings::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TERMINFOSTRINGS_TA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_H
#ifndef LATIN1ENCODING_TC026E9CCC23C3A25568FF02B75F937DB388DC9E7_H
#define LATIN1ENCODING_TC026E9CCC23C3A25568FF02B75F937DB388DC9E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Latin1Encoding
struct Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 : public EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7
{
public:
public:
};
struct Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_StaticFields
{
public:
// System.Char[] System.Text.Latin1Encoding::arrayCharBestFit
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___arrayCharBestFit_16;
public:
inline static int32_t get_offset_of_arrayCharBestFit_16() { return static_cast<int32_t>(offsetof(Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_StaticFields, ___arrayCharBestFit_16)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_arrayCharBestFit_16() const { return ___arrayCharBestFit_16; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_arrayCharBestFit_16() { return &___arrayCharBestFit_16; }
inline void set_arrayCharBestFit_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___arrayCharBestFit_16 = value;
Il2CppCodeGenWriteBarrier((&___arrayCharBestFit_16), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LATIN1ENCODING_TC026E9CCC23C3A25568FF02B75F937DB388DC9E7_H
#ifndef NORMALIZATIONCHECK_T5FEED77D9C9C11E3B92C29FC55AA1DAD786244DE_H
#define NORMALIZATIONCHECK_T5FEED77D9C9C11E3B92C29FC55AA1DAD786244DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.NormalizationCheck
struct NormalizationCheck_t5FEED77D9C9C11E3B92C29FC55AA1DAD786244DE
{
public:
// System.Int32 System.Text.NormalizationCheck::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NormalizationCheck_t5FEED77D9C9C11E3B92C29FC55AA1DAD786244DE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NORMALIZATIONCHECK_T5FEED77D9C9C11E3B92C29FC55AA1DAD786244DE_H
#ifndef NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#define NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.NormalizationForm
struct NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C
{
public:
// System.Int32 System.Text.NormalizationForm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NORMALIZATIONFORM_T37A65F044FE653814E14F5D147919ED0E02A873C_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#define CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
{
public:
// System.Char System.ConsoleKeyInfo::_keyChar
Il2CppChar ____keyChar_0;
// System.ConsoleKey System.ConsoleKeyInfo::_key
int32_t ____key_1;
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
int32_t ____mods_2;
public:
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
inline void set__keyChar_0(Il2CppChar value)
{
____keyChar_0 = value;
}
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
inline int32_t get__key_1() const { return ____key_1; }
inline int32_t* get_address_of__key_1() { return &____key_1; }
inline void set__key_1(int32_t value)
{
____key_1 = value;
}
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
inline int32_t get__mods_2() const { return ____mods_2; }
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
inline void set__mods_2(int32_t value)
{
____mods_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// Native definition for COM marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
#endif // CONSOLEKEYINFO_T5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_H
#ifndef CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#define CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ____compareInfo_4;
// System.Boolean System.CultureAwareComparer::_ignoreCase
bool ____ignoreCase_5;
// System.Globalization.CompareOptions System.CultureAwareComparer::_options
int32_t ____options_6;
public:
inline static int32_t get_offset_of__compareInfo_4() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____compareInfo_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get__compareInfo_4() const { return ____compareInfo_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of__compareInfo_4() { return &____compareInfo_4; }
inline void set__compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
____compareInfo_4 = value;
Il2CppCodeGenWriteBarrier((&____compareInfo_4), value);
}
inline static int32_t get_offset_of__ignoreCase_5() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____ignoreCase_5)); }
inline bool get__ignoreCase_5() const { return ____ignoreCase_5; }
inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; }
inline void set__ignoreCase_5(bool value)
{
____ignoreCase_5 = value;
}
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____options_6)); }
inline int32_t get__options_6() const { return ____options_6; }
inline int32_t* get_address_of__options_6() { return &____options_6; }
inline void set__options_6(int32_t value)
{
____options_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CULTUREAWARECOMPARER_TFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_H
#ifndef CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#define CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E
{
public:
// System.TermInfoDriver System.IO.CStreamWriter::driver
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_24;
public:
inline static int32_t get_offset_of_driver_24() { return static_cast<int32_t>(offsetof(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450, ___driver_24)); }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_24() const { return ___driver_24; }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_24() { return &___driver_24; }
inline void set_driver_24(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
{
___driver_24 = value;
Il2CppCodeGenWriteBarrier((&___driver_24), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSTREAMWRITER_T6B662CA496662AF63D81722DCA99094893C80450_H
#ifndef FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#define FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((&___buf_6), value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((&___name_7), value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((&___safeHandle_8), value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_4), value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((&___buf_recycle_lock_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILESTREAM_TA770BF9AF0906644D43C81B962C7DBC3BC79A418_H
#ifndef MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#define MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MissingMemberException
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
{
public:
// System.String System.MissingMemberException::ClassName
String_t* ___ClassName_17;
// System.String System.MissingMemberException::MemberName
String_t* ___MemberName_18;
// System.Byte[] System.MissingMemberException::Signature
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((&___ClassName_17), value);
}
inline static int32_t get_offset_of_MemberName_18() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); }
inline String_t* get_MemberName_18() const { return ___MemberName_18; }
inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; }
inline void set_MemberName_18(String_t* value)
{
___MemberName_18 = value;
Il2CppCodeGenWriteBarrier((&___MemberName_18), value);
}
inline static int32_t get_offset_of_Signature_19() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; }
inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Signature_19 = value;
Il2CppCodeGenWriteBarrier((&___Signature_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGMEMBEREXCEPTION_T165349A7E04FC51DAA5C2251C6DCDD2DD60255DD_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#define TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 : public RuntimeObject
{
public:
// System.TermInfoReader System.TermInfoDriver::reader
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * ___reader_3;
// System.Int32 System.TermInfoDriver::cursorLeft
int32_t ___cursorLeft_4;
// System.Int32 System.TermInfoDriver::cursorTop
int32_t ___cursorTop_5;
// System.String System.TermInfoDriver::title
String_t* ___title_6;
// System.String System.TermInfoDriver::titleFormat
String_t* ___titleFormat_7;
// System.Boolean System.TermInfoDriver::cursorVisible
bool ___cursorVisible_8;
// System.String System.TermInfoDriver::csrVisible
String_t* ___csrVisible_9;
// System.String System.TermInfoDriver::csrInvisible
String_t* ___csrInvisible_10;
// System.String System.TermInfoDriver::clear
String_t* ___clear_11;
// System.String System.TermInfoDriver::bell
String_t* ___bell_12;
// System.String System.TermInfoDriver::term
String_t* ___term_13;
// System.IO.StreamReader System.TermInfoDriver::stdin
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___stdin_14;
// System.IO.CStreamWriter System.TermInfoDriver::stdout
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * ___stdout_15;
// System.Int32 System.TermInfoDriver::windowWidth
int32_t ___windowWidth_16;
// System.Int32 System.TermInfoDriver::windowHeight
int32_t ___windowHeight_17;
// System.Int32 System.TermInfoDriver::bufferHeight
int32_t ___bufferHeight_18;
// System.Int32 System.TermInfoDriver::bufferWidth
int32_t ___bufferWidth_19;
// System.Char[] System.TermInfoDriver::buffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer_20;
// System.Int32 System.TermInfoDriver::readpos
int32_t ___readpos_21;
// System.Int32 System.TermInfoDriver::writepos
int32_t ___writepos_22;
// System.String System.TermInfoDriver::keypadXmit
String_t* ___keypadXmit_23;
// System.String System.TermInfoDriver::keypadLocal
String_t* ___keypadLocal_24;
// System.Boolean System.TermInfoDriver::inited
bool ___inited_25;
// System.Object System.TermInfoDriver::initLock
RuntimeObject * ___initLock_26;
// System.Boolean System.TermInfoDriver::initKeys
bool ___initKeys_27;
// System.String System.TermInfoDriver::origPair
String_t* ___origPair_28;
// System.String System.TermInfoDriver::origColors
String_t* ___origColors_29;
// System.String System.TermInfoDriver::cursorAddress
String_t* ___cursorAddress_30;
// System.ConsoleColor System.TermInfoDriver::fgcolor
int32_t ___fgcolor_31;
// System.String System.TermInfoDriver::setfgcolor
String_t* ___setfgcolor_32;
// System.String System.TermInfoDriver::setbgcolor
String_t* ___setbgcolor_33;
// System.Int32 System.TermInfoDriver::maxColors
int32_t ___maxColors_34;
// System.Boolean System.TermInfoDriver::noGetPosition
bool ___noGetPosition_35;
// System.Collections.Hashtable System.TermInfoDriver::keymap
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___keymap_36;
// System.ByteMatcher System.TermInfoDriver::rootmap
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * ___rootmap_37;
// System.Int32 System.TermInfoDriver::rl_startx
int32_t ___rl_startx_38;
// System.Int32 System.TermInfoDriver::rl_starty
int32_t ___rl_starty_39;
// System.Byte[] System.TermInfoDriver::control_characters
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___control_characters_40;
// System.Char[] System.TermInfoDriver::echobuf
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___echobuf_42;
// System.Int32 System.TermInfoDriver::echon
int32_t ___echon_43;
public:
inline static int32_t get_offset_of_reader_3() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___reader_3)); }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * get_reader_3() const { return ___reader_3; }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C ** get_address_of_reader_3() { return &___reader_3; }
inline void set_reader_3(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * value)
{
___reader_3 = value;
Il2CppCodeGenWriteBarrier((&___reader_3), value);
}
inline static int32_t get_offset_of_cursorLeft_4() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorLeft_4)); }
inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; }
inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; }
inline void set_cursorLeft_4(int32_t value)
{
___cursorLeft_4 = value;
}
inline static int32_t get_offset_of_cursorTop_5() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorTop_5)); }
inline int32_t get_cursorTop_5() const { return ___cursorTop_5; }
inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; }
inline void set_cursorTop_5(int32_t value)
{
___cursorTop_5 = value;
}
inline static int32_t get_offset_of_title_6() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___title_6)); }
inline String_t* get_title_6() const { return ___title_6; }
inline String_t** get_address_of_title_6() { return &___title_6; }
inline void set_title_6(String_t* value)
{
___title_6 = value;
Il2CppCodeGenWriteBarrier((&___title_6), value);
}
inline static int32_t get_offset_of_titleFormat_7() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___titleFormat_7)); }
inline String_t* get_titleFormat_7() const { return ___titleFormat_7; }
inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; }
inline void set_titleFormat_7(String_t* value)
{
___titleFormat_7 = value;
Il2CppCodeGenWriteBarrier((&___titleFormat_7), value);
}
inline static int32_t get_offset_of_cursorVisible_8() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorVisible_8)); }
inline bool get_cursorVisible_8() const { return ___cursorVisible_8; }
inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; }
inline void set_cursorVisible_8(bool value)
{
___cursorVisible_8 = value;
}
inline static int32_t get_offset_of_csrVisible_9() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrVisible_9)); }
inline String_t* get_csrVisible_9() const { return ___csrVisible_9; }
inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; }
inline void set_csrVisible_9(String_t* value)
{
___csrVisible_9 = value;
Il2CppCodeGenWriteBarrier((&___csrVisible_9), value);
}
inline static int32_t get_offset_of_csrInvisible_10() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrInvisible_10)); }
inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; }
inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; }
inline void set_csrInvisible_10(String_t* value)
{
___csrInvisible_10 = value;
Il2CppCodeGenWriteBarrier((&___csrInvisible_10), value);
}
inline static int32_t get_offset_of_clear_11() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___clear_11)); }
inline String_t* get_clear_11() const { return ___clear_11; }
inline String_t** get_address_of_clear_11() { return &___clear_11; }
inline void set_clear_11(String_t* value)
{
___clear_11 = value;
Il2CppCodeGenWriteBarrier((&___clear_11), value);
}
inline static int32_t get_offset_of_bell_12() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bell_12)); }
inline String_t* get_bell_12() const { return ___bell_12; }
inline String_t** get_address_of_bell_12() { return &___bell_12; }
inline void set_bell_12(String_t* value)
{
___bell_12 = value;
Il2CppCodeGenWriteBarrier((&___bell_12), value);
}
inline static int32_t get_offset_of_term_13() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___term_13)); }
inline String_t* get_term_13() const { return ___term_13; }
inline String_t** get_address_of_term_13() { return &___term_13; }
inline void set_term_13(String_t* value)
{
___term_13 = value;
Il2CppCodeGenWriteBarrier((&___term_13), value);
}
inline static int32_t get_offset_of_stdin_14() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdin_14)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_stdin_14() const { return ___stdin_14; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_stdin_14() { return &___stdin_14; }
inline void set_stdin_14(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___stdin_14 = value;
Il2CppCodeGenWriteBarrier((&___stdin_14), value);
}
inline static int32_t get_offset_of_stdout_15() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdout_15)); }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * get_stdout_15() const { return ___stdout_15; }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 ** get_address_of_stdout_15() { return &___stdout_15; }
inline void set_stdout_15(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * value)
{
___stdout_15 = value;
Il2CppCodeGenWriteBarrier((&___stdout_15), value);
}
inline static int32_t get_offset_of_windowWidth_16() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowWidth_16)); }
inline int32_t get_windowWidth_16() const { return ___windowWidth_16; }
inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; }
inline void set_windowWidth_16(int32_t value)
{
___windowWidth_16 = value;
}
inline static int32_t get_offset_of_windowHeight_17() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowHeight_17)); }
inline int32_t get_windowHeight_17() const { return ___windowHeight_17; }
inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; }
inline void set_windowHeight_17(int32_t value)
{
___windowHeight_17 = value;
}
inline static int32_t get_offset_of_bufferHeight_18() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferHeight_18)); }
inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; }
inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; }
inline void set_bufferHeight_18(int32_t value)
{
___bufferHeight_18 = value;
}
inline static int32_t get_offset_of_bufferWidth_19() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferWidth_19)); }
inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; }
inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; }
inline void set_bufferWidth_19(int32_t value)
{
___bufferWidth_19 = value;
}
inline static int32_t get_offset_of_buffer_20() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___buffer_20)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_buffer_20() const { return ___buffer_20; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_buffer_20() { return &___buffer_20; }
inline void set_buffer_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___buffer_20 = value;
Il2CppCodeGenWriteBarrier((&___buffer_20), value);
}
inline static int32_t get_offset_of_readpos_21() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___readpos_21)); }
inline int32_t get_readpos_21() const { return ___readpos_21; }
inline int32_t* get_address_of_readpos_21() { return &___readpos_21; }
inline void set_readpos_21(int32_t value)
{
___readpos_21 = value;
}
inline static int32_t get_offset_of_writepos_22() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___writepos_22)); }
inline int32_t get_writepos_22() const { return ___writepos_22; }
inline int32_t* get_address_of_writepos_22() { return &___writepos_22; }
inline void set_writepos_22(int32_t value)
{
___writepos_22 = value;
}
inline static int32_t get_offset_of_keypadXmit_23() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadXmit_23)); }
inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; }
inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; }
inline void set_keypadXmit_23(String_t* value)
{
___keypadXmit_23 = value;
Il2CppCodeGenWriteBarrier((&___keypadXmit_23), value);
}
inline static int32_t get_offset_of_keypadLocal_24() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadLocal_24)); }
inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; }
inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; }
inline void set_keypadLocal_24(String_t* value)
{
___keypadLocal_24 = value;
Il2CppCodeGenWriteBarrier((&___keypadLocal_24), value);
}
inline static int32_t get_offset_of_inited_25() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___inited_25)); }
inline bool get_inited_25() const { return ___inited_25; }
inline bool* get_address_of_inited_25() { return &___inited_25; }
inline void set_inited_25(bool value)
{
___inited_25 = value;
}
inline static int32_t get_offset_of_initLock_26() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initLock_26)); }
inline RuntimeObject * get_initLock_26() const { return ___initLock_26; }
inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; }
inline void set_initLock_26(RuntimeObject * value)
{
___initLock_26 = value;
Il2CppCodeGenWriteBarrier((&___initLock_26), value);
}
inline static int32_t get_offset_of_initKeys_27() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initKeys_27)); }
inline bool get_initKeys_27() const { return ___initKeys_27; }
inline bool* get_address_of_initKeys_27() { return &___initKeys_27; }
inline void set_initKeys_27(bool value)
{
___initKeys_27 = value;
}
inline static int32_t get_offset_of_origPair_28() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origPair_28)); }
inline String_t* get_origPair_28() const { return ___origPair_28; }
inline String_t** get_address_of_origPair_28() { return &___origPair_28; }
inline void set_origPair_28(String_t* value)
{
___origPair_28 = value;
Il2CppCodeGenWriteBarrier((&___origPair_28), value);
}
inline static int32_t get_offset_of_origColors_29() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origColors_29)); }
inline String_t* get_origColors_29() const { return ___origColors_29; }
inline String_t** get_address_of_origColors_29() { return &___origColors_29; }
inline void set_origColors_29(String_t* value)
{
___origColors_29 = value;
Il2CppCodeGenWriteBarrier((&___origColors_29), value);
}
inline static int32_t get_offset_of_cursorAddress_30() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorAddress_30)); }
inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; }
inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; }
inline void set_cursorAddress_30(String_t* value)
{
___cursorAddress_30 = value;
Il2CppCodeGenWriteBarrier((&___cursorAddress_30), value);
}
inline static int32_t get_offset_of_fgcolor_31() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___fgcolor_31)); }
inline int32_t get_fgcolor_31() const { return ___fgcolor_31; }
inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; }
inline void set_fgcolor_31(int32_t value)
{
___fgcolor_31 = value;
}
inline static int32_t get_offset_of_setfgcolor_32() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setfgcolor_32)); }
inline String_t* get_setfgcolor_32() const { return ___setfgcolor_32; }
inline String_t** get_address_of_setfgcolor_32() { return &___setfgcolor_32; }
inline void set_setfgcolor_32(String_t* value)
{
___setfgcolor_32 = value;
Il2CppCodeGenWriteBarrier((&___setfgcolor_32), value);
}
inline static int32_t get_offset_of_setbgcolor_33() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setbgcolor_33)); }
inline String_t* get_setbgcolor_33() const { return ___setbgcolor_33; }
inline String_t** get_address_of_setbgcolor_33() { return &___setbgcolor_33; }
inline void set_setbgcolor_33(String_t* value)
{
___setbgcolor_33 = value;
Il2CppCodeGenWriteBarrier((&___setbgcolor_33), value);
}
inline static int32_t get_offset_of_maxColors_34() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___maxColors_34)); }
inline int32_t get_maxColors_34() const { return ___maxColors_34; }
inline int32_t* get_address_of_maxColors_34() { return &___maxColors_34; }
inline void set_maxColors_34(int32_t value)
{
___maxColors_34 = value;
}
inline static int32_t get_offset_of_noGetPosition_35() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___noGetPosition_35)); }
inline bool get_noGetPosition_35() const { return ___noGetPosition_35; }
inline bool* get_address_of_noGetPosition_35() { return &___noGetPosition_35; }
inline void set_noGetPosition_35(bool value)
{
___noGetPosition_35 = value;
}
inline static int32_t get_offset_of_keymap_36() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keymap_36)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_keymap_36() const { return ___keymap_36; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_keymap_36() { return &___keymap_36; }
inline void set_keymap_36(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___keymap_36 = value;
Il2CppCodeGenWriteBarrier((&___keymap_36), value);
}
inline static int32_t get_offset_of_rootmap_37() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rootmap_37)); }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * get_rootmap_37() const { return ___rootmap_37; }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC ** get_address_of_rootmap_37() { return &___rootmap_37; }
inline void set_rootmap_37(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * value)
{
___rootmap_37 = value;
Il2CppCodeGenWriteBarrier((&___rootmap_37), value);
}
inline static int32_t get_offset_of_rl_startx_38() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_startx_38)); }
inline int32_t get_rl_startx_38() const { return ___rl_startx_38; }
inline int32_t* get_address_of_rl_startx_38() { return &___rl_startx_38; }
inline void set_rl_startx_38(int32_t value)
{
___rl_startx_38 = value;
}
inline static int32_t get_offset_of_rl_starty_39() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_starty_39)); }
inline int32_t get_rl_starty_39() const { return ___rl_starty_39; }
inline int32_t* get_address_of_rl_starty_39() { return &___rl_starty_39; }
inline void set_rl_starty_39(int32_t value)
{
___rl_starty_39 = value;
}
inline static int32_t get_offset_of_control_characters_40() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___control_characters_40)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_control_characters_40() const { return ___control_characters_40; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_control_characters_40() { return &___control_characters_40; }
inline void set_control_characters_40(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___control_characters_40 = value;
Il2CppCodeGenWriteBarrier((&___control_characters_40), value);
}
inline static int32_t get_offset_of_echobuf_42() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echobuf_42)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_echobuf_42() const { return ___echobuf_42; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_echobuf_42() { return &___echobuf_42; }
inline void set_echobuf_42(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___echobuf_42 = value;
Il2CppCodeGenWriteBarrier((&___echobuf_42), value);
}
inline static int32_t get_offset_of_echon_43() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echon_43)); }
inline int32_t get_echon_43() const { return ___echon_43; }
inline int32_t* get_address_of_echon_43() { return &___echon_43; }
inline void set_echon_43(int32_t value)
{
___echon_43 = value;
}
};
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields
{
public:
// System.Int32* System.TermInfoDriver::native_terminal_size
int32_t* ___native_terminal_size_0;
// System.Int32 System.TermInfoDriver::terminal_size
int32_t ___terminal_size_1;
// System.String[] System.TermInfoDriver::locations
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___locations_2;
// System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____consoleColorToAnsiCode_41;
public:
inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___native_terminal_size_0)); }
inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; }
inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; }
inline void set_native_terminal_size_0(int32_t* value)
{
___native_terminal_size_0 = value;
}
inline static int32_t get_offset_of_terminal_size_1() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___terminal_size_1)); }
inline int32_t get_terminal_size_1() const { return ___terminal_size_1; }
inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; }
inline void set_terminal_size_1(int32_t value)
{
___terminal_size_1 = value;
}
inline static int32_t get_offset_of_locations_2() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___locations_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_locations_2() const { return ___locations_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_locations_2() { return &___locations_2; }
inline void set_locations_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___locations_2 = value;
Il2CppCodeGenWriteBarrier((&___locations_2), value);
}
inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ____consoleColorToAnsiCode_41)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; }
inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____consoleColorToAnsiCode_41 = value;
Il2CppCodeGenWriteBarrier((&____consoleColorToAnsiCode_41), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TERMINFODRIVER_T9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_H
#ifndef DECODERFALLBACKEXCEPTION_T600999E267866BD2B6A47BF1E525E779171FD41A_H
#define DECODERFALLBACKEXCEPTION_T600999E267866BD2B6A47BF1E525E779171FD41A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.DecoderFallbackException
struct DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Byte[] System.Text.DecoderFallbackException::bytesUnknown
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown_18;
// System.Int32 System.Text.DecoderFallbackException::index
int32_t ___index_19;
public:
inline static int32_t get_offset_of_bytesUnknown_18() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A, ___bytesUnknown_18)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytesUnknown_18() const { return ___bytesUnknown_18; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytesUnknown_18() { return &___bytesUnknown_18; }
inline void set_bytesUnknown_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bytesUnknown_18 = value;
Il2CppCodeGenWriteBarrier((&___bytesUnknown_18), value);
}
inline static int32_t get_offset_of_index_19() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A, ___index_19)); }
inline int32_t get_index_19() const { return ___index_19; }
inline int32_t* get_address_of_index_19() { return &___index_19; }
inline void set_index_19(int32_t value)
{
___index_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECODERFALLBACKEXCEPTION_T600999E267866BD2B6A47BF1E525E779171FD41A_H
#ifndef ENCODERFALLBACKEXCEPTION_T2577E6366E4064953BFA80B3A71BD75154E15B53_H
#define ENCODERFALLBACKEXCEPTION_T2577E6366E4064953BFA80B3A71BD75154E15B53_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.EncoderFallbackException
struct EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Char System.Text.EncoderFallbackException::charUnknown
Il2CppChar ___charUnknown_18;
// System.Char System.Text.EncoderFallbackException::charUnknownHigh
Il2CppChar ___charUnknownHigh_19;
// System.Char System.Text.EncoderFallbackException::charUnknownLow
Il2CppChar ___charUnknownLow_20;
// System.Int32 System.Text.EncoderFallbackException::index
int32_t ___index_21;
public:
inline static int32_t get_offset_of_charUnknown_18() { return static_cast<int32_t>(offsetof(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53, ___charUnknown_18)); }
inline Il2CppChar get_charUnknown_18() const { return ___charUnknown_18; }
inline Il2CppChar* get_address_of_charUnknown_18() { return &___charUnknown_18; }
inline void set_charUnknown_18(Il2CppChar value)
{
___charUnknown_18 = value;
}
inline static int32_t get_offset_of_charUnknownHigh_19() { return static_cast<int32_t>(offsetof(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53, ___charUnknownHigh_19)); }
inline Il2CppChar get_charUnknownHigh_19() const { return ___charUnknownHigh_19; }
inline Il2CppChar* get_address_of_charUnknownHigh_19() { return &___charUnknownHigh_19; }
inline void set_charUnknownHigh_19(Il2CppChar value)
{
___charUnknownHigh_19 = value;
}
inline static int32_t get_offset_of_charUnknownLow_20() { return static_cast<int32_t>(offsetof(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53, ___charUnknownLow_20)); }
inline Il2CppChar get_charUnknownLow_20() const { return ___charUnknownLow_20; }
inline Il2CppChar* get_address_of_charUnknownLow_20() { return &___charUnknownLow_20; }
inline void set_charUnknownLow_20(Il2CppChar value)
{
___charUnknownLow_20 = value;
}
inline static int32_t get_offset_of_index_21() { return static_cast<int32_t>(offsetof(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53, ___index_21)); }
inline int32_t get_index_21() const { return ___index_21; }
inline int32_t* get_address_of_index_21() { return &___index_21; }
inline void set_index_21(int32_t value)
{
___index_21 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODERFALLBACKEXCEPTION_T2577E6366E4064953BFA80B3A71BD75154E15B53_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
#define MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MissingMethodException
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
{
public:
// System.String System.MissingMethodException::signature
String_t* ___signature_20;
public:
inline static int32_t get_offset_of_signature_20() { return static_cast<int32_t>(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); }
inline String_t* get_signature_20() const { return ___signature_20; }
inline String_t** get_address_of_signature_20() { return &___signature_20; }
inline void set_signature_20(String_t* value)
{
___signature_20 = value;
Il2CppCodeGenWriteBarrier((&___signature_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MISSINGMETHODEXCEPTION_T7D33DFD3009E4F19BE4DD0967F04D3878F348498_H
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value);
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.ParameterizedStrings_FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 m_Items[1];
public:
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
m_Items[index] = value;
}
};
// System.TermInfoStrings[]
struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, 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(m_Items + index, value);
}
};
// System.Reflection.ParameterModifier[]
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
public:
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * 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, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
{
m_Items[index] = value;
}
};
// System.Text.EncodingProvider[]
struct EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49 : public RuntimeArray
{
public:
ALIGN_FIELD (8) EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * m_Items[1];
public:
inline EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 ** 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, EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Void System.OrdinalComparer::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, bool ___ignoreCase0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::SetErrorCode(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
// System.Boolean System.IO.File::Exists(System.String)
extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.IO.Path::Combine(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.String System.Environment::GetEnvironmentVariable(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::InternalWriteString(System.String)
extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, String_t* ___val0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::SearchTerminfo(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method);
// System.Void System.TermInfoReader::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_xterm()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345 (const RuntimeMethod* method);
// System.Void System.TermInfoReader::.ctor(System.String,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_linux()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95 (const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_ansi()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D (const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardOutput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Text.Encoding System.Console::get_OutputEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647 (const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::get_IsConsole()
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731 (const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::SetEcho(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869 (bool ___wantEcho0, const RuntimeMethod* method);
// System.String System.TermInfoReader::Get(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::WriteConsole(System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers)
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&)
extern "C" IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49 (String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardInput(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Text.Encoding System.Console::get_InputEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE (const RuntimeMethod* method);
// System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::GetCursorPosition()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 System.TermInfoDriver::get_WindowWidth()
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Int32 System.TermInfoDriver::get_WindowHeight()
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.ConsoleKey System.ConsoleKeyInfo::get_Key()
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::IncrementX()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468 (int32_t ___ms_timeout0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AddToBuffer(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::Init()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::CheckWindowDimensions()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method);
// System.Boolean System.ByteMatcher::StartsWith(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___c0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AdjustBuffer()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::InitKeys()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method);
// System.Boolean System.IO.StreamReader::DataAvailable()
extern "C" IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, const RuntimeMethod* method);
// System.Boolean System.TermInfoDriver::InputPending()
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___n1, const RuntimeMethod* method);
// System.Char System.ConsoleKeyInfo::get_KeyChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::QueueEcho(System.Char)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::EchoFlush()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32)
extern "C" IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0 (int32_t ___value0, const RuntimeMethod* method);
// System.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings/FormatParam[])
extern "C" IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF (String_t* ___format0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::CreateKeyMap()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.ByteMatcher::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method);
// System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___key0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___val1, const RuntimeMethod* method);
// System.Void System.ByteMatcher::Sort()
extern "C" IL2CPP_METHOD_ATTR void ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method);
// System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method);
// System.IO.FileStream System.IO.File::OpenRead(System.String)
extern "C" IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method);
// System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method);
// System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.String System.TermInfoReader::GetString(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_ASCII()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Void System.Text.Encoding::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, int32_t ___codePage0, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.EncoderFallback::get_ReplacementFallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139 (const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ReplacementFallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA (const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.Encoder::get_Fallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackBuffer::InternalInitialize(System.Char*,System.Char*,System.Text.EncoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method);
// System.String System.Text.EncoderReplacementFallback::get_DefaultString()
extern "C" IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0 (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.Decoder::get_Fallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*)
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method);
// System.String System.Text.DecoderReplacementFallback::get_DefaultString()
extern "C" IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::InternalReset()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderNLS::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Text.EncoderNLS::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437 (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallbackBuffer::Throw(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackException::.ctor(System.String,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, String_t* ___message0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown1, int32_t ___index2, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method);
// System.Object System.Text.DecoderFallback::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE (const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsSurrogate(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.Char::IsHighSurrogate(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m33453ED48103C3A4893FBE06039DF7473FBAD7E6 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Text.Decoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Void System.Text.Decoder::SerializeDecoder(System.Runtime.Serialization.SerializationInfo)
extern "C" IL2CPP_METHOD_ATTR void Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* ___replacement0, const RuntimeMethod* method);
// System.Boolean System.Char::IsSurrogate(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m43C03392CA71985B36FE7EB29B6ECB2DABA2680F (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
// System.Boolean System.Char::IsHighSurrogate(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m8AB8BB9DEC2443D5799232FDA89C5BD0E5E091DB (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallbackBuffer::.ctor(System.Text.DecoderReplacementFallback)
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallbackBuffer__ctor_m9B96FC13DF9DBF34B2C3A5B515F2715989225BEA (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * ___fallback0, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::ThrowLastBytesRecursive(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallback__ctor_m7EDA0415798986D15DA060414B0839FF158B9227 (EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderExceptionFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderExceptionFallbackBuffer__ctor_m7892DE55648C518F5AEB0CF38CCB212D9001D7C4 (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer__ctor_mE3698942F859D99529557619E751C18775FD49E9 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackException::.ctor(System.String,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_mB1F5011A315BDAD30C1D990F618AA2985A206E1F (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, String_t* ___message0, Il2CppChar ___charUnknown1, int32_t ___index2, const RuntimeMethod* method);
// System.Boolean System.Char::IsLowSurrogate(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Int32 System.Char::ConvertToUtf32(System.Char,System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601 (Il2CppChar ___highSurrogate0, Il2CppChar ___lowSurrogate1, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackException::.ctor(System.String,System.Char,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, String_t* ___message0, Il2CppChar ___charUnknownHigh1, Il2CppChar ___charUnknownLow2, int32_t ___index3, const RuntimeMethod* method);
// System.Object System.Text.EncoderFallback::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87 (const RuntimeMethod* method);
// System.Void System.Text.EncoderReplacementFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAB909581BDACE020217C9A308321E41802705D1E (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderExceptionFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderExceptionFallback__ctor_mD0FD9D04900F591426E35973BBF9F75152CA3739 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.EncoderNLS::get_MustFlush()
extern "C" IL2CPP_METHOD_ATTR bool EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackBuffer::ThrowLastCharRecursive(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, int32_t ___charRecursive0, const RuntimeMethod* method);
// System.Void System.Text.Encoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoder::SerializeEncoder(System.Runtime.Serialization.SerializationInfo)
extern "C" IL2CPP_METHOD_ATTR void Encoder_SerializeEncoder_mACD65E50C4E5C9C6646AA44B5FB63CEDE0931079 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Char)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Il2CppChar ___value1, const RuntimeMethod* method);
// System.Void System.Text.EncoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* ___replacement0, const RuntimeMethod* method);
// System.Void System.Text.EncoderReplacementFallbackBuffer::.ctor(System.Text.EncoderReplacementFallback)
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallbackBuffer__ctor_mB08FC9E15D22A19BCA52A1A16FD49F99C7214D80 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * ___fallback0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Void System.Text.InternalEncoderBestFitFallback::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallback__ctor_m74F421EBA10BBB6CD286DA81A1E26A026227DAE2 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Text.InternalDecoderBestFitFallback::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallback__ctor_m9DC081B41C021834638AA9E36979B35C5172F744 (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::OnDeserializing()
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserializing_m3099E7D70952FCB1960ABC13D1CE1E70FD9B2AA3 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::OnDeserialized()
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserialized_m9F589E77A408BE494602A4EF2C678D7A0FA77EED (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncodingProvider::GetEncodingFromProvider(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingProvider_GetEncodingFromProvider_mA0F1D2A29AF8309112363BA3AEAD24F4F84F8A6F (int32_t ___codepage0, const RuntimeMethod* method);
// System.Object System.Text.Encoding::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Encoding_get_InternalSyncObject_m83E4529829B8FCFB1CE706425804440F6BAD073E (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Default()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Unicode()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF7()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF32()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15 (const RuntimeMethod* method);
// System.Void System.Text.UTF32Encoding::.ctor(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void UTF32Encoding__ctor_m29D20C03874A58220973F79277050D62F8CA2475 (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Latin1()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Latin1_m3CC61D40BEE46C311295920FC97B0EBF8AE620F3 (const RuntimeMethod* method);
// System.Globalization.CodePageDataItem System.Globalization.EncodingTable::GetCodePageDataItem(System.Int32)
extern "C" IL2CPP_METHOD_ATTR CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * EncodingTable_GetCodePageDataItem_m33D02AF0C3BB400E895F962DEDD3F8EC3D153953 (int32_t ___codepage0, const RuntimeMethod* method);
// System.Object System.Text.EncodingHelper::InvokeI18N(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EncodingHelper_InvokeI18N_m638F0C7660999BE0390DD7E26CBC9603D139D2D6 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncodingProvider::GetEncodingFromProvider(System.String)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingProvider_GetEncodingFromProvider_m6B4B2550725947939A8DEF0B26D335D7957017A7 (String_t* ___encodingName0, const RuntimeMethod* method);
// System.Int32 System.Globalization.EncodingTable::GetCodePageFromName(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingTable_GetCodePageFromName_m7F8D824F555B748FA3232F05A34E4A1E3F546831 (String_t* ___name0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68 (int32_t ___codepage0, const RuntimeMethod* method);
// System.String System.Environment::GetResourceStringEncodingName(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetResourceStringEncodingName_mB514D97C814AF47301B938B99C800A2130CB46AA (int32_t ___codePage0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::GetDataItem()
extern "C" IL2CPP_METHOD_ATTR void Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.String System.Globalization.CodePageDataItem::get_WebName()
extern "C" IL2CPP_METHOD_ATTR String_t* CodePageDataItem_get_WebName_mB509120CBD0AB217D8F390CBD54697B6657D3DB0 (CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * __this, const RuntimeMethod* method);
// System.Boolean System.Text.Encoding::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool Encoding_get_IsReadOnly_m1118DBF20E11C000BC29C326A2D202122DE37544 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Object System.Object::MemberwiseClone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Text.ASCIIEncoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_mC9D110516677AC1FAA80B3790BDDD1150A1779C4 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method);
// System.Void System.Text.Latin1Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Latin1Encoding__ctor_mCA519590D0ED43A343B7D00D546F83AC003E7FC5 (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, const RuntimeMethod* method);
// System.Char[] System.String::ToCharArray()
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding/DefaultDecoder::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DefaultDecoder__ctor_m151367754ECD70E58BE520F3B94E23EBCF855A3D (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncodingHelper::GetDefaultEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_GetDefaultEncoding_m11A46F8629633F14B5C9787094E4A50862D6B5C1 (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::CreateDefaultEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_CreateDefaultEncoding_mB5BD9528BFE643F1852752B28EA8426C195E73A5 (const RuntimeMethod* method);
// System.Void System.Text.Encoding/DefaultEncoder::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DefaultEncoder__ctor_mE3BC59793DAED9FC44BD4F688D13B6733EA13C65 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.Void System.Text.UnicodeEncoding::.ctor(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10 (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * __this, bool ___bigEndian0, bool ___byteOrderMark1, const RuntimeMethod* method);
// System.Void System.Text.UTF7Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UTF7Encoding__ctor_m5692C45774DF106FBE6B1E5D3C02052E1A71BEAA (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * __this, const RuntimeMethod* method);
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackBuffer::InternalReset()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalReset_m9BF666E5A4160B892C3C334BABA75D150DF642E7 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowBytesOverflow()
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderNLS::ClearMustFlush()
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS_ClearMustFlush_mECADE44B82A8FED6B5284A5D916C4E2B26E326A3 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.Decoder::get_InternalHasFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR bool Decoder_get_InternalHasFallbackBuffer_m02F2ED8893F9E6DFBEDBC299829552C35D627156 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowCharsOverflow()
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderNLS::ClearMustFlush()
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_ClearMustFlush_m345839D32E273BAE8CDFCD4EA624AA82C8A474C8 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncoderNLS::get_Encoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncoderNLS_get_Encoding_mCDF2F7C580FCF269BE40BC9BBA55CCD5A8F4C715 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding/EncodingByteBuffer::MovePrevious(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void EncodingByteBuffer_MovePrevious_mCB4BF5A4CA02264F297D98DAA7E9CDEE744156F1 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, bool ___bThrow0, const RuntimeMethod* method);
// System.Boolean System.Text.Encoding/EncodingByteBuffer::AddByte(System.Byte,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mE9CAED19A491A8A78C698033490017F3BC8CFC4A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b0, int32_t ___moreBytesExpected1, const RuntimeMethod* method);
// System.Boolean System.Text.Encoding/EncodingByteBuffer::AddByte(System.Byte,System.Byte,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mC0CA34622FA97CA71C4C1150E5829BB9CFD357B2 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, uint8_t ___b21, int32_t ___moreBytesExpected2, const RuntimeMethod* method);
// System.Boolean System.Text.Encoding/EncodingCharBuffer::AddChar(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_AddChar_m2BD7262E87991C2B1A9847FB9F6DED8D6F463E7B (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Il2CppChar ___ch0, int32_t ___numBytes1, const RuntimeMethod* method);
// System.Boolean System.Text.Encoding/EncodingCharBuffer::Fallback(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_Fallback_mC0B6F0298F99CC06FA859D3DA69F0E8A3FDACBE7 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer0, const RuntimeMethod* method);
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method);
// System.Void System.Text.Encoding::setReadOnly(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_setReadOnly_mEB95513471A530FFD4F84AB63E4F794B5DCF174C (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, bool ___value0, const RuntimeMethod* method);
// System.String System.Text.EncodingHelper::InternalCodePage(System.Int32&)
extern "C" IL2CPP_METHOD_ATTR String_t* EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432 (int32_t* ___code_page0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.String)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* ___name0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.EncodingHelper::get_UTF8Unmarked()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335 (const RuntimeMethod* method);
// System.Boolean System.Reflection.Assembly::op_Equality(System.Reflection.Assembly,System.Reflection.Assembly)
extern "C" IL2CPP_METHOD_ATTR bool Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316 (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
extern "C" IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55 (String_t* ___assemblyString0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.Text.InternalDecoderBestFitFallbackBuffer::.ctor(System.Text.InternalDecoderBestFitFallback)
extern "C" IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer__ctor_m4660895B648DE232827A084937D6E7870F407CAF (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * ___fallback0, const RuntimeMethod* method);
// System.Object System.Text.InternalDecoderBestFitFallbackBuffer::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m882032FDCD9281FC5145B8AA0F2C604EB806915A (const RuntimeMethod* method);
// System.Char System.Text.InternalDecoderBestFitFallbackBuffer::TryBestFit(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_TryBestFit_m893FED71FD776004F8B3DDBA0F209ACD819D9B7E (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesCheck0, const RuntimeMethod* method);
// System.Void System.Text.InternalEncoderBestFitFallbackBuffer::.ctor(System.Text.InternalEncoderBestFitFallback)
extern "C" IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer__ctor_m0446A53228519814A3BC54A1F6756E21EC2729B5 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * ___fallback0, const RuntimeMethod* method);
// System.Object System.Text.InternalEncoderBestFitFallbackBuffer::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_m07257512FD952E191F4C1A480BB8F2B43D3CEA21 (const RuntimeMethod* method);
// System.Char System.Text.InternalEncoderBestFitFallbackBuffer::TryBestFit(System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_TryBestFit_m4BC29FFF78F074AB58EBD2247EAA801205C8F5E7 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, Il2CppChar ___cUnknown0, const RuntimeMethod* method);
// System.Void System.Text.EncodingNLS::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncodingNLS__ctor_mBB608BD3E5EEC3B10BE1D10B20EF40D4923A52D6 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, int32_t ___codePage0, const RuntimeMethod* method);
// System.Void System.Text.Encoding::DeserializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Text.Encoding::SerializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Int32 Mono.Globalization.Unicode.NormalizationTableUtil::PropIdx(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t NormalizationTableUtil_PropIdx_mF702C2D45497D6AC5D742B7BE831D10FBEF4ADCD (int32_t ___cp0, const RuntimeMethod* method);
// System.Int32 Mono.Globalization.Unicode.NormalizationTableUtil::MapIdx(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t NormalizationTableUtil_MapIdx_mE125070C36E28732429CD254EF1966EB3100F461 (int32_t ___cp0, const RuntimeMethod* method);
// System.Int32 Mono.Globalization.Unicode.CodePointIndexer::ToIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t CodePointIndexer_ToIndex_m933E52A360D43B57C511C2153A56EC3FA6AAE416 (CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * __this, int32_t ___cp0, const RuntimeMethod* method);
// System.Void System.Text.Normalization::Decompose(System.String,System.Text.StringBuilder&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE (String_t* ___source0, StringBuilder_t ** ___sb1, int32_t ___checkType2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.Normalization::Combine(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * Normalization_Combine_mF29961DF76E25EDF17A7173DCE1F82B3A2457702 (String_t* ___source0, int32_t ___start1, int32_t ___checkType2, const RuntimeMethod* method);
// System.Void System.Text.Normalization::Combine(System.Text.StringBuilder,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A (StringBuilder_t * ___sb0, int32_t ___i1, int32_t ___checkType2, const RuntimeMethod* method);
// System.Text.NormalizationCheck System.Text.Normalization::QuickCheck(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B (Il2CppChar ___c0, int32_t ___type1, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::CombineHangul(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_CombineHangul_m6ACCCB03BD7578B68D7EBF7A57EA5D3589CE089B (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___current2, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::TryComposeWithPreviousStarter(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_TryComposeWithPreviousStarter_mC6EE7E98390E0FDA79259873D8CF514EBCFBC162 (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___current2, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::Fetch(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___i2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Byte System.Text.Normalization::GetCombiningClass(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779 (int32_t ___c0, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::GetPrimaryCompositeHelperIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetPrimaryCompositeHelperIndex_mBF42ECA25605228B344D469251274E6E0C0102B2 (int32_t ___cp0, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::TryCompose(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_TryCompose_m5879D248041F211393CD46EA75FB4654253A2BD7 (int32_t ___i0, int32_t ___starter1, int32_t ___candidate2, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::GetPrimaryCompositeFromMapIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetPrimaryCompositeFromMapIndex_mC882AED4638E77E976BC56DDA2F6DA2448EFA022 (int32_t ___src0, const RuntimeMethod* method);
// System.UInt32 System.Text.Normalization::PropValue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint32_t Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511 (int32_t ___cp0, const RuntimeMethod* method);
// System.Void System.Text.Normalization::DecomposeChar(System.Text.StringBuilder&,System.Int32[]&,System.String,System.Int32,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Normalization_DecomposeChar_mFCD460869F56DD899498A1A3F70025C1C1B84A6C (StringBuilder_t ** ___sb0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___buf1, String_t* ___s2, int32_t ___i3, int32_t ___checkType4, int32_t* ___start5, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.Text.Normalization::ReorderCanonical(System.String,System.Text.StringBuilder&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C (String_t* ___src0, StringBuilder_t ** ___sb1, int32_t ___start2, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::GetCanonical(System.Int32,System.Int32[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1 (int32_t ___c0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buf1, int32_t ___bufIdx2, int32_t ___checkType3, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::GetCanonicalHangul(System.Int32,System.Int32[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetCanonicalHangul_mE5E98FB3A1941526B0D69E8086C3650AE85D7982 (int32_t ___s0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buf1, int32_t ___bufIdx2, const RuntimeMethod* method);
// System.Int32 System.Text.Normalization::CharMapIdx(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_CharMapIdx_mD7FF7B9511E1108A8718E0AA1C81EB65BDCE6BA9 (int32_t ___cp0, const RuntimeMethod* method);
// System.String System.Text.Normalization::Normalize(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF (String_t* ___source0, int32_t ___type1, const RuntimeMethod* method);
// System.String System.Text.Normalization::Compose(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Compose_mEB36830839D05AAA1579B2500EAF0AF0611910AA (String_t* ___source0, int32_t ___checkType1, const RuntimeMethod* method);
// System.String System.Text.Normalization::Decompose(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Decompose_m72A6B276D99DEA8A6060E5060342D44BE739E030 (String_t* ___source0, int32_t ___checkType1, const RuntimeMethod* method);
// System.Void System.Text.Normalization::load_normalization_resource(System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)
extern "C" IL2CPP_METHOD_ATTR void Normalization_load_normalization_resource_m189BEDAFFDA3BEBCDCF2FDD71C10E76E6F1DD278 (intptr_t* ___props0, intptr_t* ___mappedChars1, intptr_t* ___charMapIndex2, intptr_t* ___helperIndex3, intptr_t* ___mapIdxToComposite4, intptr_t* ___combiningClass5, const RuntimeMethod* method);
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027 (intptr_t ___value0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA (StringBuilder_t * __this, String_t* ___value0, int32_t ___capacity1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, int32_t ___capacity3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84 (Il2CppChar* ___sourcePtr0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Capacity()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.String System.String::FastAllocateString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method);
// System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_MaxCapacity()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_MaxCapacity_m1367C928745408E67DFF57F501177B4CA978F365 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::FindChunkForIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::ExpandByABlock(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C (StringBuilder_t * __this, int32_t ___minBlockCharCount0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84 (StringBuilder_t * __this, Il2CppChar* ___value0, int32_t ___valueCount1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::AppendHelper(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_AppendHelper_mEB58C0EF72D659D6BB4342E2943697200F63C80F (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Void System.OutOfMemoryException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::MakeRoom(System.Int32,System.Int32,System.Text.StringBuilder&,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF (StringBuilder_t * __this, int32_t ___index0, int32_t ___count1, StringBuilder_t ** ___chunk2, int32_t* ___indexInChunk3, bool ___doneMoveFollowingChars4, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::ReplaceInPlaceAtChunk(System.Text.StringBuilder&,System.Int32&,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773 (StringBuilder_t * __this, StringBuilder_t ** ___chunk0, int32_t* ___indexInChunk1, Il2CppChar* ___value2, int32_t ___count3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::Remove(System.Int32,System.Int32,System.Text.StringBuilder&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_Remove_m570DD9A086B94D894FCD1EB011BCB2166A57B4D6 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___count1, StringBuilder_t ** ___chunk2, int32_t* ___indexInChunk3, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Int64::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::Insert(System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar* ___value1, int32_t ___valueCount2, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object[])
extern "C" IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::FormatError()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B (const RuntimeMethod* method);
// System.Int32 System.ParamsArray::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, const RuntimeMethod* method);
// System.Object System.ParamsArray::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Boolean System.Text.StringBuilder::StartsWith(System.Text.StringBuilder,System.Int32,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR bool StringBuilder_StartsWith_m191999C1CF871FC076122689B8ECB798863C4467 (StringBuilder_t * __this, StringBuilder_t * ___chunk0, int32_t ___indexInChunk1, int32_t ___count2, String_t* ___value3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::ReplaceAllInChunk(System.Int32[],System.Int32,System.Text.StringBuilder,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ReplaceAllInChunk_m40510C5422490D47187136D04AE82FCAF0D43314 (StringBuilder_t * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___replacements0, int32_t ___replacementsCount1, StringBuilder_t * ___sourceChunk2, int32_t ___removeCount3, String_t* ___value4, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Next(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Next_mF117555541979DEC3146FD3A059F66EBE60B775C (StringBuilder_t * __this, StringBuilder_t * ___chunk0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m319171AD1301C27AA7220D28F2BA96B4A8981F35 (StringBuilder_t * __this, StringBuilder_t * ___from0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32,System.Int32,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mAC298BE4C79DFA111AA5AA4063F79F47744959FD (StringBuilder_t * __this, int32_t ___size0, int32_t ___maxCapacity1, StringBuilder_t * ___previousBlock2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::ThreadSafeCopy(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___source0, int32_t ___sourceIndex1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination2, int32_t ___destinationIndex3, int32_t ___count4, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1();
return L_0;
}
}
// System.StringComparer System.StringComparer::get_CurrentCultureIgnoreCase()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.StringComparer System.StringComparer::get_Ordinal()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinal_2();
return L_0;
}
}
// System.StringComparer System.StringComparer::get_OrdinalIgnoreCase()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3();
return L_0;
}
}
// System.Int32 System.StringComparer::Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject * L_0 = ___x0;
RuntimeObject * L_1 = ___y1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
RuntimeObject * L_2 = ___x0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
RuntimeObject * L_3 = ___y1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
RuntimeObject * L_4 = ___x0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_002d;
}
}
{
RuntimeObject * L_6 = ___y1;
V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
String_t* L_7 = V_2;
if (!L_7)
{
goto IL_002d;
}
}
{
String_t* L_8 = V_0;
String_t* L_9 = V_2;
int32_t L_10 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(10 /* System.Int32 System.StringComparer::Compare(System.String,System.String) */, __this, L_8, L_9);
return L_10;
}
IL_002d:
{
RuntimeObject * L_11 = ___x0;
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var));
RuntimeObject* L_12 = V_1;
if (!L_12)
{
goto IL_003f;
}
}
{
RuntimeObject* L_13 = V_1;
RuntimeObject * L_14 = ___y1;
NullCheck(L_13);
int32_t L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_13, L_14);
return L_15;
}
IL_003f:
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var);
}
}
// System.Boolean System.StringComparer::Equals(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR bool StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject * L_0 = ___x0;
RuntimeObject * L_1 = ___y1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_2 = ___x0;
if (!L_2)
{
goto IL_000c;
}
}
{
RuntimeObject * L_3 = ___y1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
RuntimeObject * L_4 = ___x0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_002b;
}
}
{
RuntimeObject * L_6 = ___y1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
String_t* L_7 = V_1;
if (!L_7)
{
goto IL_002b;
}
}
{
String_t* L_8 = V_0;
String_t* L_9 = V_1;
bool L_10 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(11 /* System.Boolean System.StringComparer::Equals(System.String,System.String) */, __this, L_8, L_9);
return L_10;
}
IL_002b:
{
RuntimeObject * L_11 = ___x0;
RuntimeObject * L_12 = ___y1;
NullCheck(L_11);
bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12);
return L_13;
}
}
// System.Int32 System.StringComparer::GetHashCode(System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___obj0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_0020;
}
}
{
String_t* L_4 = V_0;
int32_t L_5 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, __this, L_4);
return L_5;
}
IL_0020:
{
RuntimeObject * L_6 = ___obj0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
return L_7;
}
}
// System.Void System.StringComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.StringComparer::.cctor()
extern "C" IL2CPP_METHOD_ATTR void StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)0, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCulture_0(L_1);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_3 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_3, L_2, (bool)1, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCultureIgnoreCase_1(L_3);
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_4 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var);
OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_4, (bool)0, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinal_2(L_4);
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_5 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var);
OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_5, (bool)1, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinalIgnoreCase_3(L_5);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.SystemException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___dir0;
String_t* L_1 = ___term1;
NullCheck(L_1);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, 0, /*hidden argument*/NULL);
int32_t L_3 = ((int32_t)L_2);
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
String_t* L_5 = ___term1;
String_t* L_6 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A, L_0, L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
String_t* L_7 = V_0;
bool L_8 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0023;
}
}
{
String_t* L_9 = V_0;
return L_9;
}
IL_0023:
{
String_t* L_10 = ___dir0;
String_t* L_11 = ___term1;
NullCheck(L_11);
String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_11, 0, 1, /*hidden argument*/NULL);
String_t* L_13 = ___term1;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_14 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_10, L_12, L_13, /*hidden argument*/NULL);
V_0 = L_14;
String_t* L_15 = V_0;
bool L_16 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_003d;
}
}
{
String_t* L_17 = V_0;
return L_17;
}
IL_003d:
{
return (String_t*)NULL;
}
}
// System.String System.TermInfoDriver::SearchTerminfo(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
String_t* L_0 = ___term0;
if (!L_0)
{
goto IL_0010;
}
}
{
String_t* L_1 = ___term0;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0012;
}
}
IL_0010:
{
return (String_t*)NULL;
}
IL_0012:
{
String_t* L_4 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00, /*hidden argument*/NULL);
V_1 = L_4;
String_t* L_5 = V_1;
if (!L_5)
{
goto IL_0035;
}
}
{
String_t* L_6 = V_1;
bool L_7 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0035;
}
}
{
String_t* L_8 = V_1;
String_t* L_9 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_10 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
String_t* L_11 = V_0;
if (!L_11)
{
goto IL_0035;
}
}
{
String_t* L_12 = V_0;
return L_12;
}
IL_0035:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_locations_2();
V_2 = L_13;
V_3 = 0;
goto IL_005f;
}
IL_003f:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_2;
int32_t L_15 = V_3;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_4 = L_17;
String_t* L_18 = V_4;
bool L_19 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_005b;
}
}
{
String_t* L_20 = V_4;
String_t* L_21 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_22 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_20, L_21, /*hidden argument*/NULL);
V_0 = L_22;
String_t* L_23 = V_0;
if (!L_23)
{
goto IL_005b;
}
}
{
String_t* L_24 = V_0;
return L_24;
}
IL_005b:
{
int32_t L_25 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_005f:
{
int32_t L_26 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))))
{
goto IL_003f;
}
}
{
return (String_t*)NULL;
}
}
// System.Void System.TermInfoDriver::WriteConsole(System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15();
String_t* L_2 = ___str0;
NullCheck(L_1);
CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA(L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___term0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_title_6(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_titleFormat_7(L_1);
__this->set_cursorVisible_8((bool)1);
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
__this->set_initLock_26(L_2);
__this->set_fgcolor_31(((int32_t)15));
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_3 = ___term0;
__this->set_term_13(L_3);
String_t* L_4 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_5 = TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3(L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_0064;
}
}
{
String_t* L_7 = ___term0;
String_t* L_8 = V_0;
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_9 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D(L_9, L_7, L_8, /*hidden argument*/NULL);
__this->set_reader_3(L_9);
goto IL_00a2;
}
IL_0064:
{
String_t* L_10 = ___term0;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0084;
}
}
{
String_t* L_12 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_14 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_14, L_12, L_13, /*hidden argument*/NULL);
__this->set_reader_3(L_14);
goto IL_00a2;
}
IL_0084:
{
String_t* L_15 = ___term0;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00a2;
}
}
{
String_t* L_17 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_19 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_19, L_17, L_18, /*hidden argument*/NULL);
__this->set_reader_3(L_19);
}
IL_00a2:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3();
if (L_20)
{
goto IL_00bb;
}
}
{
String_t* L_21 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_23 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_23, L_21, L_22, /*hidden argument*/NULL);
__this->set_reader_3(L_23);
}
IL_00bb:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_24 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0();
if (((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)IsInstClass((RuntimeObject*)L_24, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var)))
{
goto IL_00eb;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_26 = Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647(/*hidden argument*/NULL);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_27 = (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)il2cpp_codegen_object_new(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var);
CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95(L_27, L_25, L_26, (bool)0, /*hidden argument*/NULL);
__this->set_stdout_15(L_27);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_28 = __this->get_stdout_15();
NullCheck(L_28);
VirtActionInvoker1< bool >::Invoke(21 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_28, (bool)1);
return;
}
IL_00eb:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_29 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0();
__this->set_stdout_15(((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)CastclassClass((RuntimeObject*)L_29, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var)));
return;
}
}
// System.Boolean System.TermInfoDriver::get_Initialized()
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
return L_0;
}
}
// System.Void System.TermInfoDriver::Init()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
String_t* G_B13_0 = NULL;
{
bool L_0 = __this->get_inited_25();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
RuntimeObject * L_1 = __this->get_initLock_26();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0012:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_3 = __this->get_inited_25();
if (!L_3)
{
goto IL_0027;
}
}
IL_0022:
{
IL2CPP_LEAVE(0x310, FINALLY_0306);
}
IL_0027:
{
__this->set_inited_25((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_4 = ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731(/*hidden argument*/NULL);
if (L_4)
{
goto IL_0040;
}
}
IL_0035:
{
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var);
}
IL_0040:
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869((bool)0, /*hidden argument*/NULL);
V_2 = (String_t*)NULL;
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3();
NullCheck(L_6);
String_t* L_7 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_6, ((int32_t)89), /*hidden argument*/NULL);
__this->set_keypadXmit_23(L_7);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_8 = __this->get_reader_3();
NullCheck(L_8);
String_t* L_9 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_8, ((int32_t)88), /*hidden argument*/NULL);
__this->set_keypadLocal_24(L_9);
String_t* L_10 = __this->get_keypadXmit_23();
if (!L_10)
{
goto IL_0098;
}
}
IL_0077:
{
String_t* L_11 = __this->get_keypadXmit_23();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_11, /*hidden argument*/NULL);
String_t* L_12 = __this->get_keypadLocal_24();
if (!L_12)
{
goto IL_0098;
}
}
IL_008b:
{
String_t* L_13 = V_2;
String_t* L_14 = __this->get_keypadLocal_24();
String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, L_14, /*hidden argument*/NULL);
V_2 = L_15;
}
IL_0098:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_16 = __this->get_reader_3();
NullCheck(L_16);
String_t* L_17 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_16, ((int32_t)297), /*hidden argument*/NULL);
__this->set_origPair_28(L_17);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_18 = __this->get_reader_3();
NullCheck(L_18);
String_t* L_19 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_18, ((int32_t)298), /*hidden argument*/NULL);
__this->set_origColors_29(L_19);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3();
NullCheck(L_20);
String_t* L_21 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_20, ((int32_t)359), /*hidden argument*/NULL);
__this->set_setfgcolor_32(L_21);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_22 = __this->get_reader_3();
NullCheck(L_22);
String_t* L_23 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_22, ((int32_t)360), /*hidden argument*/NULL);
__this->set_setbgcolor_33(L_23);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_24 = __this->get_reader_3();
NullCheck(L_24);
int32_t L_25 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_24, ((int32_t)13), /*hidden argument*/NULL);
__this->set_maxColors_34(L_25);
int32_t L_26 = __this->get_maxColors_34();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_27 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_26, ((int32_t)16), /*hidden argument*/NULL);
int32_t L_28 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_27, 1, /*hidden argument*/NULL);
__this->set_maxColors_34(L_28);
String_t* L_29 = __this->get_origColors_29();
if (!L_29)
{
goto IL_012c;
}
}
IL_0124:
{
String_t* L_30 = __this->get_origColors_29();
G_B13_0 = L_30;
goto IL_0132;
}
IL_012c:
{
String_t* L_31 = __this->get_origPair_28();
G_B13_0 = L_31;
}
IL_0132:
{
V_3 = G_B13_0;
String_t* L_32 = V_3;
if (!L_32)
{
goto IL_013e;
}
}
IL_0136:
{
String_t* L_33 = V_2;
String_t* L_34 = V_3;
String_t* L_35 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_33, L_34, /*hidden argument*/NULL);
V_2 = L_35;
}
IL_013e:
{
String_t* L_36 = __this->get_keypadXmit_23();
String_t* L_37 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_38 = __this->get_address_of_control_characters_40();
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_39 = ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49(L_36, L_37, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_38, (int32_t**)(((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_address_of_native_terminal_size_0()), /*hidden argument*/NULL);
if (L_39)
{
goto IL_016b;
}
}
IL_0157:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17));
__this->set_control_characters_40(L_40);
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_native_terminal_size_0((int32_t*)(((uintptr_t)0)));
}
IL_016b:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_42 = Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE(/*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_43 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_43, L_41, L_42, /*hidden argument*/NULL);
__this->set_stdin_14(L_43);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_44 = __this->get_reader_3();
NullCheck(L_44);
String_t* L_45 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_44, 5, /*hidden argument*/NULL);
__this->set_clear_11(L_45);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_46 = __this->get_reader_3();
NullCheck(L_46);
String_t* L_47 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_46, 1, /*hidden argument*/NULL);
__this->set_bell_12(L_47);
String_t* L_48 = __this->get_clear_11();
if (L_48)
{
goto IL_01dd;
}
}
IL_01ad:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_49 = __this->get_reader_3();
NullCheck(L_49);
String_t* L_50 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_49, ((int32_t)12), /*hidden argument*/NULL);
__this->set_clear_11(L_50);
String_t* L_51 = __this->get_clear_11();
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_52 = __this->get_reader_3();
NullCheck(L_52);
String_t* L_53 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_52, 7, /*hidden argument*/NULL);
String_t* L_54 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_51, L_53, /*hidden argument*/NULL);
__this->set_clear_11(L_54);
}
IL_01dd:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_55 = __this->get_reader_3();
NullCheck(L_55);
String_t* L_56 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_55, ((int32_t)16), /*hidden argument*/NULL);
__this->set_csrVisible_9(L_56);
String_t* L_57 = __this->get_csrVisible_9();
if (L_57)
{
goto IL_020b;
}
}
IL_01f8:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_58 = __this->get_reader_3();
NullCheck(L_58);
String_t* L_59 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_58, ((int32_t)20), /*hidden argument*/NULL);
__this->set_csrVisible_9(L_59);
}
IL_020b:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_60 = __this->get_reader_3();
NullCheck(L_60);
String_t* L_61 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_60, ((int32_t)13), /*hidden argument*/NULL);
__this->set_csrInvisible_10(L_61);
String_t* L_62 = __this->get_term_13();
bool L_63 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_62, _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698, /*hidden argument*/NULL);
if (L_63)
{
goto IL_0280;
}
}
IL_0230:
{
String_t* L_64 = __this->get_term_13();
bool L_65 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_64, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL);
if (L_65)
{
goto IL_0280;
}
}
IL_0242:
{
String_t* L_66 = __this->get_term_13();
if (!L_66)
{
goto IL_025c;
}
}
IL_024a:
{
String_t* L_67 = __this->get_term_13();
NullCheck(L_67);
bool L_68 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_67, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL);
if (L_68)
{
goto IL_0280;
}
}
IL_025c:
{
String_t* L_69 = __this->get_term_13();
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0280;
}
}
IL_026e:
{
String_t* L_71 = __this->get_term_13();
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_028d;
}
}
IL_0280:
{
__this->set_titleFormat_7(_stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC);
goto IL_02c9;
}
IL_028d:
{
String_t* L_73 = __this->get_term_13();
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C, /*hidden argument*/NULL);
if (!L_74)
{
goto IL_02ac;
}
}
IL_029f:
{
__this->set_titleFormat_7(_stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7);
goto IL_02c9;
}
IL_02ac:
{
String_t* L_75 = __this->get_term_13();
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_02c9;
}
}
IL_02be:
{
__this->set_titleFormat_7(_stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789);
}
IL_02c9:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_77 = __this->get_reader_3();
NullCheck(L_77);
String_t* L_78 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_77, ((int32_t)10), /*hidden argument*/NULL);
__this->set_cursorAddress_30(L_78);
TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL);
bool L_79 = __this->get_noGetPosition_35();
if (!L_79)
{
goto IL_0304;
}
}
IL_02ea:
{
String_t* L_80 = __this->get_clear_11();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_80, /*hidden argument*/NULL);
__this->set_cursorLeft_4(0);
__this->set_cursorTop_5(0);
}
IL_0304:
{
IL2CPP_LEAVE(0x310, FINALLY_0306);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0306;
}
FINALLY_0306:
{ // begin finally (depth: 1)
{
bool L_81 = V_1;
if (!L_81)
{
goto IL_030f;
}
}
IL_0309:
{
RuntimeObject * L_82 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_82, /*hidden argument*/NULL);
}
IL_030f:
{
IL2CPP_END_FINALLY(774)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(774)
{
IL2CPP_JUMP_TBL(0x310, IL_0310)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0310:
{
return;
}
}
// System.Void System.TermInfoDriver::IncrementX()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_cursorLeft_4();
__this->set_cursorLeft_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_cursorLeft_4();
int32_t L_2 = TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0064;
}
}
{
int32_t L_3 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
__this->set_cursorLeft_4(0);
int32_t L_4 = __this->get_cursorTop_5();
int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_0064;
}
}
{
int32_t L_6 = __this->get_rl_starty_39();
if ((((int32_t)L_6) == ((int32_t)(-1))))
{
goto IL_0056;
}
}
{
int32_t L_7 = __this->get_rl_starty_39();
__this->set_rl_starty_39(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
}
IL_0056:
{
int32_t L_8 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)));
}
IL_0064:
{
return;
}
}
// System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8)))
{
case 0:
{
goto IL_0029;
}
case 1:
{
goto IL_0092;
}
case 2:
{
goto IL_00d5;
}
case 3:
{
goto IL_00d5;
}
case 4:
{
goto IL_00bb;
}
case 5:
{
goto IL_00d5;
}
}
}
{
return;
}
IL_0029:
{
int32_t L_2 = __this->get_cursorLeft_4();
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_00d5;
}
}
{
int32_t L_3 = __this->get_cursorLeft_4();
int32_t L_4 = __this->get_rl_startx_38();
if ((((int32_t)L_3) > ((int32_t)L_4)))
{
goto IL_0054;
}
}
{
int32_t L_5 = __this->get_cursorTop_5();
int32_t L_6 = __this->get_rl_starty_39();
if ((((int32_t)L_5) == ((int32_t)L_6)))
{
goto IL_00d5;
}
}
IL_0054:
{
int32_t L_7 = __this->get_cursorLeft_4();
__this->set_cursorLeft_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
int32_t L_8 = __this->get_cursorLeft_4();
int32_t L_9 = __this->get_cursorTop_5();
TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_8, L_9, /*hidden argument*/NULL);
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
int32_t L_10 = __this->get_cursorLeft_4();
int32_t L_11 = __this->get_cursorTop_5();
TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_10, L_11, /*hidden argument*/NULL);
return;
}
IL_0092:
{
int32_t L_12 = __this->get_cursorLeft_4();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_12%(int32_t)8))));
V_2 = 0;
goto IL_00ab;
}
IL_00a1:
{
TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_00ab:
{
int32_t L_14 = V_2;
int32_t L_15 = V_1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_00a1;
}
}
{
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E, /*hidden argument*/NULL);
return;
}
IL_00bb:
{
String_t* L_16 = __this->get_clear_11();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_16, /*hidden argument*/NULL);
__this->set_cursorLeft_4(0);
__this->set_cursorTop_5(0);
}
IL_00d5:
{
return;
}
}
// System.Void System.TermInfoDriver::WriteSpecialKey(System.Char)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL);
TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8)))
{
case 0:
{
goto IL_0034;
}
case 1:
{
goto IL_0036;
}
case 2:
{
goto IL_006d;
}
case 3:
{
goto IL_006d;
}
case 4:
{
goto IL_0038;
}
case 5:
{
goto IL_003a;
}
}
}
{
goto IL_006d;
}
IL_0034:
{
return (bool)1;
}
IL_0036:
{
return (bool)1;
}
IL_0038:
{
return (bool)1;
}
IL_003a:
{
__this->set_cursorLeft_4(0);
int32_t L_3 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
int32_t L_4 = __this->get_cursorTop_5();
int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_006b;
}
}
{
int32_t L_6 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)));
}
IL_006b:
{
return (bool)0;
}
IL_006d:
{
TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL);
bool L_2 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.TermInfoDriver::GetCursorPosition()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
V_1 = 0;
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_0 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL);
V_3 = L_0;
goto IL_0020;
}
IL_000d:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = __this->get_stdin_14();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1);
V_2 = L_2;
int32_t L_3 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_3, /*hidden argument*/NULL);
}
IL_0020:
{
int32_t L_4 = V_3;
int32_t L_5 = L_4;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
if ((((int32_t)L_5) > ((int32_t)0)))
{
goto IL_000d;
}
}
{
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)1000), /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)0)))
{
goto IL_0048;
}
}
{
__this->set_noGetPosition_35((bool)1);
return;
}
IL_0048:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14();
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_7);
V_2 = L_8;
goto IL_0074;
}
IL_0056:
{
int32_t L_9 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_10 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)100), /*hidden argument*/NULL);
if ((((int32_t)L_10) > ((int32_t)0)))
{
goto IL_0068;
}
}
{
return;
}
IL_0068:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14();
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_11);
V_2 = L_12;
}
IL_0074:
{
int32_t L_13 = V_2;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)27)))))
{
goto IL_0056;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_14 = __this->get_stdin_14();
NullCheck(L_14);
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_14);
V_2 = L_15;
int32_t L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)91))))
{
goto IL_009a;
}
}
{
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, ((int32_t)27), /*hidden argument*/NULL);
int32_t L_17 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_17, /*hidden argument*/NULL);
return;
}
IL_009a:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_18 = __this->get_stdin_14();
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_18);
V_2 = L_19;
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)59))))
{
goto IL_00e2;
}
}
{
int32_t L_21 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_22 = __this->get_stdin_14();
NullCheck(L_22);
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_22);
V_2 = L_23;
goto IL_00d4;
}
IL_00be:
{
int32_t L_24 = V_0;
int32_t L_25 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_26 = __this->get_stdin_14();
NullCheck(L_26);
int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_26);
V_2 = L_27;
}
IL_00d4:
{
int32_t L_28 = V_2;
if ((((int32_t)L_28) < ((int32_t)((int32_t)48))))
{
goto IL_00de;
}
}
{
int32_t L_29 = V_2;
if ((((int32_t)L_29) <= ((int32_t)((int32_t)57))))
{
goto IL_00be;
}
}
IL_00de:
{
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1));
}
IL_00e2:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_31 = __this->get_stdin_14();
NullCheck(L_31);
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_31);
V_2 = L_32;
int32_t L_33 = V_2;
if ((((int32_t)L_33) == ((int32_t)((int32_t)82))))
{
goto IL_012a;
}
}
{
int32_t L_34 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_35 = __this->get_stdin_14();
NullCheck(L_35);
int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_35);
V_2 = L_36;
goto IL_011c;
}
IL_0106:
{
int32_t L_37 = V_1;
int32_t L_38 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)((int32_t)10))), (int32_t)L_38)), (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_39 = __this->get_stdin_14();
NullCheck(L_39);
int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_39);
V_2 = L_40;
}
IL_011c:
{
int32_t L_41 = V_2;
if ((((int32_t)L_41) < ((int32_t)((int32_t)48))))
{
goto IL_0126;
}
}
{
int32_t L_42 = V_2;
if ((((int32_t)L_42) <= ((int32_t)((int32_t)57))))
{
goto IL_0106;
}
}
IL_0126:
{
int32_t L_43 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1));
}
IL_012a:
{
int32_t L_44 = V_1;
__this->set_cursorLeft_4(L_44);
int32_t L_45 = V_0;
__this->set_cursorTop_5(L_45);
return;
}
}
// System.Void System.TermInfoDriver::CheckWindowDimensions()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_0 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t L_1 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
int32_t* L_2 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_3 = *((int32_t*)L_2);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0017;
}
}
IL_0016:
{
return;
}
IL_0017:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_4 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_5 = *((int32_t*)L_4);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0050;
}
}
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3();
NullCheck(L_6);
int32_t L_7 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_6, 0, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if (!L_8)
{
goto IL_0037;
}
}
{
int32_t L_9 = V_0;
__this->set_windowWidth_16(L_9);
}
IL_0037:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_10 = __this->get_reader_3();
NullCheck(L_10);
int32_t L_11 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_10, 2, /*hidden argument*/NULL);
V_0 = L_11;
int32_t L_12 = V_0;
if (!L_12)
{
goto IL_007a;
}
}
{
int32_t L_13 = V_0;
__this->set_windowHeight_17(L_13);
goto IL_007a;
}
IL_0050:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_14 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_15 = *((int32_t*)L_14);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_terminal_size_1(L_15);
int32_t L_16 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
__this->set_windowWidth_16(((int32_t)((int32_t)L_16>>(int32_t)((int32_t)16))));
int32_t L_17 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
__this->set_windowHeight_17(((int32_t)((int32_t)L_17&(int32_t)((int32_t)65535))));
}
IL_007a:
{
int32_t L_18 = __this->get_windowHeight_17();
__this->set_bufferHeight_18(L_18);
int32_t L_19 = __this->get_windowWidth_16();
__this->set_bufferWidth_19(L_19);
return;
}
}
// System.Int32 System.TermInfoDriver::get_WindowHeight()
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = __this->get_windowHeight_17();
return L_1;
}
}
// System.Int32 System.TermInfoDriver::get_WindowWidth()
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = __this->get_windowWidth_16();
return L_1;
}
}
// System.Void System.TermInfoDriver::AddToBuffer(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_buffer_20();
if (L_0)
{
goto IL_001a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
__this->set_buffer_20(L_1);
goto IL_0057;
}
IL_001a:
{
int32_t L_2 = __this->get_writepos_22();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_buffer_20();
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))
{
goto IL_0057;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_buffer_20();
NullCheck(L_4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)2)));
V_0 = L_5;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_buffer_20();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_buffer_20();
NullCheck(L_8);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_0;
__this->set_buffer_20(L_9);
}
IL_0057:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_buffer_20();
int32_t L_11 = __this->get_writepos_22();
V_1 = L_11;
int32_t L_12 = V_1;
__this->set_writepos_22(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_1;
int32_t L_14 = ___b0;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)(((int32_t)((uint16_t)L_14))));
return;
}
}
// System.Void System.TermInfoDriver::AdjustBuffer()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_001e;
}
}
{
int32_t L_2 = 0;
V_0 = L_2;
__this->set_writepos_22(L_2);
int32_t L_3 = V_0;
__this->set_readpos_21(L_3);
}
IL_001e:
{
return;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
int32_t L_0 = ___n0;
V_0 = (((int32_t)((uint16_t)L_0)));
int32_t L_1 = ___n0;
V_1 = L_1;
V_2 = (bool)0;
V_3 = (bool)0;
int32_t L_2 = ___n0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)19))))
{
goto IL_0038;
}
}
{
int32_t L_3 = ___n0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)8)))
{
case 0:
{
goto IL_00c7;
}
case 1:
{
goto IL_00c7;
}
case 2:
{
goto IL_0065;
}
case 3:
{
goto IL_0088;
}
case 4:
{
goto IL_00c7;
}
case 5:
{
goto IL_00c7;
}
}
}
{
int32_t L_4 = ___n0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)19))))
{
goto IL_00c7;
}
}
{
goto IL_0088;
}
IL_0038:
{
int32_t L_5 = ___n0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)27))))
{
goto IL_0083;
}
}
{
int32_t L_6 = ___n0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)32))))
{
goto IL_006a;
}
}
{
int32_t L_7 = ___n0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)42))))
{
case 0:
{
goto IL_007e;
}
case 1:
{
goto IL_0074;
}
case 2:
{
goto IL_0088;
}
case 3:
{
goto IL_006f;
}
case 4:
{
goto IL_0088;
}
case 5:
{
goto IL_0079;
}
}
}
{
goto IL_0088;
}
IL_0065:
{
V_1 = ((int32_t)13);
goto IL_00c7;
}
IL_006a:
{
V_1 = ((int32_t)32);
goto IL_00c7;
}
IL_006f:
{
V_1 = ((int32_t)109);
goto IL_00c7;
}
IL_0074:
{
V_1 = ((int32_t)107);
goto IL_00c7;
}
IL_0079:
{
V_1 = ((int32_t)111);
goto IL_00c7;
}
IL_007e:
{
V_1 = ((int32_t)106);
goto IL_00c7;
}
IL_0083:
{
V_1 = ((int32_t)27);
goto IL_00c7;
}
IL_0088:
{
int32_t L_8 = ___n0;
if ((((int32_t)L_8) < ((int32_t)1)))
{
goto IL_009c;
}
}
{
int32_t L_9 = ___n0;
if ((((int32_t)L_9) > ((int32_t)((int32_t)26))))
{
goto IL_009c;
}
}
{
V_3 = (bool)1;
int32_t L_10 = ___n0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_10)), (int32_t)1));
goto IL_00c7;
}
IL_009c:
{
int32_t L_11 = ___n0;
if ((((int32_t)L_11) < ((int32_t)((int32_t)97))))
{
goto IL_00ad;
}
}
{
int32_t L_12 = ___n0;
if ((((int32_t)L_12) > ((int32_t)((int32_t)122))))
{
goto IL_00ad;
}
}
{
int32_t L_13 = ___n0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-32), (int32_t)L_13));
goto IL_00c7;
}
IL_00ad:
{
int32_t L_14 = ___n0;
if ((((int32_t)L_14) < ((int32_t)((int32_t)65))))
{
goto IL_00bb;
}
}
{
int32_t L_15 = ___n0;
if ((((int32_t)L_15) > ((int32_t)((int32_t)90))))
{
goto IL_00bb;
}
}
{
V_2 = (bool)1;
goto IL_00c7;
}
IL_00bb:
{
int32_t L_16 = ___n0;
if ((((int32_t)L_16) < ((int32_t)((int32_t)48))))
{
goto IL_00c5;
}
}
{
int32_t L_17 = ___n0;
if ((((int32_t)L_17) <= ((int32_t)((int32_t)57))))
{
goto IL_00c7;
}
}
IL_00c5:
{
V_1 = 0;
}
IL_00c7:
{
Il2CppChar L_18 = V_0;
int32_t L_19 = V_1;
bool L_20 = V_2;
bool L_21 = ___alt1;
bool L_22 = V_3;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23;
memset(&L_23, 0, sizeof(L_23));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_23), L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL);
return L_23;
}
}
// System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset(&V_3, 0, sizeof(V_3));
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0010;
}
}
{
return NULL;
}
IL_0010:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_buffer_20();
int32_t L_3 = __this->get_readpos_21();
NullCheck(L_2);
int32_t L_4 = L_3;
uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = L_5;
bool L_6 = ___cooked0;
if (!L_6)
{
goto IL_002f;
}
}
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_7 = __this->get_rootmap_37();
int32_t L_8 = V_0;
NullCheck(L_7);
bool L_9 = ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5(L_7, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0051;
}
}
IL_002f:
{
int32_t L_10 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
int32_t L_11 = V_0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_12 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_11, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_13 = L_12;
RuntimeObject * L_14 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_13);
return L_14;
}
IL_0051:
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_15 = __this->get_rootmap_37();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_buffer_20();
int32_t L_17 = __this->get_readpos_21();
int32_t L_18 = __this->get_writepos_22();
int32_t L_19 = __this->get_readpos_21();
NullCheck(L_15);
int32_t L_20 = ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (int32_t*)(&V_1), /*hidden argument*/NULL);
V_2 = L_20;
int32_t L_21 = V_2;
if ((!(((uint32_t)L_21) == ((uint32_t)(-1)))))
{
goto IL_00f2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_buffer_20();
int32_t L_23 = __this->get_readpos_21();
NullCheck(L_22);
int32_t L_24 = L_23;
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)27)))))
{
goto IL_00f0;
}
}
{
int32_t L_26 = __this->get_writepos_22();
int32_t L_27 = __this->get_readpos_21();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)2)))
{
goto IL_00f0;
}
}
{
int32_t L_28 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_buffer_20();
int32_t L_30 = __this->get_readpos_21();
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)127)))))
{
goto IL_00d4;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_33;
memset(&L_33, 0, sizeof(L_33));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_33), 8, 8, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34 = L_33;
RuntimeObject * L_35 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_34);
return L_35;
}
IL_00d4:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = __this->get_buffer_20();
int32_t L_37 = __this->get_readpos_21();
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_39, (bool)1, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40;
RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41);
return L_42;
}
IL_00f0:
{
return NULL;
}
IL_00f2:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36();
int32_t L_44 = V_2;
int32_t L_45 = L_44;
RuntimeObject * L_46 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_43);
RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_43, L_46);
if (!L_47)
{
goto IL_011e;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_48 = __this->get_keymap_36();
int32_t L_49 = V_2;
int32_t L_50 = L_49;
RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50);
NullCheck(L_48);
RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51);
V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_52, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
goto IL_0140;
}
IL_011e:
{
int32_t L_53 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
int32_t L_54 = V_0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_55 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_54, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_56 = L_55;
RuntimeObject * L_57 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_56);
return L_57;
}
IL_0140:
{
int32_t L_58 = __this->get_readpos_21();
int32_t L_59 = V_1;
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_60 = V_3;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_61 = L_60;
RuntimeObject * L_62 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_61);
return L_62;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB(__this, /*hidden argument*/NULL);
RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
RuntimeObject * L_2 = L_1;
V_0 = L_2;
if (L_2)
{
goto IL_00a4;
}
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_3 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)150), /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_004b;
}
}
IL_002f:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = __this->get_stdin_14();
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_4);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)0)))
{
goto IL_002f;
}
}
{
goto IL_0094;
}
IL_004b:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14();
NullCheck(L_7);
bool L_8 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0078;
}
}
IL_0058:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_9 = __this->get_stdin_14();
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_9);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_10, /*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14();
NullCheck(L_11);
bool L_12 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0058;
}
}
{
goto IL_0094;
}
IL_0078:
{
RuntimeObject * L_13 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)0, /*hidden argument*/NULL);
RuntimeObject * L_14 = L_13;
V_0 = L_14;
if (L_14)
{
goto IL_009f;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_15 = __this->get_stdin_14();
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_15);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_16, /*hidden argument*/NULL);
}
IL_0094:
{
RuntimeObject * L_17 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_17;
RuntimeObject * L_18 = V_0;
if (!L_18)
{
goto IL_0022;
}
}
IL_009f:
{
bool* L_19 = ___fresh0;
*((int8_t*)L_19) = (int8_t)1;
goto IL_00a7;
}
IL_00a4:
{
bool* L_20 = ___fresh0;
*((int8_t*)L_20) = (int8_t)0;
}
IL_00a7:
{
RuntimeObject * L_21 = V_0;
return ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_21, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.TermInfoDriver::InputPending()
extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_001a;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = __this->get_stdin_14();
NullCheck(L_2);
bool L_3 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001a:
{
return (bool)1;
}
}
// System.Void System.TermInfoDriver::QueueEcho(System.Char)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_echobuf_42();
if (L_0)
{
goto IL_0018;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
__this->set_echobuf_42(L_1);
}
IL_0018:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42();
int32_t L_3 = __this->get_echon_43();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_echon_43(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
Il2CppChar L_6 = ___c0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)L_6);
int32_t L_7 = __this->get_echon_43();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_echobuf_42();
NullCheck(L_8);
if ((((int32_t)L_7) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
{
goto IL_0049;
}
}
{
bool L_9 = TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0067;
}
}
IL_0049:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_10 = __this->get_stdout_15();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_echobuf_42();
int32_t L_12 = __this->get_echon_43();
NullCheck(L_10);
CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_10, L_11, L_12, /*hidden argument*/NULL);
__this->set_echon_43(0);
}
IL_0067:
{
return;
}
}
// System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = ___key0;
bool L_1 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
Il2CppChar L_2 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A(__this, L_2, /*hidden argument*/NULL);
return;
}
IL_0017:
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = ___key0;
TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::EchoFlush()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_echon_43();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42();
int32_t L_3 = __this->get_echon_43();
NullCheck(L_1);
CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_1, L_2, L_3, /*hidden argument*/NULL);
__this->set_echon_43(0);
return;
}
}
// System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
StringBuilder_t * V_2 = NULL;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset(&V_3, 0, sizeof(V_3));
int32_t V_4 = 0;
RuntimeObject * V_5 = NULL;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
{
V_1 = (bool)0;
V_4 = 0;
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_2 = L_0;
}
IL_000b:
{
RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
RuntimeObject * L_2 = L_1;
V_5 = L_2;
if (!L_2)
{
goto IL_006e;
}
}
{
RuntimeObject * L_3 = V_5;
V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_3, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
Il2CppChar L_4 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_6 = L_4;
int32_t L_5 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)8)))
{
goto IL_0050;
}
}
{
int32_t L_6 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)13)))))
{
goto IL_0045;
}
}
{
StringBuilder_t * L_7 = V_2;
NullCheck(L_7);
int32_t L_8 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_7, /*hidden argument*/NULL);
V_4 = L_8;
}
IL_0045:
{
StringBuilder_t * L_9 = V_2;
Il2CppChar L_10 = V_6;
NullCheck(L_9);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_9, L_10, /*hidden argument*/NULL);
goto IL_000b;
}
IL_0050:
{
StringBuilder_t * L_11 = V_2;
NullCheck(L_11);
int32_t L_12 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_4;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_000b;
}
}
{
StringBuilder_t * L_14 = V_2;
StringBuilder_t * L_15 = L_14;
NullCheck(L_15);
int32_t L_16 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_15, /*hidden argument*/NULL);
V_8 = L_16;
int32_t L_17 = V_8;
NullCheck(L_15);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL);
goto IL_000b;
}
IL_006e:
{
int32_t L_18 = __this->get_cursorLeft_4();
__this->set_rl_startx_38(L_18);
int32_t L_19 = __this->get_cursorTop_5();
__this->set_rl_starty_39(L_19);
}
IL_0086:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_20 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL);
V_3 = L_20;
bool L_21 = V_1;
bool L_22 = V_0;
V_1 = (bool)((int32_t)((int32_t)L_21|(int32_t)L_22));
Il2CppChar L_23 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_6 = L_23;
int32_t L_24 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((((int32_t)L_24) == ((int32_t)8)))
{
goto IL_00c4;
}
}
{
int32_t L_25 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13)))))
{
goto IL_00b9;
}
}
{
StringBuilder_t * L_26 = V_2;
NullCheck(L_26);
int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL);
V_4 = L_27;
}
IL_00b9:
{
StringBuilder_t * L_28 = V_2;
Il2CppChar L_29 = V_6;
NullCheck(L_28);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_28, L_29, /*hidden argument*/NULL);
goto IL_00e0;
}
IL_00c4:
{
StringBuilder_t * L_30 = V_2;
NullCheck(L_30);
int32_t L_31 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_30, /*hidden argument*/NULL);
int32_t L_32 = V_4;
if ((((int32_t)L_31) <= ((int32_t)L_32)))
{
goto IL_00ea;
}
}
{
StringBuilder_t * L_33 = V_2;
StringBuilder_t * L_34 = L_33;
NullCheck(L_34);
int32_t L_35 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_34, /*hidden argument*/NULL);
V_8 = L_35;
int32_t L_36 = V_8;
NullCheck(L_34);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL);
}
IL_00e0:
{
bool L_37 = V_1;
if (!L_37)
{
goto IL_00ea;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_38 = V_3;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_38, /*hidden argument*/NULL);
}
IL_00ea:
{
int32_t L_39 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)13)))))
{
goto IL_0086;
}
}
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
V_7 = 0;
goto IL_0127;
}
IL_010e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = ___dest0;
int32_t L_41 = ___index1;
int32_t L_42 = V_7;
StringBuilder_t * L_43 = V_2;
int32_t L_44 = V_7;
NullCheck(L_43);
Il2CppChar L_45 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (Il2CppChar)L_45);
int32_t L_46 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
int32_t L_47 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1));
}
IL_0127:
{
int32_t L_48 = ___count2;
if ((((int32_t)L_48) <= ((int32_t)0)))
{
goto IL_0135;
}
}
{
int32_t L_49 = V_7;
StringBuilder_t * L_50 = V_2;
NullCheck(L_50);
int32_t L_51 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_49) < ((int32_t)L_51)))
{
goto IL_010e;
}
}
IL_0135:
{
int32_t L_52 = V_7;
V_9 = L_52;
goto IL_014f;
}
IL_013b:
{
StringBuilder_t * L_53 = V_2;
int32_t L_54 = V_9;
NullCheck(L_53);
Il2CppChar L_55 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_53, L_54, /*hidden argument*/NULL);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_55, /*hidden argument*/NULL);
int32_t L_56 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_014f:
{
int32_t L_57 = V_9;
StringBuilder_t * L_58 = V_2;
NullCheck(L_58);
int32_t L_59 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_013b;
}
}
{
int32_t L_60 = V_7;
return L_60;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKey(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKey_m7C122EF6DD6C7A354E5B1FDC3DBE2D51A33F9785 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___intercept0, const RuntimeMethod* method)
{
bool V_0 = false;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_1;
memset(&V_1, 0, sizeof(V_1));
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_0;
bool L_1 = ___intercept0;
bool L_2 = V_0;
if (!((int32_t)((int32_t)((((int32_t)L_1) == ((int32_t)0))? 1 : 0)&(int32_t)L_2)))
{
goto IL_001e;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = V_1;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_3, /*hidden argument*/NULL);
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
}
IL_001e:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4 = V_1;
return L_4;
}
}
// System.String System.TermInfoDriver::ReadLine()
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m78467BC7110A388B0B3110938EACB1884E14510F (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.TermInfoDriver::ReadToEnd()
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadToEnd_m697572077763E29F1FACE78552838636D7044BBF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset(&V_3, 0, sizeof(V_3));
Il2CppChar V_4 = 0x0;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
int32_t G_B10_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B16_0 = 0;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
V_0 = L_1;
V_2 = (bool)0;
int32_t L_2 = __this->get_cursorLeft_4();
__this->set_rl_startx_38(L_2);
int32_t L_3 = __this->get_cursorTop_5();
__this->set_rl_starty_39(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_control_characters_40();
NullCheck(L_4);
int32_t L_5 = 4;
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_5 = L_6;
}
IL_003e:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_7 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_1), /*hidden argument*/NULL);
V_3 = L_7;
bool L_8 = V_2;
bool L_9 = V_1;
V_2 = (bool)((int32_t)((int32_t)L_8|(int32_t)L_9));
Il2CppChar L_10 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_4 = L_10;
Il2CppChar L_11 = V_4;
Il2CppChar L_12 = V_5;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_0068;
}
}
{
Il2CppChar L_13 = V_4;
if (!L_13)
{
goto IL_0068;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0068;
}
}
{
return (String_t*)NULL;
}
IL_0068:
{
bool L_16 = ___haltOnNewLine0;
if (!L_16)
{
goto IL_0078;
}
}
{
int32_t L_17 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
G_B10_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)13)))? 1 : 0);
goto IL_0079;
}
IL_0078:
{
G_B10_0 = 0;
}
IL_0079:
{
int32_t L_18 = G_B10_0;
G_B11_0 = L_18;
if (L_18)
{
G_B15_0 = L_18;
goto IL_00ac;
}
}
{
int32_t L_19 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
G_B12_0 = G_B11_0;
if ((((int32_t)L_19) == ((int32_t)8)))
{
G_B13_0 = G_B11_0;
goto IL_0091;
}
}
{
StringBuilder_t * L_20 = V_0;
Il2CppChar L_21 = V_4;
NullCheck(L_20);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, L_21, /*hidden argument*/NULL);
G_B15_0 = G_B12_0;
goto IL_00ac;
}
IL_0091:
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL);
G_B14_0 = G_B13_0;
if ((((int32_t)L_23) <= ((int32_t)0)))
{
G_B17_0 = G_B13_0;
goto IL_00b6;
}
}
{
StringBuilder_t * L_24 = V_0;
StringBuilder_t * L_25 = L_24;
NullCheck(L_25);
int32_t L_26 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_25, /*hidden argument*/NULL);
V_6 = L_26;
int32_t L_27 = V_6;
NullCheck(L_25);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
G_B15_0 = G_B14_0;
}
IL_00ac:
{
bool L_28 = V_2;
G_B16_0 = G_B15_0;
if (!L_28)
{
G_B17_0 = G_B15_0;
goto IL_00b6;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = V_3;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_29, /*hidden argument*/NULL);
G_B17_0 = G_B16_0;
}
IL_00b6:
{
if (!G_B17_0)
{
goto IL_003e;
}
}
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30);
return L_31;
}
}
// System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = ___left0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0021;
}
}
{
int32_t L_2 = ___left0;
int32_t L_3 = __this->get_bufferWidth_19();
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_0031;
}
}
IL_0021:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6, _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_5 = ___top1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_003e;
}
}
{
int32_t L_6 = ___top1;
int32_t L_7 = __this->get_bufferHeight_18();
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_004e;
}
}
IL_003e:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF, _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_004e:
{
String_t* L_9 = __this->get_cursorAddress_30();
if (L_9)
{
goto IL_0061;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_10 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_10, _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_0061:
{
String_t* L_11 = __this->get_cursorAddress_30();
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_12 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)2);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_13 = L_12;
int32_t L_14 = ___top1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_15 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_15);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_16 = L_13;
int32_t L_17 = ___left0;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_18 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_18);
String_t* L_19 = ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF(L_11, L_16, /*hidden argument*/NULL);
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_19, /*hidden argument*/NULL);
int32_t L_20 = ___left0;
__this->set_cursorLeft_4(L_20);
int32_t L_21 = ___top1;
__this->set_cursorTop_5(L_21);
return;
}
}
// System.Void System.TermInfoDriver::CreateKeyMap()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_keymap_36(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_keymap_36();
int32_t L_2 = ((int32_t)((int32_t)55));
RuntimeObject * L_3 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_2);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4;
memset(&L_4, 0, sizeof(L_4));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_4), 0, 8, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_5 = L_4;
RuntimeObject * L_6 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_1);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_3, L_6);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_keymap_36();
int32_t L_8 = ((int32_t)((int32_t)57));
RuntimeObject * L_9 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_8);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_10;
memset(&L_10, 0, sizeof(L_10));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_10), 0, ((int32_t)12), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_11 = L_10;
RuntimeObject * L_12 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_7);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_12);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_keymap_36();
int32_t L_14 = ((int32_t)((int32_t)61));
RuntimeObject * L_15 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_14);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_16;
memset(&L_16, 0, sizeof(L_16));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_16), 0, ((int32_t)40), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_17 = L_16;
RuntimeObject * L_18 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_13);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_18);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_19 = __this->get_keymap_36();
int32_t L_20 = ((int32_t)((int32_t)66));
RuntimeObject * L_21 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_20);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_22;
memset(&L_22, 0, sizeof(L_22));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_22), 0, ((int32_t)112), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23 = L_22;
RuntimeObject * L_24 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_23);
NullCheck(L_19);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_21, L_24);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = __this->get_keymap_36();
int32_t L_26 = ((int32_t)((int32_t)67));
RuntimeObject * L_27 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_26);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_28;
memset(&L_28, 0, sizeof(L_28));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_28), 0, ((int32_t)121), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = L_28;
RuntimeObject * L_30 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_25);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_27, L_30);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_31 = __this->get_keymap_36();
int32_t L_32 = ((int32_t)((int32_t)68));
RuntimeObject * L_33 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_32);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34;
memset(&L_34, 0, sizeof(L_34));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_34), 0, ((int32_t)113), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_35 = L_34;
RuntimeObject * L_36 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_35);
NullCheck(L_31);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_33, L_36);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_37 = __this->get_keymap_36();
int32_t L_38 = ((int32_t)((int32_t)69));
RuntimeObject * L_39 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_38);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40;
memset(&L_40, 0, sizeof(L_40));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_40), 0, ((int32_t)114), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40;
RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41);
NullCheck(L_37);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_42);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36();
int32_t L_44 = ((int32_t)((int32_t)70));
RuntimeObject * L_45 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_44);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_46;
memset(&L_46, 0, sizeof(L_46));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_46), 0, ((int32_t)115), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_47 = L_46;
RuntimeObject * L_48 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_47);
NullCheck(L_43);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_43, L_45, L_48);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_49 = __this->get_keymap_36();
int32_t L_50 = ((int32_t)((int32_t)71));
RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_52;
memset(&L_52, 0, sizeof(L_52));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_52), 0, ((int32_t)116), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_53 = L_52;
RuntimeObject * L_54 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_53);
NullCheck(L_49);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_51, L_54);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_55 = __this->get_keymap_36();
int32_t L_56 = ((int32_t)((int32_t)72));
RuntimeObject * L_57 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_56);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_58;
memset(&L_58, 0, sizeof(L_58));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_58), 0, ((int32_t)117), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_59 = L_58;
RuntimeObject * L_60 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_55);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_57, L_60);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_61 = __this->get_keymap_36();
int32_t L_62 = ((int32_t)((int32_t)73));
RuntimeObject * L_63 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_62);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_64;
memset(&L_64, 0, sizeof(L_64));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_64), 0, ((int32_t)118), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_65 = L_64;
RuntimeObject * L_66 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_65);
NullCheck(L_61);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_61, L_63, L_66);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_67 = __this->get_keymap_36();
int32_t L_68 = ((int32_t)((int32_t)74));
RuntimeObject * L_69 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_68);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_70;
memset(&L_70, 0, sizeof(L_70));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_70), 0, ((int32_t)119), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_71 = L_70;
RuntimeObject * L_72 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_71);
NullCheck(L_67);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_72);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_73 = __this->get_keymap_36();
int32_t L_74 = ((int32_t)((int32_t)75));
RuntimeObject * L_75 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_74);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_76;
memset(&L_76, 0, sizeof(L_76));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_76), 0, ((int32_t)120), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_77 = L_76;
RuntimeObject * L_78 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_77);
NullCheck(L_73);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_73, L_75, L_78);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_79 = __this->get_keymap_36();
int32_t L_80 = ((int32_t)((int32_t)76));
RuntimeObject * L_81 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_80);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_82;
memset(&L_82, 0, sizeof(L_82));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_82), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_83 = L_82;
RuntimeObject * L_84 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_83);
NullCheck(L_79);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_79, L_81, L_84);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_85 = __this->get_keymap_36();
int32_t L_86 = ((int32_t)((int32_t)79));
RuntimeObject * L_87 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_86);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_88;
memset(&L_88, 0, sizeof(L_88));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_88), 0, ((int32_t)37), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_89 = L_88;
RuntimeObject * L_90 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_89);
NullCheck(L_85);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_85, L_87, L_90);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_91 = __this->get_keymap_36();
int32_t L_92 = ((int32_t)((int32_t)80));
RuntimeObject * L_93 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_92);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_94;
memset(&L_94, 0, sizeof(L_94));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_94), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_95 = L_94;
RuntimeObject * L_96 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_95);
NullCheck(L_91);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_91, L_93, L_96);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_97 = __this->get_keymap_36();
int32_t L_98 = ((int32_t)((int32_t)81));
RuntimeObject * L_99 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_98);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_100;
memset(&L_100, 0, sizeof(L_100));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_100), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_101 = L_100;
RuntimeObject * L_102 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_101);
NullCheck(L_97);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_102);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_103 = __this->get_keymap_36();
int32_t L_104 = ((int32_t)((int32_t)82));
RuntimeObject * L_105 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_104);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_106;
memset(&L_106, 0, sizeof(L_106));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_106), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_107 = L_106;
RuntimeObject * L_108 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_107);
NullCheck(L_103);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_103, L_105, L_108);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_109 = __this->get_keymap_36();
int32_t L_110 = ((int32_t)((int32_t)83));
RuntimeObject * L_111 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_110);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_112;
memset(&L_112, 0, sizeof(L_112));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_112), 0, ((int32_t)39), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_113 = L_112;
RuntimeObject * L_114 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_113);
NullCheck(L_109);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_109, L_111, L_114);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_115 = __this->get_keymap_36();
int32_t L_116 = ((int32_t)((int32_t)84));
RuntimeObject * L_117 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_116);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_118;
memset(&L_118, 0, sizeof(L_118));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_118), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_119 = L_118;
RuntimeObject * L_120 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_119);
NullCheck(L_115);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_115, L_117, L_120);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_121 = __this->get_keymap_36();
int32_t L_122 = ((int32_t)((int32_t)85));
RuntimeObject * L_123 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_122);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_124;
memset(&L_124, 0, sizeof(L_124));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_124), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_125 = L_124;
RuntimeObject * L_126 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_125);
NullCheck(L_121);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_121, L_123, L_126);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_127 = __this->get_keymap_36();
int32_t L_128 = ((int32_t)((int32_t)87));
RuntimeObject * L_129 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_128);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_130;
memset(&L_130, 0, sizeof(L_130));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_130), 0, ((int32_t)38), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_131 = L_130;
RuntimeObject * L_132 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_131);
NullCheck(L_127);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_127, L_129, L_132);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_133 = __this->get_keymap_36();
int32_t L_134 = ((int32_t)((int32_t)139));
RuntimeObject * L_135 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_134);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_136;
memset(&L_136, 0, sizeof(L_136));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_136), 0, ((int32_t)103), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_137 = L_136;
RuntimeObject * L_138 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_137);
NullCheck(L_133);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_133, L_135, L_138);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_139 = __this->get_keymap_36();
int32_t L_140 = ((int32_t)((int32_t)140));
RuntimeObject * L_141 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_140);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_142;
memset(&L_142, 0, sizeof(L_142));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_142), 0, ((int32_t)105), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_143 = L_142;
RuntimeObject * L_144 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_143);
NullCheck(L_139);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_139, L_141, L_144);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_145 = __this->get_keymap_36();
int32_t L_146 = ((int32_t)((int32_t)141));
RuntimeObject * L_147 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_146);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_148;
memset(&L_148, 0, sizeof(L_148));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_148), 0, ((int32_t)101), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_149 = L_148;
RuntimeObject * L_150 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_149);
NullCheck(L_145);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_145, L_147, L_150);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_151 = __this->get_keymap_36();
int32_t L_152 = ((int32_t)((int32_t)142));
RuntimeObject * L_153 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_152);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_154;
memset(&L_154, 0, sizeof(L_154));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_154), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_155 = L_154;
RuntimeObject * L_156 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_155);
NullCheck(L_151);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_151, L_153, L_156);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_157 = __this->get_keymap_36();
int32_t L_158 = ((int32_t)((int32_t)143));
RuntimeObject * L_159 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_158);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_160;
memset(&L_160, 0, sizeof(L_160));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_160), 0, ((int32_t)99), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_161 = L_160;
RuntimeObject * L_162 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_161);
NullCheck(L_157);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_157, L_159, L_162);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_163 = __this->get_keymap_36();
int32_t L_164 = ((int32_t)((int32_t)148));
RuntimeObject * L_165 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_164);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_166;
memset(&L_166, 0, sizeof(L_166));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_166), 0, ((int32_t)9), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_167 = L_166;
RuntimeObject * L_168 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_167);
NullCheck(L_163);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_163, L_165, L_168);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_169 = __this->get_keymap_36();
int32_t L_170 = ((int32_t)((int32_t)158));
RuntimeObject * L_171 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_170);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_172;
memset(&L_172, 0, sizeof(L_172));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_172), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_173 = L_172;
RuntimeObject * L_174 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_173);
NullCheck(L_169);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_169, L_171, L_174);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_175 = __this->get_keymap_36();
int32_t L_176 = ((int32_t)((int32_t)162));
RuntimeObject * L_177 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_176);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_178;
memset(&L_178, 0, sizeof(L_178));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_178), ((int32_t)67), ((int32_t)67), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_179 = L_178;
RuntimeObject * L_180 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_179);
NullCheck(L_175);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_175, L_177, L_180);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_181 = __this->get_keymap_36();
int32_t L_182 = ((int32_t)((int32_t)164));
RuntimeObject * L_183 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_182);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_184;
memset(&L_184, 0, sizeof(L_184));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_184), 0, ((int32_t)35), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_185 = L_184;
RuntimeObject * L_186 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_185);
NullCheck(L_181);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_181, L_183, L_186);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_187 = __this->get_keymap_36();
int32_t L_188 = ((int32_t)((int32_t)165));
RuntimeObject * L_189 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_188);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_190;
memset(&L_190, 0, sizeof(L_190));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_190), ((int32_t)10), ((int32_t)13), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_191 = L_190;
RuntimeObject * L_192 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_191);
NullCheck(L_187);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_187, L_189, L_192);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_193 = __this->get_keymap_36();
int32_t L_194 = ((int32_t)((int32_t)168));
RuntimeObject * L_195 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_194);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_196;
memset(&L_196, 0, sizeof(L_196));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_196), 0, ((int32_t)47), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_197 = L_196;
RuntimeObject * L_198 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_197);
NullCheck(L_193);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_193, L_195, L_198);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_199 = __this->get_keymap_36();
int32_t L_200 = ((int32_t)((int32_t)176));
RuntimeObject * L_201 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_200);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_202;
memset(&L_202, 0, sizeof(L_202));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_202), 0, ((int32_t)42), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_203 = L_202;
RuntimeObject * L_204 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_203);
NullCheck(L_199);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_199, L_201, L_204);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_205 = __this->get_keymap_36();
int32_t L_206 = ((int32_t)((int32_t)185));
RuntimeObject * L_207 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_206);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_208;
memset(&L_208, 0, sizeof(L_208));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_208), ((int32_t)90), ((int32_t)90), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_209 = L_208;
RuntimeObject * L_210 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_209);
NullCheck(L_205);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_205, L_207, L_210);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_211 = __this->get_keymap_36();
int32_t L_212 = ((int32_t)((int32_t)186));
RuntimeObject * L_213 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_212);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_214;
memset(&L_214, 0, sizeof(L_214));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_214), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_215 = L_214;
RuntimeObject * L_216 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_215);
NullCheck(L_211);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_211, L_213, L_216);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_217 = __this->get_keymap_36();
int32_t L_218 = ((int32_t)((int32_t)189));
RuntimeObject * L_219 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_218);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_220;
memset(&L_220, 0, sizeof(L_220));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_220), ((int32_t)67), ((int32_t)67), (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_221 = L_220;
RuntimeObject * L_222 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_221);
NullCheck(L_217);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_217, L_219, L_222);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_223 = __this->get_keymap_36();
int32_t L_224 = ((int32_t)((int32_t)191));
RuntimeObject * L_225 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_224);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_226;
memset(&L_226, 0, sizeof(L_226));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_226), ((int32_t)9), ((int32_t)46), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_227 = L_226;
RuntimeObject * L_228 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_227);
NullCheck(L_223);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_223, L_225, L_228);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_229 = __this->get_keymap_36();
int32_t L_230 = ((int32_t)((int32_t)198));
RuntimeObject * L_231 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_230);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_232;
memset(&L_232, 0, sizeof(L_232));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_232), 0, ((int32_t)47), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_233 = L_232;
RuntimeObject * L_234 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_233);
NullCheck(L_229);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_229, L_231, L_234);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_235 = __this->get_keymap_36();
int32_t L_236 = ((int32_t)((int32_t)199));
RuntimeObject * L_237 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_236);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_238;
memset(&L_238, 0, sizeof(L_238));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_238), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_239 = L_238;
RuntimeObject * L_240 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_239);
NullCheck(L_235);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_235, L_237, L_240);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_241 = __this->get_keymap_36();
int32_t L_242 = ((int32_t)((int32_t)201));
RuntimeObject * L_243 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_242);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_244;
memset(&L_244, 0, sizeof(L_244));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_244), 0, ((int32_t)37), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_245 = L_244;
RuntimeObject * L_246 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_245);
NullCheck(L_241);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_241, L_243, L_246);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_247 = __this->get_keymap_36();
int32_t L_248 = ((int32_t)((int32_t)207));
RuntimeObject * L_249 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_248);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_250;
memset(&L_250, 0, sizeof(L_250));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_250), 0, ((int32_t)42), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_251 = L_250;
RuntimeObject * L_252 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_251);
NullCheck(L_247);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_247, L_249, L_252);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_253 = __this->get_keymap_36();
int32_t L_254 = ((int32_t)((int32_t)210));
RuntimeObject * L_255 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_254);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_256;
memset(&L_256, 0, sizeof(L_256));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_256), 0, ((int32_t)39), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_257 = L_256;
RuntimeObject * L_258 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_257);
NullCheck(L_253);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_253, L_255, L_258);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_259 = __this->get_keymap_36();
int32_t L_260 = ((int32_t)((int32_t)214));
RuntimeObject * L_261 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_260);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_262;
memset(&L_262, 0, sizeof(L_262));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_262), ((int32_t)90), ((int32_t)90), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_263 = L_262;
RuntimeObject * L_264 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_263);
NullCheck(L_259);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_259, L_261, L_264);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_265 = __this->get_keymap_36();
int32_t L_266 = ((int32_t)((int32_t)216));
RuntimeObject * L_267 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_266);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_268;
memset(&L_268, 0, sizeof(L_268));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_268), 0, ((int32_t)122), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_269 = L_268;
RuntimeObject * L_270 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_269);
NullCheck(L_265);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_265, L_267, L_270);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_271 = __this->get_keymap_36();
int32_t L_272 = ((int32_t)((int32_t)217));
RuntimeObject * L_273 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_272);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_274;
memset(&L_274, 0, sizeof(L_274));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_274), 0, ((int32_t)123), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_275 = L_274;
RuntimeObject * L_276 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_275);
NullCheck(L_271);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_271, L_273, L_276);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_277 = __this->get_keymap_36();
int32_t L_278 = ((int32_t)((int32_t)218));
RuntimeObject * L_279 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_278);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_280;
memset(&L_280, 0, sizeof(L_280));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_280), 0, ((int32_t)124), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_281 = L_280;
RuntimeObject * L_282 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_281);
NullCheck(L_277);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_277, L_279, L_282);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_283 = __this->get_keymap_36();
int32_t L_284 = ((int32_t)((int32_t)219));
RuntimeObject * L_285 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_284);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_286;
memset(&L_286, 0, sizeof(L_286));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_286), 0, ((int32_t)125), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_287 = L_286;
RuntimeObject * L_288 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_287);
NullCheck(L_283);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_283, L_285, L_288);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_289 = __this->get_keymap_36();
int32_t L_290 = ((int32_t)((int32_t)220));
RuntimeObject * L_291 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_290);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_292;
memset(&L_292, 0, sizeof(L_292));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_292), 0, ((int32_t)126), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_293 = L_292;
RuntimeObject * L_294 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_293);
NullCheck(L_289);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_289, L_291, L_294);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_295 = __this->get_keymap_36();
int32_t L_296 = ((int32_t)((int32_t)221));
RuntimeObject * L_297 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_296);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_298;
memset(&L_298, 0, sizeof(L_298));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_298), 0, ((int32_t)127), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_299 = L_298;
RuntimeObject * L_300 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_299);
NullCheck(L_295);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_295, L_297, L_300);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_301 = __this->get_keymap_36();
int32_t L_302 = ((int32_t)((int32_t)222));
RuntimeObject * L_303 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_302);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_304;
memset(&L_304, 0, sizeof(L_304));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_304), 0, ((int32_t)128), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_305 = L_304;
RuntimeObject * L_306 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_305);
NullCheck(L_301);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_301, L_303, L_306);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_307 = __this->get_keymap_36();
int32_t L_308 = ((int32_t)((int32_t)223));
RuntimeObject * L_309 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_308);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_310;
memset(&L_310, 0, sizeof(L_310));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_310), 0, ((int32_t)129), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_311 = L_310;
RuntimeObject * L_312 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_311);
NullCheck(L_307);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_307, L_309, L_312);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_313 = __this->get_keymap_36();
int32_t L_314 = ((int32_t)((int32_t)224));
RuntimeObject * L_315 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_314);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_316;
memset(&L_316, 0, sizeof(L_316));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_316), 0, ((int32_t)130), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_317 = L_316;
RuntimeObject * L_318 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_317);
NullCheck(L_313);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_313, L_315, L_318);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_319 = __this->get_keymap_36();
int32_t L_320 = ((int32_t)((int32_t)225));
RuntimeObject * L_321 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_320);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_322;
memset(&L_322, 0, sizeof(L_322));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_322), 0, ((int32_t)131), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_323 = L_322;
RuntimeObject * L_324 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_323);
NullCheck(L_319);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_319, L_321, L_324);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_325 = __this->get_keymap_36();
int32_t L_326 = ((int32_t)((int32_t)226));
RuntimeObject * L_327 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_326);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_328;
memset(&L_328, 0, sizeof(L_328));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_328), 0, ((int32_t)132), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_329 = L_328;
RuntimeObject * L_330 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_329);
NullCheck(L_325);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_325, L_327, L_330);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_331 = __this->get_keymap_36();
int32_t L_332 = ((int32_t)((int32_t)227));
RuntimeObject * L_333 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_332);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_334;
memset(&L_334, 0, sizeof(L_334));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_334), 0, ((int32_t)133), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_335 = L_334;
RuntimeObject * L_336 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_335);
NullCheck(L_331);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_331, L_333, L_336);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_337 = __this->get_keymap_36();
int32_t L_338 = ((int32_t)((int32_t)228));
RuntimeObject * L_339 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_338);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_340;
memset(&L_340, 0, sizeof(L_340));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_340), 0, ((int32_t)134), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_341 = L_340;
RuntimeObject * L_342 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_341);
NullCheck(L_337);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_337, L_339, L_342);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_343 = __this->get_keymap_36();
int32_t L_344 = ((int32_t)((int32_t)229));
RuntimeObject * L_345 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_344);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_346;
memset(&L_346, 0, sizeof(L_346));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_346), 0, ((int32_t)135), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_347 = L_346;
RuntimeObject * L_348 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_347);
NullCheck(L_343);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_343, L_345, L_348);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_349 = __this->get_keymap_36();
int32_t L_350 = ((int32_t)((int32_t)59));
RuntimeObject * L_351 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_350);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_352;
memset(&L_352, 0, sizeof(L_352));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_352), 0, ((int32_t)46), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_353 = L_352;
RuntimeObject * L_354 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_353);
NullCheck(L_349);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_349, L_351, L_354);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_355 = __this->get_keymap_36();
int32_t L_356 = ((int32_t)((int32_t)77));
RuntimeObject * L_357 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_356);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_358;
memset(&L_358, 0, sizeof(L_358));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_358), 0, ((int32_t)45), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_359 = L_358;
RuntimeObject * L_360 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_359);
NullCheck(L_355);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_355, L_357, L_360);
return;
}
}
// System.Void System.TermInfoDriver::InitKeys()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
bool L_0 = __this->get_initKeys_27();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A(__this, /*hidden argument*/NULL);
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_1 = (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC *)il2cpp_codegen_object_new(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var);
ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144(L_1, /*hidden argument*/NULL);
__this->set_rootmap_37(L_1);
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_2 = (TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2*)SZArrayNew(TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60));
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_3 = L_2;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_3_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = 0;
goto IL_0040;
}
IL_0031:
{
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_5 = V_0;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
int32_t L_8 = (int32_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_2 = L_8;
int32_t L_9 = V_2;
TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5(__this, L_9, /*hidden argument*/NULL);
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0040:
{
int32_t L_11 = V_1;
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_0031;
}
}
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_13 = __this->get_rootmap_37();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_control_characters_40();
NullCheck(L_16);
int32_t L_17 = 2;
uint8_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_18);
NullCheck(L_13);
ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_13, ((int32_t)55), L_15, /*hidden argument*/NULL);
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_19 = __this->get_rootmap_37();
NullCheck(L_19);
ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F(L_19, /*hidden argument*/NULL);
__this->set_initKeys_27((bool)1);
return;
}
}
// System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_0 = __this->get_reader_3();
int32_t L_1 = ___s0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
if (L_3)
{
goto IL_0011;
}
}
{
return;
}
IL_0011:
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_4 = __this->get_rootmap_37();
int32_t L_5 = ___s0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
NullCheck(L_4);
ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralB45CC055589AB275C804327AFE30E301E7882B22);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_locations_2(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = L_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_130_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set__consoleColorToAnsiCode_41(L_6);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.TermInfoReader::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
int64_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___filename1;
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000d:
try
{ // begin try (depth: 1)
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0;
NullCheck(L_2);
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
V_1 = L_3;
int64_t L_4 = V_1;
if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)4096)))))))
{
goto IL_0028;
}
}
IL_001d:
{
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var);
}
IL_0028:
{
int64_t L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)L_6))));
__this->set_buffer_3(L_7);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_buffer_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_buffer_3();
NullCheck(L_10);
NullCheck(L_8);
int32_t L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_buffer_3();
NullCheck(L_12);
if ((((int32_t)L_11) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_005f;
}
}
IL_0054:
{
Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_13, _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var);
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buffer_3();
int32_t* L_15 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_14, (int32_t*)L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t* L_17 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x8F, FINALLY_0085);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0085;
}
FINALLY_0085:
{ // begin finally (depth: 1)
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_18 = V_0;
if (!L_18)
{
goto IL_008e;
}
}
IL_0088:
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_19 = V_0;
NullCheck(L_19);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_19);
}
IL_008e:
{
IL2CPP_END_FINALLY(133)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(133)
{
IL2CPP_JUMP_TBL(0x8F, IL_008f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008f:
{
return;
}
}
// System.Void System.TermInfoReader::.ctor(System.String,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var);
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1;
__this->set_buffer_3(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1;
int32_t* L_4 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer1;
int32_t* L_6 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_5, (int32_t*)L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int16_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t* L_1 = ___position1;
int32_t L_2 = *((int32_t*)L_1);
int16_t L_3 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t* L_4 = ___position1;
int32_t* L_5 = ___position1;
int32_t L_6 = *((int32_t*)L_5);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2));
int16_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)282))))
{
goto IL_002e;
}
}
{
int16_t L_8 = V_0;
int16_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_9);
String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1, L_10, /*hidden argument*/NULL);
Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var);
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0;
int32_t* L_14 = ___position1;
int32_t L_15 = *((int32_t*)L_14);
TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_13, L_15, /*hidden argument*/NULL);
int32_t* L_16 = ___position1;
int32_t* L_17 = ___position1;
int32_t L_18 = *((int32_t*)L_17);
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___buffer0;
int32_t* L_20 = ___position1;
int32_t L_21 = *((int32_t*)L_20);
int16_t L_22 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_19, L_21, /*hidden argument*/NULL);
__this->set_boolSize_0(L_22);
int32_t* L_23 = ___position1;
int32_t* L_24 = ___position1;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t* L_27 = ___position1;
int32_t L_28 = *((int32_t*)L_27);
int16_t L_29 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_26, L_28, /*hidden argument*/NULL);
__this->set_numSize_1(L_29);
int32_t* L_30 = ___position1;
int32_t* L_31 = ___position1;
int32_t L_32 = *((int32_t*)L_31);
*((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0;
int32_t* L_34 = ___position1;
int32_t L_35 = *((int32_t*)L_34);
int16_t L_36 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_33, L_35, /*hidden argument*/NULL);
__this->set_strOffsets_2(L_36);
int32_t* L_37 = ___position1;
int32_t* L_38 = ___position1;
int32_t L_39 = *((int32_t*)L_38);
*((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ___buffer0;
int32_t* L_41 = ___position1;
int32_t L_42 = *((int32_t*)L_41);
TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_40, L_42, /*hidden argument*/NULL);
int32_t* L_43 = ___position1;
int32_t* L_44 = ___position1;
int32_t L_45 = *((int32_t*)L_44);
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2));
return;
}
}
// System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t* L_1 = ___position1;
int32_t L_2 = *((int32_t*)L_1);
String_t* L_3 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t* L_4 = ___position1;
int32_t* L_5 = ___position1;
int32_t L_6 = *((int32_t*)L_5);
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))));
return;
}
}
// System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers)
extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___number0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___number0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)33))))
{
goto IL_0014;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_numSize_1();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0016;
}
}
IL_0014:
{
return (-1);
}
IL_0016:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_002e;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002e:
{
int32_t L_9 = V_1;
int32_t L_10 = ___number0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int16_t L_13 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.String System.TermInfoReader::Get(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___tstr0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_2 = ___tstr0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)394))))
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_strOffsets_2();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0019;
}
}
IL_0017:
{
return (String_t*)NULL;
}
IL_0019:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_0031;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_1;
int16_t L_10 = __this->get_numSize_1();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int32_t L_13 = ___tstr0;
int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL);
V_2 = L_14;
int32_t L_15 = V_2;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0054;
}
}
{
return (String_t*)NULL;
}
IL_0054:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t L_17 = V_1;
int16_t L_18 = __this->get_strOffsets_2();
int32_t L_19 = V_2;
String_t* L_20 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___tstr0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_2 = ___tstr0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)394))))
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_strOffsets_2();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0019;
}
}
IL_0017:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0019:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_0031;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_1;
int16_t L_10 = __this->get_numSize_1();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int32_t L_13 = ___tstr0;
int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL);
V_2 = L_14;
int32_t L_15 = V_2;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0054;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0054:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t L_17 = V_1;
int16_t L_18 = __this->get_strOffsets_2();
int32_t L_19 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_1 = L_7;
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)255)))))
{
goto IL_001c;
}
}
{
int32_t L_9 = V_1;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255)))))
{
goto IL_001c;
}
}
{
return (int16_t)(-1);
}
IL_001c:
{
int32_t L_10 = V_0;
int32_t L_11 = V_1;
return (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)256))))))));
}
}
// System.String System.TermInfoReader::GetString(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = ___offset1;
V_1 = L_0;
goto IL_000a;
}
IL_0006:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
NullCheck(L_2);
int32_t L_5 = L_4;
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (L_6)
{
goto IL_0006;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___offset1;
int32_t L_10 = V_0;
NullCheck(L_7);
String_t* L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, L_10);
return L_11;
}
}
// System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
V_0 = 0;
int32_t L_0 = ___offset1;
V_1 = L_0;
goto IL_000a;
}
IL_0006:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
NullCheck(L_2);
int32_t L_5 = L_4;
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (L_6)
{
goto IL_0006;
}
}
{
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_2 = L_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
int32_t L_12 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.ASCIIEncoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_mC9D110516677AC1FAA80B3790BDDD1150A1779C4 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
{
Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, ((int32_t)20127), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.ASCIIEncoding::SetDefaultFallbacks()
extern "C" IL2CPP_METHOD_ATTR void ASCIIEncoding_SetDefaultFallbacks_m09B0AB1D08BFB07480F213DE80F77343DB07931B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139(/*hidden argument*/NULL);
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_13(L_0);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA(/*hidden argument*/NULL);
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_14(L_1);
return;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_0040:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_005d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1;
NullCheck(L_17);
V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
Il2CppChar* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_21;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___chars0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___chars0;
V_1 = L_2;
String_t* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
}
IL_001e:
{
Il2CppChar* L_7 = V_0;
String_t* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_10;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var);
}
IL_0033:
{
Il2CppChar* L_6 = ___chars0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_8;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
String_t* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
String_t* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_004e:
{
String_t* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
int32_t L_12 = ___charIndex1;
int32_t L_13 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13)))
{
goto IL_006e;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_006e:
{
int32_t L_16 = ___byteIndex4;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_007b;
}
}
{
int32_t L_17 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3;
NullCheck(L_18);
if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_0090;
}
}
IL_007b:
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_0090:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a5;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a5:
{
String_t* L_25 = ___chars0;
V_2 = L_25;
String_t* L_26 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_26));
Il2CppChar* L_27 = V_1;
if (!L_27)
{
goto IL_00b5;
}
}
{
Il2CppChar* L_28 = V_1;
int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29));
}
IL_00b5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00c2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))
{
goto IL_00c7;
}
}
IL_00c2:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00d1;
}
IL_00c7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4;
NullCheck(L_33);
V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00d1:
{
Il2CppChar* L_34 = V_1;
int32_t L_35 = ___charIndex1;
int32_t L_36 = ___charCount2;
uint8_t* L_37 = V_3;
int32_t L_38 = ___byteIndex4;
int32_t L_39 = V_0;
int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_40;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_004e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = ___charIndex1;
int32_t L_12 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___byteIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_008d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2;
NullCheck(L_28);
V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
Il2CppChar* L_33 = V_1;
int32_t L_34 = ___charIndex1;
int32_t L_35 = ___charCount2;
uint8_t* L_36 = V_3;
int32_t L_37 = ___byteIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_39;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___charCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var);
}
IL_0054:
{
Il2CppChar* L_10 = ___chars0;
int32_t L_11 = ___charCount1;
uint8_t* L_12 = ___bytes2;
int32_t L_13 = ___byteCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_14;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
uint8_t* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(22 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_21;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var);
}
IL_0033:
{
uint8_t* L_6 = ___bytes0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(22 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_8;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
NullCheck(L_10);
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___charIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___charIndex4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_008d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3;
NullCheck(L_21);
int32_t L_22 = ___charIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a8;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_24;
}
IL_00a8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4;
NullCheck(L_32);
V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
uint8_t* L_33 = V_1;
int32_t L_34 = ___byteIndex1;
int32_t L_35 = ___byteCount2;
Il2CppChar* L_36 = V_3;
int32_t L_37 = ___charIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_39;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes0;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars2;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes0;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0055;
}
}
IL_0034:
{
int32_t L_7 = ___charCount3;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0045;
}
IL_0040:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0045:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var);
}
IL_0055:
{
uint8_t* L_10 = ___bytes0;
int32_t L_11 = ___byteCount1;
Il2CppChar* L_12 = ___chars2;
int32_t L_13 = ___charCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_14;
}
}
// System.String System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___byteIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___byteCount2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___byteIndex1;
int32_t L_10 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0067;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0067:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0071;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))
{
goto IL_0076;
}
}
IL_0071:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007f;
}
IL_0076:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
NullCheck(L_18);
V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007f:
{
uint8_t* L_19 = V_0;
int32_t L_20 = ___byteIndex1;
int32_t L_21 = ___byteCount2;
String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL);
return L_22;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
Il2CppChar* V_2 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
int32_t G_B27_0 = 0;
{
V_0 = 0;
V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL;
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___charCount1;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
V_3 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_2 = ___encoder2;
if (!L_2)
{
goto IL_007c;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder2;
NullCheck(L_3);
Il2CppChar L_4 = L_3->get_charLeftOver_2();
V_0 = L_4;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder2;
NullCheck(L_5);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_6 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_5, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_6, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder2;
NullCheck(L_7);
bool L_8 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0088;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder2;
NullCheck(L_9);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_10 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_9, /*hidden argument*/NULL);
V_3 = L_10;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_11);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0070;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_13 = ___encoder2;
NullCheck(L_13);
bool L_14 = L_13->get_m_throwOnOverflow_5();
if (!L_14)
{
goto IL_0070;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_19 = ___encoder2;
NullCheck(L_19);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_20 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_18, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var);
}
IL_0070:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_24 = V_3;
Il2CppChar* L_25 = ___chars0;
Il2CppChar* L_26 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_27 = ___encoder2;
NullCheck(L_24);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_24, (Il2CppChar*)(Il2CppChar*)L_25, (Il2CppChar*)(Il2CppChar*)L_26, L_27, (bool)0, /*hidden argument*/NULL);
goto IL_0088;
}
IL_007c:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_28 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_28, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_0088:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_29 = V_1;
if (!L_29)
{
goto IL_009f;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_30);
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
goto IL_009f;
}
}
{
Il2CppChar L_32 = V_0;
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_009d;
}
}
{
int32_t L_33 = ___charCount1;
___charCount1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_009d:
{
int32_t L_34 = ___charCount1;
return L_34;
}
IL_009f:
{
V_4 = 0;
Il2CppChar L_35 = V_0;
if ((((int32_t)L_35) <= ((int32_t)0)))
{
goto IL_0113;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_36 = ___encoder2;
NullCheck(L_36);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_37 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_36, /*hidden argument*/NULL);
V_3 = L_37;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_38 = V_3;
Il2CppChar* L_39 = ___chars0;
Il2CppChar* L_40 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_41 = ___encoder2;
NullCheck(L_38);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_38, (Il2CppChar*)(Il2CppChar*)L_39, (Il2CppChar*)(Il2CppChar*)L_40, L_41, (bool)0, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_3;
Il2CppChar L_43 = V_0;
NullCheck(L_42);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_42, L_43, (Il2CppChar**)(&___chars0));
goto IL_0113;
}
IL_00c3:
{
Il2CppChar L_44 = V_5;
if (L_44)
{
goto IL_00d0;
}
}
{
Il2CppChar* L_45 = ___chars0;
int32_t L_46 = *((uint16_t*)L_45);
V_5 = L_46;
Il2CppChar* L_47 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2));
}
IL_00d0:
{
Il2CppChar L_48 = V_5;
if ((((int32_t)L_48) <= ((int32_t)((int32_t)127))))
{
goto IL_010d;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_49 = V_3;
if (L_49)
{
goto IL_0100;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_50 = ___encoder2;
if (L_50)
{
goto IL_00ea;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_51 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13();
NullCheck(L_51);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_52 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_51);
V_3 = L_52;
goto IL_00f1;
}
IL_00ea:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_53 = ___encoder2;
NullCheck(L_53);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_54 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_53, /*hidden argument*/NULL);
V_3 = L_54;
}
IL_00f1:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_55 = V_3;
Il2CppChar* L_56 = V_2;
int32_t L_57 = ___charCount1;
Il2CppChar* L_58 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_59 = ___encoder2;
NullCheck(L_55);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_55, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_59, (bool)0, /*hidden argument*/NULL);
}
IL_0100:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_60 = V_3;
Il2CppChar L_61 = V_5;
NullCheck(L_60);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_60, L_61, (Il2CppChar**)(&___chars0));
goto IL_0113;
}
IL_010d:
{
int32_t L_62 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
}
IL_0113:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_63 = V_3;
if (!L_63)
{
goto IL_011e;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_64 = V_3;
NullCheck(L_64);
Il2CppChar L_65 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_64, /*hidden argument*/NULL);
G_B27_0 = ((int32_t)(L_65));
goto IL_011f;
}
IL_011e:
{
G_B27_0 = 0;
}
IL_011f:
{
int32_t L_66 = G_B27_0;
V_5 = L_66;
if (L_66)
{
goto IL_00c3;
}
}
{
Il2CppChar* L_67 = ___chars0;
Il2CppChar* L_68 = V_2;
if ((!(((uintptr_t)L_67) >= ((uintptr_t)L_68))))
{
goto IL_00c3;
}
}
{
int32_t L_69 = V_4;
return L_69;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_2 = NULL;
Il2CppChar* V_3 = NULL;
uint8_t* V_4 = NULL;
Il2CppChar* V_5 = NULL;
uint8_t* V_6 = NULL;
Il2CppChar V_7 = 0x0;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
int32_t G_B44_0 = 0;
{
V_0 = 0;
V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL;
V_2 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___charCount1;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
uint8_t* L_2 = ___bytes2;
V_4 = (uint8_t*)L_2;
Il2CppChar* L_3 = ___chars0;
V_5 = (Il2CppChar*)L_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___encoder4;
if (!L_4)
{
goto IL_008b;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder4;
NullCheck(L_5);
Il2CppChar L_6 = L_5->get_charLeftOver_2();
V_0 = L_6;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder4;
NullCheck(L_7);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_8 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_7, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_8, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder4;
NullCheck(L_9);
bool L_10 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0097;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_11 = ___encoder4;
NullCheck(L_11);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_12 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_11, /*hidden argument*/NULL);
V_2 = L_12;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_13);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_007d;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder4;
NullCheck(L_15);
bool L_16 = L_15->get_m_throwOnOverflow_5();
if (!L_16)
{
goto IL_007d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_21 = ___encoder4;
NullCheck(L_21);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_22 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_23);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_20, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var);
}
IL_007d:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_26 = V_2;
Il2CppChar* L_27 = V_5;
Il2CppChar* L_28 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder4;
NullCheck(L_26);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_26, (Il2CppChar*)(Il2CppChar*)L_27, (Il2CppChar*)(Il2CppChar*)L_28, L_29, (bool)1, /*hidden argument*/NULL);
goto IL_0097;
}
IL_008b:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_30 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_30, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_0097:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_31 = V_1;
if (!L_31)
{
goto IL_014d;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_32);
if ((!(((uint32_t)L_33) == ((uint32_t)1))))
{
goto IL_014d;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_34 = V_1;
NullCheck(L_34);
String_t* L_35 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, 0, /*hidden argument*/NULL);
V_8 = L_36;
Il2CppChar L_37 = V_8;
if ((((int32_t)L_37) > ((int32_t)((int32_t)127))))
{
goto IL_014d;
}
}
{
Il2CppChar L_38 = V_0;
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_00e1;
}
}
{
int32_t L_39 = ___byteCount3;
if (L_39)
{
goto IL_00d1;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_40 = ___encoder4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_40, (bool)1, /*hidden argument*/NULL);
}
IL_00d1:
{
uint8_t* L_41 = ___bytes2;
uint8_t* L_42 = (uint8_t*)L_41;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)1));
Il2CppChar L_43 = V_8;
*((int8_t*)L_42) = (int8_t)(((int32_t)((uint8_t)L_43)));
int32_t L_44 = ___byteCount3;
___byteCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1));
}
IL_00e1:
{
int32_t L_45 = ___byteCount3;
int32_t L_46 = ___charCount1;
if ((((int32_t)L_45) >= ((int32_t)L_46)))
{
goto IL_0125;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_47 = ___encoder4;
int32_t L_48 = ___byteCount3;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_47, (bool)((((int32_t)L_48) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
Il2CppChar* L_49 = ___chars0;
int32_t L_50 = ___byteCount3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2))));
goto IL_0125;
}
IL_00fd:
{
Il2CppChar* L_51 = ___chars0;
Il2CppChar* L_52 = (Il2CppChar*)L_51;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)2));
int32_t L_53 = *((uint16_t*)L_52);
V_9 = L_53;
Il2CppChar L_54 = V_9;
if ((((int32_t)L_54) < ((int32_t)((int32_t)128))))
{
goto IL_011b;
}
}
{
uint8_t* L_55 = ___bytes2;
uint8_t* L_56 = (uint8_t*)L_55;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)1));
Il2CppChar L_57 = V_8;
*((int8_t*)L_56) = (int8_t)(((int32_t)((uint8_t)L_57)));
goto IL_0125;
}
IL_011b:
{
uint8_t* L_58 = ___bytes2;
uint8_t* L_59 = (uint8_t*)L_58;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)1));
Il2CppChar L_60 = V_9;
*((int8_t*)L_59) = (int8_t)(((int32_t)((uint8_t)L_60)));
}
IL_0125:
{
Il2CppChar* L_61 = ___chars0;
Il2CppChar* L_62 = V_3;
if ((!(((uintptr_t)L_61) >= ((uintptr_t)L_62))))
{
goto IL_00fd;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_63 = ___encoder4;
if (!L_63)
{
goto IL_0144;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_64 = ___encoder4;
NullCheck(L_64);
L_64->set_charLeftOver_2(0);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_65 = ___encoder4;
Il2CppChar* L_66 = ___chars0;
Il2CppChar* L_67 = V_5;
NullCheck(L_65);
L_65->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_66, (intptr_t)L_67))/(int32_t)2)))))))));
}
IL_0144:
{
uint8_t* L_68 = ___bytes2;
uint8_t* L_69 = V_4;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (intptr_t)L_69))/(int32_t)1))))))));
}
IL_014d:
{
uint8_t* L_70 = ___bytes2;
int32_t L_71 = ___byteCount3;
V_6 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)L_71));
Il2CppChar L_72 = V_0;
if ((((int32_t)L_72) <= ((int32_t)0)))
{
goto IL_0200;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_73 = ___encoder4;
NullCheck(L_73);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_74 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_73, /*hidden argument*/NULL);
V_2 = L_74;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = V_2;
Il2CppChar* L_76 = ___chars0;
Il2CppChar* L_77 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_78 = ___encoder4;
NullCheck(L_75);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_75, (Il2CppChar*)(Il2CppChar*)L_76, (Il2CppChar*)(Il2CppChar*)L_77, L_78, (bool)1, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_79 = V_2;
Il2CppChar L_80 = V_0;
NullCheck(L_79);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_79, L_80, (Il2CppChar**)(&___chars0));
goto IL_0200;
}
IL_017c:
{
Il2CppChar L_81 = V_7;
if (L_81)
{
goto IL_0189;
}
}
{
Il2CppChar* L_82 = ___chars0;
int32_t L_83 = *((uint16_t*)L_82);
V_7 = L_83;
Il2CppChar* L_84 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2));
}
IL_0189:
{
Il2CppChar L_85 = V_7;
if ((((int32_t)L_85) <= ((int32_t)((int32_t)127))))
{
goto IL_01c9;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_86 = V_2;
if (L_86)
{
goto IL_01bc;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_87 = ___encoder4;
if (L_87)
{
goto IL_01a4;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_88 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13();
NullCheck(L_88);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_89 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_88);
V_2 = L_89;
goto IL_01ac;
}
IL_01a4:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_90 = ___encoder4;
NullCheck(L_90);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_91 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_90, /*hidden argument*/NULL);
V_2 = L_91;
}
IL_01ac:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_92 = V_2;
Il2CppChar* L_93 = V_3;
int32_t L_94 = ___charCount1;
Il2CppChar* L_95 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_96 = ___encoder4;
NullCheck(L_92);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_92, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_93, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_94)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_95, L_96, (bool)1, /*hidden argument*/NULL);
}
IL_01bc:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_97 = V_2;
Il2CppChar L_98 = V_7;
NullCheck(L_97);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_97, L_98, (Il2CppChar**)(&___chars0));
goto IL_0200;
}
IL_01c9:
{
uint8_t* L_99 = ___bytes2;
uint8_t* L_100 = V_6;
if ((!(((uintptr_t)L_99) >= ((uintptr_t)L_100))))
{
goto IL_01f6;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_101 = V_2;
if (!L_101)
{
goto IL_01d9;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_102 = V_2;
NullCheck(L_102);
bool L_103 = L_102->get_bFallingBack_5();
if (L_103)
{
goto IL_01e0;
}
}
IL_01d9:
{
Il2CppChar* L_104 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_104, (int32_t)2));
goto IL_01e7;
}
IL_01e0:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_105 = V_2;
NullCheck(L_105);
VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_105);
}
IL_01e7:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_106 = ___encoder4;
uint8_t* L_107 = ___bytes2;
uint8_t* L_108 = V_4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_106, (bool)((((intptr_t)L_107) == ((intptr_t)L_108))? 1 : 0), /*hidden argument*/NULL);
goto IL_021b;
}
IL_01f6:
{
uint8_t* L_109 = ___bytes2;
Il2CppChar L_110 = V_7;
*((int8_t*)L_109) = (int8_t)(((int32_t)((uint8_t)L_110)));
uint8_t* L_111 = ___bytes2;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_111, (int32_t)1));
}
IL_0200:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_112 = V_2;
if (!L_112)
{
goto IL_020b;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_113 = V_2;
NullCheck(L_113);
Il2CppChar L_114 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_113, /*hidden argument*/NULL);
G_B44_0 = ((int32_t)(L_114));
goto IL_020c;
}
IL_020b:
{
G_B44_0 = 0;
}
IL_020c:
{
int32_t L_115 = G_B44_0;
V_7 = L_115;
if (L_115)
{
goto IL_017c;
}
}
{
Il2CppChar* L_116 = ___chars0;
Il2CppChar* L_117 = V_3;
if ((!(((uintptr_t)L_116) >= ((uintptr_t)L_117))))
{
goto IL_017c;
}
}
IL_021b:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_118 = ___encoder4;
if (!L_118)
{
goto IL_0241;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_119 = V_2;
if (!L_119)
{
goto IL_0232;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_120 = V_2;
NullCheck(L_120);
bool L_121 = L_120->get_bUsedEncoder_4();
if (L_121)
{
goto IL_0232;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_122 = ___encoder4;
NullCheck(L_122);
L_122->set_charLeftOver_2(0);
}
IL_0232:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_123 = ___encoder4;
Il2CppChar* L_124 = ___chars0;
Il2CppChar* L_125 = V_5;
NullCheck(L_123);
L_123->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_124, (intptr_t)L_125))/(int32_t)2)))))))));
}
IL_0241:
{
uint8_t* L_126 = ___bytes2;
uint8_t* L_127 = V_4;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_126, (intptr_t)L_127))/(int32_t)1))))))));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_0 = NULL;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_1 = NULL;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
uint8_t* V_4 = NULL;
uint8_t V_5 = 0x0;
{
V_0 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL;
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___decoder2;
if (L_0)
{
goto IL_0013;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_1, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
goto IL_001f;
}
IL_0013:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_2 = ___decoder2;
NullCheck(L_2);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE(L_2, /*hidden argument*/NULL);
V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_3, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
}
IL_001f:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = V_0;
if (!L_4)
{
goto IL_002d;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_5);
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_002d;
}
}
{
int32_t L_7 = ___count1;
return L_7;
}
IL_002d:
{
V_1 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL;
int32_t L_8 = ___count1;
V_2 = L_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
V_3 = L_9;
uint8_t* L_10 = ___bytes0;
int32_t L_11 = ___count1;
V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11));
goto IL_008c;
}
IL_003f:
{
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)L_12);
V_5 = (uint8_t)L_13;
uint8_t* L_14 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1));
uint8_t L_15 = V_5;
if ((((int32_t)L_15) < ((int32_t)((int32_t)128))))
{
goto IL_008c;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_16 = V_1;
if (L_16)
{
goto IL_0078;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_17 = ___decoder2;
if (L_17)
{
goto IL_0065;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_18 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_18);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_19 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_18);
V_1 = L_19;
goto IL_006c;
}
IL_0065:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_20 = ___decoder2;
NullCheck(L_20);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_21 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_20, /*hidden argument*/NULL);
V_1 = L_21;
}
IL_006c:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_22 = V_1;
uint8_t* L_23 = V_4;
int32_t L_24 = ___count1;
NullCheck(L_22);
DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_22, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_23, (int32_t)L_24)), (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL);
}
IL_0078:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3;
uint8_t L_26 = V_5;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_26);
int32_t L_27 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_2;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_3;
uint8_t* L_31 = ___bytes0;
NullCheck(L_29);
int32_t L_32 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(9 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_29, L_30, (uint8_t*)(uint8_t*)L_31);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_32));
}
IL_008c:
{
uint8_t* L_33 = ___bytes0;
uint8_t* L_34 = V_4;
if ((!(((uintptr_t)L_33) >= ((uintptr_t)L_34))))
{
goto IL_003f;
}
}
{
int32_t L_35 = V_2;
return L_35;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_3 = NULL;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar V_7 = 0x0;
uint8_t V_8 = 0x0;
uint8_t V_9 = 0x0;
{
uint8_t* L_0 = ___bytes0;
int32_t L_1 = ___byteCount1;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1));
uint8_t* L_2 = ___bytes0;
V_1 = (uint8_t*)L_2;
Il2CppChar* L_3 = ___chars2;
V_2 = (Il2CppChar*)L_3;
V_3 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL;
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_4 = ___decoder4;
if (L_4)
{
goto IL_001c;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_5, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
goto IL_0029;
}
IL_001c:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = ___decoder4;
NullCheck(L_6);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE(L_6, /*hidden argument*/NULL);
V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_7, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
}
IL_0029:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_8 = V_3;
if (!L_8)
{
goto IL_00a0;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_9);
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_00a0;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_11 = V_3;
NullCheck(L_11);
String_t* L_12 = DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 0, /*hidden argument*/NULL);
V_7 = L_13;
int32_t L_14 = ___charCount3;
int32_t L_15 = ___byteCount1;
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_0082;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_16 = ___decoder4;
int32_t L_17 = ___charCount3;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_16, (bool)((((int32_t)L_17) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
uint8_t* L_18 = ___bytes0;
int32_t L_19 = ___charCount3;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19));
goto IL_0082;
}
IL_005c:
{
uint8_t* L_20 = ___bytes0;
uint8_t* L_21 = (uint8_t*)L_20;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1));
int32_t L_22 = *((uint8_t*)L_21);
V_8 = (uint8_t)L_22;
uint8_t L_23 = V_8;
if ((((int32_t)L_23) < ((int32_t)((int32_t)128))))
{
goto IL_0079;
}
}
{
Il2CppChar* L_24 = ___chars2;
Il2CppChar* L_25 = (Il2CppChar*)L_24;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2));
Il2CppChar L_26 = V_7;
*((int16_t*)L_25) = (int16_t)L_26;
goto IL_0082;
}
IL_0079:
{
Il2CppChar* L_27 = ___chars2;
Il2CppChar* L_28 = (Il2CppChar*)L_27;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)2));
uint8_t L_29 = V_8;
*((int16_t*)L_28) = (int16_t)L_29;
}
IL_0082:
{
uint8_t* L_30 = ___bytes0;
uint8_t* L_31 = V_0;
if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31))))
{
goto IL_005c;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_32 = ___decoder4;
if (!L_32)
{
goto IL_0098;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_33 = ___decoder4;
uint8_t* L_34 = ___bytes0;
uint8_t* L_35 = V_1;
NullCheck(L_33);
L_33->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_34, (intptr_t)L_35))/(int32_t)1)))))))));
}
IL_0098:
{
Il2CppChar* L_36 = ___chars2;
Il2CppChar* L_37 = V_2;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2))))))));
}
IL_00a0:
{
V_4 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
V_5 = L_38;
Il2CppChar* L_39 = ___chars2;
int32_t L_40 = ___charCount3;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2))));
goto IL_0146;
}
IL_00b9:
{
uint8_t* L_41 = ___bytes0;
int32_t L_42 = *((uint8_t*)L_41);
V_9 = (uint8_t)L_42;
uint8_t* L_43 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)1));
uint8_t L_44 = V_9;
if ((((int32_t)L_44) < ((int32_t)((int32_t)128))))
{
goto IL_0125;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_45 = V_4;
if (L_45)
{
goto IL_00f7;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_46 = ___decoder4;
if (L_46)
{
goto IL_00e2;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_47 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_47);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_48 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_47);
V_4 = L_48;
goto IL_00eb;
}
IL_00e2:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_49 = ___decoder4;
NullCheck(L_49);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_50 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_49, /*hidden argument*/NULL);
V_4 = L_50;
}
IL_00eb:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_51 = V_4;
uint8_t* L_52 = V_0;
int32_t L_53 = ___byteCount1;
Il2CppChar* L_54 = V_6;
NullCheck(L_51);
DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_51, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_52, (int32_t)L_53)), (Il2CppChar*)(Il2CppChar*)L_54, /*hidden argument*/NULL);
}
IL_00f7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_5;
uint8_t L_56 = V_9;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_56);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_57 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_5;
uint8_t* L_59 = ___bytes0;
NullCheck(L_57);
bool L_60 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(8 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_57, L_58, (uint8_t*)(uint8_t*)L_59, (Il2CppChar**)(&___chars2));
if (L_60)
{
goto IL_0146;
}
}
{
uint8_t* L_61 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_61, (int32_t)1));
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_62 = V_4;
NullCheck(L_62);
DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_62, /*hidden argument*/NULL);
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_63 = ___decoder4;
Il2CppChar* L_64 = ___chars2;
Il2CppChar* L_65 = V_2;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_63, (bool)((((intptr_t)L_64) == ((intptr_t)L_65))? 1 : 0), /*hidden argument*/NULL);
goto IL_014d;
}
IL_0125:
{
Il2CppChar* L_66 = ___chars2;
Il2CppChar* L_67 = V_6;
if ((!(((uintptr_t)L_66) >= ((uintptr_t)L_67))))
{
goto IL_013d;
}
}
{
uint8_t* L_68 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (int32_t)1));
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_69 = ___decoder4;
Il2CppChar* L_70 = ___chars2;
Il2CppChar* L_71 = V_2;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_69, (bool)((((intptr_t)L_70) == ((intptr_t)L_71))? 1 : 0), /*hidden argument*/NULL);
goto IL_014d;
}
IL_013d:
{
Il2CppChar* L_72 = ___chars2;
uint8_t L_73 = V_9;
*((int16_t*)L_72) = (int16_t)L_73;
Il2CppChar* L_74 = ___chars2;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2));
}
IL_0146:
{
uint8_t* L_75 = ___bytes0;
uint8_t* L_76 = V_0;
if ((!(((uintptr_t)L_75) >= ((uintptr_t)L_76))))
{
goto IL_00b9;
}
}
IL_014d:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_77 = ___decoder4;
if (!L_77)
{
goto IL_015f;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_78 = ___decoder4;
uint8_t* L_79 = ___bytes0;
uint8_t* L_80 = V_1;
NullCheck(L_78);
L_78->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_79, (intptr_t)L_80))/(int32_t)1)))))))));
}
IL_015f:
{
Il2CppChar* L_81 = ___chars2;
Il2CppChar* L_82 = V_2;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)2))))))));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxByteCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___charCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___charCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___charCount0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1)))));
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_003c;
}
}
{
int64_t L_6 = V_0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_003c:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_005a;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var);
}
IL_005a:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxCharCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___byteCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___byteCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___byteCount0;
V_0 = (((int64_t)((int64_t)L_3)));
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_0039;
}
}
{
int64_t L_6 = V_0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_0039:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0057;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var);
}
IL_0057:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Text.Decoder System.Text.ASCIIEncoding::GetDecoder()
extern "C" IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)il2cpp_codegen_object_new(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var);
DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoder System.Text.ASCIIEncoding::GetEncoder()
extern "C" IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)il2cpp_codegen_object_new(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var);
EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Decoder::SerializeDecoder(System.Runtime.Serialization.SerializationInfo)
extern "C" IL2CPP_METHOD_ATTR void Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = __this->get_m_fallback_0();
NullCheck(L_0);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Decoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.DecoderFallback System.Text.Decoder::get_Fallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_m_fallback_0();
return L_0;
}
}
// System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = __this->get_m_fallbackBuffer_1();
if (L_0)
{
goto IL_0033;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = __this->get_m_fallback_0();
if (!L_1)
{
goto IL_0023;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = __this->get_m_fallback_0();
NullCheck(L_2);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_3 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_2);
__this->set_m_fallbackBuffer_1(L_3);
goto IL_0033;
}
IL_0023:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA(/*hidden argument*/NULL);
NullCheck(L_4);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_5 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_4);
__this->set_m_fallbackBuffer_1(L_5);
}
IL_0033:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_6 = __this->get_m_fallbackBuffer_1();
return L_6;
}
}
// System.Boolean System.Text.Decoder::get_InternalHasFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR bool Decoder_get_InternalHasFallbackBuffer_m02F2ED8893F9E6DFBEDBC299829552C35D627156 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = __this->get_m_fallbackBuffer_1();
return (bool)((!(((RuntimeObject*)(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Text.Decoder::Reset()
extern "C" IL2CPP_METHOD_ATTR void Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0;
int32_t L_2 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_1, 0, 0, (bool)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_1 = L_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_1;
VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_4, 0, 0, L_5, 0, (bool)1);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_6 = __this->get_m_fallbackBuffer_1();
if (!L_6)
{
goto IL_0037;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_7 = __this->get_m_fallbackBuffer_1();
NullCheck(L_7);
VirtActionInvoker0::Invoke(7 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_7);
}
IL_0037:
{
return;
}
}
// System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Decoder_GetCharCount_mEA2849F389B9E57690FEC2FB84662C38CA6532F7 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
return L_3;
}
}
// System.Int32 System.Text.Decoder::GetCharCount(System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, uint8_t* ___bytes0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_6 = ___count1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
V_1 = 0;
goto IL_0049;
}
IL_003e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
int32_t L_9 = V_1;
uint8_t* L_10 = ___bytes0;
int32_t L_11 = V_1;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0049:
{
int32_t L_14 = V_1;
int32_t L_15 = ___count1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
int32_t L_17 = ___count1;
int32_t L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_16, 0, L_17);
return L_18;
}
}
// System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Decoder_GetChars_mEFDD1B24B4B4A0D6D86E848FBF26B6EFBF96B082 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, bool ___flush5, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___byteIndex1;
int32_t L_2 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars3;
int32_t L_4 = ___charIndex4;
int32_t L_5 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
int32_t V_3 = 0;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_10 = ___byteCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
V_1 = 0;
goto IL_006a;
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
int32_t L_13 = V_1;
uint8_t* L_14 = ___bytes0;
int32_t L_15 = V_1;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15)));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (uint8_t)L_16);
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006a:
{
int32_t L_18 = V_1;
int32_t L_19 = ___byteCount1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_005f;
}
}
{
int32_t L_20 = ___charCount3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_2 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0;
int32_t L_23 = ___byteCount1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_2;
bool L_25 = ___flush4;
int32_t L_26 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_22, 0, L_23, L_24, 0, L_25);
V_3 = L_26;
int32_t L_27 = V_3;
int32_t L_28 = ___charCount3;
if ((((int32_t)L_27) >= ((int32_t)L_28)))
{
goto IL_008c;
}
}
{
int32_t L_29 = V_3;
___charCount3 = L_29;
}
IL_008c:
{
V_1 = 0;
goto IL_009e;
}
IL_0090:
{
Il2CppChar* L_30 = ___chars2;
int32_t L_31 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_2;
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = L_33;
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2))))) = (int16_t)L_35;
int32_t L_36 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_009e:
{
int32_t L_37 = V_1;
int32_t L_38 = ___charCount3;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0090;
}
}
{
int32_t L_39 = ___charCount3;
return L_39;
}
}
// System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32U26,System.Int32U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
String_t* G_B17_0 = NULL;
bool* G_B28_0 = NULL;
bool* G_B25_0 = NULL;
bool* G_B27_0 = NULL;
bool* G_B26_0 = NULL;
int32_t G_B29_0 = 0;
bool* G_B29_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_10 = ___charIndex4;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_0058;
}
}
{
int32_t L_11 = ___charCount5;
if ((((int32_t)L_11) >= ((int32_t)0)))
{
goto IL_0079;
}
}
IL_0058:
{
int32_t L_12 = ___charIndex4;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0064;
}
}
{
G_B17_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0069;
}
IL_0064:
{
G_B17_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_0069:
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, G_B17_0, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
IL_0079:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
NullCheck(L_15);
int32_t L_16 = ___byteIndex1;
int32_t L_17 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16))) >= ((int32_t)L_17)))
{
goto IL_0096;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
IL_0096:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars3;
NullCheck(L_20);
int32_t L_21 = ___charIndex4;
int32_t L_22 = ___charCount5;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21))) >= ((int32_t)L_22)))
{
goto IL_00b6;
}
}
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_24 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_24, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
IL_00b6:
{
int32_t* L_25 = ___bytesUsed7;
int32_t L_26 = ___byteCount2;
*((int32_t*)L_25) = (int32_t)L_26;
goto IL_0112;
}
IL_00bc:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___bytes0;
int32_t L_28 = ___byteIndex1;
int32_t* L_29 = ___bytesUsed7;
int32_t L_30 = *((int32_t*)L_29);
bool L_31 = ___flush6;
int32_t L_32 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_27, L_28, L_30, L_31);
int32_t L_33 = ___charCount5;
if ((((int32_t)L_32) > ((int32_t)L_33)))
{
goto IL_0107;
}
}
{
int32_t* L_34 = ___charsUsed8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___bytes0;
int32_t L_36 = ___byteIndex1;
int32_t* L_37 = ___bytesUsed7;
int32_t L_38 = *((int32_t*)L_37);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = ___chars3;
int32_t L_40 = ___charIndex4;
bool L_41 = ___flush6;
int32_t L_42 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_35, L_36, L_38, L_39, L_40, L_41);
*((int32_t*)L_34) = (int32_t)L_42;
bool* L_43 = ___completed9;
int32_t* L_44 = ___bytesUsed7;
int32_t L_45 = *((int32_t*)L_44);
int32_t L_46 = ___byteCount2;
G_B25_0 = L_43;
if ((!(((uint32_t)L_45) == ((uint32_t)L_46))))
{
G_B28_0 = L_43;
goto IL_0104;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_47 = __this->get_m_fallbackBuffer_1();
G_B26_0 = G_B25_0;
if (!L_47)
{
G_B27_0 = G_B25_0;
goto IL_0101;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_48 = __this->get_m_fallbackBuffer_1();
NullCheck(L_48);
int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Text.DecoderFallbackBuffer::get_Remaining() */, L_48);
G_B29_0 = ((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
G_B29_1 = G_B26_0;
goto IL_0105;
}
IL_0101:
{
G_B29_0 = 1;
G_B29_1 = G_B27_0;
goto IL_0105;
}
IL_0104:
{
G_B29_0 = 0;
G_B29_1 = G_B28_0;
}
IL_0105:
{
*((int8_t*)G_B29_1) = (int8_t)G_B29_0;
return;
}
IL_0107:
{
___flush6 = (bool)0;
int32_t* L_50 = ___bytesUsed7;
int32_t* L_51 = ___bytesUsed7;
int32_t L_52 = *((int32_t*)L_51);
*((int32_t*)L_50) = (int32_t)((int32_t)((int32_t)L_52/(int32_t)2));
}
IL_0112:
{
int32_t* L_53 = ___bytesUsed7;
int32_t L_54 = *((int32_t*)L_53);
if ((((int32_t)L_54) > ((int32_t)0)))
{
goto IL_00bc;
}
}
{
String_t* L_55 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE955147DF4E262D1FA12E3D95CD328877F99AC9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_56 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_56, L_55, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, NULL, Decoder_Convert_m90D58C9F5A7BCF86267D5DDA5E872AD8EDE102C1_RuntimeMethod_var);
}
}
// System.Void System.Text.Decoder::Convert(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean,System.Int32U26,System.Int32U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, int32_t* ___bytesUsed5, int32_t* ___charsUsed6, bool* ___completed7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
bool* G_B18_0 = NULL;
bool* G_B15_0 = NULL;
bool* G_B17_0 = NULL;
bool* G_B16_0 = NULL;
int32_t G_B19_0 = 0;
bool* G_B19_1 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_RuntimeMethod_var);
}
IL_0054:
{
int32_t* L_10 = ___bytesUsed5;
int32_t L_11 = ___byteCount1;
*((int32_t*)L_10) = (int32_t)L_11;
goto IL_00ad;
}
IL_005a:
{
uint8_t* L_12 = ___bytes0;
int32_t* L_13 = ___bytesUsed5;
int32_t L_14 = *((int32_t*)L_13);
bool L_15 = ___flush4;
int32_t L_16 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, bool >::Invoke(7 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)L_12, L_14, L_15);
int32_t L_17 = ___charCount3;
if ((((int32_t)L_16) > ((int32_t)L_17)))
{
goto IL_00a2;
}
}
{
int32_t* L_18 = ___charsUsed6;
uint8_t* L_19 = ___bytes0;
int32_t* L_20 = ___bytesUsed5;
int32_t L_21 = *((int32_t*)L_20);
Il2CppChar* L_22 = ___chars2;
int32_t L_23 = ___charCount3;
bool L_24 = ___flush4;
int32_t L_25 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, bool >::Invoke(10 /* System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)L_19, L_21, (Il2CppChar*)(Il2CppChar*)L_22, L_23, L_24);
*((int32_t*)L_18) = (int32_t)L_25;
bool* L_26 = ___completed7;
int32_t* L_27 = ___bytesUsed5;
int32_t L_28 = *((int32_t*)L_27);
int32_t L_29 = ___byteCount1;
G_B15_0 = L_26;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
G_B18_0 = L_26;
goto IL_009f;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_30 = __this->get_m_fallbackBuffer_1();
G_B16_0 = G_B15_0;
if (!L_30)
{
G_B17_0 = G_B15_0;
goto IL_009c;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_31 = __this->get_m_fallbackBuffer_1();
NullCheck(L_31);
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Text.DecoderFallbackBuffer::get_Remaining() */, L_31);
G_B19_0 = ((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
G_B19_1 = G_B16_0;
goto IL_00a0;
}
IL_009c:
{
G_B19_0 = 1;
G_B19_1 = G_B17_0;
goto IL_00a0;
}
IL_009f:
{
G_B19_0 = 0;
G_B19_1 = G_B18_0;
}
IL_00a0:
{
*((int8_t*)G_B19_1) = (int8_t)G_B19_0;
return;
}
IL_00a2:
{
___flush4 = (bool)0;
int32_t* L_33 = ___bytesUsed5;
int32_t* L_34 = ___bytesUsed5;
int32_t L_35 = *((int32_t*)L_34);
*((int32_t*)L_33) = (int32_t)((int32_t)((int32_t)L_35/(int32_t)2));
}
IL_00ad:
{
int32_t* L_36 = ___bytesUsed5;
int32_t L_37 = *((int32_t*)L_36);
if ((((int32_t)L_37) > ((int32_t)0)))
{
goto IL_005a;
}
}
{
String_t* L_38 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE955147DF4E262D1FA12E3D95CD328877F99AC9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_39 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_39, L_38, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, NULL, Decoder_Convert_m46574DB550EBE9B09065EC363749DE5382078C8C_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderExceptionFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * L_0 = (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA *)il2cpp_codegen_object_new(DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_il2cpp_TypeInfo_var);
DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.DecoderExceptionFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderExceptionFallback_get_MaxCharCount_mB92053E6895BC4263A1F89B49A4B0D06C29195F8 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Boolean System.Text.DecoderExceptionFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!((DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 *)IsInstSealed((RuntimeObject*)L_0, DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
return (bool)0;
}
}
// System.Int32 System.Text.DecoderExceptionFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderExceptionFallback_GetHashCode_m97EDF543DC06F137CC26D0F300F7311630743951 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
return ((int32_t)879);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Text.DecoderExceptionFallbackBuffer::Fallback(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DecoderExceptionFallbackBuffer_Fallback_m623223D482C6878D0A51BE99CAA3755065162AD0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
int32_t L_1 = ___index1;
DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462(__this, L_0, L_1, /*hidden argument*/NULL);
return (bool)1;
}
}
// System.Char System.Text.DecoderExceptionFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DecoderExceptionFallbackBuffer_GetNextChar_mFFA3B8806E52A68969B874B61AE25E6BBB8447A1 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Int32 System.Text.DecoderExceptionFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderExceptionFallbackBuffer_get_Remaining_m473C730FA8AF0DBCD7E20BDC2D2B14908C3135ED (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Void System.Text.DecoderExceptionFallbackBuffer::Throw(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
NullCheck(L_0);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)3)), /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0048;
}
IL_000f:
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
StringBuilder_t * L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytesUnknown0;
int32_t L_5 = V_1;
NullCheck(L_4);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_7 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, L_6, /*hidden argument*/NULL);
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_7, /*hidden argument*/NULL);
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0048:
{
int32_t L_10 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___bytesUnknown0;
NullCheck(L_11);
if ((((int32_t)L_10) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))
{
goto IL_0053;
}
}
{
int32_t L_12 = V_1;
if ((((int32_t)L_12) < ((int32_t)((int32_t)20))))
{
goto IL_000f;
}
}
IL_0053:
{
int32_t L_13 = V_1;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)20)))))
{
goto IL_0064;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF, /*hidden argument*/NULL);
}
IL_0064:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
StringBuilder_t * L_17 = V_0;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16;
int32_t L_19 = ___index1;
int32_t L_20 = L_19;
RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralFE33A7567702B746D875A97C59E45B51214D3B20, L_18, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytesUnknown0;
int32_t L_24 = ___index1;
DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * L_25 = (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A *)il2cpp_codegen_object_new(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A_il2cpp_TypeInfo_var);
DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2(L_25, L_22, L_23, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderExceptionFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Text.DecoderFallback::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_3()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
return L_3;
}
}
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ReplacementFallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var);
DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->set_replacementFallback_1(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ExceptionFallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * L_4 = (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 *)il2cpp_codegen_object_new(DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var);
DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->set_exceptionFallback_2(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Void System.Text.DecoderFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437 (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_Reset_mCBF61F49CB9FB877D640A0C8541DA09C7561AABE (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
IL_0000:
{
Il2CppChar L_0 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
if (L_0)
{
goto IL_0000;
}
}
{
return;
}
}
// System.Void System.Text.DecoderFallbackBuffer::InternalReset()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
{
__this->set_byteStart_0((uint8_t*)(((uintptr_t)0)));
VirtActionInvoker0::Invoke(7 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*)
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___byteStart0;
__this->set_byteStart_0((uint8_t*)L_0);
Il2CppChar* L_1 = ___charEnd1;
__this->set_charEnd_1((Il2CppChar*)L_1);
return;
}
}
// System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*U26)
extern "C" IL2CPP_METHOD_ATTR bool DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, Il2CppChar** ___chars2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar* V_1 = NULL;
bool V_2 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
uint8_t* L_1 = ___pBytes1;
uint8_t* L_2 = __this->get_byteStart_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Boolean System.Text.DecoderFallbackBuffer::Fallback(System.Byte[],System.Int32) */, __this, L_0, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)1))))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))))))));
if (!L_4)
{
goto IL_008f;
}
}
{
Il2CppChar** L_5 = ___chars2;
V_1 = (Il2CppChar*)(*((intptr_t*)L_5));
V_2 = (bool)0;
goto IL_006f;
}
IL_0021:
{
Il2CppChar L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_005d;
}
}
{
Il2CppChar L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_9 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0048;
}
}
{
bool L_10 = V_2;
if (!L_10)
{
goto IL_0044;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_0044:
{
V_2 = (bool)1;
goto IL_005d;
}
IL_0048:
{
bool L_13 = V_2;
if (L_13)
{
goto IL_005b;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_005b:
{
V_2 = (bool)0;
}
IL_005d:
{
Il2CppChar* L_16 = V_1;
Il2CppChar* L_17 = __this->get_charEnd_1();
if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17))))
{
goto IL_0068;
}
}
{
return (bool)0;
}
IL_0068:
{
Il2CppChar* L_18 = V_1;
Il2CppChar* L_19 = (Il2CppChar*)L_18;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)2));
Il2CppChar L_20 = V_0;
*((int16_t*)L_19) = (int16_t)L_20;
}
IL_006f:
{
Il2CppChar L_21 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
Il2CppChar L_22 = L_21;
V_0 = L_22;
if (L_22)
{
goto IL_0021;
}
}
{
bool L_23 = V_2;
if (!L_23)
{
goto IL_008c;
}
}
{
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_008c:
{
Il2CppChar** L_26 = ___chars2;
Il2CppChar* L_27 = V_1;
*((intptr_t*)L_26) = (intptr_t)L_27;
}
IL_008f:
{
return (bool)1;
}
}
// System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
uint8_t* L_1 = ___pBytes1;
uint8_t* L_2 = __this->get_byteStart_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Boolean System.Text.DecoderFallbackBuffer::Fallback(System.Byte[],System.Int32) */, __this, L_0, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)1))))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))))))));
if (!L_4)
{
goto IL_007f;
}
}
{
V_0 = 0;
V_2 = (bool)0;
goto IL_0060;
}
IL_0020:
{
Il2CppChar L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_6 = Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_005c;
}
}
{
Il2CppChar L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0047;
}
}
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0043;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_0043:
{
V_2 = (bool)1;
goto IL_005c;
}
IL_0047:
{
bool L_12 = V_2;
if (L_12)
{
goto IL_005a;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_005a:
{
V_2 = (bool)0;
}
IL_005c:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0060:
{
Il2CppChar L_16 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
Il2CppChar L_17 = L_16;
V_1 = L_17;
if (L_17)
{
goto IL_0020;
}
}
{
bool L_18 = V_2;
if (!L_18)
{
goto IL_007d;
}
}
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_007d:
{
int32_t L_21 = V_0;
return L_21;
}
IL_007f:
{
return 0;
}
}
// System.Void System.Text.DecoderFallbackBuffer::ThrowLastBytesRecursive(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
NullCheck(L_0);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)3)), /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0046;
}
IL_000f:
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0024;
}
}
{
StringBuilder_t * L_4 = V_0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0024:
{
StringBuilder_t * L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bytesUnknown0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
uint8_t L_11 = L_10;
RuntimeObject * L_12 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_11);
String_t* L_13 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_6, _stringLiteral7ACCA304FE963539CFDDCF6B8196F086F19C0105, L_12, /*hidden argument*/NULL);
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_13, /*hidden argument*/NULL);
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0046:
{
int32_t L_15 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytesUnknown0;
NullCheck(L_16);
if ((((int32_t)L_15) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))))
{
goto IL_0051;
}
}
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) < ((int32_t)((int32_t)20))))
{
goto IL_000f;
}
}
IL_0051:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)20)))))
{
goto IL_0062;
}
}
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF, /*hidden argument*/NULL);
}
IL_0062:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_23);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_23);
String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE7C5CD57248F4E07626424CDD3264DE81ED7158F, L_21, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_25, L_24, _stringLiteralAA446C31061E98A887E43DF65EBA2E37EDA483E8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderFallbackException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF7623357202A0F46697BF67CA5E89239746A567B, /*hidden argument*/NULL);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024809), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderFallbackException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_mF3083013935E6ADBB5F0C6C6BF3C38FF34B5AB0D (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
ArgumentException__ctor_m33453ED48103C3A4893FBE06039DF7473FBAD7E6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderFallbackException::.ctor(System.String,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, String_t* ___message0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown1, int32_t ___index2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytesUnknown1;
__this->set_bytesUnknown_18(L_1);
int32_t L_2 = ___index2;
__this->set_index_19(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderNLS::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral12B316FD412591B95637D99714DDDBD3638B2D91, /*hidden argument*/NULL);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderNLS::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E(__this, L_0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get_m_encoding_2();
NullCheck(L_1);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_2, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderNLS::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_m_encoding_2(L_0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = __this->get_m_encoding_2();
NullCheck(L_1);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(L_1, /*hidden argument*/NULL);
((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0(L_2);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Decoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderNLS::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
__this->set_m_encoding_2((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Decoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderNLS::Reset()
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_Reset_m3BB024B2AC139675FA5A51657F2436174496A9C7 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
if (!L_0)
{
goto IL_0013;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_1 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
NullCheck(L_1);
VirtActionInvoker0::Invoke(7 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1);
}
IL_0013:
{
return;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_mB8945B8AB2836A4A8D56791DC6A8904A1A78E374 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0);
return L_3;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0069;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes0 = L_14;
}
IL_0069:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0073;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))
{
goto IL_0078;
}
}
IL_0073:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_0081;
}
IL_0078:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
NullCheck(L_18);
V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0081:
{
uint8_t* L_19 = V_0;
int32_t L_20 = ___index1;
int32_t L_21 = ___count2;
bool L_22 = ___flush3;
int32_t L_23 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, bool >::Invoke(7 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, L_22);
return L_23;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, uint8_t* ___bytes0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var);
}
IL_0033:
{
bool L_6 = ___flush2;
__this->set_m_mustFlush_3(L_6);
__this->set_m_throwOnOverflow_4((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = __this->get_m_encoding_2();
uint8_t* L_8 = ___bytes0;
int32_t L_9 = ___count1;
NullCheck(L_7);
int32_t L_10 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(22 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, L_7, (uint8_t*)(uint8_t*)L_8, L_9, __this);
return L_10;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_mC3FFCF594D6BACE7175F00DC61D0007C2CAEFC93 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___byteIndex1;
int32_t L_2 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars3;
int32_t L_4 = ___charIndex4;
int32_t L_5 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, L_3, L_4, (bool)0);
return L_5;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, bool ___flush5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
NullCheck(L_10);
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___charIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___charIndex4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_008d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0099;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes0 = L_21;
}
IL_0099:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___chars3;
NullCheck(L_22);
int32_t L_23 = ___charIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = ___chars3;
NullCheck(L_24);
if ((((RuntimeArray *)L_24)->max_length))
{
goto IL_00ae;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_25;
}
IL_00ae:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26;
V_2 = L_27;
if (!L_27)
{
goto IL_00b8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))))
{
goto IL_00bd;
}
}
IL_00b8:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_00c6;
}
IL_00bd:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
NullCheck(L_29);
V_1 = (uint8_t*)(((uintptr_t)((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c6:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00d3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))
{
goto IL_00d8;
}
}
IL_00d3:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00e2;
}
IL_00d8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_4;
NullCheck(L_33);
V_3 = (Il2CppChar*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00e2:
{
uint8_t* L_34 = V_1;
int32_t L_35 = ___byteIndex1;
int32_t L_36 = ___byteCount2;
Il2CppChar* L_37 = V_3;
int32_t L_38 = ___charIndex4;
int32_t L_39 = V_0;
bool L_40 = ___flush5;
int32_t L_41 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, bool >::Invoke(10 /* System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)L_35)), L_36, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_38)), (int32_t)2)))), L_39, L_40);
return L_41;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var);
}
IL_0054:
{
bool L_10 = ___flush4;
__this->set_m_mustFlush_3(L_10);
__this->set_m_throwOnOverflow_4((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = __this->get_m_encoding_2();
uint8_t* L_12 = ___bytes0;
int32_t L_13 = ___byteCount1;
Il2CppChar* L_14 = ___chars2;
int32_t L_15 = ___charCount3;
NullCheck(L_11);
int32_t L_16 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, __this);
return L_16;
}
}
// System.Void System.Text.DecoderNLS::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32U26,System.Int32U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
Il2CppChar* V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
String_t* G_B17_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_10 = ___charIndex4;
if ((((int32_t)L_10) < ((int32_t)0)))
{
goto IL_0058;
}
}
{
int32_t L_11 = ___charCount5;
if ((((int32_t)L_11) >= ((int32_t)0)))
{
goto IL_0079;
}
}
IL_0058:
{
int32_t L_12 = ___charIndex4;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_0064;
}
}
{
G_B17_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0069;
}
IL_0064:
{
G_B17_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_0069:
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, G_B17_0, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var);
}
IL_0079:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
NullCheck(L_15);
int32_t L_16 = ___byteIndex1;
int32_t L_17 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16))) >= ((int32_t)L_17)))
{
goto IL_0096;
}
}
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var);
}
IL_0096:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars3;
NullCheck(L_20);
int32_t L_21 = ___charIndex4;
int32_t L_22 = ___charCount5;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21))) >= ((int32_t)L_22)))
{
goto IL_00b6;
}
}
{
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_24 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_24, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, DecoderNLS_Convert_m93D1E42224E100CCE3648F4B7274267A8D653D85_RuntimeMethod_var);
}
IL_00b6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0;
NullCheck(L_25);
if ((((RuntimeArray *)L_25)->max_length))
{
goto IL_00c2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes0 = L_26;
}
IL_00c2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = ___chars3;
NullCheck(L_27);
if ((((RuntimeArray *)L_27)->max_length))
{
goto IL_00cf;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_28;
}
IL_00cf:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29;
V_1 = L_30;
if (!L_30)
{
goto IL_00d9;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_1;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))
{
goto IL_00de;
}
}
IL_00d9:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_00e7;
}
IL_00de:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_1;
NullCheck(L_32);
V_0 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00e7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = L_33;
V_3 = L_34;
if (!L_34)
{
goto IL_00f2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = V_3;
NullCheck(L_35);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))))
{
goto IL_00f7;
}
}
IL_00f2:
{
V_2 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0100;
}
IL_00f7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = V_3;
NullCheck(L_36);
V_2 = (Il2CppChar*)(((uintptr_t)((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0100:
{
uint8_t* L_37 = V_0;
int32_t L_38 = ___byteIndex1;
int32_t L_39 = ___byteCount2;
Il2CppChar* L_40 = V_2;
int32_t L_41 = ___charIndex4;
int32_t L_42 = ___charCount5;
bool L_43 = ___flush6;
int32_t* L_44 = ___bytesUsed7;
int32_t* L_45 = ___charsUsed8;
bool* L_46 = ___completed9;
VirtActionInvoker8< uint8_t*, int32_t, Il2CppChar*, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(12 /* System.Void System.Text.Decoder::Convert(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_41)), (int32_t)2)))), L_42, L_43, (int32_t*)L_44, (int32_t*)L_45, (bool*)L_46);
V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
return;
}
}
// System.Void System.Text.DecoderNLS::Convert(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean,System.Int32U26,System.Int32U26,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, int32_t* ___bytesUsed5, int32_t* ___charsUsed6, bool* ___completed7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
bool* G_B18_0 = NULL;
bool* G_B13_0 = NULL;
bool* G_B15_0 = NULL;
bool* G_B14_0 = NULL;
bool* G_B17_0 = NULL;
bool* G_B16_0 = NULL;
int32_t G_B19_0 = 0;
bool* G_B19_1 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, DecoderNLS_Convert_m3297A790396CFF226EF340BF207C38B43732D636_RuntimeMethod_var);
}
IL_0054:
{
bool L_10 = ___flush4;
__this->set_m_mustFlush_3(L_10);
__this->set_m_throwOnOverflow_4((bool)0);
__this->set_m_bytesUsed_5(0);
int32_t* L_11 = ___charsUsed6;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_12 = __this->get_m_encoding_2();
uint8_t* L_13 = ___bytes0;
int32_t L_14 = ___byteCount1;
Il2CppChar* L_15 = ___chars2;
int32_t L_16 = ___charCount3;
NullCheck(L_12);
int32_t L_17 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_12, (uint8_t*)(uint8_t*)L_13, L_14, (Il2CppChar*)(Il2CppChar*)L_15, L_16, __this);
*((int32_t*)L_11) = (int32_t)L_17;
int32_t* L_18 = ___bytesUsed5;
int32_t L_19 = __this->get_m_bytesUsed_5();
*((int32_t*)L_18) = (int32_t)L_19;
bool* L_20 = ___completed7;
int32_t* L_21 = ___bytesUsed5;
int32_t L_22 = *((int32_t*)L_21);
int32_t L_23 = ___byteCount1;
G_B13_0 = L_20;
if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
{
G_B18_0 = L_20;
goto IL_00b6;
}
}
{
bool L_24 = ___flush4;
G_B14_0 = G_B13_0;
if (!L_24)
{
G_B15_0 = G_B13_0;
goto IL_009b;
}
}
{
bool L_25 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Text.DecoderNLS::get_HasState() */, __this);
G_B15_0 = G_B14_0;
if (L_25)
{
G_B18_0 = G_B14_0;
goto IL_00b6;
}
}
IL_009b:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_26 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
G_B16_0 = G_B15_0;
if (!L_26)
{
G_B17_0 = G_B15_0;
goto IL_00b3;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_27 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Text.DecoderFallbackBuffer::get_Remaining() */, L_27);
G_B19_0 = ((((int32_t)L_28) == ((int32_t)0))? 1 : 0);
G_B19_1 = G_B16_0;
goto IL_00b7;
}
IL_00b3:
{
G_B19_0 = 1;
G_B19_1 = G_B17_0;
goto IL_00b7;
}
IL_00b6:
{
G_B19_0 = 0;
G_B19_1 = G_B18_0;
}
IL_00b7:
{
*((int8_t*)G_B19_1) = (int8_t)G_B19_0;
return;
}
}
// System.Boolean System.Text.DecoderNLS::get_MustFlush()
extern "C" IL2CPP_METHOD_ATTR bool DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_mustFlush_3();
return L_0;
}
}
// System.Boolean System.Text.DecoderNLS::get_HasState()
extern "C" IL2CPP_METHOD_ATTR bool DecoderNLS_get_HasState_m4159ABA2BBF62E4D8AA045D8E9B877F7F0ACB4C1 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Text.DecoderNLS::ClearMustFlush()
extern "C" IL2CPP_METHOD_ATTR void DecoderNLS_ClearMustFlush_m345839D32E273BAE8CDFCD4EA624AA82C8A474C8 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
__this->set_m_mustFlush_3((bool)0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderReplacementFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B(__this, _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, String_t* ___replacement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437(__this, /*hidden argument*/NULL);
String_t* L_0 = ___replacement0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B_RuntimeMethod_var);
}
IL_0014:
{
V_0 = (bool)0;
V_1 = 0;
goto IL_0045;
}
IL_001a:
{
String_t* L_2 = ___replacement0;
int32_t L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_4 = Char_IsSurrogate_m43C03392CA71985B36FE7EB29B6ECB2DABA2680F(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003e;
}
}
{
String_t* L_5 = ___replacement0;
int32_t L_6 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsHighSurrogate_m8AB8BB9DEC2443D5799232FDA89C5BD0E5E091DB(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0033;
}
}
{
bool L_8 = V_0;
if (L_8)
{
goto IL_004e;
}
}
{
V_0 = (bool)1;
goto IL_0041;
}
IL_0033:
{
bool L_9 = V_0;
if (L_9)
{
goto IL_003a;
}
}
{
V_0 = (bool)1;
goto IL_004e;
}
IL_003a:
{
V_0 = (bool)0;
goto IL_0041;
}
IL_003e:
{
bool L_10 = V_0;
if (L_10)
{
goto IL_004e;
}
}
IL_0041:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0045:
{
int32_t L_12 = V_1;
String_t* L_13 = ___replacement0;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_001a;
}
}
IL_004e:
{
bool L_15 = V_0;
if (!L_15)
{
goto IL_006f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, L_17, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, DecoderReplacementFallback__ctor_m9D82FC93423AD9B954F28E30B20BF14DAFB01A5B_RuntimeMethod_var);
}
IL_006f:
{
String_t* L_20 = ___replacement0;
__this->set_strDefault_4(L_20);
return;
}
}
// System.String System.Text.DecoderReplacementFallback::get_DefaultString()
extern "C" IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
return L_0;
}
}
// System.Text.DecoderFallbackBuffer System.Text.DecoderReplacementFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * DecoderReplacementFallback_CreateFallbackBuffer_m58EBE4EC55BFA7AD53FCD9EBAD57C3711D397BB9 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderReplacementFallback_CreateFallbackBuffer_m58EBE4EC55BFA7AD53FCD9EBAD57C3711D397BB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * L_0 = (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 *)il2cpp_codegen_object_new(DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23_il2cpp_TypeInfo_var);
DecoderReplacementFallbackBuffer__ctor_m9B96FC13DF9DBF34B2C3A5B515F2715989225BEA(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.DecoderReplacementFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderReplacementFallback_get_MaxCharCount_mB15049D7DD5F37C0CED7AB0F7CDC73B9239A1889 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Text.DecoderReplacementFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool DecoderReplacementFallback_Equals_m43C71FC374F022BFBCE93CDDBC11D133D3024E9A (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderReplacementFallback_Equals_m43C71FC374F022BFBCE93CDDBC11D133D3024E9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_0, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
String_t* L_2 = __this->get_strDefault_4();
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = L_3->get_strDefault_4();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (bool)0;
}
}
// System.Int32 System.Text.DecoderReplacementFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderReplacementFallback_GetHashCode_mCF9B1463E9A0603FC82211795E3FF5B44564A6A8 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderReplacementFallbackBuffer::.ctor(System.Text.DecoderReplacementFallback)
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallbackBuffer__ctor_m9B96FC13DF9DBF34B2C3A5B515F2715989225BEA (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * ___fallback0, const RuntimeMethod* method)
{
{
__this->set_fallbackCount_3((-1));
__this->set_fallbackIndex_4((-1));
DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046(__this, /*hidden argument*/NULL);
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_0 = ___fallback0;
NullCheck(L_0);
String_t* L_1 = DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3(L_0, /*hidden argument*/NULL);
__this->set_strDefault_2(L_1);
return;
}
}
// System.Boolean System.Text.DecoderReplacementFallbackBuffer::Fallback(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool DecoderReplacementFallbackBuffer_Fallback_m4B093FD7398EE72918B5C6AF30E2872AB2804AB8 (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_3();
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_0010;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytesUnknown0;
DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C(__this, L_1, /*hidden argument*/NULL);
}
IL_0010:
{
String_t* L_2 = __this->get_strDefault_2();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
String_t* L_4 = __this->get_strDefault_2();
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
__this->set_fallbackCount_3(L_5);
__this->set_fallbackIndex_4((-1));
return (bool)1;
}
}
// System.Char System.Text.DecoderReplacementFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar DecoderReplacementFallbackBuffer_GetNextChar_m1391F4CAA88E8F64AAE99D2C2FB8F78FB736D805 (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_3();
__this->set_fallbackCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_fallbackIndex_4();
__this->set_fallbackIndex_4(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
int32_t L_2 = __this->get_fallbackCount_3();
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
return 0;
}
IL_0027:
{
int32_t L_3 = __this->get_fallbackCount_3();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_003d;
}
}
{
__this->set_fallbackCount_3((-1));
return 0;
}
IL_003d:
{
String_t* L_4 = __this->get_strDefault_2();
int32_t L_5 = __this->get_fallbackIndex_4();
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Int32 System.Text.DecoderReplacementFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderReplacementFallbackBuffer_get_Remaining_mB0CA0250AE552DD05864EDA878B750BD67A9CEB5 (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_3();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->get_fallbackCount_3();
return L_1;
}
IL_0010:
{
return 0;
}
}
// System.Void System.Text.DecoderReplacementFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void DecoderReplacementFallbackBuffer_Reset_m776F311759D5BBBACE7F2488E58E7FF97FE09838 (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, const RuntimeMethod* method)
{
{
__this->set_fallbackCount_3((-1));
__this->set_fallbackIndex_4((-1));
((DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)__this)->set_byteStart_0((uint8_t*)(((uintptr_t)0)));
return;
}
}
// System.Int32 System.Text.DecoderReplacementFallbackBuffer::InternalFallback(System.Byte[],System.Byte*)
extern "C" IL2CPP_METHOD_ATTR int32_t DecoderReplacementFallbackBuffer_InternalFallback_mE84868C9CC06F5F7C6BA7D6363697ECE71AF5CF2 (DecoderReplacementFallbackBuffer_t1D90752C8EFF20A65277F02C619E16C373790D23 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_2();
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoder::SerializeEncoder(System.Runtime.Serialization.SerializationInfo)
extern "C" IL2CPP_METHOD_ATTR void Encoder_SerializeEncoder_mACD65E50C4E5C9C6646AA44B5FB63CEDE0931079 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoder_SerializeEncoder_mACD65E50C4E5C9C6646AA44B5FB63CEDE0931079_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = __this->get_m_fallback_0();
NullCheck(L_0);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Encoder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.EncoderFallback System.Text.Encoder::get_Fallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_m_fallback_0();
return L_0;
}
}
// System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = __this->get_m_fallbackBuffer_1();
if (L_0)
{
goto IL_0033;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = __this->get_m_fallback_0();
if (!L_1)
{
goto IL_0023;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_2 = __this->get_m_fallback_0();
NullCheck(L_2);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_3 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_2);
__this->set_m_fallbackBuffer_1(L_3);
goto IL_0033;
}
IL_0023:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139(/*hidden argument*/NULL);
NullCheck(L_4);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_5 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_4);
__this->set_m_fallbackBuffer_1(L_5);
}
IL_0033:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_6 = __this->get_m_fallbackBuffer_1();
return L_6;
}
}
// System.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = __this->get_m_fallbackBuffer_1();
return (bool)((!(((RuntimeObject*)(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Text.Encoder::Reset()
extern "C" IL2CPP_METHOD_ATTR void Encoder_Reset_mF9B38AA1D0D1B26E6C4C2E335B8A4293B4B06B4B (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoder_Reset_mF9B38AA1D0D1B26E6C4C2E335B8A4293B4B06B4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)0);
V_0 = L_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = V_0;
int32_t L_2 = VirtFuncInvoker4< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool >::Invoke(5 /* System.Int32 System.Text.Encoder::GetByteCount(System.Char[],System.Int32,System.Int32,System.Boolean) */, __this, L_1, 0, 0, (bool)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_1 = L_3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_1;
VirtFuncInvoker6< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, bool >::Invoke(7 /* System.Int32 System.Text.Encoder::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Boolean) */, __this, L_4, 0, 0, L_5, 0, (bool)1);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_6 = __this->get_m_fallbackBuffer_1();
if (!L_6)
{
goto IL_0037;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_7 = __this->get_m_fallbackBuffer_1();
NullCheck(L_7);
VirtActionInvoker0::Invoke(9 /* System.Void System.Text.EncoderFallbackBuffer::Reset() */, L_7);
}
IL_0037:
{
return;
}
}
// System.Int32 System.Text.Encoder::GetByteCount(System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, Il2CppChar* ___chars0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Encoder_GetByteCount_m5CF6335B7CA0EB1560269C361210BA5BB4F84AFE_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_6 = ___count1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
V_1 = 0;
goto IL_004c;
}
IL_003e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_0;
int32_t L_9 = V_1;
Il2CppChar* L_10 = ___chars0;
int32_t L_11 = V_1;
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2)))));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Il2CppChar)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_004c:
{
int32_t L_14 = V_1;
int32_t L_15 = ___count1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_0;
int32_t L_17 = ___count1;
bool L_18 = ___flush2;
int32_t L_19 = VirtFuncInvoker4< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool >::Invoke(5 /* System.Int32 System.Text.Encoder::GetByteCount(System.Char[],System.Int32,System.Int32,System.Boolean) */, __this, L_16, 0, L_17, L_18);
return L_19;
}
}
// System.Int32 System.Text.Encoder::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___charCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Encoder_GetBytes_m57ED373361E669E240C4B0ECB2F6D6E6EC232EC1_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_10 = ___charCount1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
V_1 = 0;
goto IL_006d;
}
IL_005f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_0;
int32_t L_13 = V_1;
Il2CppChar* L_14 = ___chars0;
int32_t L_15 = V_1;
int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_15)), (int32_t)2)))));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)L_16);
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006d:
{
int32_t L_18 = V_1;
int32_t L_19 = ___charCount1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_005f;
}
}
{
int32_t L_20 = ___byteCount3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_2 = L_21;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_0;
int32_t L_23 = ___charCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2;
bool L_25 = ___flush4;
int32_t L_26 = VirtFuncInvoker6< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, bool >::Invoke(7 /* System.Int32 System.Text.Encoder::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Boolean) */, __this, L_22, 0, L_23, L_24, 0, L_25);
V_3 = L_26;
int32_t L_27 = V_3;
int32_t L_28 = ___byteCount3;
if ((((int32_t)L_27) >= ((int32_t)L_28)))
{
goto IL_008f;
}
}
{
int32_t L_29 = V_3;
___byteCount3 = L_29;
}
IL_008f:
{
V_1 = 0;
goto IL_009e;
}
IL_0093:
{
uint8_t* L_30 = ___bytes2;
int32_t L_31 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_2;
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = L_33;
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_30, (int32_t)L_31))) = (int8_t)L_35;
int32_t L_36 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_009e:
{
int32_t L_37 = V_1;
int32_t L_38 = ___byteCount3;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0093;
}
}
{
int32_t L_39 = ___byteCount3;
return L_39;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderExceptionFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderExceptionFallback__ctor_mD0FD9D04900F591426E35973BBF9F75152CA3739 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, const RuntimeMethod* method)
{
{
EncoderFallback__ctor_m7EDA0415798986D15DA060414B0839FF158B9227(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.EncoderFallbackBuffer System.Text.EncoderExceptionFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * EncoderExceptionFallback_CreateFallbackBuffer_m66DF08AB1D188B42DFF054236E89C5A3CC365DA1 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderExceptionFallback_CreateFallbackBuffer_m66DF08AB1D188B42DFF054236E89C5A3CC365DA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * L_0 = (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB *)il2cpp_codegen_object_new(EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB_il2cpp_TypeInfo_var);
EncoderExceptionFallbackBuffer__ctor_m7892DE55648C518F5AEB0CF38CCB212D9001D7C4(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.EncoderExceptionFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderExceptionFallback_get_MaxCharCount_mCE85F23D0949C17B4CC3AFE223089D9632B26C67 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Boolean System.Text.EncoderExceptionFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool EncoderExceptionFallback_Equals_m503A69B17276C0195B01103EFBC15AF9B43FAC66 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderExceptionFallback_Equals_m503A69B17276C0195B01103EFBC15AF9B43FAC66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!((EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 *)IsInstSealed((RuntimeObject*)L_0, EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
return (bool)0;
}
}
// System.Int32 System.Text.EncoderExceptionFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderExceptionFallback_GetHashCode_mA15E8E131BCB0E24CACEE8C11AFF9B92CDC75C78 (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * __this, const RuntimeMethod* method)
{
{
return ((int32_t)654);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderExceptionFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderExceptionFallbackBuffer__ctor_m7892DE55648C518F5AEB0CF38CCB212D9001D7C4 (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, const RuntimeMethod* method)
{
{
EncoderFallbackBuffer__ctor_mE3698942F859D99529557619E751C18775FD49E9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Text.EncoderExceptionFallbackBuffer::Fallback(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncoderExceptionFallbackBuffer_Fallback_m6CD1D726ACAD39EFEC45431ADB4FA492429EE8D2 (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, Il2CppChar ___charUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderExceptionFallbackBuffer_Fallback_m6CD1D726ACAD39EFEC45431ADB4FA492429EE8D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
Il2CppChar L_2 = ___charUnknown0;
int32_t L_3 = ((int32_t)L_2);
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_1;
int32_t L_6 = ___index1;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral8A241C968A2685AEB603CE6F4A5CC4DC9097CA13, L_5, /*hidden argument*/NULL);
Il2CppChar L_10 = ___charUnknown0;
int32_t L_11 = ___index1;
EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * L_12 = (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 *)il2cpp_codegen_object_new(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53_il2cpp_TypeInfo_var);
EncoderFallbackException__ctor_mB1F5011A315BDAD30C1D990F618AA2985A206E1F(L_12, L_9, L_10, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, EncoderExceptionFallbackBuffer_Fallback_m6CD1D726ACAD39EFEC45431ADB4FA492429EE8D2_RuntimeMethod_var);
}
}
// System.Boolean System.Text.EncoderExceptionFallbackBuffer::Fallback(System.Char,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, Il2CppChar ___charUnknownHigh0, Il2CppChar ___charUnknownLow1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Il2CppChar L_0 = ___charUnknownHigh0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_1 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_003d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
int32_t L_4 = ((int32_t)55296);
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
int32_t L_7 = ((int32_t)56319);
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralA6738FE7E06CA51E1F969D48582951374F467129, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_RuntimeMethod_var);
}
IL_003d:
{
Il2CppChar L_11 = ___charUnknownLow1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_12 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
int32_t L_15 = ((int32_t)56320);
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_14;
int32_t L_18 = ((int32_t)57343);
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_19);
String_t* L_20 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_17, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_21 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_21, _stringLiteral5578D8A7F74274702931BBEDBD2FC483A5E92E4B, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_RuntimeMethod_var);
}
IL_007a:
{
Il2CppChar L_22 = ___charUnknownHigh0;
Il2CppChar L_23 = ___charUnknownLow1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_24 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_22, L_23, /*hidden argument*/NULL);
V_0 = L_24;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = L_25;
int32_t L_27 = V_0;
int32_t L_28 = L_27;
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_29);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_26;
int32_t L_31 = ___index2;
int32_t L_32 = L_31;
RuntimeObject * L_33 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_32);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_33);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_33);
String_t* L_34 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral8A241C968A2685AEB603CE6F4A5CC4DC9097CA13, L_30, /*hidden argument*/NULL);
Il2CppChar L_35 = ___charUnknownHigh0;
Il2CppChar L_36 = ___charUnknownLow1;
int32_t L_37 = ___index2;
EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * L_38 = (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 *)il2cpp_codegen_object_new(EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53_il2cpp_TypeInfo_var);
EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE(L_38, L_34, L_35, L_36, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, NULL, EncoderExceptionFallbackBuffer_Fallback_mA5EDA3694AFA39CBDB602B7574209B017694FD7F_RuntimeMethod_var);
}
}
// System.Char System.Text.EncoderExceptionFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar EncoderExceptionFallbackBuffer_GetNextChar_mAF13DE5F2F87C3BC39B575B749B6514FE29FCDE6 (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Boolean System.Text.EncoderExceptionFallbackBuffer::MovePrevious()
extern "C" IL2CPP_METHOD_ATTR bool EncoderExceptionFallbackBuffer_MovePrevious_mB7960FDAD6E0CC7E1D171BA4413E039C19DEDD5C (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int32 System.Text.EncoderExceptionFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderExceptionFallbackBuffer_get_Remaining_mD0D7AAC90C693166EA93E636DADADB2C7B634FB0 (EncoderExceptionFallbackBuffer_tCCFC3E153251EFA466428A3D364E075DCB5408EB * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Text.EncoderFallback::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_3()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
return L_3;
}
}
// System.Text.EncoderFallback System.Text.EncoderFallback::get_ReplacementFallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_3 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_4 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)il2cpp_codegen_object_new(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var);
EncoderReplacementFallback__ctor_mAB909581BDACE020217C9A308321E41802705D1E(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->set_replacementFallback_1(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Text.EncoderFallback System.Text.EncoderFallback::get_ExceptionFallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallback_get_ExceptionFallback_mAE77B30FFF4171C2C6861BE4F90529A873EC79B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = EncoderFallback_get_InternalSyncObject_mD870CEF1A48707E4884575C7D84AE7141072EF87(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_3 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 * L_4 = (EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58 *)il2cpp_codegen_object_new(EncoderExceptionFallback_tF2E778252F491EF902164CC17AB15AD7AF14BE58_il2cpp_TypeInfo_var);
EncoderExceptionFallback__ctor_mD0FD9D04900F591426E35973BBF9F75152CA3739(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->set_exceptionFallback_2(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = ((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields*)il2cpp_codegen_static_fields_for(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Void System.Text.EncoderFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallback__ctor_m7EDA0415798986D15DA060414B0839FF158B9227 (EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_Reset_m9AD21F8412FBBB857E0D1FED9D0050F9F4B60C86 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method)
{
IL_0000:
{
Il2CppChar L_0 = VirtFuncInvoker0< Il2CppChar >::Invoke(6 /* System.Char System.Text.EncoderFallbackBuffer::GetNextChar() */, __this);
if (L_0)
{
goto IL_0000;
}
}
{
return;
}
}
// System.Void System.Text.EncoderFallbackBuffer::InternalReset()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalReset_m9BF666E5A4160B892C3C334BABA75D150DF642E7 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method)
{
{
__this->set_charStart_0((Il2CppChar*)(((uintptr_t)0)));
__this->set_bFallingBack_5((bool)0);
__this->set_iRecursionCount_6(0);
VirtActionInvoker0::Invoke(9 /* System.Void System.Text.EncoderFallbackBuffer::Reset() */, __this);
return;
}
}
// System.Void System.Text.EncoderFallbackBuffer::InternalInitialize(System.Char*,System.Char*,System.Text.EncoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___charStart0;
__this->set_charStart_0((Il2CppChar*)L_0);
Il2CppChar* L_1 = ___charEnd1;
__this->set_charEnd_1((Il2CppChar*)L_1);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_2 = ___encoder2;
__this->set_encoder_2(L_2);
bool L_3 = ___setEncoder3;
__this->set_setEncoder_3(L_3);
__this->set_bUsedEncoder_4((bool)0);
__this->set_bFallingBack_5((bool)0);
__this->set_iRecursionCount_6(0);
return;
}
}
// System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
{
Il2CppChar L_0 = VirtFuncInvoker0< Il2CppChar >::Invoke(6 /* System.Char System.Text.EncoderFallbackBuffer::GetNextChar() */, __this);
V_0 = L_0;
Il2CppChar L_1 = V_0;
__this->set_bFallingBack_5((bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0));
Il2CppChar L_2 = V_0;
if (L_2)
{
goto IL_001b;
}
}
{
__this->set_iRecursionCount_6(0);
}
IL_001b:
{
Il2CppChar L_3 = V_0;
return L_3;
}
}
// System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*U26)
extern "C" IL2CPP_METHOD_ATTR bool EncoderFallbackBuffer_InternalFallback_m70F3D08525132DEF574F144179AB434FFE69AAC1 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar ___ch0, Il2CppChar** ___chars1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallbackBuffer_InternalFallback_m70F3D08525132DEF574F144179AB434FFE69AAC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
int32_t V_2 = 0;
{
Il2CppChar** L_0 = ___chars1;
Il2CppChar* L_1 = __this->get_charStart_0();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)(*((intptr_t*)L_0)), (intptr_t)L_1))/(int32_t)2)))))))), (int32_t)1));
Il2CppChar L_2 = ___ch0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_3 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_00b6;
}
}
{
Il2CppChar** L_4 = ___chars1;
Il2CppChar* L_5 = __this->get_charEnd_1();
if ((!(((uintptr_t)(*((intptr_t*)L_4))) >= ((uintptr_t)L_5))))
{
goto IL_0061;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_6 = __this->get_encoder_2();
if (!L_6)
{
goto IL_00b6;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = __this->get_encoder_2();
NullCheck(L_7);
bool L_8 = EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_00b6;
}
}
{
bool L_9 = __this->get_setEncoder_3();
if (!L_9)
{
goto IL_0058;
}
}
{
__this->set_bUsedEncoder_4((bool)1);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_10 = __this->get_encoder_2();
Il2CppChar L_11 = ___ch0;
NullCheck(L_10);
L_10->set_charLeftOver_2(L_11);
}
IL_0058:
{
__this->set_bFallingBack_5((bool)0);
return (bool)0;
}
IL_0061:
{
Il2CppChar** L_12 = ___chars1;
int32_t L_13 = *((uint16_t*)(*((intptr_t*)L_12)));
V_1 = L_13;
Il2CppChar L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_15 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00b6;
}
}
{
bool L_16 = __this->get_bFallingBack_5();
if (!L_16)
{
goto IL_009a;
}
}
{
int32_t L_17 = __this->get_iRecursionCount_6();
V_2 = L_17;
int32_t L_18 = V_2;
__this->set_iRecursionCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)));
int32_t L_19 = V_2;
if ((((int32_t)L_19) <= ((int32_t)((int32_t)250))))
{
goto IL_009a;
}
}
{
Il2CppChar L_20 = ___ch0;
Il2CppChar L_21 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_22 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_20, L_21, /*hidden argument*/NULL);
EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458(__this, L_22, /*hidden argument*/NULL);
}
IL_009a:
{
Il2CppChar** L_23 = ___chars1;
Il2CppChar** L_24 = ___chars1;
*((intptr_t*)L_23) = (intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)(*((intptr_t*)L_24)), (int32_t)2));
Il2CppChar L_25 = ___ch0;
Il2CppChar L_26 = V_1;
int32_t L_27 = V_0;
bool L_28 = VirtFuncInvoker3< bool, Il2CppChar, Il2CppChar, int32_t >::Invoke(5 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Char,System.Int32) */, __this, L_25, L_26, L_27);
__this->set_bFallingBack_5(L_28);
bool L_29 = __this->get_bFallingBack_5();
return L_29;
}
IL_00b6:
{
bool L_30 = __this->get_bFallingBack_5();
if (!L_30)
{
goto IL_00dd;
}
}
{
int32_t L_31 = __this->get_iRecursionCount_6();
V_2 = L_31;
int32_t L_32 = V_2;
__this->set_iRecursionCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)));
int32_t L_33 = V_2;
if ((((int32_t)L_33) <= ((int32_t)((int32_t)250))))
{
goto IL_00dd;
}
}
{
Il2CppChar L_34 = ___ch0;
EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458(__this, L_34, /*hidden argument*/NULL);
}
IL_00dd:
{
Il2CppChar L_35 = ___ch0;
int32_t L_36 = V_0;
bool L_37 = VirtFuncInvoker2< bool, Il2CppChar, int32_t >::Invoke(4 /* System.Boolean System.Text.EncoderFallbackBuffer::Fallback(System.Char,System.Int32) */, __this, L_35, L_36);
__this->set_bFallingBack_5(L_37);
bool L_38 = __this->get_bFallingBack_5();
return L_38;
}
}
// System.Void System.Text.EncoderFallbackBuffer::ThrowLastCharRecursive(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, int32_t ___charRecursive0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
int32_t L_2 = ___charRecursive0;
int32_t L_3 = L_2;
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral587F8A95F0C1E3884550985E4830A26302A3BFCF, L_1, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458_RuntimeMethod_var);
}
}
// System.Void System.Text.EncoderFallbackBuffer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackBuffer__ctor_mE3698942F859D99529557619E751C18775FD49E9 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderFallbackException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_m1468C9E711D30C951DF59F194D1421975A3BA3D5 (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallbackException__ctor_m1468C9E711D30C951DF59F194D1421975A3BA3D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF7623357202A0F46697BF67CA5E89239746A567B, /*hidden argument*/NULL);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024809), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.EncoderFallbackException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_m00C4E135415881737AE2B9FF8EAE60C496C87AF0 (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
ArgumentException__ctor_m33453ED48103C3A4893FBE06039DF7473FBAD7E6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.EncoderFallbackException::.ctor(System.String,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_mB1F5011A315BDAD30C1D990F618AA2985A206E1F (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, String_t* ___message0, Il2CppChar ___charUnknown1, int32_t ___index2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
Il2CppChar L_1 = ___charUnknown1;
__this->set_charUnknown_18(L_1);
int32_t L_2 = ___index2;
__this->set_index_21(L_2);
return;
}
}
// System.Void System.Text.EncoderFallbackException::.ctor(System.String,System.Char,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE (EncoderFallbackException_t2577E6366E4064953BFA80B3A71BD75154E15B53 * __this, String_t* ___message0, Il2CppChar ___charUnknownHigh1, Il2CppChar ___charUnknownLow2, int32_t ___index3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
Il2CppChar L_1 = ___charUnknownHigh1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_2 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0044;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
int32_t L_5 = ((int32_t)55296);
RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_4;
int32_t L_8 = ((int32_t)56319);
RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_9);
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralA6738FE7E06CA51E1F969D48582951374F467129, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE_RuntimeMethod_var);
}
IL_0044:
{
Il2CppChar L_12 = ___charUnknownLow2;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_13 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0081;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_14;
int32_t L_16 = ((int32_t)56320);
RuntimeObject * L_17 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_15;
int32_t L_19 = ((int32_t)57343);
RuntimeObject * L_20 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_19);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_20);
String_t* L_21 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_18, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteral5578D8A7F74274702931BBEDBD2FC483A5E92E4B, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, EncoderFallbackException__ctor_m0F427A6A094417A4E62FA3339B2E4691930F7AFE_RuntimeMethod_var);
}
IL_0081:
{
Il2CppChar L_23 = ___charUnknownHigh1;
__this->set_charUnknownHigh_19(L_23);
Il2CppChar L_24 = ___charUnknownLow2;
__this->set_charUnknownLow_20(L_24);
int32_t L_25 = ___index3;
__this->set_index_21(L_25);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderNLS::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS__ctor_mE2590720A5C5F377BA69269772C1C05E70417DD4 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS__ctor_mE2590720A5C5F377BA69269772C1C05E70417DD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral12B316FD412591B95637D99714DDDBD3638B2D91, /*hidden argument*/NULL);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncoderNLS__ctor_mE2590720A5C5F377BA69269772C1C05E70417DD4_RuntimeMethod_var);
}
}
// System.Void System.Text.EncoderNLS::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m566F1B89E8969DA385039F405B963C630E9A251D (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m566F1B89E8969DA385039F405B963C630E9A251D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
Encoder_SerializeEncoder_mACD65E50C4E5C9C6646AA44B5FB63CEDE0931079(__this, L_0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get_m_encoding_3();
NullCheck(L_1);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_2, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0;
Il2CppChar L_4 = __this->get_charLeftOver_2();
NullCheck(L_3);
SerializationInfo_AddValue_mF1E3C85899AFD183897EB81ED87F55C4EDCEA146(L_3, _stringLiteral7CEE422D4A55A986BA38DEF6BF4F5978013FD582, L_4, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_5, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.EncoderNLS::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_m_encoding_3(L_0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = __this->get_m_encoding_3();
NullCheck(L_1);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_2 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(L_1, /*hidden argument*/NULL);
((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->set_m_fallback_0(L_2);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Encoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.EncoderNLS::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS__ctor_mF834444D5E99CAC122941CE1C07E057FC988651D (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method)
{
{
Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541(__this, /*hidden argument*/NULL);
__this->set_m_encoding_3((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Encoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.EncoderNLS::Reset()
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS_Reset_mB1053D333C0CB823FFDEDBFBBB2B6185DB0B4ADA (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method)
{
{
__this->set_charLeftOver_2(0);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1();
if (!L_0)
{
goto IL_001a;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_1 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallbackBuffer_1();
NullCheck(L_1);
VirtActionInvoker0::Invoke(9 /* System.Void System.Text.EncoderFallbackBuffer::Reset() */, L_1);
}
IL_001a:
{
return;
}
}
// System.Int32 System.Text.EncoderNLS::GetByteCount(System.Char[],System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_RuntimeMethod_var);
}
IL_0040:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, EncoderNLS_GetByteCount_m2464505CF85702A832284F73173B97443D4D9420_RuntimeMethod_var);
}
IL_005d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0069;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars0 = L_14;
}
IL_0069:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0073;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))
{
goto IL_0078;
}
}
IL_0073:
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0081;
}
IL_0078:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_1;
NullCheck(L_18);
V_0 = (Il2CppChar*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0081:
{
Il2CppChar* L_19 = V_0;
int32_t L_20 = ___index1;
int32_t L_21 = ___count2;
bool L_22 = ___flush3;
int32_t L_23 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Encoder::GetByteCount(System.Char*,System.Int32,System.Boolean) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2)))), L_21, L_22);
V_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
return L_23;
}
}
// System.Int32 System.Text.EncoderNLS::GetByteCount(System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Il2CppChar* ___chars0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, EncoderNLS_GetByteCount_mB053525E9EECAAEE5527D00E8AE85600C899E8E8_RuntimeMethod_var);
}
IL_0033:
{
bool L_6 = ___flush2;
__this->set_m_mustFlush_4(L_6);
__this->set_m_throwOnOverflow_5((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = __this->get_m_encoding_3();
Il2CppChar* L_8 = ___chars0;
int32_t L_9 = ___count1;
NullCheck(L_7);
int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, L_7, (Il2CppChar*)(Il2CppChar*)L_8, L_9, __this);
return L_10;
}
}
// System.Int32 System.Text.EncoderNLS::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, bool ___flush5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_RuntimeMethod_var);
}
IL_004e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = ___charIndex1;
int32_t L_12 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___byteIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, EncoderNLS_GetBytes_m3DC2B38BFAF58F46EBA7CC719C81D116A441B1EC_RuntimeMethod_var);
}
IL_008d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0099;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars0 = L_21;
}
IL_0099:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___bytes3;
NullCheck(L_22);
int32_t L_23 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length)))), (int32_t)L_23));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___bytes3;
NullCheck(L_24);
if ((((RuntimeArray *)L_24)->max_length))
{
goto IL_00ae;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_25;
}
IL_00ae:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = L_26;
V_2 = L_27;
if (!L_27)
{
goto IL_00b8;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2;
NullCheck(L_28);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length)))))
{
goto IL_00bd;
}
}
IL_00b8:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00c6;
}
IL_00bd:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = V_2;
NullCheck(L_29);
V_1 = (Il2CppChar*)(((uintptr_t)((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c6:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00d3;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))
{
goto IL_00d8;
}
}
IL_00d3:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00e2;
}
IL_00d8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4;
NullCheck(L_33);
V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00e2:
{
Il2CppChar* L_34 = V_1;
int32_t L_35 = ___charIndex1;
int32_t L_36 = ___charCount2;
uint8_t* L_37 = V_3;
int32_t L_38 = ___byteIndex4;
int32_t L_39 = V_0;
bool L_40 = ___flush5;
int32_t L_41 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, bool >::Invoke(8 /* System.Int32 System.Text.Encoder::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, L_40);
return L_41;
}
}
// System.Int32 System.Text.EncoderNLS::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars0;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes2;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars0;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0055;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount3;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0045;
}
IL_0040:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0045:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncoderNLS_GetBytes_m65DADC849D5DE481268079495F2155E43002D863_RuntimeMethod_var);
}
IL_0055:
{
bool L_10 = ___flush4;
__this->set_m_mustFlush_4(L_10);
__this->set_m_throwOnOverflow_5((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = __this->get_m_encoding_3();
Il2CppChar* L_12 = ___chars0;
int32_t L_13 = ___charCount1;
uint8_t* L_14 = ___bytes2;
int32_t L_15 = ___byteCount3;
NullCheck(L_11);
int32_t L_16 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (uint8_t*)(uint8_t*)L_14, L_15, __this);
return L_16;
}
}
// System.Text.Encoding System.Text.EncoderNLS::get_Encoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncoderNLS_get_Encoding_mCDF2F7C580FCF269BE40BC9BBA55CCD5A8F4C715 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_3();
return L_0;
}
}
// System.Boolean System.Text.EncoderNLS::get_MustFlush()
extern "C" IL2CPP_METHOD_ATTR bool EncoderNLS_get_MustFlush_mBA7B13F498D63B50EFFA562AC02EC73A2E8597DF (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_mustFlush_4();
return L_0;
}
}
// System.Void System.Text.EncoderNLS::ClearMustFlush()
extern "C" IL2CPP_METHOD_ATTR void EncoderNLS_ClearMustFlush_mECADE44B82A8FED6B5284A5D916C4E2B26E326A3 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, const RuntimeMethod* method)
{
{
__this->set_m_mustFlush_4((bool)0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderReplacementFallback::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAB909581BDACE020217C9A308321E41802705D1E (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallback__ctor_mAB909581BDACE020217C9A308321E41802705D1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD(__this, _stringLiteral5BAB61EB53176449E25C2C82F172B82CB13FFB9D, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.EncoderReplacementFallback::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, String_t* ___replacement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
EncoderFallback__ctor_m7EDA0415798986D15DA060414B0839FF158B9227(__this, /*hidden argument*/NULL);
String_t* L_0 = ___replacement0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD_RuntimeMethod_var);
}
IL_0014:
{
V_0 = (bool)0;
V_1 = 0;
goto IL_0045;
}
IL_001a:
{
String_t* L_2 = ___replacement0;
int32_t L_3 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_4 = Char_IsSurrogate_m43C03392CA71985B36FE7EB29B6ECB2DABA2680F(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003e;
}
}
{
String_t* L_5 = ___replacement0;
int32_t L_6 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsHighSurrogate_m8AB8BB9DEC2443D5799232FDA89C5BD0E5E091DB(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0033;
}
}
{
bool L_8 = V_0;
if (L_8)
{
goto IL_004e;
}
}
{
V_0 = (bool)1;
goto IL_0041;
}
IL_0033:
{
bool L_9 = V_0;
if (L_9)
{
goto IL_003a;
}
}
{
V_0 = (bool)1;
goto IL_004e;
}
IL_003a:
{
V_0 = (bool)0;
goto IL_0041;
}
IL_003e:
{
bool L_10 = V_0;
if (L_10)
{
goto IL_004e;
}
}
IL_0041:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0045:
{
int32_t L_12 = V_1;
String_t* L_13 = ___replacement0;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_001a;
}
}
IL_004e:
{
bool L_15 = V_0;
if (!L_15)
{
goto IL_006f;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral91B5C0A6D4701FE02DC3B4EB37DF29C5719A9EC6);
String_t* L_18 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, L_17, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, EncoderReplacementFallback__ctor_mAE97C6B5EF9A81A90315A21E68271FAE87A738FD_RuntimeMethod_var);
}
IL_006f:
{
String_t* L_20 = ___replacement0;
__this->set_strDefault_4(L_20);
return;
}
}
// System.String System.Text.EncoderReplacementFallback::get_DefaultString()
extern "C" IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0 (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
return L_0;
}
}
// System.Text.EncoderFallbackBuffer System.Text.EncoderReplacementFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * EncoderReplacementFallback_CreateFallbackBuffer_mFFF8A98D618365EFE337A954FC1B630D0C1833F4 (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallback_CreateFallbackBuffer_mFFF8A98D618365EFE337A954FC1B630D0C1833F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * L_0 = (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A *)il2cpp_codegen_object_new(EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A_il2cpp_TypeInfo_var);
EncoderReplacementFallbackBuffer__ctor_mB08FC9E15D22A19BCA52A1A16FD49F99C7214D80(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.EncoderReplacementFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderReplacementFallback_get_MaxCharCount_m4CE10925471F6FA7A0DE6615C25254A54E356575 (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Text.EncoderReplacementFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool EncoderReplacementFallback_Equals_m2B6448E4B76B3F9CA1F888F9D6EBBD78A817504D (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallback_Equals_m2B6448E4B76B3F9CA1F888F9D6EBBD78A817504D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_0, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_1 = V_0;
if (!L_1)
{
goto IL_001c;
}
}
{
String_t* L_2 = __this->get_strDefault_4();
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = L_3->get_strDefault_4();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (bool)0;
}
}
// System.Int32 System.Text.EncoderReplacementFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderReplacementFallback_GetHashCode_mF8AB20E5F210B75732E67D4E6D763147C67843C7 (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncoderReplacementFallbackBuffer::.ctor(System.Text.EncoderReplacementFallback)
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallbackBuffer__ctor_mB08FC9E15D22A19BCA52A1A16FD49F99C7214D80 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * ___fallback0, const RuntimeMethod* method)
{
{
__this->set_fallbackCount_8((-1));
__this->set_fallbackIndex_9((-1));
EncoderFallbackBuffer__ctor_mE3698942F859D99529557619E751C18775FD49E9(__this, /*hidden argument*/NULL);
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_0 = ___fallback0;
NullCheck(L_0);
String_t* L_1 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0(L_0, /*hidden argument*/NULL);
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_2 = ___fallback0;
NullCheck(L_2);
String_t* L_3 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0(L_2, /*hidden argument*/NULL);
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1, L_3, /*hidden argument*/NULL);
__this->set_strDefault_7(L_4);
return;
}
}
// System.Boolean System.Text.EncoderReplacementFallbackBuffer::Fallback(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncoderReplacementFallbackBuffer_Fallback_mE5AF63C1276344255C17B117359253A553F0F5B7 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, Il2CppChar ___charUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallbackBuffer_Fallback_mE5AF63C1276344255C17B117359253A553F0F5B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_fallbackCount_8();
if ((((int32_t)L_0) < ((int32_t)1)))
{
goto IL_005a;
}
}
{
Il2CppChar L_1 = ___charUnknown0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_2 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0053;
}
}
{
int32_t L_3 = __this->get_fallbackCount_8();
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0053;
}
}
{
String_t* L_4 = __this->get_strDefault_7();
int32_t L_5 = __this->get_fallbackIndex_9();
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0053;
}
}
{
Il2CppChar L_8 = ___charUnknown0;
String_t* L_9 = __this->get_strDefault_7();
int32_t L_10 = __this->get_fallbackIndex_9();
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_12 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_8, L_11, /*hidden argument*/NULL);
EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458(__this, L_12, /*hidden argument*/NULL);
}
IL_0053:
{
Il2CppChar L_13 = ___charUnknown0;
EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458(__this, L_13, /*hidden argument*/NULL);
}
IL_005a:
{
String_t* L_14 = __this->get_strDefault_7();
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
__this->set_fallbackCount_8(((int32_t)((int32_t)L_15/(int32_t)2)));
__this->set_fallbackIndex_9((-1));
int32_t L_16 = __this->get_fallbackCount_8();
return (bool)((!(((uint32_t)L_16) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Text.EncoderReplacementFallbackBuffer::Fallback(System.Char,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, Il2CppChar ___charUnknownHigh0, Il2CppChar ___charUnknownLow1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___charUnknownHigh0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_1 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_003d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
int32_t L_4 = ((int32_t)55296);
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
int32_t L_7 = ((int32_t)56319);
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralA6738FE7E06CA51E1F969D48582951374F467129, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3_RuntimeMethod_var);
}
IL_003d:
{
Il2CppChar L_11 = ___charUnknownLow1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_12 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
int32_t L_15 = ((int32_t)56320);
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_14;
int32_t L_18 = ((int32_t)57343);
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_19);
String_t* L_20 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_17, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_21 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_21, _stringLiteral5578D8A7F74274702931BBEDBD2FC483A5E92E4B, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, EncoderReplacementFallbackBuffer_Fallback_m8CB0F63F9FF142B4AA016E5453EEDF57920202E3_RuntimeMethod_var);
}
IL_007a:
{
int32_t L_22 = __this->get_fallbackCount_8();
if ((((int32_t)L_22) < ((int32_t)1)))
{
goto IL_0090;
}
}
{
Il2CppChar L_23 = ___charUnknownHigh0;
Il2CppChar L_24 = ___charUnknownLow1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
int32_t L_25 = Char_ConvertToUtf32_m2AFA8A0A98ECFE3ACF3F74D45F7546ADBBADD601(L_23, L_24, /*hidden argument*/NULL);
EncoderFallbackBuffer_ThrowLastCharRecursive_m35D9DB23D34C93BDFF7670C5DA045C6FBA6A2458(__this, L_25, /*hidden argument*/NULL);
}
IL_0090:
{
String_t* L_26 = __this->get_strDefault_7();
NullCheck(L_26);
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_26, /*hidden argument*/NULL);
__this->set_fallbackCount_8(L_27);
__this->set_fallbackIndex_9((-1));
int32_t L_28 = __this->get_fallbackCount_8();
return (bool)((!(((uint32_t)L_28) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Char System.Text.EncoderReplacementFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar EncoderReplacementFallbackBuffer_GetNextChar_m8DA4FCA47EE214AF7C0F1446DB3FE5EDD50945C2 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_8();
__this->set_fallbackCount_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_fallbackIndex_9();
__this->set_fallbackIndex_9(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
int32_t L_2 = __this->get_fallbackCount_8();
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
return 0;
}
IL_0027:
{
int32_t L_3 = __this->get_fallbackCount_8();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_003d;
}
}
{
__this->set_fallbackCount_8((-1));
return 0;
}
IL_003d:
{
String_t* L_4 = __this->get_strDefault_7();
int32_t L_5 = __this->get_fallbackIndex_9();
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Boolean System.Text.EncoderReplacementFallbackBuffer::MovePrevious()
extern "C" IL2CPP_METHOD_ATTR bool EncoderReplacementFallbackBuffer_MovePrevious_m216798E0A2C70B378BACFE37510B38E8B397EF07 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_8();
if ((((int32_t)L_0) < ((int32_t)(-1))))
{
goto IL_0030;
}
}
{
int32_t L_1 = __this->get_fallbackIndex_9();
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0030;
}
}
{
int32_t L_2 = __this->get_fallbackIndex_9();
__this->set_fallbackIndex_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)));
int32_t L_3 = __this->get_fallbackCount_8();
__this->set_fallbackCount_8(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
return (bool)1;
}
IL_0030:
{
return (bool)0;
}
}
// System.Int32 System.Text.EncoderReplacementFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t EncoderReplacementFallbackBuffer_get_Remaining_m50A87BF8BF4C8177C34CADBCA223111E74DA8927 (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_fallbackCount_8();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->get_fallbackCount_8();
return L_1;
}
IL_0010:
{
return 0;
}
}
// System.Void System.Text.EncoderReplacementFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void EncoderReplacementFallbackBuffer_Reset_mA4557ABE2C203C20417C3F0BDB48E436B3D9CB7B (EncoderReplacementFallbackBuffer_t15BBCFD4E3EFF8C907821BB065AA94A58C36959A * __this, const RuntimeMethod* method)
{
{
__this->set_fallbackCount_8((-1));
__this->set_fallbackIndex_9(0);
((EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)__this)->set_charStart_0((Il2CppChar*)(((uintptr_t)0)));
((EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)__this)->set_bFallingBack_5((bool)0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Encoding__ctor_mD471DCEC5836E18498A19E921AC2CAA8C3A3E654 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Encoding::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, int32_t ___codePage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_isReadOnly_12((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___codePage0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralBAB8760F6CF09B28595E71F6D936D7009C0C073C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_2 = ___codePage0;
__this->set_m_codePage_9(L_2);
VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this);
return;
}
}
// System.Void System.Text.Encoding::SetDefaultFallbacks()
extern "C" IL2CPP_METHOD_ATTR void Encoding_SetDefaultFallbacks_m50957843AEDBDF1A16CB170D84F67B6801F83B7C (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_SetDefaultFallbacks_m50957843AEDBDF1A16CB170D84F67B6801F83B7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_0 = (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 *)il2cpp_codegen_object_new(InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3_il2cpp_TypeInfo_var);
InternalEncoderBestFitFallback__ctor_m74F421EBA10BBB6CD286DA81A1E26A026227DAE2(L_0, __this, /*hidden argument*/NULL);
__this->set_encoderFallback_13(L_0);
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_1 = (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 *)il2cpp_codegen_object_new(InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_il2cpp_TypeInfo_var);
InternalDecoderBestFitFallback__ctor_m9DC081B41C021834638AA9E36979B35C5172F744(L_1, __this, /*hidden argument*/NULL);
__this->set_decoderFallback_14(L_1);
return;
}
}
// System.Void System.Text.Encoding::OnDeserializing()
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserializing_m3099E7D70952FCB1960ABC13D1CE1E70FD9B2AA3 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
__this->set_encoderFallback_13((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)NULL);
__this->set_decoderFallback_14((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)NULL);
__this->set_m_isReadOnly_12((bool)1);
return;
}
}
// System.Void System.Text.Encoding::OnDeserialized()
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserialized_m9F589E77A408BE494602A4EF2C678D7A0FA77EED (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_encoderFallback_13();
if (!L_0)
{
goto IL_0010;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = __this->get_decoderFallback_14();
if (L_1)
{
goto IL_001d;
}
}
IL_0010:
{
__this->set_m_deserializedFromEverett_11((bool)1);
VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this);
}
IL_001d:
{
__this->set_dataItem_10((CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB *)NULL);
return;
}
}
// System.Void System.Text.Encoding::OnDeserializing(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserializing_m053ED79014995B6D89F5223C6A5F39580C676062 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
{
{
Encoding_OnDeserializing_m3099E7D70952FCB1960ABC13D1CE1E70FD9B2AA3(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Encoding::OnDeserialized(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnDeserialized_mD299638A936E9E1C2A4ADF0D6BD0FDBC6781032C (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
{
{
Encoding_OnDeserialized_m9F589E77A408BE494602A4EF2C678D7A0FA77EED(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Encoding::OnSerializing(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_OnSerializing_m3E2984E122F2F7339E72A8DB7E36C63BA0308159 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
{
{
__this->set_dataItem_10((CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB *)NULL);
return;
}
}
// System.Void System.Text.Encoding::DeserializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralAC7EE53D255CCAA9C142D834D50D914FB2AF12D7, L_4, /*hidden argument*/NULL);
__this->set_m_codePage_9(((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
__this->set_dataItem_10((CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB *)NULL);
}
IL_0035:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral37A1B691DA7F35114BD641247FD0D89D439D37B4, L_8, /*hidden argument*/NULL);
__this->set_m_isReadOnly_12(((*(bool*)((bool*)UnBox(L_9, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral9DBFE0068B99B1F80D4D19F33A3428AC56F51C1A, L_12, /*hidden argument*/NULL);
__this->set_encoderFallback_13(((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)CastclassClass((RuntimeObject*)L_13, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
RuntimeObject * L_17 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_14, _stringLiteral2028F29133B2E44BEB124C38745724AC71E7E14C, L_16, /*hidden argument*/NULL);
__this->set_decoderFallback_14(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)CastclassClass((RuntimeObject*)L_17, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var)));
goto IL_00ae;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0097;
throw e;
}
CATCH_0097:
{ // begin catch(System.Runtime.Serialization.SerializationException)
__this->set_m_deserializedFromEverett_11((bool)1);
__this->set_m_isReadOnly_12((bool)1);
VirtActionInvoker0::Invoke(5 /* System.Void System.Text.Encoding::SetDefaultFallbacks() */, __this);
goto IL_00ae;
} // end catch (depth: 1)
IL_00ae:
{
return;
}
}
// System.Void System.Text.Encoding::SerializeEncoding(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
bool L_3 = __this->get_m_isReadOnly_12();
NullCheck(L_2);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_2, _stringLiteral37A1B691DA7F35114BD641247FD0D89D439D37B4, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral9DBFE0068B99B1F80D4D19F33A3428AC56F51C1A, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_6);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteral2028F29133B2E44BEB124C38745724AC71E7E14C, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
int32_t L_9 = __this->get_m_codePage_9();
NullCheck(L_8);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteralAC7EE53D255CCAA9C142D834D50D914FB2AF12D7, L_9, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
NullCheck(L_10);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_10, _stringLiteral9C69ED46DDEDE4A71CFA1D52A9CD28D7430F6E50, NULL, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0;
int32_t L_12 = __this->get_m_codePage_9();
NullCheck(L_11);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_11, _stringLiteral787D1014DDC9B67D8157D7974127B8858C74A1EC, L_12, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = ___info0;
NullCheck(L_13);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_13, _stringLiteral9E90614EF6993D80DCEAC568C486CC6672F4CA07, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Object System.Text.Encoding::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Encoding_get_InternalSyncObject_m83E4529829B8FCFB1CE706425804440F6BAD073E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_InternalSyncObject_m83E4529829B8FCFB1CE706425804440F6BAD073E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_15();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_15()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_15();
return L_3;
}
}
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68 (int32_t ___codepage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = ___codepage0;
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = EncodingProvider_GetEncodingFromProvider_mA0F1D2A29AF8309112363BA3AEAD24F4F84F8A6F(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = V_0;
if (!L_2)
{
goto IL_000c;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = V_0;
return L_3;
}
IL_000c:
{
int32_t L_4 = ___codepage0;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_0018;
}
}
{
int32_t L_5 = ___codepage0;
if ((((int32_t)L_5) <= ((int32_t)((int32_t)65535))))
{
goto IL_0049;
}
}
IL_0018:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
int32_t L_8 = 0;
RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_7;
int32_t L_11 = ((int32_t)65535);
RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_12);
String_t* L_13 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_10, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral36D1AAE32206DD665C860BDBE0E1AC6343CE46CC, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_RuntimeMethod_var);
}
IL_0049:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_encodings_8();
il2cpp_codegen_memory_barrier();
if (!L_15)
{
goto IL_006a;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_16 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_encodings_8();
il2cpp_codegen_memory_barrier();
int32_t L_17 = ___codepage0;
int32_t L_18 = L_17;
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_16);
RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_16, L_19);
V_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_20, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
}
IL_006a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_21 = V_0;
if (L_21)
{
goto IL_0264;
}
}
{
RuntimeObject * L_22 = Encoding_get_InternalSyncObject_m83E4529829B8FCFB1CE706425804440F6BAD073E(/*hidden argument*/NULL);
V_1 = L_22;
V_2 = (bool)0;
}
IL_0078:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_23 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_23, (bool*)(&V_2), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_24 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_encodings_8();
il2cpp_codegen_memory_barrier();
if (L_24)
{
goto IL_0095;
}
}
IL_0089:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_25, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_encodings_8(L_25);
}
IL_0095:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_26 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_encodings_8();
il2cpp_codegen_memory_barrier();
int32_t L_27 = ___codepage0;
int32_t L_28 = L_27;
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
NullCheck(L_26);
RuntimeObject * L_30 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_26, L_29);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_31 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_30, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
V_0 = L_31;
if (!L_31)
{
goto IL_00b7;
}
}
IL_00b0:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_32 = V_0;
V_3 = L_32;
IL2CPP_LEAVE(0x266, FINALLY_025a);
}
IL_00b7:
{
int32_t L_33 = ___codepage0;
if ((((int32_t)L_33) > ((int32_t)((int32_t)1201))))
{
goto IL_00f1;
}
}
IL_00bf:
{
int32_t L_34 = ___codepage0;
if ((((int32_t)L_34) > ((int32_t)3)))
{
goto IL_00d4;
}
}
IL_00c3:
{
int32_t L_35 = ___codepage0;
if (!L_35)
{
goto IL_0139;
}
}
IL_00c6:
{
int32_t L_36 = ___codepage0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))) > ((uint32_t)2))))
{
goto IL_0188;
}
}
IL_00cf:
{
goto IL_01c2;
}
IL_00d4:
{
int32_t L_37 = ___codepage0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)42))))
{
goto IL_0188;
}
}
IL_00dc:
{
int32_t L_38 = ___codepage0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)1200))))
{
goto IL_0144;
}
}
IL_00e4:
{
int32_t L_39 = ___codepage0;
if ((((int32_t)L_39) == ((int32_t)((int32_t)1201))))
{
goto IL_014f;
}
}
IL_00ec:
{
goto IL_01c2;
}
IL_00f1:
{
int32_t L_40 = ___codepage0;
if ((((int32_t)L_40) > ((int32_t)((int32_t)20127))))
{
goto IL_0119;
}
}
IL_00f9:
{
int32_t L_41 = ___codepage0;
if ((((int32_t)L_41) == ((int32_t)((int32_t)12000))))
{
goto IL_0165;
}
}
IL_0101:
{
int32_t L_42 = ___codepage0;
if ((((int32_t)L_42) == ((int32_t)((int32_t)12001))))
{
goto IL_0170;
}
}
IL_0109:
{
int32_t L_43 = ___codepage0;
if ((((int32_t)L_43) == ((int32_t)((int32_t)20127))))
{
goto IL_01ac;
}
}
IL_0114:
{
goto IL_01c2;
}
IL_0119:
{
int32_t L_44 = ___codepage0;
if ((((int32_t)L_44) == ((int32_t)((int32_t)28591))))
{
goto IL_01b7;
}
}
IL_0124:
{
int32_t L_45 = ___codepage0;
if ((((int32_t)L_45) == ((int32_t)((int32_t)65000))))
{
goto IL_015a;
}
}
IL_012c:
{
int32_t L_46 = ___codepage0;
if ((((int32_t)L_46) == ((int32_t)((int32_t)65001))))
{
goto IL_017d;
}
}
IL_0134:
{
goto IL_01c2;
}
IL_0139:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_47 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
V_0 = L_47;
goto IL_0245;
}
IL_0144:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_48 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL);
V_0 = L_48;
goto IL_0245;
}
IL_014f:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_49 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL);
V_0 = L_49;
goto IL_0245;
}
IL_015a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_50 = Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C(/*hidden argument*/NULL);
V_0 = L_50;
goto IL_0245;
}
IL_0165:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_51 = Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15(/*hidden argument*/NULL);
V_0 = L_51;
goto IL_0245;
}
IL_0170:
{
UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_52 = (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A *)il2cpp_codegen_object_new(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var);
UTF32Encoding__ctor_m29D20C03874A58220973F79277050D62F8CA2475(L_52, (bool)1, (bool)1, /*hidden argument*/NULL);
V_0 = L_52;
goto IL_0245;
}
IL_017d:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_53 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
V_0 = L_53;
goto IL_0245;
}
IL_0188:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = L_54;
int32_t L_56 = ___codepage0;
int32_t L_57 = L_56;
RuntimeObject * L_58 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_57);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_58);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_58);
String_t* L_59 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE9AB123A1B061C01E4DECF3CA5FDDFDE90CC3502, L_55, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_60 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_60, L_59, _stringLiteral36D1AAE32206DD665C860BDBE0E1AC6343CE46CC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, NULL, Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_RuntimeMethod_var);
}
IL_01ac:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_61 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
V_0 = L_61;
goto IL_0245;
}
IL_01b7:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_62 = Encoding_get_Latin1_m3CC61D40BEE46C311295920FC97B0EBF8AE620F3(/*hidden argument*/NULL);
V_0 = L_62;
goto IL_0245;
}
IL_01c2:
{
int32_t L_63 = ___codepage0;
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_64 = EncodingTable_GetCodePageDataItem_m33D02AF0C3BB400E895F962DEDD3F8EC3D153953(L_63, /*hidden argument*/NULL);
if (L_64)
{
goto IL_01e9;
}
}
IL_01ca:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_65 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = L_65;
int32_t L_67 = ___codepage0;
int32_t L_68 = L_67;
RuntimeObject * L_69 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_68);
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_69);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_69);
String_t* L_70 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA81A69522BC51531298956C7ABB3DB48E62C16E2, L_66, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_71 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_71, L_70, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_71, NULL, Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_RuntimeMethod_var);
}
IL_01e9:
{
int32_t L_72 = ___codepage0;
if ((((int32_t)L_72) == ((int32_t)((int32_t)12000))))
{
goto IL_01fb;
}
}
IL_01f1:
{
int32_t L_73 = ___codepage0;
if ((((int32_t)L_73) == ((int32_t)((int32_t)12001))))
{
goto IL_0203;
}
}
IL_01f9:
{
goto IL_020d;
}
IL_01fb:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_74 = Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15(/*hidden argument*/NULL);
V_0 = L_74;
goto IL_0245;
}
IL_0203:
{
UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_75 = (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A *)il2cpp_codegen_object_new(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var);
UTF32Encoding__ctor_m29D20C03874A58220973F79277050D62F8CA2475(L_75, (bool)1, (bool)1, /*hidden argument*/NULL);
V_0 = L_75;
goto IL_0245;
}
IL_020d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_76 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = L_76;
int32_t L_78 = ___codepage0;
int32_t L_79 = L_78;
RuntimeObject * L_80 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_79);
NullCheck(L_77);
ArrayElementTypeCheck (L_77, L_80);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_80);
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
RuntimeObject * L_81 = EncodingHelper_InvokeI18N_m638F0C7660999BE0390DD7E26CBC9603D139D2D6(_stringLiteralE99EEC4083A5DD346B0151B330B85D916127AFD2, L_77, /*hidden argument*/NULL);
V_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_81, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_82 = V_0;
if (L_82)
{
goto IL_0245;
}
}
IL_022f:
{
int32_t L_83 = ___codepage0;
int32_t L_84 = L_83;
RuntimeObject * L_85 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_84);
String_t* L_86 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralD2561964F0D8225BFD9FFD19F2EDF87C49E94DCF, L_85, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_87 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_87, L_86, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_87, NULL, Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68_RuntimeMethod_var);
}
IL_0245:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_88 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_encodings_8();
il2cpp_codegen_memory_barrier();
int32_t L_89 = ___codepage0;
int32_t L_90 = L_89;
RuntimeObject * L_91 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_90);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_92 = V_0;
NullCheck(L_88);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_88, L_91, L_92);
IL2CPP_LEAVE(0x264, FINALLY_025a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_025a;
}
FINALLY_025a:
{ // begin finally (depth: 1)
{
bool L_93 = V_2;
if (!L_93)
{
goto IL_0263;
}
}
IL_025d:
{
RuntimeObject * L_94 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_94, /*hidden argument*/NULL);
}
IL_0263:
{
IL2CPP_END_FINALLY(602)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(602)
{
IL2CPP_JUMP_TBL(0x266, IL_0266)
IL2CPP_JUMP_TBL(0x264, IL_0264)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0264:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_95 = V_0;
return L_95;
}
IL_0266:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_96 = V_3;
return L_96;
}
}
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.String)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
{
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = EncodingProvider_GetEncodingFromProvider_m6B4B2550725947939A8DEF0B26D335D7957017A7(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = V_0;
if (!L_2)
{
goto IL_000c;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = V_0;
return L_3;
}
IL_000c:
{
String_t* L_4 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
int32_t L_5 = EncodingTable_GetCodePageFromName_m7F8D824F555B748FA3232F05A34E4A1E3F546831(L_4, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68(L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Byte[] System.Text.Encoding::GetPreamble()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Encoding_GetPreamble_mF296992828EE92546FB29DD3014C0F10E253D421 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetPreamble_mF296992828EE92546FB29DD3014C0F10E253D421_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
return L_0;
}
}
// System.Void System.Text.Encoding::GetDataItem()
extern "C" IL2CPP_METHOD_ATTR void Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_0 = __this->get_dataItem_10();
if (L_0)
{
goto IL_0045;
}
}
{
int32_t L_1 = __this->get_m_codePage_9();
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_2 = EncodingTable_GetCodePageDataItem_m33D02AF0C3BB400E895F962DEDD3F8EC3D153953(L_1, /*hidden argument*/NULL);
__this->set_dataItem_10(L_2);
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_3 = __this->get_dataItem_10();
if (L_3)
{
goto IL_0045;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
int32_t L_6 = __this->get_m_codePage_9();
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_8);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA81A69522BC51531298956C7ABB3DB48E62C16E2, L_5, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_10 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE_RuntimeMethod_var);
}
IL_0045:
{
return;
}
}
// System.String System.Text.Encoding::get_EncodingName()
extern "C" IL2CPP_METHOD_ATTR String_t* Encoding_get_EncodingName_m54D5B3EB62FCC8F77843D4EE4326A6B6CE46A2B2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_codePage_9();
String_t* L_1 = Environment_GetResourceStringEncodingName_mB514D97C814AF47301B938B99C800A2130CB46AA(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Text.Encoding::get_WebName()
extern "C" IL2CPP_METHOD_ATTR String_t* Encoding_get_WebName_m94BE4706796BC20F43CD7E61188CA3C1F8F6849E (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_0 = __this->get_dataItem_10();
if (L_0)
{
goto IL_000e;
}
}
{
Encoding_GetDataItem_mD35818F0FE74C5865204015B9D1F06803D0ADBFE(__this, /*hidden argument*/NULL);
}
IL_000e:
{
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * L_1 = __this->get_dataItem_10();
NullCheck(L_1);
String_t* L_2 = CodePageDataItem_get_WebName_mB509120CBD0AB217D8F390CBD54697B6657D3DB0(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback()
extern "C" IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_encoderFallback_13();
return L_0;
}
}
// System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback)
extern "C" IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Encoding_get_IsReadOnly_m1118DBF20E11C000BC29C326A2D202122DE37544(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC16F239F05BFEF8B527BABF85A79069CE7036D69, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A_RuntimeMethod_var);
}
IL_0018:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_3 = ___value0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Encoding_set_EncoderFallback_m24306F093457AE12D59A36AB84F1E03C840BD10A_RuntimeMethod_var);
}
IL_0026:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = ___value0;
__this->set_encoderFallback_13(L_5);
return;
}
}
// System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback()
extern "C" IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_decoderFallback_14();
return L_0;
}
}
// System.Void System.Text.Encoding::set_DecoderFallback(System.Text.DecoderFallback)
extern "C" IL2CPP_METHOD_ATTR void Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Encoding_get_IsReadOnly_m1118DBF20E11C000BC29C326A2D202122DE37544(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC16F239F05BFEF8B527BABF85A79069CE7036D69, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC_RuntimeMethod_var);
}
IL_0018:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ___value0;
if (L_3)
{
goto IL_0026;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Encoding_set_DecoderFallback_mB321EB8D6C34B8935A169C0E4FAC7A4E0A99FACC_RuntimeMethod_var);
}
IL_0026:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = ___value0;
__this->set_decoderFallback_14(L_5);
return;
}
}
// System.Object System.Text.Encoding::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Encoding_Clone_m9EC175C49D6B898E2560FFF1A790685DBC3A20B5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_Clone_m9EC175C49D6B898E2560FFF1A790685DBC3A20B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
NullCheck(L_1);
L_1->set_m_isReadOnly_12((bool)0);
return L_1;
}
}
// System.Boolean System.Text.Encoding::get_IsReadOnly()
extern "C" IL2CPP_METHOD_ATTR bool Encoding_get_IsReadOnly_m1118DBF20E11C000BC29C326A2D202122DE37544 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_isReadOnly_12();
return L_0;
}
}
// System.Text.Encoding System.Text.Encoding::get_ASCII()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_asciiEncoding_6();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * L_1 = (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 *)il2cpp_codegen_object_new(ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9_il2cpp_TypeInfo_var);
ASCIIEncoding__ctor_mC9D110516677AC1FAA80B3790BDDD1150A1779C4(L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_asciiEncoding_6(L_1);
}
IL_0015:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_asciiEncoding_6();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoding System.Text.Encoding::get_Latin1()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Latin1_m3CC61D40BEE46C311295920FC97B0EBF8AE620F3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_Latin1_m3CC61D40BEE46C311295920FC97B0EBF8AE620F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_latin1Encoding_7();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * L_1 = (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 *)il2cpp_codegen_object_new(Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_il2cpp_TypeInfo_var);
Latin1Encoding__ctor_mCA519590D0ED43A343B7D00D546F83AC003E7FC5(L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_latin1Encoding_7(L_1);
}
IL_0015:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_latin1Encoding_7();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Int32 System.Text.Encoding::GetByteCount(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetByteCount_m1815AFD8D6BC8253FF5A3D9FEE46C071BB9D2E94 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetByteCount_m1815AFD8D6BC8253FF5A3D9FEE46C071BB9D2E94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Encoding_GetByteCount_m1815AFD8D6BC8253FF5A3D9FEE46C071BB9D2E94_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL);
V_0 = L_3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, __this, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))));
return L_6;
}
}
// System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Encoding_GetByteCount_m39F2BA22070EF89779F9EAD4ABA3412711E3DEEA_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_6 = ___count1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
V_1 = 0;
goto IL_004c;
}
IL_003e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_0;
int32_t L_9 = V_1;
Il2CppChar* L_10 = ___chars0;
int32_t L_11 = V_1;
int32_t L_12 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)2)))));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Il2CppChar)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_004c:
{
int32_t L_14 = V_1;
int32_t L_15 = ___count1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_0;
int32_t L_17 = ___count1;
int32_t L_18 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, __this, L_16, 0, L_17);
return L_18;
}
}
// System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetByteCount_m1CCC4AC4CEC2E0AEC58CE17F23C94F39CF577FBA (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, Il2CppChar* ___chars0, int32_t ___count1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___count1;
int32_t L_2 = VirtFuncInvoker2< int32_t, Il2CppChar*, int32_t >::Invoke(12 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32) */, __this, (Il2CppChar*)(Il2CppChar*)L_0, L_1);
return L_2;
}
}
// System.Byte[] System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Encoding_GetBytes_m96117DE55598CA75EA00280F6ED0E27857E7F988 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBytes_m96117DE55598CA75EA00280F6ED0E27857E7F988_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ___chars0;
int32_t L_6 = ___index1;
int32_t L_7 = ___count2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
VirtFuncInvoker5< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Int32 System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_5, L_6, L_7, L_8, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
return L_9;
}
}
// System.Byte[] System.Text.Encoding::GetBytes(System.String)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Encoding_GetBytes_m197C4F2B5CABE60CC40D47FB126441F095C05B2C (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBytes_m197C4F2B5CABE60CC40D47FB126441F095C05B2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_GetBytes_m197C4F2B5CABE60CC40D47FB126441F095C05B2C_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___s0;
int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(10 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, __this, L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_0 = L_5;
String_t* L_6 = ___s0;
String_t* L_7 = ___s0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(17 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_6, 0, L_8, L_9, 0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
return L_10;
}
}
// System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetBytes_m290C357E78642FE0B527444BD7D8053AA32F4BB8 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, String_t* ___s0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBytes_m290C357E78642FE0B527444BD7D8053AA32F4BB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Encoding_GetBytes_m290C357E78642FE0B527444BD7D8053AA32F4BB8_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___charIndex1;
int32_t L_5 = ___charCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___bytes3;
int32_t L_7 = ___byteIndex4;
int32_t L_8 = VirtFuncInvoker5< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Int32 System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_3, L_4, L_5, L_6, L_7);
return L_8;
}
}
// System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetBytes_m882505449C09BFDB0409C0134DF12DB9E8B7B691 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___charCount1;
uint8_t* L_2 = ___bytes2;
int32_t L_3 = ___byteCount3;
int32_t L_4 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, __this, (Il2CppChar*)(Il2CppChar*)L_0, L_1, (uint8_t*)(uint8_t*)L_2, L_3);
return L_4;
}
}
// System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___charCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Encoding_GetBytes_m03BE03725820163E29B3A766D800BAA950A4D406_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_10 = ___charCount1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
V_1 = 0;
goto IL_006d;
}
IL_005f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_0;
int32_t L_13 = V_1;
Il2CppChar* L_14 = ___chars0;
int32_t L_15 = V_1;
int32_t L_16 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_15)), (int32_t)2)))));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)L_16);
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006d:
{
int32_t L_18 = V_1;
int32_t L_19 = ___charCount1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_005f;
}
}
{
int32_t L_20 = ___byteCount3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_2 = L_21;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_0;
int32_t L_23 = ___charCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_2;
int32_t L_25 = VirtFuncInvoker5< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Int32 System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) */, __this, L_22, 0, L_23, L_24, 0);
V_3 = L_25;
int32_t L_26 = V_3;
int32_t L_27 = ___byteCount3;
if ((((int32_t)L_26) >= ((int32_t)L_27)))
{
goto IL_008d;
}
}
{
int32_t L_28 = V_3;
___byteCount3 = L_28;
}
IL_008d:
{
V_1 = 0;
goto IL_009c;
}
IL_0091:
{
uint8_t* L_29 = ___bytes2;
int32_t L_30 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_2;
int32_t L_32 = V_1;
NullCheck(L_31);
int32_t L_33 = L_32;
uint8_t L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30))) = (int8_t)L_34;
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_009c:
{
int32_t L_36 = V_1;
int32_t L_37 = ___byteCount3;
if ((((int32_t)L_36) < ((int32_t)L_37)))
{
goto IL_0091;
}
}
{
int32_t L_38 = ___byteCount3;
return L_38;
}
}
// System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Encoding_GetCharCount_m99707D5F60A81F16F3921417B851C2AB37AC8F3E_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_6 = ___count1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
V_1 = 0;
goto IL_0049;
}
IL_003e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
int32_t L_9 = V_1;
uint8_t* L_10 = ___bytes0;
int32_t L_11 = V_1;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0049:
{
int32_t L_14 = V_1;
int32_t L_15 = ___count1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
int32_t L_17 = ___count1;
int32_t L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(20 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_16, 0, L_17);
return L_18;
}
}
// System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetCharCount_mD802021E7273CF292FAF0361E4E2CF966C38ED2D (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___bytes0;
int32_t L_1 = ___count1;
int32_t L_2 = VirtFuncInvoker2< int32_t, uint8_t*, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32) */, __this, (uint8_t*)(uint8_t*)L_0, L_1);
return L_2;
}
}
// System.Char[] System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Encoding_GetChars_m32B53FEFE17AD33BA97069CF0006E62AE50504A8 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetChars_m32B53FEFE17AD33BA97069CF0006E62AE50504A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(20 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bytes0;
int32_t L_6 = ___index1;
int32_t L_7 = ___count2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_0;
VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_5, L_6, L_7, L_8, 0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_0;
return L_9;
}
}
// System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
int32_t V_3 = 0;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, Encoding_GetChars_m656D0EFC1B4FB40CF53BF38B34320A5EFD242D7F_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_10 = ___byteCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
V_1 = 0;
goto IL_006a;
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
int32_t L_13 = V_1;
uint8_t* L_14 = ___bytes0;
int32_t L_15 = V_1;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15)));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (uint8_t)L_16);
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006a:
{
int32_t L_18 = V_1;
int32_t L_19 = ___byteCount1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_005f;
}
}
{
int32_t L_20 = ___charCount3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_2 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0;
int32_t L_23 = ___byteCount1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_2;
int32_t L_25 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_22, 0, L_23, L_24, 0);
V_3 = L_25;
int32_t L_26 = V_3;
int32_t L_27 = ___charCount3;
if ((((int32_t)L_26) >= ((int32_t)L_27)))
{
goto IL_008a;
}
}
{
int32_t L_28 = V_3;
___charCount3 = L_28;
}
IL_008a:
{
V_1 = 0;
goto IL_009c;
}
IL_008e:
{
Il2CppChar* L_29 = ___chars2;
int32_t L_30 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_2;
int32_t L_32 = V_1;
NullCheck(L_31);
int32_t L_33 = L_32;
uint16_t L_34 = (uint16_t)(L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2))))) = (int16_t)L_34;
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_009c:
{
int32_t L_36 = V_1;
int32_t L_37 = ___charCount3;
if ((((int32_t)L_36) < ((int32_t)L_37)))
{
goto IL_008e;
}
}
{
int32_t L_38 = ___charCount3;
return L_38;
}
}
// System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetChars_m9E8D0DA0481A2C4D7A7DF7C5B09CC0C764728401 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder4, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___bytes0;
int32_t L_1 = ___byteCount1;
Il2CppChar* L_2 = ___chars2;
int32_t L_3 = ___charCount3;
int32_t L_4 = VirtFuncInvoker4< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) */, __this, (uint8_t*)(uint8_t*)L_0, L_1, (Il2CppChar*)(Il2CppChar*)L_2, L_3);
return L_4;
}
}
// System.Int32 System.Text.Encoding::get_CodePage()
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_get_CodePage_m0B3D428822FC53B5ECCC3CDEDE9E9084C3439CF6 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_codePage_9();
return L_0;
}
}
// System.Text.Decoder System.Text.Encoding::GetDecoder()
extern "C" IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * Encoding_GetDecoder_mFC20C2D17E2FF39A41E1BB92B680477B9F2F1379 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetDecoder_mFC20C2D17E2FF39A41E1BB92B680477B9F2F1379_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * L_0 = (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C *)il2cpp_codegen_object_new(DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_il2cpp_TypeInfo_var);
DefaultDecoder__ctor_m151367754ECD70E58BE520F3B94E23EBCF855A3D(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoding System.Text.Encoding::CreateDefaultEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_CreateDefaultEncoding_mB5BD9528BFE643F1852752B28EA8426C195E73A5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_CreateDefaultEncoding_mB5BD9528BFE643F1852752B28EA8426C195E73A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = EncodingHelper_GetDefaultEncoding_m11A46F8629633F14B5C9787094E4A50862D6B5C1(/*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = L_0;
NullCheck(L_1);
L_1->set_m_isReadOnly_12((bool)1);
return L_1;
}
}
// System.Void System.Text.Encoding::setReadOnly(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_setReadOnly_mEB95513471A530FFD4F84AB63E4F794B5DCF174C (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_isReadOnly_12(L_0);
return;
}
}
// System.Text.Encoding System.Text.Encoding::get_Default()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_defaultEncoding_0();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_CreateDefaultEncoding_mB5BD9528BFE643F1852752B28EA8426C195E73A5(/*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_defaultEncoding_0(L_1);
}
IL_0015:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_defaultEncoding_0();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoder System.Text.Encoding::GetEncoder()
extern "C" IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * Encoding_GetEncoder_mC660F77C18265A7C32355E2F08DC13EE9C4BA4D8 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetEncoder_mC660F77C18265A7C32355E2F08DC13EE9C4BA4D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * L_0 = (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 *)il2cpp_codegen_object_new(DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225_il2cpp_TypeInfo_var);
DefaultEncoder__ctor_mE3BC59793DAED9FC44BD4F688D13B6733EA13C65(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Text.Encoding::GetString(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* Encoding_GetString_m93E37199E4612FD0A2FB0D70386EC0A061BAB783 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetString_m93E37199E4612FD0A2FB0D70386EC0A061BAB783_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Encoding_GetString_m93E37199E4612FD0A2FB0D70386EC0A061BAB783_RuntimeMethod_var);
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, __this, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))));
return L_5;
}
}
// System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Encoding_GetString_mCCEF7D84D7ADD7A3B9BEB3FA81AE6F9B57B0083A (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = VirtFuncInvoker3< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(23 /* System.Char[] System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
String_t* L_4 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Text.Encoding System.Text.Encoding::get_Unicode()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_unicodeEncoding_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0017;
}
}
{
UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_1 = (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)il2cpp_codegen_object_new(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var);
UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10(L_1, (bool)0, (bool)1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_unicodeEncoding_1(L_1);
}
IL_0017:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_unicodeEncoding_1();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_bigEndianUnicode_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0017;
}
}
{
UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 * L_1 = (UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)il2cpp_codegen_object_new(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var);
UnicodeEncoding__ctor_m008B9B92D414A56B533624021525F53B2A73BD10(L_1, (bool)1, (bool)1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_bigEndianUnicode_2(L_1);
}
IL_0017:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_bigEndianUnicode_2();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoding System.Text.Encoding::get_UTF7()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_UTF7_mE709E3E74B727CFCC6675F07BC0AF19C7B4D0F1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf7Encoding_3();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0015;
}
}
{
UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 * L_1 = (UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86 *)il2cpp_codegen_object_new(UTF7Encoding_t5733F4C1ABD99AECA11B02CBABEACF7A14545A86_il2cpp_TypeInfo_var);
UTF7Encoding__ctor_m5692C45774DF106FBE6B1E5D3C02052E1A71BEAA(L_1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_utf7Encoding_3(L_1);
}
IL_0015:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf7Encoding_3();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoding System.Text.Encoding::get_UTF8()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf8Encoding_4();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0016;
}
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_1 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m27389C5A707DE2AA997362ED250BEB946CB6B076(L_1, (bool)1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_utf8Encoding_4(L_1);
}
IL_0016:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf8Encoding_4();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Text.Encoding System.Text.Encoding::get_UTF32()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_get_UTF32_m64CB5BB9DA39B0628F70276EDB13DE03A270DE15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf32Encoding_5();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0017;
}
}
{
UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A * L_1 = (UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A *)il2cpp_codegen_object_new(UTF32Encoding_t16A7634FE9BE75EEC897F21F1420783FAA53C30A_il2cpp_TypeInfo_var);
UTF32Encoding__ctor_m29D20C03874A58220973F79277050D62F8CA2475(L_1, (bool)0, (bool)1, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->set_utf32Encoding_5(L_1);
}
IL_0017:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields*)il2cpp_codegen_static_fields_for(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var))->get_utf32Encoding_5();
il2cpp_codegen_memory_barrier();
return L_2;
}
}
// System.Boolean System.Text.Encoding::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool Encoding_Equals_m6C089BFFAFA374F1EE085C7992F3138B105A9A5F (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_Equals_m6C089BFFAFA374F1EE085C7992F3138B105A9A5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)IsInstClass((RuntimeObject*)L_0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var));
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = V_0;
if (!L_1)
{
goto IL_003f;
}
}
{
int32_t L_2 = __this->get_m_codePage_9();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_codePage_9();
if ((!(((uint32_t)L_2) == ((uint32_t)L_4))))
{
goto IL_003d;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = V_0;
NullCheck(L_6);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_7);
if (!L_8)
{
goto IL_003d;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_9 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = V_0;
NullCheck(L_10);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_11 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_11);
return L_12;
}
IL_003d:
{
return (bool)0;
}
IL_003f:
{
return (bool)0;
}
}
// System.Int32 System.Text.Encoding::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Encoding_GetHashCode_m674E199F5F6140331F92C3E554B887550EF7F5CE (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_codePage_9();
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_1 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2)), (int32_t)L_4));
}
}
// System.Char[] System.Text.Encoding::GetBestFitUnicodeToBytesData()
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Encoding_GetBestFitUnicodeToBytesData_m36711A36F8890CADE431F69044F6F1B8E4C34E94 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBestFitUnicodeToBytesData_m36711A36F8890CADE431F69044F6F1B8E4C34E94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var))->get_Value_0();
return L_0;
}
}
// System.Char[] System.Text.Encoding::GetBestFitBytesToUnicodeData()
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Encoding_GetBestFitBytesToUnicodeData_m2F61B0EA9A8D41E502ABAB0C9E8D305DA2BF32E6 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_GetBestFitBytesToUnicodeData_m2F61B0EA9A8D41E502ABAB0C9E8D305DA2BF32E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var))->get_Value_0();
return L_0;
}
}
// System.Void System.Text.Encoding::ThrowBytesOverflow()
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralB44944E84F7E39F8E5F2BF429CDE253C80A0C5C5, L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC_RuntimeMethod_var);
}
}
// System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = ___encoder0;
if (!L_0)
{
goto IL_000b;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_1 = ___encoder0;
NullCheck(L_1);
bool L_2 = L_1->get_m_throwOnOverflow_5();
G_B3_0 = ((int32_t)(L_2));
goto IL_000c;
}
IL_000b:
{
G_B3_0 = 1;
}
IL_000c:
{
bool L_3 = ___nothingEncoded1;
if (!((int32_t)((int32_t)G_B3_0|(int32_t)L_3)))
{
goto IL_002c;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___encoder0;
if (!L_4)
{
goto IL_0026;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder0;
NullCheck(L_5);
bool L_6 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0026;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder0;
NullCheck(L_7);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_8 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
EncoderFallbackBuffer_InternalReset_m9BF666E5A4160B892C3C334BABA75D150DF642E7(L_8, /*hidden argument*/NULL);
}
IL_0026:
{
Encoding_ThrowBytesOverflow_mF003819DBA1215AF2B34F8B4C39A64C6A88B4BBC(__this, /*hidden argument*/NULL);
}
IL_002c:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder0;
NullCheck(L_9);
EncoderNLS_ClearMustFlush_mECADE44B82A8FED6B5284A5D916C4E2B26E326A3(L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Encoding::ThrowCharsOverflow()
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
String_t* L_6 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral92D0CE77948C91E565CEE35102CC532CE1D21A6F, L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F_RuntimeMethod_var);
}
}
// System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___decoder0;
if (!L_0)
{
goto IL_000b;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_1 = ___decoder0;
NullCheck(L_1);
bool L_2 = L_1->get_m_throwOnOverflow_4();
G_B3_0 = ((int32_t)(L_2));
goto IL_000c;
}
IL_000b:
{
G_B3_0 = 1;
}
IL_000c:
{
bool L_3 = ___nothingDecoded1;
if (!((int32_t)((int32_t)G_B3_0|(int32_t)L_3)))
{
goto IL_002c;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_4 = ___decoder0;
if (!L_4)
{
goto IL_0026;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_5 = ___decoder0;
NullCheck(L_5);
bool L_6 = Decoder_get_InternalHasFallbackBuffer_m02F2ED8893F9E6DFBEDBC299829552C35D627156(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0026;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_7 = ___decoder0;
NullCheck(L_7);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_8 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_8, /*hidden argument*/NULL);
}
IL_0026:
{
Encoding_ThrowCharsOverflow_m6F80534CD46B3C99549206A763F8785DFFF03F4F(__this, /*hidden argument*/NULL);
}
IL_002c:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_9 = ___decoder0;
NullCheck(L_9);
DecoderNLS_ClearMustFlush_m345839D32E273BAE8CDFCD4EA624AA82C8A474C8(L_9, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoding_DefaultDecoder::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DefaultDecoder__ctor_m151367754ECD70E58BE520F3B94E23EBCF855A3D (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_m_encoding_2(L_0);
__this->set_m_hasInitializedEncoding_3((bool)1);
return;
}
}
// System.Void System.Text.Encoding_DefaultDecoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DefaultDecoder__ctor_m0601A370615BC4C401EDA86A50BDA20F94EC1F85 (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultDecoder__ctor_m0601A370615BC4C401EDA86A50BDA20F94EC1F85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DefaultDecoder__ctor_m0601A370615BC4C401EDA86A50BDA20F94EC1F85_RuntimeMethod_var);
}
IL_0014:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_4, /*hidden argument*/NULL);
__this->set_m_encoding_2(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_5, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var)));
}
IL_0034:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_8, /*hidden argument*/NULL);
((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)CastclassClass((RuntimeObject*)L_9, DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var)));
goto IL_0060;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0056;
throw e;
}
CATCH_0056:
{ // begin catch(System.Runtime.Serialization.SerializationException)
((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)NULL);
goto IL_0060;
} // end catch (depth: 1)
IL_0060:
{
return;
}
}
// System.Object System.Text.Encoding_DefaultDecoder::GetRealObject(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultDecoder_GetRealObject_mB8588263C747295A603DB13BD493861418255B9E (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * V_0 = NULL;
{
bool L_0 = __this->get_m_hasInitializedEncoding_3();
if (!L_0)
{
goto IL_000a;
}
}
{
return __this;
}
IL_000a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = __this->get_m_encoding_2();
NullCheck(L_1);
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_2 = VirtFuncInvoker0< Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * >::Invoke(28 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_1);
V_0 = L_2;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallback_0();
if (!L_3)
{
goto IL_002a;
}
}
{
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_4 = V_0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallback_0();
NullCheck(L_4);
L_4->set_m_fallback_0(L_5);
}
IL_002a:
{
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_6 = V_0;
return L_6;
}
}
// System.Void System.Text.Encoding_DefaultDecoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData_m475E596E4F8ED1E26FAF132314A9BAB579102081 (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData_m475E596E4F8ED1E26FAF132314A9BAB579102081_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DefaultDecoder_System_Runtime_Serialization_ISerializable_GetObjectData_m475E596E4F8ED1E26FAF132314A9BAB579102081_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = __this->get_m_encoding_2();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetCharCount_mDB74ACC072F78AC6EABAB0E675336C853C8B52A3 (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0);
return L_3;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetCharCount_mAAFE9DA8755F8B1A21FC89337FD68C2EF6E151FC (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0;
int32_t L_2 = ___index1;
int32_t L_3 = ___count2;
NullCheck(L_0);
int32_t L_4 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(20 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetCharCount(System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetCharCount_m70897140617580EA093AD3F46160EBC254945AB6 (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, uint8_t* ___bytes0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
uint8_t* L_1 = ___bytes0;
int32_t L_2 = ___count1;
NullCheck(L_0);
int32_t L_3 = VirtFuncInvoker2< int32_t, uint8_t*, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32) */, L_0, (uint8_t*)(uint8_t*)L_1, L_2);
return L_3;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetChars_m74972BE5AED0A450F4A561E163F074F4AB17F2BD (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___byteIndex1;
int32_t L_2 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars3;
int32_t L_4 = ___charIndex4;
int32_t L_5 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, L_3, L_4, (bool)0);
return L_5;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetChars_mE69A3CD903B3B86CB58671B168020870033CBB6A (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, bool ___flush5, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0;
int32_t L_2 = ___byteIndex1;
int32_t L_3 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars3;
int32_t L_5 = ___charIndex4;
NullCheck(L_0);
int32_t L_6 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(24 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5);
return L_6;
}
}
// System.Int32 System.Text.Encoding_DefaultDecoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultDecoder_GetChars_m5B7A25A9FC229EE9786350BF761B6E2B2343EE08 (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
uint8_t* L_1 = ___bytes0;
int32_t L_2 = ___byteCount1;
Il2CppChar* L_3 = ___chars2;
int32_t L_4 = ___charCount3;
NullCheck(L_0);
int32_t L_5 = VirtFuncInvoker4< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32) */, L_0, (uint8_t*)(uint8_t*)L_1, L_2, (Il2CppChar*)(Il2CppChar*)L_3, L_4);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoding_DefaultEncoder::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void DefaultEncoder__ctor_mE3BC59793DAED9FC44BD4F688D13B6733EA13C65 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_m_encoding_2(L_0);
__this->set_m_hasInitializedEncoding_3((bool)1);
return;
}
}
// System.Void System.Text.Encoding_DefaultEncoder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DefaultEncoder__ctor_m0574B449E426AF58A6F20012DD76FCBDFA8D69A6 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultEncoder__ctor_m0574B449E426AF58A6F20012DD76FCBDFA8D69A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Encoder__ctor_m2F88A0C4027EC0264E770DF733A761BB589FA541(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DefaultEncoder__ctor_m0574B449E426AF58A6F20012DD76FCBDFA8D69A6_RuntimeMethod_var);
}
IL_0014:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_4, /*hidden argument*/NULL);
__this->set_m_encoding_2(((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)CastclassClass((RuntimeObject*)L_5, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_il2cpp_TypeInfo_var)));
}
IL_0034:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_8, /*hidden argument*/NULL);
((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->set_m_fallback_0(((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)CastclassClass((RuntimeObject*)L_9, EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral7CEE422D4A55A986BA38DEF6BF4F5978013FD582, L_12, /*hidden argument*/NULL);
__this->set_charLeftOver_4(((*(Il2CppChar*)((Il2CppChar*)UnBox(L_13, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))));
goto IL_0079;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0076;
throw e;
}
CATCH_0076:
{ // begin catch(System.Runtime.Serialization.SerializationException)
goto IL_0079;
} // end catch (depth: 1)
IL_0079:
{
return;
}
}
// System.Object System.Text.Encoding_DefaultEncoder::GetRealObject(System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DefaultEncoder_GetRealObject_mFC0E30A007FEB23FCB1120D24BFEADEFEAAF28A4 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultEncoder_GetRealObject_mFC0E30A007FEB23FCB1120D24BFEADEFEAAF28A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * V_0 = NULL;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * V_1 = NULL;
{
bool L_0 = __this->get_m_hasInitializedEncoding_3();
if (!L_0)
{
goto IL_000a;
}
}
{
return __this;
}
IL_000a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = __this->get_m_encoding_2();
NullCheck(L_1);
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_2 = VirtFuncInvoker0< Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * >::Invoke(29 /* System.Text.Encoder System.Text.Encoding::GetEncoder() */, L_1);
V_0 = L_2;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_3 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallback_0();
if (!L_3)
{
goto IL_002a;
}
}
{
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_4 = V_0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = ((Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 *)__this)->get_m_fallback_0();
NullCheck(L_4);
L_4->set_m_fallback_0(L_5);
}
IL_002a:
{
Il2CppChar L_6 = __this->get_charLeftOver_4();
if (!L_6)
{
goto IL_0048;
}
}
{
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_7 = V_0;
V_1 = ((EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)IsInstClass((RuntimeObject*)L_7, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_8 = V_1;
if (!L_8)
{
goto IL_0048;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = V_1;
Il2CppChar L_10 = __this->get_charLeftOver_4();
NullCheck(L_9);
L_9->set_charLeftOver_2(L_10);
}
IL_0048:
{
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_11 = V_0;
return L_11;
}
}
// System.Void System.Text.Encoding_DefaultEncoder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF747E1AEF49CC8DEA43BAD82E86618930CBCC4F9 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF747E1AEF49CC8DEA43BAD82E86618930CBCC4F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, DefaultEncoder_System_Runtime_Serialization_ISerializable_GetObjectData_mF747E1AEF49CC8DEA43BAD82E86618930CBCC4F9_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = __this->get_m_encoding_2();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Text.Encoding_DefaultEncoder::GetByteCount(System.Char[],System.Int32,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultEncoder_GetByteCount_m243B7BE454338823233D4D946A37F9A96B03C61A (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars0;
int32_t L_2 = ___index1;
int32_t L_3 = ___count2;
NullCheck(L_0);
int32_t L_4 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.Int32 System.Text.Encoding_DefaultEncoder::GetByteCount(System.Char*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultEncoder_GetByteCount_m83677A7CCEF01204C6BA39874D217793E996016F (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, Il2CppChar* ___chars0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
Il2CppChar* L_1 = ___chars0;
int32_t L_2 = ___count1;
NullCheck(L_0);
int32_t L_3 = VirtFuncInvoker2< int32_t, Il2CppChar*, int32_t >::Invoke(12 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32) */, L_0, (Il2CppChar*)(Il2CppChar*)L_1, L_2);
return L_3;
}
}
// System.Int32 System.Text.Encoding_DefaultEncoder::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultEncoder_GetBytes_m80D3AF66BE70B09913E88529665AEBBC2AAD430C (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, bool ___flush5, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars0;
int32_t L_2 = ___charIndex1;
int32_t L_3 = ___charCount2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes3;
int32_t L_5 = ___byteIndex4;
NullCheck(L_0);
int32_t L_6 = VirtFuncInvoker5< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(15 /* System.Int32 System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5);
return L_6;
}
}
// System.Int32 System.Text.Encoding_DefaultEncoder::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t DefaultEncoder_GetBytes_m9E2479F6174FDFA4BFB23BA7ED10E20BF1A2E475 (DefaultEncoder_t71EA10E1235BA46A6CC88E06EF73C2BAC1673225 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, bool ___flush4, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_m_encoding_2();
Il2CppChar* L_1 = ___chars0;
int32_t L_2 = ___charCount1;
uint8_t* L_3 = ___bytes2;
int32_t L_4 = ___byteCount3;
NullCheck(L_0);
int32_t L_5 = VirtFuncInvoker4< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32) */, L_0, (Il2CppChar*)(Il2CppChar*)L_1, L_2, (uint8_t*)(uint8_t*)L_3, L_4);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoding_EncodingByteBuffer::.ctor(System.Text.Encoding,System.Text.EncoderNLS,System.Byte*,System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inEncoding0, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___inEncoder1, uint8_t* ___inByteStart2, int32_t ___inByteCount3, Il2CppChar* ___inCharStart4, int32_t ___inCharCount5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___inEncoding0;
__this->set_enc_7(L_0);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_1 = ___inEncoder1;
__this->set_encoder_8(L_1);
Il2CppChar* L_2 = ___inCharStart4;
__this->set_charStart_4((Il2CppChar*)L_2);
Il2CppChar* L_3 = ___inCharStart4;
__this->set_chars_3((Il2CppChar*)L_3);
Il2CppChar* L_4 = ___inCharStart4;
int32_t L_5 = ___inCharCount5;
__this->set_charEnd_5((Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))));
uint8_t* L_6 = ___inByteStart2;
__this->set_bytes_0((uint8_t*)L_6);
uint8_t* L_7 = ___inByteStart2;
__this->set_byteStart_1((uint8_t*)L_7);
uint8_t* L_8 = ___inByteStart2;
int32_t L_9 = ___inByteCount3;
__this->set_byteEnd_2((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_10 = __this->get_encoder_8();
if (L_10)
{
goto IL_006a;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = __this->get_enc_7();
NullCheck(L_11);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_12 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_12);
__this->set_fallbackBuffer_9(L_13);
goto IL_00df;
}
IL_006a:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_14 = __this->get_encoder_8();
NullCheck(L_14);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_15 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_14, /*hidden argument*/NULL);
__this->set_fallbackBuffer_9(L_15);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_16 = __this->get_encoder_8();
NullCheck(L_16);
bool L_17 = L_16->get_m_throwOnOverflow_5();
if (!L_17)
{
goto IL_00df;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_18 = __this->get_encoder_8();
NullCheck(L_18);
bool L_19 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00df;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_20 = __this->get_fallbackBuffer_9();
NullCheck(L_20);
int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_20);
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_00df;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_22;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_24 = __this->get_encoder_8();
NullCheck(L_24);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_25 = EncoderNLS_get_Encoding_mCDF2F7C580FCF269BE40BC9BBA55CCD5A8F4C715(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, L_25);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_26);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_23;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_28 = __this->get_encoder_8();
NullCheck(L_28);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_29 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
Type_t * L_30 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_29, /*hidden argument*/NULL);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_30);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_30);
String_t* L_31 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_27, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_32, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, NULL, EncodingByteBuffer__ctor_m175BDD0E694443C10680E724F64BC8A249AAA11D_RuntimeMethod_var);
}
IL_00df:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_33 = __this->get_fallbackBuffer_9();
Il2CppChar* L_34 = __this->get_chars_3();
Il2CppChar* L_35 = __this->get_charEnd_5();
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_36 = __this->get_encoder_8();
uint8_t* L_37 = __this->get_bytes_0();
NullCheck(L_33);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_33, (Il2CppChar*)(Il2CppChar*)L_34, (Il2CppChar*)(Il2CppChar*)L_35, L_36, (bool)((((int32_t)((((intptr_t)L_37) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Text.Encoding_EncodingByteBuffer::AddByte(System.Byte,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mE9CAED19A491A8A78C698033490017F3BC8CFC4A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b0, int32_t ___moreBytesExpected1, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
uint8_t* L_0 = __this->get_bytes_0();
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0036;
}
}
{
uint8_t* L_1 = __this->get_bytes_0();
uint8_t* L_2 = __this->get_byteEnd_2();
int32_t L_3 = ___moreBytesExpected1;
if ((!(((uintptr_t)L_1) >= ((uintptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_2, (int32_t)L_3))))))
{
goto IL_0023;
}
}
{
EncodingByteBuffer_MovePrevious_mCB4BF5A4CA02264F297D98DAA7E9CDEE744156F1(__this, (bool)1, /*hidden argument*/NULL);
return (bool)0;
}
IL_0023:
{
uint8_t* L_4 = __this->get_bytes_0();
V_0 = (uint8_t*)L_4;
uint8_t* L_5 = V_0;
__this->set_bytes_0((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)1)));
uint8_t* L_6 = V_0;
uint8_t L_7 = ___b0;
*((int8_t*)L_6) = (int8_t)L_7;
}
IL_0036:
{
int32_t L_8 = __this->get_byteCountResult_6();
__this->set_byteCountResult_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
return (bool)1;
}
}
// System.Boolean System.Text.Encoding_EncodingByteBuffer::AddByte(System.Byte)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_m816C83A923CC8039CEFCD01167E26CF634A7C4F7 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___b10;
bool L_1 = EncodingByteBuffer_AddByte_mE9CAED19A491A8A78C698033490017F3BC8CFC4A(__this, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Text.Encoding_EncodingByteBuffer::AddByte(System.Byte,System.Byte)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mA992E3A8593105B70F1132047D1F9AFEF0B3497A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, uint8_t ___b21, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___b10;
uint8_t L_1 = ___b21;
bool L_2 = EncodingByteBuffer_AddByte_mC0CA34622FA97CA71C4C1150E5829BB9CFD357B2(__this, L_0, L_1, 0, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Text.Encoding_EncodingByteBuffer::AddByte(System.Byte,System.Byte,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_AddByte_mC0CA34622FA97CA71C4C1150E5829BB9CFD357B2 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, uint8_t ___b10, uint8_t ___b21, int32_t ___moreBytesExpected2, const RuntimeMethod* method)
{
{
uint8_t L_0 = ___b10;
int32_t L_1 = ___moreBytesExpected2;
bool L_2 = EncodingByteBuffer_AddByte_mE9CAED19A491A8A78C698033490017F3BC8CFC4A(__this, L_0, ((int32_t)il2cpp_codegen_add((int32_t)1, (int32_t)L_1)), /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
uint8_t L_3 = ___b21;
int32_t L_4 = ___moreBytesExpected2;
bool L_5 = EncodingByteBuffer_AddByte_mE9CAED19A491A8A78C698033490017F3BC8CFC4A(__this, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0015:
{
return (bool)0;
}
}
// System.Void System.Text.Encoding_EncodingByteBuffer::MovePrevious(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void EncodingByteBuffer_MovePrevious_mCB4BF5A4CA02264F297D98DAA7E9CDEE744156F1 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, bool ___bThrow0, const RuntimeMethod* method)
{
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = __this->get_fallbackBuffer_9();
NullCheck(L_0);
bool L_1 = L_0->get_bFallingBack_5();
if (!L_1)
{
goto IL_001b;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_2 = __this->get_fallbackBuffer_9();
NullCheck(L_2);
VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_2);
goto IL_0037;
}
IL_001b:
{
Il2CppChar* L_3 = __this->get_chars_3();
Il2CppChar* L_4 = __this->get_charStart_4();
if ((!(((uintptr_t)L_3) > ((uintptr_t)L_4))))
{
goto IL_0037;
}
}
{
Il2CppChar* L_5 = __this->get_chars_3();
__this->set_chars_3((Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (int32_t)2)));
}
IL_0037:
{
bool L_6 = ___bThrow0;
if (!L_6)
{
goto IL_0059;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = __this->get_enc_7();
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_8 = __this->get_encoder_8();
uint8_t* L_9 = __this->get_bytes_0();
uint8_t* L_10 = __this->get_byteStart_1();
NullCheck(L_7);
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(L_7, L_8, (bool)((((intptr_t)L_9) == ((intptr_t)L_10))? 1 : 0), /*hidden argument*/NULL);
}
IL_0059:
{
return;
}
}
// System.Boolean System.Text.Encoding_EncodingByteBuffer::get_MoreData()
extern "C" IL2CPP_METHOD_ATTR bool EncodingByteBuffer_get_MoreData_mF4441D3225D099D902F7A58F9B96B15FDDBC6F7F (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method)
{
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = __this->get_fallbackBuffer_9();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_0);
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_001d;
}
}
{
Il2CppChar* L_2 = __this->get_chars_3();
Il2CppChar* L_3 = __this->get_charEnd_5();
return (bool)((!(((uintptr_t)L_2) >= ((uintptr_t)L_3)))? 1 : 0);
}
IL_001d:
{
return (bool)1;
}
}
// System.Char System.Text.Encoding_EncodingByteBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar EncodingByteBuffer_GetNextChar_m47A918B530CE69350D7F9B9B73B2420A4BEB8F39 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
Il2CppChar* V_1 = NULL;
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_0 = __this->get_fallbackBuffer_9();
NullCheck(L_0);
Il2CppChar L_1 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Il2CppChar L_2 = V_0;
if (L_2)
{
goto IL_0030;
}
}
{
Il2CppChar* L_3 = __this->get_chars_3();
Il2CppChar* L_4 = __this->get_charEnd_5();
if ((!(((uintptr_t)L_3) < ((uintptr_t)L_4))))
{
goto IL_0030;
}
}
{
Il2CppChar* L_5 = __this->get_chars_3();
V_1 = (Il2CppChar*)L_5;
Il2CppChar* L_6 = V_1;
__this->set_chars_3((Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2)));
Il2CppChar* L_7 = V_1;
int32_t L_8 = *((uint16_t*)L_7);
V_0 = L_8;
}
IL_0030:
{
Il2CppChar L_9 = V_0;
return L_9;
}
}
// System.Int32 System.Text.Encoding_EncodingByteBuffer::get_CharsUsed()
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingByteBuffer_get_CharsUsed_m18A1705885FC256012EB0060D69D1A457414DC8A (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = __this->get_chars_3();
Il2CppChar* L_1 = __this->get_charStart_4();
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_1))/(int32_t)2))))))));
}
}
// System.Int32 System.Text.Encoding_EncodingByteBuffer::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingByteBuffer_get_Count_m747678245D24378CD1943B890821AFADB16CCD63 (EncodingByteBuffer_t3F87DF1BC4355EFCA2E26FFAE6D239ABCFBF3AD5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_byteCountResult_6();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Encoding_EncodingCharBuffer::.ctor(System.Text.Encoding,System.Text.DecoderNLS,System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncodingCharBuffer__ctor_mCEE3B1892CB65D6DE48F97945A285C3F52768FCC (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc0, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder1, Il2CppChar* ___charStart2, int32_t ___charCount3, uint8_t* ___byteStart4, int32_t ___byteCount5, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___enc0;
__this->set_enc_4(L_0);
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_1 = ___decoder1;
__this->set_decoder_5(L_1);
Il2CppChar* L_2 = ___charStart2;
__this->set_chars_0((Il2CppChar*)L_2);
Il2CppChar* L_3 = ___charStart2;
__this->set_charStart_1((Il2CppChar*)L_3);
Il2CppChar* L_4 = ___charStart2;
int32_t L_5 = ___charCount3;
__this->set_charEnd_2((Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))));
uint8_t* L_6 = ___byteStart4;
__this->set_byteStart_6((uint8_t*)L_6);
uint8_t* L_7 = ___byteStart4;
__this->set_bytes_8((uint8_t*)L_7);
uint8_t* L_8 = ___byteStart4;
int32_t L_9 = ___byteCount5;
__this->set_byteEnd_7((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)));
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_10 = __this->get_decoder_5();
if (L_10)
{
goto IL_0065;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ___enc0;
NullCheck(L_11);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_12 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_13 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_12);
__this->set_fallbackBuffer_9(L_13);
goto IL_0076;
}
IL_0065:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_14 = __this->get_decoder_5();
NullCheck(L_14);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_15 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_14, /*hidden argument*/NULL);
__this->set_fallbackBuffer_9(L_15);
}
IL_0076:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_16 = __this->get_fallbackBuffer_9();
uint8_t* L_17 = __this->get_bytes_8();
Il2CppChar* L_18 = __this->get_charEnd_2();
NullCheck(L_16);
DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_16, (uint8_t*)(uint8_t*)L_17, (Il2CppChar*)(Il2CppChar*)L_18, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Text.Encoding_EncodingCharBuffer::AddChar(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_AddChar_m2BD7262E87991C2B1A9847FB9F6DED8D6F463E7B (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Il2CppChar ___ch0, int32_t ___numBytes1, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
{
Il2CppChar* L_0 = __this->get_chars_0();
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_005d;
}
}
{
Il2CppChar* L_1 = __this->get_chars_0();
Il2CppChar* L_2 = __this->get_charEnd_2();
if ((!(((uintptr_t)L_1) >= ((uintptr_t)L_2))))
{
goto IL_004a;
}
}
{
uint8_t* L_3 = __this->get_bytes_8();
int32_t L_4 = ___numBytes1;
__this->set_bytes_8((uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_3, (int32_t)L_4)));
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = __this->get_enc_4();
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = __this->get_decoder_5();
uint8_t* L_7 = __this->get_bytes_8();
uint8_t* L_8 = __this->get_byteStart_6();
NullCheck(L_5);
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(L_5, L_6, (bool)((((int32_t)((!(((uintptr_t)L_7) <= ((uintptr_t)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
return (bool)0;
}
IL_004a:
{
Il2CppChar* L_9 = __this->get_chars_0();
V_0 = (Il2CppChar*)L_9;
Il2CppChar* L_10 = V_0;
__this->set_chars_0((Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2)));
Il2CppChar* L_11 = V_0;
Il2CppChar L_12 = ___ch0;
*((int16_t*)L_11) = (int16_t)L_12;
}
IL_005d:
{
int32_t L_13 = __this->get_charCountResult_3();
__this->set_charCountResult_3(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
return (bool)1;
}
}
// System.Boolean System.Text.Encoding_EncodingCharBuffer::AddChar(System.Char)
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_AddChar_mBCE17490FD6542A3F32574807A3784C40A74AA5C (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
bool L_1 = EncodingCharBuffer_AddChar_m2BD7262E87991C2B1A9847FB9F6DED8D6F463E7B(__this, L_0, 1, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Text.Encoding_EncodingCharBuffer::AdjustBytes(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncodingCharBuffer_AdjustBytes_m02B5EAAD2B5B404D886CB9AA0F3ADC7ADF3AEE6D (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, int32_t ___count0, const RuntimeMethod* method)
{
{
uint8_t* L_0 = __this->get_bytes_8();
int32_t L_1 = ___count0;
__this->set_bytes_8((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1)));
return;
}
}
// System.Boolean System.Text.Encoding_EncodingCharBuffer::get_MoreData()
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_get_MoreData_mDA6918FFECBD1F5FEBEDDF2AD002ABB02BAEE2E3 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method)
{
{
uint8_t* L_0 = __this->get_bytes_8();
uint8_t* L_1 = __this->get_byteEnd_7();
return (bool)((!(((uintptr_t)L_0) >= ((uintptr_t)L_1)))? 1 : 0);
}
}
// System.Byte System.Text.Encoding_EncodingCharBuffer::GetNextByte()
extern "C" IL2CPP_METHOD_ATTR uint8_t EncodingCharBuffer_GetNextByte_m6807DC8FBD56BA7912829550A3C9F25301D9A42D (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
uint8_t* L_0 = __this->get_bytes_8();
uint8_t* L_1 = __this->get_byteEnd_7();
if ((!(((uintptr_t)L_0) >= ((uintptr_t)L_1))))
{
goto IL_0010;
}
}
{
return (uint8_t)0;
}
IL_0010:
{
uint8_t* L_2 = __this->get_bytes_8();
V_0 = (uint8_t*)L_2;
uint8_t* L_3 = V_0;
__this->set_bytes_8((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1)));
uint8_t* L_4 = V_0;
int32_t L_5 = *((uint8_t*)L_4);
return (uint8_t)L_5;
}
}
// System.Int32 System.Text.Encoding_EncodingCharBuffer::get_BytesUsed()
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingCharBuffer_get_BytesUsed_m1D6ACCF80F894D5118C2B9BB9C56274B4E699EF6 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method)
{
{
uint8_t* L_0 = __this->get_bytes_8();
uint8_t* L_1 = __this->get_byteStart_6();
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_0, (intptr_t)L_1))/(int32_t)1))))))));
}
}
// System.Boolean System.Text.Encoding_EncodingCharBuffer::Fallback(System.Byte)
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, uint8_t ___fallbackByte0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingCharBuffer_Fallback_mCB8B75AEF197D3BD39FD0EBD36A5BDD207851C69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
uint8_t L_2 = ___fallbackByte0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_2);
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
bool L_4 = EncodingCharBuffer_Fallback_mC0B6F0298F99CC06FA859D3DA69F0E8A3FDACBE7(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean System.Text.Encoding_EncodingCharBuffer::Fallback(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR bool EncodingCharBuffer_Fallback_mC0B6F0298F99CC06FA859D3DA69F0E8A3FDACBE7 (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer0, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
{
Il2CppChar* L_0 = __this->get_chars_0();
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0082;
}
}
{
Il2CppChar* L_1 = __this->get_chars_0();
V_0 = (Il2CppChar*)L_1;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_2 = __this->get_fallbackBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___byteBuffer0;
uint8_t* L_4 = __this->get_bytes_8();
Il2CppChar** L_5 = __this->get_address_of_chars_0();
NullCheck(L_2);
bool L_6 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(8 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_2, L_3, (uint8_t*)(uint8_t*)L_4, (Il2CppChar**)L_5);
if (L_6)
{
goto IL_0067;
}
}
{
uint8_t* L_7 = __this->get_bytes_8();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___byteBuffer0;
NullCheck(L_8);
__this->set_bytes_8((uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_7, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))));
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_9 = __this->get_fallbackBuffer_9();
NullCheck(L_9);
DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_9, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = __this->get_enc_4();
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_11 = __this->get_decoder_5();
Il2CppChar* L_12 = __this->get_chars_0();
Il2CppChar* L_13 = __this->get_charStart_1();
NullCheck(L_10);
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(L_10, L_11, (bool)((((intptr_t)L_12) == ((intptr_t)L_13))? 1 : 0), /*hidden argument*/NULL);
return (bool)0;
}
IL_0067:
{
int32_t L_14 = __this->get_charCountResult_3();
Il2CppChar* L_15 = __this->get_chars_0();
Il2CppChar* L_16 = V_0;
__this->set_charCountResult_3(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/(int32_t)2)))))))))));
goto IL_00a1;
}
IL_0082:
{
int32_t L_17 = __this->get_charCountResult_3();
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_18 = __this->get_fallbackBuffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___byteBuffer0;
uint8_t* L_20 = __this->get_bytes_8();
NullCheck(L_18);
int32_t L_21 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(9 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_18, L_19, (uint8_t*)(uint8_t*)L_20);
__this->set_charCountResult_3(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_21)));
}
IL_00a1:
{
return (bool)1;
}
}
// System.Int32 System.Text.Encoding_EncodingCharBuffer::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingCharBuffer_get_Count_mEFAE009306DEEDB4BBF82ECF9031E4C3361ADB4E (EncodingCharBuffer_t57DF2C468BB65F56788A37E2DDF56AA6BE536BD0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_charCountResult_3();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding System.Text.EncodingHelper::get_UTF8Unmarked()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_utf8EncodingWithoutMarkers_0();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_0049;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_lockobj_1();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_utf8EncodingWithoutMarkers_0();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_003d;
}
}
IL_0022:
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_4 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_4, (bool)0, (bool)0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_utf8EncodingWithoutMarkers_0(L_4);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_utf8EncodingWithoutMarkers_0();
il2cpp_codegen_memory_barrier();
NullCheck(L_5);
Encoding_setReadOnly_mEB95513471A530FFD4F84AB63E4F794B5DCF174C(L_5, (bool)1, /*hidden argument*/NULL);
}
IL_003d:
{
IL2CPP_LEAVE(0x49, FINALLY_003f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0048;
}
}
IL_0042:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_0048:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x49, IL_0049)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0049:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_utf8EncodingWithoutMarkers_0();
il2cpp_codegen_memory_barrier();
return L_8;
}
}
// System.String System.Text.EncodingHelper::InternalCodePage(System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR String_t* EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432 (int32_t* ___code_page0, const RuntimeMethod* method)
{
typedef String_t* (*EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432_ftn) (int32_t*);
using namespace il2cpp::icalls;
return ((EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432_ftn)mscorlib::System::Text::EncodingHelper::InternalCodePage) (___code_page0);
}
// System.Text.Encoding System.Text.EncodingHelper::GetDefaultEncoding()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_GetDefaultEncoding_m11A46F8629633F14B5C9787094E4A50862D6B5C1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingHelper_GetDefaultEncoding_m11A46F8629633F14B5C9787094E4A50862D6B5C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
V_1 = 1;
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
String_t* L_0 = EncodingHelper_InternalCodePage_m40D628F42FC6E0B635B21496F0BA71A00B009432((int32_t*)(&V_1), /*hidden argument*/NULL);
V_2 = L_0;
}
IL_000c:
try
{ // begin try (depth: 1)
{
int32_t L_1 = V_1;
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_0019;
}
}
IL_0010:
{
String_t* L_2 = V_2;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_0078;
}
IL_0019:
{
int32_t L_4 = V_1;
V_1 = ((int32_t)((int32_t)L_4&(int32_t)((int32_t)268435455)));
int32_t L_5 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)))
{
case 0:
{
goto IL_0043;
}
case 1:
{
goto IL_004b;
}
case 2:
{
goto IL_0053;
}
case 3:
{
goto IL_005b;
}
case 4:
{
goto IL_0063;
}
case 5:
{
goto IL_006b;
}
}
}
IL_0041:
{
goto IL_0071;
}
IL_0043:
{
V_1 = ((int32_t)20127);
goto IL_0071;
}
IL_004b:
{
V_1 = ((int32_t)65007);
goto IL_0071;
}
IL_0053:
{
V_1 = ((int32_t)65001);
goto IL_0071;
}
IL_005b:
{
V_1 = ((int32_t)1200);
goto IL_0071;
}
IL_0063:
{
V_1 = ((int32_t)1201);
goto IL_0071;
}
IL_006b:
{
V_1 = ((int32_t)1252);
}
IL_0071:
{
int32_t L_6 = V_1;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_GetEncoding_m0F51F30DFDD74D989E27C58C53FC82718CC51F68(L_6, /*hidden argument*/NULL);
V_0 = L_7;
}
IL_0078:
{
goto IL_008c;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_007a;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0083;
throw e;
}
CATCH_007a:
{ // begin catch(System.NotSupportedException)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335(/*hidden argument*/NULL);
V_0 = L_8;
goto IL_008c;
} // end catch (depth: 1)
CATCH_0083:
{ // begin catch(System.ArgumentException)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335(/*hidden argument*/NULL);
V_0 = L_9;
goto IL_008c;
} // end catch (depth: 1)
IL_008c:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = V_0;
return L_10;
}
}
// System.Object System.Text.EncodingHelper::InvokeI18N(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * EncodingHelper_InvokeI18N_m638F0C7660999BE0390DD7E26CBC9603D139D2D6 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingHelper_InvokeI18N_m638F0C7660999BE0390DD7E26CBC9603D139D2D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Type_t * V_2 = NULL;
RuntimeObject * V_3 = NULL;
RuntimeObject * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_lockobj_1();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
bool L_2 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_i18nDisabled_3();
if (!L_2)
{
goto IL_001f;
}
}
IL_0017:
{
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
}
IL_001f:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Assembly_t * L_3 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_i18nAssembly_2();
bool L_4 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_3, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_006c;
}
}
IL_002c:
try
{ // begin try (depth: 2)
try
{ // begin try (depth: 3)
Assembly_t * L_5 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(_stringLiteralA01DFAA538E95225DAC97E697E012232DD8791A6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_i18nAssembly_2(L_5);
goto IL_004c;
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.NotImplementedException)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_i18nDisabled_3((bool)1);
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 3)
IL_004c:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Assembly_t * L_6 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_i18nAssembly_2();
bool L_7 = Assembly_op_Equality_m4B6A318CE4104781ABF30A2BBBCCCFB0FE342316(L_6, (Assembly_t *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0061;
}
}
IL_0059:
{
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
}
IL_0061:
{
goto IL_006c;
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0063;
throw e;
}
CATCH_0063:
{ // begin catch(System.SystemException)
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
IL_006c:
{
}
IL_006d:
try
{ // begin try (depth: 2)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
Assembly_t * L_8 = ((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->get_i18nAssembly_2();
NullCheck(L_8);
Type_t * L_9 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_8, _stringLiteral876176D7E90558A72F1CF2358EA1AC4C58845926);
V_2 = L_9;
goto IL_008b;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_007f;
throw e;
}
CATCH_007f:
{ // begin catch(System.NotImplementedException)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_i18nDisabled_3((bool)1);
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
IL_008b:
{
Type_t * L_10 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_10, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0099;
}
}
IL_0094:
{
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
}
IL_0099:
{
}
IL_009a:
try
{ // begin try (depth: 2)
{
Type_t * L_12 = V_2;
NullCheck(L_12);
RuntimeObject * L_13 = VirtFuncInvoker8< RuntimeObject *, String_t*, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(22 /* System.Object System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) */, L_12, _stringLiteralA312766BFB2DE609B56DA005A8AC1274644F2CC9, ((int32_t)4120), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, NULL, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
V_3 = L_13;
RuntimeObject * L_14 = V_3;
if (L_14)
{
goto IL_00b9;
}
}
IL_00b4:
{
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
}
IL_00b9:
{
goto IL_00d3;
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00bb;
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00c1;
if(il2cpp_codegen_class_is_assignable_from (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00c7;
throw e;
}
CATCH_00bb:
{ // begin catch(System.MissingMethodException)
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
CATCH_00c1:
{ // begin catch(System.Security.SecurityException)
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
CATCH_00c7:
{ // begin catch(System.NotImplementedException)
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_i18nDisabled_3((bool)1);
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
IL_00d3:
{
}
IL_00d4:
try
{ // begin try (depth: 2)
Type_t * L_15 = V_2;
String_t* L_16 = ___name0;
RuntimeObject * L_17 = V_3;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = ___args1;
NullCheck(L_15);
RuntimeObject * L_19 = VirtFuncInvoker8< RuntimeObject *, String_t*, int32_t, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *, RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(22 /* System.Object System.Type::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) */, L_15, L_16, ((int32_t)276), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_17, L_18, (ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA*)NULL, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
V_4 = L_19;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00ea;
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00f0;
throw e;
}
CATCH_00ea:
{ // begin catch(System.MissingMethodException)
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
CATCH_00f0:
{ // begin catch(System.Security.SecurityException)
V_4 = NULL;
IL2CPP_LEAVE(0x100, FINALLY_00f6);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f6;
}
FINALLY_00f6:
{ // begin finally (depth: 1)
{
bool L_20 = V_1;
if (!L_20)
{
goto IL_00ff;
}
}
IL_00f9:
{
RuntimeObject * L_21 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_21, /*hidden argument*/NULL);
}
IL_00ff:
{
IL2CPP_END_FINALLY(246)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(246)
{
IL2CPP_JUMP_TBL(0x100, IL_0100)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0100:
{
RuntimeObject * L_22 = V_4;
return L_22;
}
}
// System.Void System.Text.EncodingHelper::.cctor()
extern "C" IL2CPP_METHOD_ATTR void EncodingHelper__cctor_m3A7B50759A632B7B6EF4F4B20E83B989249EEA9B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingHelper__cctor_m3A7B50759A632B7B6EF4F4B20E83B989249EEA9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_StaticFields*)il2cpp_codegen_static_fields_for(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var))->set_lockobj_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.EncodingNLS::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void EncodingNLS__ctor_mBB608BD3E5EEC3B10BE1D10B20EF40D4923A52D6 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, int32_t ___codePage0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___codePage0;
Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Text.EncodingNLS::GetByteCount(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_RuntimeMethod_var);
}
IL_0040:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, EncodingNLS_GetByteCount_m3F4C3DB58C5879011230889556AEB83DC238827D_RuntimeMethod_var);
}
IL_005d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1;
NullCheck(L_17);
V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
Il2CppChar* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_21;
}
}
// System.Int32 System.Text.EncodingNLS::GetByteCount(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetByteCount_m2C40854638120514BDE434F02FD3F8A8424DBB6C (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetByteCount_m2C40854638120514BDE434F02FD3F8A8424DBB6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, EncodingNLS_GetByteCount_m2C40854638120514BDE434F02FD3F8A8424DBB6C_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
V_1 = L_2;
String_t* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
}
IL_001e:
{
Il2CppChar* L_7 = V_0;
String_t* L_8 = ___s0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_10;
}
}
// System.Int32 System.Text.EncodingNLS::GetByteCount(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, EncodingNLS_GetByteCount_m14E7B2206D4191AF9A3DB447F41C16D20FDF3B52_RuntimeMethod_var);
}
IL_0033:
{
Il2CppChar* L_6 = ___chars0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(13 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_8;
}
}
// System.Int32 System.Text.EncodingNLS::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, String_t* ___s0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
String_t* L_2 = ___s0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_RuntimeMethod_var);
}
IL_004e:
{
String_t* L_10 = ___s0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
int32_t L_12 = ___charIndex1;
int32_t L_13 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13)))
{
goto IL_006e;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_RuntimeMethod_var);
}
IL_006e:
{
int32_t L_16 = ___byteIndex4;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_007b;
}
}
{
int32_t L_17 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3;
NullCheck(L_18);
if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_0090;
}
}
IL_007b:
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, EncodingNLS_GetBytes_mD8770C7A9DF45CD8269D00180D93B86047DF79C9_RuntimeMethod_var);
}
IL_0090:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a5;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a5:
{
String_t* L_25 = ___s0;
V_2 = L_25;
String_t* L_26 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_26));
Il2CppChar* L_27 = V_1;
if (!L_27)
{
goto IL_00b5;
}
}
{
Il2CppChar* L_28 = V_1;
int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29));
}
IL_00b5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00c2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))
{
goto IL_00c7;
}
}
IL_00c2:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00d1;
}
IL_00c7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4;
NullCheck(L_33);
V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00d1:
{
Il2CppChar* L_34 = V_1;
int32_t L_35 = ___charIndex1;
int32_t L_36 = ___charCount2;
uint8_t* L_37 = V_3;
int32_t L_38 = ___byteIndex4;
int32_t L_39 = V_0;
int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_40;
}
}
// System.Int32 System.Text.EncodingNLS::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_RuntimeMethod_var);
}
IL_004e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = ___charIndex1;
int32_t L_12 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___byteIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, EncodingNLS_GetBytes_m86EE2D6786300F29FA1E9D2CE15C842D9ACD8C6E_RuntimeMethod_var);
}
IL_008d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2;
NullCheck(L_28);
V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
Il2CppChar* L_33 = V_1;
int32_t L_34 = ___charIndex1;
int32_t L_35 = ___charCount2;
uint8_t* L_36 = V_3;
int32_t L_37 = ___byteIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_39;
}
}
// System.Int32 System.Text.EncodingNLS::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___charCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncodingNLS_GetBytes_mD31039E4E15BB0A59DE9FD784856BC9045170D6C_RuntimeMethod_var);
}
IL_0054:
{
Il2CppChar* L_10 = ___chars0;
int32_t L_11 = ___charCount1;
uint8_t* L_12 = ___bytes2;
int32_t L_13 = ___byteCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_14;
}
}
// System.Int32 System.Text.EncodingNLS::GetCharCount(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, EncodingNLS_GetCharCount_m60638984A90F04119296B224F269424D1114DDCD_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
uint8_t* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(22 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_21;
}
}
// System.Int32 System.Text.EncodingNLS::GetCharCount(System.Byte*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, EncodingNLS_GetCharCount_mBFD4D1CF13235898AE19B2DBD93D025055DF3F90_RuntimeMethod_var);
}
IL_0033:
{
uint8_t* L_6 = ___bytes0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(22 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_8;
}
}
// System.Int32 System.Text.EncodingNLS::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
NullCheck(L_10);
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, NULL, EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___charIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___charIndex4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, EncodingNLS_GetChars_mF2857104EEF373BE111A6B2AA48DD15EA7DCBF31_RuntimeMethod_var);
}
IL_008d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0;
NullCheck(L_20);
if ((((RuntimeArray *)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3;
NullCheck(L_21);
int32_t L_22 = ___charIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))), (int32_t)L_22));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3;
NullCheck(L_23);
if ((((RuntimeArray *)L_23)->max_length))
{
goto IL_00a8;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_24;
}
IL_00a8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4;
NullCheck(L_32);
V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
uint8_t* L_33 = V_1;
int32_t L_34 = ___byteIndex1;
int32_t L_35 = ___byteCount2;
Il2CppChar* L_36 = V_3;
int32_t L_37 = ___charIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_39;
}
}
// System.Int32 System.Text.EncodingNLS::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes0;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars2;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes0;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0055;
}
}
IL_0034:
{
int32_t L_7 = ___charCount3;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0045;
}
IL_0040:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0045:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, EncodingNLS_GetChars_m1292F0F6D2B3EEA2B3A1EA7A5C3BF171B3D6BAAE_RuntimeMethod_var);
}
IL_0055:
{
uint8_t* L_10 = ___bytes0;
int32_t L_11 = ___byteCount1;
Il2CppChar* L_12 = ___chars2;
int32_t L_13 = ___charCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(26 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_14;
}
}
// System.String System.Text.EncodingNLS::GetString(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, EncodingNLS_GetString_mDE9B50606FAB77B88125469A7FCDA5E2065A120F_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray *)L_13)->max_length))
{
goto IL_0067;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0067:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0071;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length)))))
{
goto IL_0076;
}
}
IL_0071:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007f;
}
IL_0076:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
NullCheck(L_18);
V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007f:
{
uint8_t* L_19 = V_0;
int32_t L_20 = ___index1;
int32_t L_21 = ___count2;
String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL);
return L_22;
}
}
// System.Text.Decoder System.Text.EncodingNLS::GetDecoder()
extern "C" IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * EncodingNLS_GetDecoder_m22925AF3BB308D18DA59AECF827167560F330440 (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetDecoder_m22925AF3BB308D18DA59AECF827167560F330440_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)il2cpp_codegen_object_new(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var);
DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoder System.Text.EncodingNLS::GetEncoder()
extern "C" IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * EncodingNLS_GetEncoder_m5A728D551A7FB15FD6672152D10C764E4391389C (EncodingNLS_tED4EB523BC03EF4F815875D8A722B294A72F40E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingNLS_GetEncoder_m5A728D551A7FB15FD6672152D10C764E4391389C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)il2cpp_codegen_object_new(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var);
EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding System.Text.EncodingProvider::GetEncodingFromProvider(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingProvider_GetEncodingFromProvider_mA0F1D2A29AF8309112363BA3AEAD24F4F84F8A6F (int32_t ___codepage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingProvider_GetEncodingFromProvider_mA0F1D2A29AF8309112363BA3AEAD24F4F84F8A6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* V_0 = NULL;
int32_t V_1 = 0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_0 = ((EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields*)il2cpp_codegen_static_fields_for(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var))->get_s_providers_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000b;
}
}
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_1 = ((EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields*)il2cpp_codegen_static_fields_for(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var))->get_s_providers_1();
il2cpp_codegen_memory_barrier();
V_0 = L_1;
V_1 = 0;
goto IL_002a;
}
IL_0017:
{
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
int32_t L_6 = ___codepage0;
NullCheck(L_5);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = VirtFuncInvoker1< Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *, int32_t >::Invoke(5 /* System.Text.Encoding System.Text.EncodingProvider::GetEncoding(System.Int32) */, L_5, L_6);
V_2 = L_7;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = V_2;
if (!L_8)
{
goto IL_0026;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = V_2;
return L_9;
}
IL_0026:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_002a:
{
int32_t L_11 = V_1;
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_0017;
}
}
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
}
// System.Text.Encoding System.Text.EncodingProvider::GetEncodingFromProvider(System.String)
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingProvider_GetEncodingFromProvider_m6B4B2550725947939A8DEF0B26D335D7957017A7 (String_t* ___encodingName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingProvider_GetEncodingFromProvider_m6B4B2550725947939A8DEF0B26D335D7957017A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* V_0 = NULL;
int32_t V_1 = 0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_0 = ((EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields*)il2cpp_codegen_static_fields_for(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var))->get_s_providers_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000b;
}
}
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var);
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_1 = ((EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields*)il2cpp_codegen_static_fields_for(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var))->get_s_providers_1();
il2cpp_codegen_memory_barrier();
V_0 = L_1;
V_1 = 0;
goto IL_002a;
}
IL_0017:
{
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480 * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
String_t* L_6 = ___encodingName0;
NullCheck(L_5);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = VirtFuncInvoker1< Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *, String_t* >::Invoke(4 /* System.Text.Encoding System.Text.EncodingProvider::GetEncoding(System.String) */, L_5, L_6);
V_2 = L_7;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = V_2;
if (!L_8)
{
goto IL_0026;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = V_2;
return L_9;
}
IL_0026:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_002a:
{
int32_t L_11 = V_1;
EncodingProviderU5BU5D_tC6F023570A13EC5DEAC72E9403D9C8B84DCF4E49* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))))
{
goto IL_0017;
}
}
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
}
// System.Void System.Text.EncodingProvider::.cctor()
extern "C" IL2CPP_METHOD_ATTR void EncodingProvider__cctor_mFF0BD781A7712C88D2ACAFCE51E43352446EF041 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EncodingProvider__cctor_mFF0BD781A7712C88D2ACAFCE51E43352446EF041_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_StaticFields*)il2cpp_codegen_static_fields_for(EncodingProvider_t75FB9C8A37AAC86251A690CAB8D5D718B9DCB480_il2cpp_TypeInfo_var))->set_s_InternalSyncObject_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.InternalDecoderBestFitFallback::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallback__ctor_m9DC081B41C021834638AA9E36979B35C5172F744 (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
__this->set_cReplacement_6(((int32_t)63));
DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_encoding_4(L_0);
((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 *)__this)->set_bIsMicrosoftBestFitFallback_0((bool)1);
return;
}
}
// System.Text.DecoderFallbackBuffer System.Text.InternalDecoderBestFitFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * InternalDecoderBestFitFallback_CreateFallbackBuffer_mAB113BA8D99815EA9F69A4E6AB7E07C7463AC05D (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalDecoderBestFitFallback_CreateFallbackBuffer_mAB113BA8D99815EA9F69A4E6AB7E07C7463AC05D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * L_0 = (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F *)il2cpp_codegen_object_new(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_il2cpp_TypeInfo_var);
InternalDecoderBestFitFallbackBuffer__ctor_m4660895B648DE232827A084937D6E7870F407CAF(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.InternalDecoderBestFitFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallback_get_MaxCharCount_m35D3A943387A6E16C5AD493A4E9DF3F869D0E7D3 (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Boolean System.Text.InternalDecoderBestFitFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool InternalDecoderBestFitFallback_Equals_m5D263B30BFF1BF1350E9D6C455ACF80609B9EE6E (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalDecoderBestFitFallback_Equals_m5D263B30BFF1BF1350E9D6C455ACF80609B9EE6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 *)IsInstSealed((RuntimeObject*)L_0, InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4_il2cpp_TypeInfo_var));
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_1 = V_0;
if (!L_1)
{
goto IL_0023;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get_encoding_4();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_2);
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_4 = V_0;
NullCheck(L_4);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = L_4->get_encoding_4();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_5);
return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0);
}
IL_0023:
{
return (bool)0;
}
}
// System.Int32 System.Text.InternalDecoderBestFitFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallback_GetHashCode_m0B724EF16C41A9E43087BEBDFDE4014439C08981 (InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * __this, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_encoding_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Text.InternalDecoderBestFitFallbackBuffer::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m882032FDCD9281FC5145B8AA0F2C604EB806915A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m882032FDCD9281FC5145B8AA0F2C604EB806915A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_6();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_6()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_StaticFields*)il2cpp_codegen_static_fields_for(InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_6();
return L_3;
}
}
// System.Void System.Text.InternalDecoderBestFitFallbackBuffer::.ctor(System.Text.InternalDecoderBestFitFallback)
extern "C" IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer__ctor_m4660895B648DE232827A084937D6E7870F407CAF (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * ___fallback0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
__this->set_iCount_3((-1));
DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046(__this, /*hidden argument*/NULL);
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_0 = ___fallback0;
__this->set_oFallback_5(L_0);
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_1 = __this->get_oFallback_5();
NullCheck(L_1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_arrayBestFit_5();
if (L_2)
{
goto IL_0060;
}
}
{
RuntimeObject * L_3 = InternalDecoderBestFitFallbackBuffer_get_InternalSyncObject_m882032FDCD9281FC5145B8AA0F2C604EB806915A(/*hidden argument*/NULL);
V_0 = L_3;
V_1 = (bool)0;
}
IL_0029:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_5 = __this->get_oFallback_5();
NullCheck(L_5);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_arrayBestFit_5();
if (L_6)
{
goto IL_0054;
}
}
IL_003e:
{
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_7 = __this->get_oFallback_5();
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_8 = ___fallback0;
NullCheck(L_8);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = L_8->get_encoding_4();
NullCheck(L_9);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = VirtFuncInvoker0< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(35 /* System.Char[] System.Text.Encoding::GetBestFitBytesToUnicodeData() */, L_9);
NullCheck(L_7);
L_7->set_arrayBestFit_5(L_10);
}
IL_0054:
{
IL2CPP_LEAVE(0x60, FINALLY_0056);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0056;
}
FINALLY_0056:
{ // begin finally (depth: 1)
{
bool L_11 = V_1;
if (!L_11)
{
goto IL_005f;
}
}
IL_0059:
{
RuntimeObject * L_12 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_005f:
{
IL2CPP_END_FINALLY(86)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(86)
{
IL2CPP_JUMP_TBL(0x60, IL_0060)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0060:
{
return;
}
}
// System.Boolean System.Text.InternalDecoderBestFitFallbackBuffer::Fallback(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool InternalDecoderBestFitFallbackBuffer_Fallback_m7571CD9E98552310954105CB061A454CCC39ABC7 (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
Il2CppChar L_1 = InternalDecoderBestFitFallbackBuffer_TryBestFit_m893FED71FD776004F8B3DDBA0F209ACD819D9B7E(__this, L_0, /*hidden argument*/NULL);
__this->set_cBestFit_2(L_1);
Il2CppChar L_2 = __this->get_cBestFit_2();
if (L_2)
{
goto IL_0026;
}
}
{
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_3 = __this->get_oFallback_5();
NullCheck(L_3);
Il2CppChar L_4 = L_3->get_cReplacement_6();
__this->set_cBestFit_2(L_4);
}
IL_0026:
{
int32_t L_5 = 1;
V_0 = L_5;
__this->set_iSize_4(L_5);
int32_t L_6 = V_0;
__this->set_iCount_3(L_6);
return (bool)1;
}
}
// System.Char System.Text.InternalDecoderBestFitFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_GetNextChar_m9878FA9B746286F628A71728D205F4E7CB2E7221 (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_iCount_3();
__this->set_iCount_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_iCount_3();
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
return 0;
}
IL_0019:
{
int32_t L_2 = __this->get_iCount_3();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_002f;
}
}
{
__this->set_iCount_3((-1));
return 0;
}
IL_002f:
{
Il2CppChar L_3 = __this->get_cBestFit_2();
return L_3;
}
}
// System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallbackBuffer_get_Remaining_m1A702508C046E333677B7C03CA769CF19A96A8FC (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_iCount_3();
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_000b;
}
}
{
return 0;
}
IL_000b:
{
int32_t L_1 = __this->get_iCount_3();
return L_1;
}
}
// System.Void System.Text.InternalDecoderBestFitFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void InternalDecoderBestFitFallbackBuffer_Reset_m63493B5D1844ABA54389D95B64C5E78B85679D43 (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, const RuntimeMethod* method)
{
{
__this->set_iCount_3((-1));
((DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)__this)->set_byteStart_0((uint8_t*)(((uintptr_t)0)));
return;
}
}
// System.Int32 System.Text.InternalDecoderBestFitFallbackBuffer::InternalFallback(System.Byte[],System.Byte*)
extern "C" IL2CPP_METHOD_ATTR int32_t InternalDecoderBestFitFallbackBuffer_InternalFallback_mA10E0696CFCEDE7C28038A5CB59A246C46F11502 (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Char System.Text.InternalDecoderBestFitFallbackBuffer::TryBestFit(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalDecoderBestFitFallbackBuffer_TryBestFit_m893FED71FD776004F8B3DDBA0F209ACD819D9B7E (InternalDecoderBestFitFallbackBuffer_t72773560F3EA35774592AA02A71B46D4A46DA25F * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesCheck0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
{
V_0 = 0;
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_0 = __this->get_oFallback_5();
NullCheck(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_arrayBestFit_5();
NullCheck(L_1);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))));
int32_t L_2 = V_1;
if (L_2)
{
goto IL_0015;
}
}
{
return 0;
}
IL_0015:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytesCheck0;
NullCheck(L_3);
if (!(((RuntimeArray *)L_3)->max_length))
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytesCheck0;
NullCheck(L_4);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)2)))
{
goto IL_0021;
}
}
IL_001f:
{
return 0;
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___bytesCheck0;
NullCheck(L_5);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) == ((uint32_t)1))))
{
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___bytesCheck0;
NullCheck(L_6);
int32_t L_7 = 0;
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_3 = L_8;
goto IL_0038;
}
IL_002d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___bytesCheck0;
NullCheck(L_9);
int32_t L_10 = 0;
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___bytesCheck0;
NullCheck(L_12);
int32_t L_13 = 1;
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
V_3 = (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11<<(int32_t)8)), (int32_t)L_14)))));
}
IL_0038:
{
Il2CppChar L_15 = V_3;
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_16 = __this->get_oFallback_5();
NullCheck(L_16);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_arrayBestFit_5();
NullCheck(L_17);
int32_t L_18 = 0;
uint16_t L_19 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if ((((int32_t)L_15) < ((int32_t)L_19)))
{
goto IL_005a;
}
}
{
Il2CppChar L_20 = V_3;
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_21 = __this->get_oFallback_5();
NullCheck(L_21);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21->get_arrayBestFit_5();
int32_t L_23 = V_1;
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2));
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((((int32_t)L_20) <= ((int32_t)L_25)))
{
goto IL_0098;
}
}
IL_005a:
{
return 0;
}
IL_005c:
{
int32_t L_26 = V_4;
int32_t L_27 = V_0;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_26/(int32_t)2)), (int32_t)L_27))&(int32_t)((int32_t)65534)));
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_28 = __this->get_oFallback_5();
NullCheck(L_28);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = L_28->get_arrayBestFit_5();
int32_t L_30 = V_2;
NullCheck(L_29);
int32_t L_31 = L_30;
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_5 = L_32;
Il2CppChar L_33 = V_5;
Il2CppChar L_34 = V_3;
if ((!(((uint32_t)L_33) == ((uint32_t)L_34))))
{
goto IL_008d;
}
}
{
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_35 = __this->get_oFallback_5();
NullCheck(L_35);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = L_35->get_arrayBestFit_5();
int32_t L_37 = V_2;
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
return L_39;
}
IL_008d:
{
Il2CppChar L_40 = V_5;
Il2CppChar L_41 = V_3;
if ((((int32_t)L_40) >= ((int32_t)L_41)))
{
goto IL_0096;
}
}
{
int32_t L_42 = V_2;
V_0 = L_42;
goto IL_0098;
}
IL_0096:
{
int32_t L_43 = V_2;
V_1 = L_43;
}
IL_0098:
{
int32_t L_44 = V_1;
int32_t L_45 = V_0;
int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
V_4 = L_46;
if ((((int32_t)L_46) > ((int32_t)6)))
{
goto IL_005c;
}
}
{
int32_t L_47 = V_0;
V_2 = L_47;
goto IL_00c9;
}
IL_00a5:
{
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_48 = __this->get_oFallback_5();
NullCheck(L_48);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = L_48->get_arrayBestFit_5();
int32_t L_50 = V_2;
NullCheck(L_49);
int32_t L_51 = L_50;
uint16_t L_52 = (uint16_t)(L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
Il2CppChar L_53 = V_3;
if ((!(((uint32_t)L_52) == ((uint32_t)L_53))))
{
goto IL_00c5;
}
}
{
InternalDecoderBestFitFallback_tEDAD252E54B0CA27A47ABC5681EC6BCACB3C19B4 * L_54 = __this->get_oFallback_5();
NullCheck(L_54);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = L_54->get_arrayBestFit_5();
int32_t L_56 = V_2;
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
return L_58;
}
IL_00c5:
{
int32_t L_59 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)2));
}
IL_00c9:
{
int32_t L_60 = V_2;
int32_t L_61 = V_1;
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_00a5;
}
}
{
return 0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.InternalEncoderBestFitFallback::.ctor(System.Text.Encoding)
extern "C" IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallback__ctor_m74F421EBA10BBB6CD286DA81A1E26A026227DAE2 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
EncoderFallback__ctor_m7EDA0415798986D15DA060414B0839FF158B9227(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_encoding_4(L_0);
((EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 *)__this)->set_bIsMicrosoftBestFitFallback_0((bool)1);
return;
}
}
// System.Text.EncoderFallbackBuffer System.Text.InternalEncoderBestFitFallback::CreateFallbackBuffer()
extern "C" IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * InternalEncoderBestFitFallback_CreateFallbackBuffer_mCBD6DBF828C05ECBC79FF3FD17D4A77296A48079 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalEncoderBestFitFallback_CreateFallbackBuffer_mCBD6DBF828C05ECBC79FF3FD17D4A77296A48079_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * L_0 = (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 *)il2cpp_codegen_object_new(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_il2cpp_TypeInfo_var);
InternalEncoderBestFitFallbackBuffer__ctor_m0446A53228519814A3BC54A1F6756E21EC2729B5(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.InternalEncoderBestFitFallback::get_MaxCharCount()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallback_get_MaxCharCount_m35660F56F97B278545EF7CC527AA3C63274BA2C1 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Boolean System.Text.InternalEncoderBestFitFallback::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallback_Equals_m2EB7A90447CFF5F07B9C30156893557CD89C6E93 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalEncoderBestFitFallback_Equals_m2EB7A90447CFF5F07B9C30156893557CD89C6E93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * V_0 = NULL;
{
RuntimeObject * L_0 = ___value0;
V_0 = ((InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 *)IsInstClass((RuntimeObject*)L_0, InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3_il2cpp_TypeInfo_var));
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_1 = V_0;
if (!L_1)
{
goto IL_0023;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get_encoding_4();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_2);
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_4 = V_0;
NullCheck(L_4);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_5 = L_4->get_encoding_4();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_5);
return (bool)((((int32_t)L_3) == ((int32_t)L_6))? 1 : 0);
}
IL_0023:
{
return (bool)0;
}
}
// System.Int32 System.Text.InternalEncoderBestFitFallback::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallback_GetHashCode_mC080FE9867202BE07CD16D6CA31C732B45375759 (InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * __this, const RuntimeMethod* method)
{
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = __this->get_encoding_4();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object System.Text.InternalEncoderBestFitFallbackBuffer::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_m07257512FD952E191F4C1A480BB8F2B43D3CEA21 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_m07257512FD952E191F4C1A480BB8F2B43D3CEA21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_11();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_11()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_StaticFields*)il2cpp_codegen_static_fields_for(InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_11();
return L_3;
}
}
// System.Void System.Text.InternalEncoderBestFitFallbackBuffer::.ctor(System.Text.InternalEncoderBestFitFallback)
extern "C" IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer__ctor_m0446A53228519814A3BC54A1F6756E21EC2729B5 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * ___fallback0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
__this->set_iCount_9((-1));
EncoderFallbackBuffer__ctor_mE3698942F859D99529557619E751C18775FD49E9(__this, /*hidden argument*/NULL);
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_0 = ___fallback0;
__this->set_oFallback_8(L_0);
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_1 = __this->get_oFallback_8();
NullCheck(L_1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_arrayBestFit_5();
if (L_2)
{
goto IL_0060;
}
}
{
RuntimeObject * L_3 = InternalEncoderBestFitFallbackBuffer_get_InternalSyncObject_m07257512FD952E191F4C1A480BB8F2B43D3CEA21(/*hidden argument*/NULL);
V_0 = L_3;
V_1 = (bool)0;
}
IL_0029:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_5 = __this->get_oFallback_8();
NullCheck(L_5);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_arrayBestFit_5();
if (L_6)
{
goto IL_0054;
}
}
IL_003e:
{
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_7 = __this->get_oFallback_8();
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_8 = ___fallback0;
NullCheck(L_8);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = L_8->get_encoding_4();
NullCheck(L_9);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = VirtFuncInvoker0< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(34 /* System.Char[] System.Text.Encoding::GetBestFitUnicodeToBytesData() */, L_9);
NullCheck(L_7);
L_7->set_arrayBestFit_5(L_10);
}
IL_0054:
{
IL2CPP_LEAVE(0x60, FINALLY_0056);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0056;
}
FINALLY_0056:
{ // begin finally (depth: 1)
{
bool L_11 = V_1;
if (!L_11)
{
goto IL_005f;
}
}
IL_0059:
{
RuntimeObject * L_12 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_005f:
{
IL2CPP_END_FINALLY(86)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(86)
{
IL2CPP_JUMP_TBL(0x60, IL_0060)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0060:
{
return;
}
}
// System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::Fallback(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_Fallback_m663125CD8F395CCB5C12C7F293FEB8795837E450 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, Il2CppChar ___charUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = 1;
V_0 = L_0;
__this->set_iSize_10(L_0);
int32_t L_1 = V_0;
__this->set_iCount_9(L_1);
Il2CppChar L_2 = ___charUnknown0;
Il2CppChar L_3 = InternalEncoderBestFitFallbackBuffer_TryBestFit_m4BC29FFF78F074AB58EBD2247EAA801205C8F5E7(__this, L_2, /*hidden argument*/NULL);
__this->set_cBestFit_7(L_3);
Il2CppChar L_4 = __this->get_cBestFit_7();
if (L_4)
{
goto IL_002d;
}
}
{
__this->set_cBestFit_7(((int32_t)63));
}
IL_002d:
{
return (bool)1;
}
}
// System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::Fallback(System.Char,System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, Il2CppChar ___charUnknownHigh0, Il2CppChar ___charUnknownLow1, int32_t ___index2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Il2CppChar L_0 = ___charUnknownHigh0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_1 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_003d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
int32_t L_4 = ((int32_t)55296);
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_3;
int32_t L_7 = ((int32_t)56319);
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_8);
String_t* L_9 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_6, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralA6738FE7E06CA51E1F969D48582951374F467129, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282_RuntimeMethod_var);
}
IL_003d:
{
Il2CppChar L_11 = ___charUnknownLow1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_12 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
int32_t L_15 = ((int32_t)56320);
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_14;
int32_t L_18 = ((int32_t)57343);
RuntimeObject * L_19 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_19);
String_t* L_20 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA980EEDA49322EB9BE88B6480B2BE63B70186B1E, L_17, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_21 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_21, _stringLiteral5578D8A7F74274702931BBEDBD2FC483A5E92E4B, L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, InternalEncoderBestFitFallbackBuffer_Fallback_mE0AEEE10F3131D945B3CDF7F111E58B684807282_RuntimeMethod_var);
}
IL_007a:
{
__this->set_cBestFit_7(((int32_t)63));
int32_t L_22 = 2;
V_0 = L_22;
__this->set_iSize_10(L_22);
int32_t L_23 = V_0;
__this->set_iCount_9(L_23);
return (bool)1;
}
}
// System.Char System.Text.InternalEncoderBestFitFallbackBuffer::GetNextChar()
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_GetNextChar_m7F2814EF4110563B0D2862FA0F90FB54049E8D84 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_iCount_9();
__this->set_iCount_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_iCount_9();
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
return 0;
}
IL_0019:
{
int32_t L_2 = __this->get_iCount_9();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)2147483647LL)))))
{
goto IL_002f;
}
}
{
__this->set_iCount_9((-1));
return 0;
}
IL_002f:
{
Il2CppChar L_3 = __this->get_cBestFit_7();
return L_3;
}
}
// System.Boolean System.Text.InternalEncoderBestFitFallbackBuffer::MovePrevious()
extern "C" IL2CPP_METHOD_ATTR bool InternalEncoderBestFitFallbackBuffer_MovePrevious_m01F1272790435CEB01EDDBBBBFC64B13B0DE93B1 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_iCount_9();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_1 = __this->get_iCount_9();
__this->set_iCount_9(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
}
IL_0017:
{
int32_t L_2 = __this->get_iCount_9();
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0032;
}
}
{
int32_t L_3 = __this->get_iCount_9();
int32_t L_4 = __this->get_iSize_10();
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0032:
{
return (bool)0;
}
}
// System.Int32 System.Text.InternalEncoderBestFitFallbackBuffer::get_Remaining()
extern "C" IL2CPP_METHOD_ATTR int32_t InternalEncoderBestFitFallbackBuffer_get_Remaining_m3DBB432A8EDEF798636117F8E57704228BCCEA0A (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_iCount_9();
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_000b;
}
}
{
return 0;
}
IL_000b:
{
int32_t L_1 = __this->get_iCount_9();
return L_1;
}
}
// System.Void System.Text.InternalEncoderBestFitFallbackBuffer::Reset()
extern "C" IL2CPP_METHOD_ATTR void InternalEncoderBestFitFallbackBuffer_Reset_m9B1D3171D86E82454CB082451FD5C709FCDEFC2A (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, const RuntimeMethod* method)
{
{
__this->set_iCount_9((-1));
((EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)__this)->set_charStart_0((Il2CppChar*)(((uintptr_t)0)));
((EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)__this)->set_bFallingBack_5((bool)0);
return;
}
}
// System.Char System.Text.InternalEncoderBestFitFallbackBuffer::TryBestFit(System.Char)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar InternalEncoderBestFitFallbackBuffer_TryBestFit_m4BC29FFF78F074AB58EBD2247EAA801205C8F5E7 (InternalEncoderBestFitFallbackBuffer_t8A9165EBB478F5F06CA6F3D170BC17B3A342EDE3 * __this, Il2CppChar ___cUnknown0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
{
V_0 = 0;
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_0 = __this->get_oFallback_8();
NullCheck(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_arrayBestFit_5();
NullCheck(L_1);
V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))));
goto IL_004d;
}
IL_0012:
{
int32_t L_2 = V_3;
int32_t L_3 = V_0;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_2/(int32_t)2)), (int32_t)L_3))&(int32_t)((int32_t)65534)));
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_4 = __this->get_oFallback_8();
NullCheck(L_4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_arrayBestFit_5();
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = L_6;
uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_4 = L_8;
Il2CppChar L_9 = V_4;
Il2CppChar L_10 = ___cUnknown0;
if ((!(((uint32_t)L_9) == ((uint32_t)L_10))))
{
goto IL_0042;
}
}
{
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_11 = __this->get_oFallback_8();
NullCheck(L_11);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_arrayBestFit_5();
int32_t L_13 = V_2;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
return L_15;
}
IL_0042:
{
Il2CppChar L_16 = V_4;
Il2CppChar L_17 = ___cUnknown0;
if ((((int32_t)L_16) >= ((int32_t)L_17)))
{
goto IL_004b;
}
}
{
int32_t L_18 = V_2;
V_0 = L_18;
goto IL_004d;
}
IL_004b:
{
int32_t L_19 = V_2;
V_1 = L_19;
}
IL_004d:
{
int32_t L_20 = V_1;
int32_t L_21 = V_0;
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21));
V_3 = L_22;
if ((((int32_t)L_22) > ((int32_t)6)))
{
goto IL_0012;
}
}
{
int32_t L_23 = V_0;
V_2 = L_23;
goto IL_007d;
}
IL_0059:
{
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_24 = __this->get_oFallback_8();
NullCheck(L_24);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24->get_arrayBestFit_5();
int32_t L_26 = V_2;
NullCheck(L_25);
int32_t L_27 = L_26;
uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
Il2CppChar L_29 = ___cUnknown0;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_0079;
}
}
{
InternalEncoderBestFitFallback_tE5EF81259A780E6F8990218A8E46D41B5BCE56F3 * L_30 = __this->get_oFallback_8();
NullCheck(L_30);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30->get_arrayBestFit_5();
int32_t L_32 = V_2;
NullCheck(L_31);
int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
uint16_t L_34 = (uint16_t)(L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
return L_34;
}
IL_0079:
{
int32_t L_35 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2));
}
IL_007d:
{
int32_t L_36 = V_2;
int32_t L_37 = V_1;
if ((((int32_t)L_36) < ((int32_t)L_37)))
{
goto IL_0059;
}
}
{
return 0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Latin1Encoding::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Latin1Encoding__ctor_mCA519590D0ED43A343B7D00D546F83AC003E7FC5 (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, const RuntimeMethod* method)
{
{
EncodingNLS__ctor_mBB608BD3E5EEC3B10BE1D10B20EF40D4923A52D6(__this, ((int32_t)28591), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Latin1Encoding::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Latin1Encoding__ctor_m536FB276C9962D1A8FC8A29503D1841557FF6A7D (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
EncodingNLS__ctor_mBB608BD3E5EEC3B10BE1D10B20EF40D4923A52D6(__this, ((int32_t)28591), /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Encoding_DeserializeEncoding_m69F4C52BF07039A20AA9E72F9CB7803862D10B44(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Latin1Encoding::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Latin1Encoding_System_Runtime_Serialization_ISerializable_GetObjectData_m10ED95D4268DCB8DA51492C630A9FA00F13AD61C (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_System_Runtime_Serialization_ISerializable_GetObjectData_m10ED95D4268DCB8DA51492C630A9FA00F13AD61C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Encoding_SerializeEncoding_m5F127574AC8568AAE4E93246ECA908E7D384131D(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_2, _stringLiteral803BC706433955BEFB65FFB4F485FE82A19FAD95, 1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0;
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Text.Encoding::get_CodePage() */, __this);
NullCheck(L_3);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_3, _stringLiteralB3B9137B4F1F0982964916EA57B8ACA87A7E4284, L_4, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = ___info0;
NullCheck(L_5);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_5, _stringLiteralC9B08AB49A91B1E8B22BDF58F1089D18D3B4B43B, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Text.Latin1Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetByteCount_m74213E435664F3679804DD58FDC0416AE9EEFAC9 (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_GetByteCount_m74213E435664F3679804DD58FDC0416AE9EEFAC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_4 = NULL;
Il2CppChar V_5 = 0x0;
int32_t G_B23_0 = 0;
{
V_0 = 0;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = ___encoder2;
if (!L_0)
{
goto IL_001a;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_1 = ___encoder2;
NullCheck(L_1);
Il2CppChar L_2 = L_1->get_charLeftOver_2();
V_0 = L_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder2;
NullCheck(L_3);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_3, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_4, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
goto IL_0026;
}
IL_001a:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_5, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_0026:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_6 = V_1;
if (!L_6)
{
goto IL_003d;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7);
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_003d;
}
}
{
Il2CppChar L_9 = V_0;
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_003b;
}
}
{
int32_t L_10 = ___charCount1;
___charCount1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_003b:
{
int32_t L_11 = ___charCount1;
return L_11;
}
IL_003d:
{
V_2 = 0;
Il2CppChar* L_12 = ___chars0;
int32_t L_13 = ___charCount1;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2))));
V_4 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
Il2CppChar L_14 = V_0;
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_00c3;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder2;
NullCheck(L_15);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_16 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_15, /*hidden argument*/NULL);
V_4 = L_16;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_17 = V_4;
Il2CppChar* L_18 = ___chars0;
Il2CppChar* L_19 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_20 = ___encoder2;
NullCheck(L_17);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_17, (Il2CppChar*)(Il2CppChar*)L_18, (Il2CppChar*)(Il2CppChar*)L_19, L_20, (bool)0, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_21 = V_4;
Il2CppChar L_22 = V_0;
NullCheck(L_21);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_21, L_22, (Il2CppChar**)(&___chars0));
goto IL_00c3;
}
IL_006d:
{
Il2CppChar L_23 = V_5;
if (L_23)
{
goto IL_007a;
}
}
{
Il2CppChar* L_24 = ___chars0;
int32_t L_25 = *((uint16_t*)L_24);
V_5 = L_25;
Il2CppChar* L_26 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)2));
}
IL_007a:
{
Il2CppChar L_27 = V_5;
if ((((int32_t)L_27) <= ((int32_t)((int32_t)255))))
{
goto IL_00bf;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_28 = V_4;
if (L_28)
{
goto IL_00b1;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder2;
if (L_29)
{
goto IL_0099;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_30 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13();
NullCheck(L_30);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_31 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_30);
V_4 = L_31;
goto IL_00a1;
}
IL_0099:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_32 = ___encoder2;
NullCheck(L_32);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_33 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_32, /*hidden argument*/NULL);
V_4 = L_33;
}
IL_00a1:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_34 = V_4;
Il2CppChar* L_35 = V_3;
int32_t L_36 = ___charCount1;
Il2CppChar* L_37 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_38 = ___encoder2;
NullCheck(L_34);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_34, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_36)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_37, L_38, (bool)0, /*hidden argument*/NULL);
}
IL_00b1:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_39 = V_4;
Il2CppChar L_40 = V_5;
NullCheck(L_39);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_39, L_40, (Il2CppChar**)(&___chars0));
goto IL_00c3;
}
IL_00bf:
{
int32_t L_41 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_00c3:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_4;
if (!L_42)
{
goto IL_00d0;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_43 = V_4;
NullCheck(L_43);
Il2CppChar L_44 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_43, /*hidden argument*/NULL);
G_B23_0 = ((int32_t)(L_44));
goto IL_00d1;
}
IL_00d0:
{
G_B23_0 = 0;
}
IL_00d1:
{
int32_t L_45 = G_B23_0;
V_5 = L_45;
if (L_45)
{
goto IL_006d;
}
}
{
Il2CppChar* L_46 = ___chars0;
Il2CppChar* L_47 = V_3;
if ((!(((uintptr_t)L_46) >= ((uintptr_t)L_47))))
{
goto IL_006d;
}
}
{
int32_t L_48 = V_2;
return L_48;
}
}
// System.Int32 System.Text.Latin1Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetBytes_m28F54ACA866F4892816A78841E4E01E6EFACF46A (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_GetBytes_m28F54ACA866F4892816A78841E4E01E6EFACF46A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
Il2CppChar* V_2 = NULL;
uint8_t* V_3 = NULL;
Il2CppChar* V_4 = NULL;
uint8_t* V_5 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_6 = NULL;
Il2CppChar V_7 = 0x0;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
int32_t G_B41_0 = 0;
{
V_0 = 0;
V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = ___encoder4;
if (!L_0)
{
goto IL_001f;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_1 = ___encoder4;
NullCheck(L_1);
Il2CppChar L_2 = L_1->get_charLeftOver_2();
V_0 = L_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder4;
NullCheck(L_3);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A(L_3, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_4, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
goto IL_002b;
}
IL_001f:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_5 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_5, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_002b:
{
Il2CppChar* L_6 = ___chars0;
int32_t L_7 = ___charCount1;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)2))));
uint8_t* L_8 = ___bytes2;
V_3 = (uint8_t*)L_8;
Il2CppChar* L_9 = ___chars0;
V_4 = (Il2CppChar*)L_9;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_10 = V_1;
if (!L_10)
{
goto IL_00ef;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_11 = V_1;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_11);
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
{
goto IL_00ef;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_13 = V_1;
NullCheck(L_13);
String_t* L_14 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, 0, /*hidden argument*/NULL);
V_8 = L_15;
Il2CppChar L_16 = V_8;
if ((((int32_t)L_16) > ((int32_t)((int32_t)255))))
{
goto IL_00ef;
}
}
{
Il2CppChar L_17 = V_0;
if ((((int32_t)L_17) <= ((int32_t)0)))
{
goto IL_0084;
}
}
{
int32_t L_18 = ___byteCount3;
if (L_18)
{
goto IL_0074;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_19 = ___encoder4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_19, (bool)1, /*hidden argument*/NULL);
}
IL_0074:
{
uint8_t* L_20 = ___bytes2;
uint8_t* L_21 = (uint8_t*)L_20;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1));
Il2CppChar L_22 = V_8;
*((int8_t*)L_21) = (int8_t)(((int32_t)((uint8_t)L_22)));
int32_t L_23 = ___byteCount3;
___byteCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1));
}
IL_0084:
{
int32_t L_24 = ___byteCount3;
int32_t L_25 = ___charCount1;
if ((((int32_t)L_24) >= ((int32_t)L_25)))
{
goto IL_00c8;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_26 = ___encoder4;
int32_t L_27 = ___byteCount3;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_26, (bool)((((int32_t)L_27) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
Il2CppChar* L_28 = ___chars0;
int32_t L_29 = ___byteCount3;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2))));
goto IL_00c8;
}
IL_00a0:
{
Il2CppChar* L_30 = ___chars0;
Il2CppChar* L_31 = (Il2CppChar*)L_30;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2));
int32_t L_32 = *((uint16_t*)L_31);
V_9 = L_32;
Il2CppChar L_33 = V_9;
if ((((int32_t)L_33) <= ((int32_t)((int32_t)255))))
{
goto IL_00be;
}
}
{
uint8_t* L_34 = ___bytes2;
uint8_t* L_35 = (uint8_t*)L_34;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)1));
Il2CppChar L_36 = V_8;
*((int8_t*)L_35) = (int8_t)(((int32_t)((uint8_t)L_36)));
goto IL_00c8;
}
IL_00be:
{
uint8_t* L_37 = ___bytes2;
uint8_t* L_38 = (uint8_t*)L_37;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)1));
Il2CppChar L_39 = V_9;
*((int8_t*)L_38) = (int8_t)(((int32_t)((uint8_t)L_39)));
}
IL_00c8:
{
Il2CppChar* L_40 = ___chars0;
Il2CppChar* L_41 = V_2;
if ((!(((uintptr_t)L_40) >= ((uintptr_t)L_41))))
{
goto IL_00a0;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_42 = ___encoder4;
if (!L_42)
{
goto IL_00e7;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_43 = ___encoder4;
NullCheck(L_43);
L_43->set_charLeftOver_2(0);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_44 = ___encoder4;
Il2CppChar* L_45 = ___chars0;
Il2CppChar* L_46 = V_4;
NullCheck(L_44);
L_44->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2)))))))));
}
IL_00e7:
{
uint8_t* L_47 = ___bytes2;
uint8_t* L_48 = V_3;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/(int32_t)1))))))));
}
IL_00ef:
{
uint8_t* L_49 = ___bytes2;
int32_t L_50 = ___byteCount3;
V_5 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)L_50));
V_6 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
Il2CppChar L_51 = V_0;
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_01f0;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_52 = ___encoder4;
NullCheck(L_52);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_53 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_52, /*hidden argument*/NULL);
V_6 = L_53;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_54 = V_6;
Il2CppChar* L_55 = ___chars0;
Il2CppChar* L_56 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_57 = ___encoder4;
NullCheck(L_54);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_54, (Il2CppChar*)(Il2CppChar*)L_55, (Il2CppChar*)(Il2CppChar*)L_56, L_57, (bool)1, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_58 = V_6;
Il2CppChar L_59 = V_0;
NullCheck(L_58);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_58, L_59, (Il2CppChar**)(&___chars0));
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_60 = V_6;
NullCheck(L_60);
int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_60);
uint8_t* L_62 = V_5;
uint8_t* L_63 = ___bytes2;
if ((((int64_t)(((int64_t)((int64_t)L_61)))) <= ((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_62, (intptr_t)L_63))/(int32_t)1))))))))
{
goto IL_01f0;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_64 = ___encoder4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_64, (bool)1, /*hidden argument*/NULL);
goto IL_01f0;
}
IL_0141:
{
Il2CppChar L_65 = V_7;
if (L_65)
{
goto IL_014e;
}
}
{
Il2CppChar* L_66 = ___chars0;
int32_t L_67 = *((uint16_t*)L_66);
V_7 = L_67;
Il2CppChar* L_68 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)2));
}
IL_014e:
{
Il2CppChar L_69 = V_7;
if ((((int32_t)L_69) <= ((int32_t)((int32_t)255))))
{
goto IL_01c0;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_70 = V_6;
if (L_70)
{
goto IL_0188;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_71 = ___encoder4;
if (L_71)
{
goto IL_016e;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_72 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_13();
NullCheck(L_72);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_73 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_72);
V_6 = L_73;
goto IL_0177;
}
IL_016e:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_74 = ___encoder4;
NullCheck(L_74);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_74, /*hidden argument*/NULL);
V_6 = L_75;
}
IL_0177:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_76 = V_6;
Il2CppChar* L_77 = V_2;
int32_t L_78 = ___charCount1;
Il2CppChar* L_79 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_80 = ___encoder4;
NullCheck(L_76);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_76, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_77, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_78)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_79, L_80, (bool)1, /*hidden argument*/NULL);
}
IL_0188:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_81 = V_6;
Il2CppChar L_82 = V_7;
NullCheck(L_81);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_81, L_82, (Il2CppChar**)(&___chars0));
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_83 = V_6;
NullCheck(L_83);
int32_t L_84 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_83);
uint8_t* L_85 = V_5;
uint8_t* L_86 = ___bytes2;
if ((((int64_t)(((int64_t)((int64_t)L_84)))) <= ((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_85, (intptr_t)L_86))/(int32_t)1))))))))
{
goto IL_01f0;
}
}
{
Il2CppChar* L_87 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_87, (int32_t)2));
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_88 = V_6;
NullCheck(L_88);
EncoderFallbackBuffer_InternalReset_m9BF666E5A4160B892C3C334BABA75D150DF642E7(L_88, /*hidden argument*/NULL);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_89 = ___encoder4;
Il2CppChar* L_90 = ___chars0;
Il2CppChar* L_91 = V_4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_89, (bool)((((intptr_t)L_90) == ((intptr_t)L_91))? 1 : 0), /*hidden argument*/NULL);
goto IL_020d;
}
IL_01c0:
{
uint8_t* L_92 = ___bytes2;
uint8_t* L_93 = V_5;
if ((!(((uintptr_t)L_92) >= ((uintptr_t)L_93))))
{
goto IL_01e6;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_94 = V_6;
if (!L_94)
{
goto IL_01d2;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_95 = V_6;
NullCheck(L_95);
bool L_96 = L_95->get_bFallingBack_5();
if (L_96)
{
goto IL_01d7;
}
}
IL_01d2:
{
Il2CppChar* L_97 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_97, (int32_t)2));
}
IL_01d7:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_98 = ___encoder4;
Il2CppChar* L_99 = ___chars0;
Il2CppChar* L_100 = V_4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_98, (bool)((((intptr_t)L_99) == ((intptr_t)L_100))? 1 : 0), /*hidden argument*/NULL);
goto IL_020d;
}
IL_01e6:
{
uint8_t* L_101 = ___bytes2;
Il2CppChar L_102 = V_7;
*((int8_t*)L_101) = (int8_t)(((int32_t)((uint8_t)L_102)));
uint8_t* L_103 = ___bytes2;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_103, (int32_t)1));
}
IL_01f0:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_104 = V_6;
if (!L_104)
{
goto IL_01fd;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_105 = V_6;
NullCheck(L_105);
Il2CppChar L_106 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_105, /*hidden argument*/NULL);
G_B41_0 = ((int32_t)(L_106));
goto IL_01fe;
}
IL_01fd:
{
G_B41_0 = 0;
}
IL_01fe:
{
int32_t L_107 = G_B41_0;
V_7 = L_107;
if (L_107)
{
goto IL_0141;
}
}
{
Il2CppChar* L_108 = ___chars0;
Il2CppChar* L_109 = V_2;
if ((!(((uintptr_t)L_108) >= ((uintptr_t)L_109))))
{
goto IL_0141;
}
}
IL_020d:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_110 = ___encoder4;
if (!L_110)
{
goto IL_0235;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_111 = V_6;
if (!L_111)
{
goto IL_0226;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_112 = V_6;
NullCheck(L_112);
bool L_113 = L_112->get_bUsedEncoder_4();
if (L_113)
{
goto IL_0226;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_114 = ___encoder4;
NullCheck(L_114);
L_114->set_charLeftOver_2(0);
}
IL_0226:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_115 = ___encoder4;
Il2CppChar* L_116 = ___chars0;
Il2CppChar* L_117 = V_4;
NullCheck(L_115);
L_115->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_116, (intptr_t)L_117))/(int32_t)2)))))))));
}
IL_0235:
{
uint8_t* L_118 = ___bytes2;
uint8_t* L_119 = V_3;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_118, (intptr_t)L_119))/(int32_t)1))))))));
}
}
// System.Int32 System.Text.Latin1Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetCharCount_mF6BAE8A706D8F0F9DF3038A8618777EF2FC54B1C (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___count1;
return L_0;
}
}
// System.Int32 System.Text.Latin1Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetChars_m58E0918802B1809662B123BA364693B82CE5A20C (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder4, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = ___charCount3;
int32_t L_1 = ___byteCount1;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_2 = ___decoder4;
int32_t L_3 = ___charCount3;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_2, (bool)((((int32_t)L_3) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
int32_t L_4 = ___charCount3;
___byteCount1 = L_4;
}
IL_0016:
{
uint8_t* L_5 = ___bytes0;
int32_t L_6 = ___byteCount1;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
goto IL_002a;
}
IL_001c:
{
Il2CppChar* L_7 = ___chars2;
uint8_t* L_8 = ___bytes0;
int32_t L_9 = *((uint8_t*)L_8);
*((int16_t*)L_7) = (int16_t)L_9;
Il2CppChar* L_10 = ___chars2;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2));
uint8_t* L_11 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)1));
}
IL_002a:
{
uint8_t* L_12 = ___bytes0;
uint8_t* L_13 = V_0;
if ((!(((uintptr_t)L_12) >= ((uintptr_t)L_13))))
{
goto IL_001c;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_14 = ___decoder4;
if (!L_14)
{
goto IL_003a;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_15 = ___decoder4;
int32_t L_16 = ___byteCount1;
NullCheck(L_15);
L_15->set_m_bytesUsed_5(L_16);
}
IL_003a:
{
int32_t L_17 = ___byteCount1;
return L_17;
}
}
// System.Int32 System.Text.Latin1Encoding::GetMaxByteCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870 (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, int32_t ___charCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___charCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___charCount0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1)))));
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_003c;
}
}
{
int64_t L_6 = V_0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_003c:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_005a;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Latin1Encoding_GetMaxByteCount_m0CE8B6F601EA1FA86CE39AE75B5A526DDAC2A870_RuntimeMethod_var);
}
IL_005a:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Int32 System.Text.Latin1Encoding::GetMaxCharCount(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48 (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, int32_t ___byteCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___byteCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___byteCount0;
V_0 = (((int64_t)((int64_t)L_3)));
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_0039;
}
}
{
int64_t L_6 = V_0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_0039:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0057;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Latin1Encoding_GetMaxCharCount_m3B568FB23C68F84F106572AA3CC052EE9B6E1D48_RuntimeMethod_var);
}
IL_0057:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Char[] System.Text.Latin1Encoding::GetBestFitUnicodeToBytesData()
extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* Latin1Encoding_GetBestFitUnicodeToBytesData_m7849A960639E0F878D616C5E582D8D6A7A841CFD (Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding_GetBestFitUnicodeToBytesData_m7849A960639E0F878D616C5E582D8D6A7A841CFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ((Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_StaticFields*)il2cpp_codegen_static_fields_for(Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_il2cpp_TypeInfo_var))->get_arrayCharBestFit_16();
return L_0;
}
}
// System.Void System.Text.Latin1Encoding::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Latin1Encoding__cctor_m5B1BF7E520244F62262D7E8849AC9B7BBB7781C4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Latin1Encoding__cctor_m5B1BF7E520244F62262D7E8849AC9B7BBB7781C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)604));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_StaticFields*)il2cpp_codegen_static_fields_for(Latin1Encoding_tC026E9CCC23C3A25568FF02B75F937DB388DC9E7_il2cpp_TypeInfo_var))->set_arrayCharBestFit_16(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32 System.Text.Normalization::PropValue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint32_t Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_props_0();
int32_t L_1 = ___cp0;
IL2CPP_RUNTIME_CLASS_INIT(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var);
int32_t L_2 = NormalizationTableUtil_PropIdx_mF702C2D45497D6AC5D742B7BE831D10FBEF4ADCD(L_1, /*hidden argument*/NULL);
int32_t L_3 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2)));
return L_3;
}
}
// System.Int32 System.Text.Normalization::CharMapIdx(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_CharMapIdx_mD7FF7B9511E1108A8718E0AA1C81EB65BDCE6BA9 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_CharMapIdx_mD7FF7B9511E1108A8718E0AA1C81EB65BDCE6BA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int16_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_charMapIndex_2();
int32_t L_1 = ___cp0;
IL2CPP_RUNTIME_CLASS_INIT(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var);
int32_t L_2 = NormalizationTableUtil_MapIdx_mE125070C36E28732429CD254EF1966EB3100F461(L_1, /*hidden argument*/NULL);
int32_t L_3 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_2)), (int32_t)2)))));
return L_3;
}
}
// System.Byte System.Text.Normalization::GetCombiningClass(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779 (int32_t ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_combiningClass_5();
IL2CPP_RUNTIME_CLASS_INIT(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var);
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * L_1 = ((NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var))->get_Combining_2();
int32_t L_2 = ___c0;
NullCheck(L_1);
int32_t L_3 = CodePointIndexer_ToIndex_m933E52A360D43B57C511C2153A56EC3FA6AAE416(L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_3)));
return (uint8_t)L_4;
}
}
// System.Int32 System.Text.Normalization::GetPrimaryCompositeFromMapIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetPrimaryCompositeFromMapIndex_mC882AED4638E77E976BC56DDA2F6DA2448EFA022 (int32_t ___src0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_GetPrimaryCompositeFromMapIndex_mC882AED4638E77E976BC56DDA2F6DA2448EFA022_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint16_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mapIdxToComposite_4();
IL2CPP_RUNTIME_CLASS_INIT(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var);
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * L_1 = ((NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var))->get_Composite_3();
int32_t L_2 = ___src0;
NullCheck(L_1);
int32_t L_3 = CodePointIndexer_ToIndex_m933E52A360D43B57C511C2153A56EC3FA6AAE416(L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
return L_4;
}
}
// System.Int32 System.Text.Normalization::GetPrimaryCompositeHelperIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetPrimaryCompositeHelperIndex_mBF42ECA25605228B344D469251274E6E0C0102B2 (int32_t ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_GetPrimaryCompositeHelperIndex_mBF42ECA25605228B344D469251274E6E0C0102B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int16_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_helperIndex_3();
IL2CPP_RUNTIME_CLASS_INIT(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var);
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * L_1 = ((NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_StaticFields*)il2cpp_codegen_static_fields_for(NormalizationTableUtil_t03190D7C1B6FF779D40EBEB0A5929DE24585DAA5_il2cpp_TypeInfo_var))->get_Helper_4();
int32_t L_2 = ___cp0;
NullCheck(L_1);
int32_t L_3 = CodePointIndexer_ToIndex_m933E52A360D43B57C511C2153A56EC3FA6AAE416(L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2)))));
return L_4;
}
}
// System.String System.Text.Normalization::Compose(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Compose_mEB36830839D05AAA1579B2500EAF0AF0611910AA (String_t* ___source0, int32_t ___checkType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Compose_mEB36830839D05AAA1579B2500EAF0AF0611910AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
StringBuilder_t ** G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
StringBuilder_t ** G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
int32_t G_B3_0 = 0;
StringBuilder_t ** G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
{
V_0 = (StringBuilder_t *)NULL;
String_t* L_0 = ___source0;
int32_t L_1 = ___checkType1;
G_B1_0 = (&V_0);
G_B1_1 = L_0;
if ((((int32_t)L_1) == ((int32_t)2)))
{
G_B2_0 = (&V_0);
G_B2_1 = L_0;
goto IL_000c;
}
}
{
G_B3_0 = 1;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_000d;
}
IL_000c:
{
G_B3_0 = 3;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE(G_B3_2, (StringBuilder_t **)G_B3_1, G_B3_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = V_0;
if (L_2)
{
goto IL_0020;
}
}
{
String_t* L_3 = ___source0;
int32_t L_4 = ___checkType1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
StringBuilder_t * L_5 = Normalization_Combine_mF29961DF76E25EDF17A7173DCE1F82B3A2457702(L_3, 0, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0028;
}
IL_0020:
{
StringBuilder_t * L_6 = V_0;
int32_t L_7 = ___checkType1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A(L_6, 0, L_7, /*hidden argument*/NULL);
}
IL_0028:
{
StringBuilder_t * L_8 = V_0;
if (L_8)
{
goto IL_002d;
}
}
{
String_t* L_9 = ___source0;
return L_9;
}
IL_002d:
{
StringBuilder_t * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
return L_11;
}
}
// System.Text.StringBuilder System.Text.Normalization::Combine(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * Normalization_Combine_mF29961DF76E25EDF17A7173DCE1F82B3A2457702 (String_t* ___source0, int32_t ___start1, int32_t ___checkType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Combine_mF29961DF76E25EDF17A7173DCE1F82B3A2457702_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_003d;
}
IL_0004:
{
String_t* L_0 = ___source0;
int32_t L_1 = V_0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = ___checkType2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_4 = Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0039;
}
}
{
String_t* L_5 = ___source0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_5, /*hidden argument*/NULL);
String_t* L_7 = ___source0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
StringBuilder_t * L_9 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)((int32_t)L_8/(int32_t)((int32_t)10))))), /*hidden argument*/NULL);
StringBuilder_t * L_10 = L_9;
String_t* L_11 = ___source0;
NullCheck(L_10);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_10, L_11, /*hidden argument*/NULL);
StringBuilder_t * L_12 = L_10;
int32_t L_13 = V_0;
int32_t L_14 = ___checkType2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A(L_12, L_13, L_14, /*hidden argument*/NULL);
return L_12;
}
IL_0039:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_003d:
{
int32_t L_16 = V_0;
String_t* L_17 = ___source0;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0004;
}
}
{
return (StringBuilder_t *)NULL;
}
}
// System.Void System.Text.Normalization::Combine(System.Text.StringBuilder,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A (StringBuilder_t * ___sb0, int32_t ___i1, int32_t ___checkType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Combine_m13CF31C439C3C1676F35199640FAF86EAF0BB33A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * G_B2_0 = NULL;
StringBuilder_t * G_B2_1 = NULL;
RuntimeObject * G_B1_0 = NULL;
StringBuilder_t * G_B1_1 = NULL;
int32_t G_B3_0 = 0;
RuntimeObject * G_B3_1 = NULL;
StringBuilder_t * G_B3_2 = NULL;
{
StringBuilder_t * L_0 = ___sb0;
int32_t L_1 = ___i1;
G_B1_0 = NULL;
G_B1_1 = L_0;
if ((((int32_t)L_1) > ((int32_t)0)))
{
G_B2_0 = NULL;
G_B2_1 = L_0;
goto IL_0009;
}
}
{
int32_t L_2 = ___i1;
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_000c;
}
IL_0009:
{
int32_t L_3 = ___i1;
G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_000c:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_CombineHangul_m6ACCCB03BD7578B68D7EBF7A57EA5D3589CE089B(G_B3_2, (String_t*)G_B3_1, G_B3_0, /*hidden argument*/NULL);
goto IL_0034;
}
IL_0014:
{
StringBuilder_t * L_4 = ___sb0;
int32_t L_5 = ___i1;
NullCheck(L_4);
Il2CppChar L_6 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_4, L_5, /*hidden argument*/NULL);
int32_t L_7 = ___checkType2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_8 = Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B(L_6, L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_002a;
}
}
{
int32_t L_9 = ___i1;
___i1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
goto IL_0034;
}
IL_002a:
{
StringBuilder_t * L_10 = ___sb0;
int32_t L_11 = ___i1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_12 = Normalization_TryComposeWithPreviousStarter_mC6EE7E98390E0FDA79259873D8CF514EBCFBC162(L_10, (String_t*)NULL, L_11, /*hidden argument*/NULL);
___i1 = L_12;
}
IL_0034:
{
int32_t L_13 = ___i1;
StringBuilder_t * L_14 = ___sb0;
NullCheck(L_14);
int32_t L_15 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_0014;
}
}
{
return;
}
}
// System.Int32 System.Text.Normalization::CombineHangul(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_CombineHangul_m6ACCCB03BD7578B68D7EBF7A57EA5D3589CE089B (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___current2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_CombineHangul_m6ACCCB03BD7578B68D7EBF7A57EA5D3589CE089B_MetadataUsageId);
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;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t G_B3_0 = 0;
{
StringBuilder_t * L_0 = ___sb0;
if (L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___s1;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
G_B3_0 = L_2;
goto IL_0011;
}
IL_000b:
{
StringBuilder_t * L_3 = ___sb0;
NullCheck(L_3);
int32_t L_4 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_3, /*hidden argument*/NULL);
G_B3_0 = L_4;
}
IL_0011:
{
V_0 = G_B3_0;
StringBuilder_t * L_5 = ___sb0;
String_t* L_6 = ___s1;
int32_t L_7 = ___current2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_8 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_5, L_6, L_7, /*hidden argument*/NULL);
V_1 = L_8;
int32_t L_9 = ___current2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
goto IL_00ea;
}
IL_0024:
{
StringBuilder_t * L_10 = ___sb0;
String_t* L_11 = ___s1;
int32_t L_12 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_13 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_10, L_11, L_12, /*hidden argument*/NULL);
V_3 = L_13;
int32_t L_14 = V_1;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)4352)));
int32_t L_15 = V_4;
if ((((int32_t)0) > ((int32_t)L_15)))
{
goto IL_008a;
}
}
{
int32_t L_16 = V_4;
if ((((int32_t)L_16) >= ((int32_t)((int32_t)19))))
{
goto IL_008a;
}
}
{
int32_t L_17 = V_3;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)4449)));
int32_t L_18 = V_6;
if ((((int32_t)0) > ((int32_t)L_18)))
{
goto IL_008a;
}
}
{
int32_t L_19 = V_6;
if ((((int32_t)L_19) >= ((int32_t)((int32_t)21))))
{
goto IL_008a;
}
}
{
StringBuilder_t * L_20 = ___sb0;
if (L_20)
{
goto IL_005a;
}
}
{
return (-1);
}
IL_005a:
{
int32_t L_21 = V_4;
int32_t L_22 = V_6;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)44032), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_21, (int32_t)((int32_t)21))), (int32_t)L_22)), (int32_t)((int32_t)28)))));
StringBuilder_t * L_23 = ___sb0;
int32_t L_24 = V_2;
int32_t L_25 = V_1;
NullCheck(L_23);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), (((int32_t)((uint16_t)L_25))), /*hidden argument*/NULL);
StringBuilder_t * L_26 = ___sb0;
int32_t L_27 = V_2;
NullCheck(L_26);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_26, L_27, 1, /*hidden argument*/NULL);
int32_t L_28 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1));
int32_t L_29 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
goto IL_00e6;
}
IL_008a:
{
int32_t L_30 = V_1;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)44032)));
int32_t L_31 = V_5;
if ((((int32_t)0) > ((int32_t)L_31)))
{
goto IL_00e4;
}
}
{
int32_t L_32 = V_5;
if ((((int32_t)L_32) >= ((int32_t)((int32_t)11172))))
{
goto IL_00e4;
}
}
{
int32_t L_33 = V_5;
if (((int32_t)((int32_t)L_33%(int32_t)((int32_t)28))))
{
goto IL_00e4;
}
}
{
int32_t L_34 = V_3;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)4519)));
int32_t L_35 = V_7;
if ((((int32_t)0) >= ((int32_t)L_35)))
{
goto IL_00e4;
}
}
{
int32_t L_36 = V_7;
if ((((int32_t)L_36) >= ((int32_t)((int32_t)28))))
{
goto IL_00e4;
}
}
{
StringBuilder_t * L_37 = ___sb0;
if (L_37)
{
goto IL_00c1;
}
}
{
return (-1);
}
IL_00c1:
{
int32_t L_38 = V_1;
int32_t L_39 = V_7;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39));
StringBuilder_t * L_40 = ___sb0;
int32_t L_41 = V_2;
int32_t L_42 = V_1;
NullCheck(L_40);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)), (((int32_t)((uint16_t)L_42))), /*hidden argument*/NULL);
StringBuilder_t * L_43 = ___sb0;
int32_t L_44 = V_2;
NullCheck(L_43);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_43, L_44, 1, /*hidden argument*/NULL);
int32_t L_45 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1));
int32_t L_46 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1));
goto IL_00e6;
}
IL_00e4:
{
int32_t L_47 = V_3;
V_1 = L_47;
}
IL_00e6:
{
int32_t L_48 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00ea:
{
int32_t L_49 = V_2;
int32_t L_50 = V_0;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_0024;
}
}
{
int32_t L_51 = V_0;
return L_51;
}
}
// System.Int32 System.Text.Normalization::Fetch(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___i2, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = ___sb0;
if (L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___s1;
int32_t L_2 = ___i2;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_000b:
{
StringBuilder_t * L_4 = ___sb0;
int32_t L_5 = ___i2;
NullCheck(L_4);
Il2CppChar L_6 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Int32 System.Text.Normalization::TryComposeWithPreviousStarter(System.Text.StringBuilder,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_TryComposeWithPreviousStarter_mC6EE7E98390E0FDA79259873D8CF514EBCFBC162 (StringBuilder_t * ___sb0, String_t* ___s1, int32_t ___current2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_TryComposeWithPreviousStarter_mC6EE7E98390E0FDA79259873D8CF514EBCFBC162_MetadataUsageId);
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;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t G_B14_0 = 0;
{
int32_t L_0 = ___current2;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
StringBuilder_t * L_1 = ___sb0;
String_t* L_2 = ___s1;
int32_t L_3 = ___current2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_4 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_1, L_2, L_3, /*hidden argument*/NULL);
uint8_t L_5 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_002e;
}
}
{
int32_t L_6 = V_0;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0026;
}
}
{
StringBuilder_t * L_7 = ___sb0;
String_t* L_8 = ___s1;
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_10 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_7, L_8, L_9, /*hidden argument*/NULL);
uint8_t L_11 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0049;
}
}
IL_0026:
{
int32_t L_12 = ___current2;
return ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_002a:
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
}
IL_002e:
{
int32_t L_14 = V_0;
if ((((int32_t)L_14) < ((int32_t)0)))
{
goto IL_0041;
}
}
{
StringBuilder_t * L_15 = ___sb0;
String_t* L_16 = ___s1;
int32_t L_17 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_18 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_15, L_16, L_17, /*hidden argument*/NULL);
uint8_t L_19 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_002a;
}
}
IL_0041:
{
int32_t L_20 = V_0;
if ((((int32_t)L_20) >= ((int32_t)0)))
{
goto IL_0049;
}
}
{
int32_t L_21 = ___current2;
return ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0049:
{
StringBuilder_t * L_22 = ___sb0;
String_t* L_23 = ___s1;
int32_t L_24 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_25 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_22, L_23, L_24, /*hidden argument*/NULL);
V_1 = L_25;
int32_t L_26 = V_1;
int32_t L_27 = Normalization_GetPrimaryCompositeHelperIndex_mBF42ECA25605228B344D469251274E6E0C0102B2(L_26, /*hidden argument*/NULL);
V_2 = L_27;
int32_t L_28 = V_2;
if (L_28)
{
goto IL_0060;
}
}
{
int32_t L_29 = ___current2;
return ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0060:
{
StringBuilder_t * L_30 = ___sb0;
if (L_30)
{
goto IL_006b;
}
}
{
String_t* L_31 = ___s1;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_31, /*hidden argument*/NULL);
G_B14_0 = L_32;
goto IL_0071;
}
IL_006b:
{
StringBuilder_t * L_33 = ___sb0;
NullCheck(L_33);
int32_t L_34 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_33, /*hidden argument*/NULL);
G_B14_0 = L_34;
}
IL_0071:
{
V_3 = G_B14_0;
V_4 = (-1);
int32_t L_35 = V_0;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
goto IL_00d3;
}
IL_007c:
{
StringBuilder_t * L_36 = ___sb0;
String_t* L_37 = ___s1;
int32_t L_38 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_39 = Normalization_Fetch_m63D1D25228B34DF463CA9068F72735A7C1EB5F3E(L_36, L_37, L_38, /*hidden argument*/NULL);
V_6 = L_39;
int32_t L_40 = V_6;
uint8_t L_41 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_40, /*hidden argument*/NULL);
V_7 = L_41;
int32_t L_42 = V_7;
int32_t L_43 = V_4;
if ((((int32_t)L_42) == ((int32_t)L_43)))
{
goto IL_00cd;
}
}
{
int32_t L_44 = V_2;
int32_t L_45 = V_1;
int32_t L_46 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_47 = Normalization_TryCompose_m5879D248041F211393CD46EA75FB4654253A2BD7(L_44, L_45, L_46, /*hidden argument*/NULL);
V_8 = L_47;
int32_t L_48 = V_8;
if (!L_48)
{
goto IL_00c0;
}
}
{
StringBuilder_t * L_49 = ___sb0;
if (L_49)
{
goto IL_00aa;
}
}
{
return (-1);
}
IL_00aa:
{
StringBuilder_t * L_50 = ___sb0;
int32_t L_51 = V_0;
int32_t L_52 = V_8;
NullCheck(L_50);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_50, L_51, (((int32_t)((uint16_t)L_52))), /*hidden argument*/NULL);
StringBuilder_t * L_53 = ___sb0;
int32_t L_54 = V_5;
NullCheck(L_53);
StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9(L_53, L_54, 1, /*hidden argument*/NULL);
int32_t L_55 = ___current2;
return L_55;
}
IL_00c0:
{
int32_t L_56 = V_7;
if (L_56)
{
goto IL_00c9;
}
}
{
int32_t L_57 = V_5;
return ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_00c9:
{
int32_t L_58 = V_7;
V_4 = L_58;
}
IL_00cd:
{
int32_t L_59 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
}
IL_00d3:
{
int32_t L_60 = V_5;
int32_t L_61 = V_3;
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_007c;
}
}
{
int32_t L_62 = V_3;
return L_62;
}
}
// System.Int32 System.Text.Normalization::TryCompose(System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_TryCompose_m5879D248041F211393CD46EA75FB4654253A2BD7 (int32_t ___i0, int32_t ___starter1, int32_t ___candidate2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_TryCompose_m5879D248041F211393CD46EA75FB4654253A2BD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
goto IL_004c;
}
IL_0002:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_0 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_1 = ___i0;
int32_t L_2 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)))), (int32_t)4)))));
int32_t L_3 = ___candidate2;
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_003a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_4 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_5 = ___i0;
int32_t L_6 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)))), (int32_t)4)))));
if (L_6)
{
goto IL_003a;
}
}
{
int32_t L_7 = ___i0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_8 = Normalization_GetPrimaryCompositeFromMapIndex_mC882AED4638E77E976BC56DDA2F6DA2448EFA022(L_7, /*hidden argument*/NULL);
V_0 = L_8;
int32_t L_9 = V_0;
uint32_t L_10 = Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511(L_9, /*hidden argument*/NULL);
if (((int32_t)((int32_t)L_10&(int32_t)((int32_t)64))))
{
goto IL_003a;
}
}
{
int32_t L_11 = V_0;
return L_11;
}
IL_0035:
{
int32_t L_12 = ___i0;
___i0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_003a:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_13 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_14 = ___i0;
int32_t L_15 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)4)))));
if (L_15)
{
goto IL_0035;
}
}
{
int32_t L_16 = ___i0;
___i0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_004c:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_17 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_18 = ___i0;
int32_t L_19 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)4)))));
int32_t L_20 = ___starter1;
if ((((int32_t)L_19) == ((int32_t)L_20)))
{
goto IL_0002;
}
}
{
return 0;
}
}
// System.String System.Text.Normalization::Decompose(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Decompose_m72A6B276D99DEA8A6060E5060342D44BE739E030 (String_t* ___source0, int32_t ___checkType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Decompose_m72A6B276D99DEA8A6060E5060342D44BE739E030_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
V_0 = (StringBuilder_t *)NULL;
String_t* L_0 = ___source0;
int32_t L_1 = ___checkType1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE(L_0, (StringBuilder_t **)(&V_0), L_1, /*hidden argument*/NULL);
StringBuilder_t * L_2 = V_0;
if (L_2)
{
goto IL_0010;
}
}
{
String_t* L_3 = ___source0;
return L_3;
}
IL_0010:
{
StringBuilder_t * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
return L_5;
}
}
// System.Void System.Text.Normalization::Decompose(System.String,System.Text.StringBuilderU26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE (String_t* ___source0, StringBuilder_t ** ___sb1, int32_t ___checkType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Decompose_mC120D0C06838074BAE44D314E2E39FF3909935BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_1 = 0;
V_2 = 0;
goto IL_0029;
}
IL_0008:
{
String_t* L_0 = ___source0;
int32_t L_1 = V_2;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = ___checkType2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_4 = Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B(L_2, L_3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0025;
}
}
{
StringBuilder_t ** L_5 = ___sb1;
String_t* L_6 = ___source0;
int32_t L_7 = V_2;
int32_t L_8 = ___checkType2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_DecomposeChar_mFCD460869F56DD899498A1A3F70025C1C1B84A6C((StringBuilder_t **)L_5, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_0), L_6, L_7, L_8, (int32_t*)(&V_1), /*hidden argument*/NULL);
}
IL_0025:
{
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0029:
{
int32_t L_10 = V_2;
String_t* L_11 = ___source0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_0008;
}
}
{
StringBuilder_t ** L_13 = ___sb1;
StringBuilder_t * L_14 = *((StringBuilder_t **)L_13);
if (!L_14)
{
goto IL_0048;
}
}
{
StringBuilder_t ** L_15 = ___sb1;
StringBuilder_t * L_16 = *((StringBuilder_t **)L_15);
String_t* L_17 = ___source0;
int32_t L_18 = V_1;
String_t* L_19 = ___source0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
int32_t L_21 = V_1;
NullCheck(L_16);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_16, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
}
IL_0048:
{
String_t* L_22 = ___source0;
StringBuilder_t ** L_23 = ___sb1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C(L_22, (StringBuilder_t **)L_23, 1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Normalization::ReorderCanonical(System.String,System.Text.StringBuilderU26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C (String_t* ___src0, StringBuilder_t ** ___sb1, int32_t ___start2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
{
StringBuilder_t ** L_0 = ___sb1;
StringBuilder_t * L_1 = *((StringBuilder_t **)L_0);
if (L_1)
{
goto IL_005d;
}
}
{
V_0 = 1;
goto IL_0053;
}
IL_0008:
{
String_t* L_2 = ___src0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t L_5 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_4, /*hidden argument*/NULL);
V_1 = L_5;
int32_t L_6 = V_1;
if (!L_6)
{
goto IL_004f;
}
}
{
String_t* L_7 = ___src0;
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t L_10 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_9, /*hidden argument*/NULL);
int32_t L_11 = V_1;
if ((((int32_t)L_10) <= ((int32_t)L_11)))
{
goto IL_004f;
}
}
{
StringBuilder_t ** L_12 = ___sb1;
String_t* L_13 = ___src0;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_15, L_14, /*hidden argument*/NULL);
*((RuntimeObject **)L_12) = (RuntimeObject *)L_15;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_12, (RuntimeObject *)L_15);
StringBuilder_t ** L_16 = ___sb1;
StringBuilder_t * L_17 = *((StringBuilder_t **)L_16);
String_t* L_18 = ___src0;
String_t* L_19 = ___src0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_17, L_18, 0, L_20, /*hidden argument*/NULL);
String_t* L_21 = ___src0;
StringBuilder_t ** L_22 = ___sb1;
int32_t L_23 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
Normalization_ReorderCanonical_mC647AA0BB997910E2FC0ED33CF89DCE413362C4C(L_21, (StringBuilder_t **)L_22, L_23, /*hidden argument*/NULL);
return;
}
IL_004f:
{
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0053:
{
int32_t L_25 = V_0;
String_t* L_26 = ___src0;
NullCheck(L_26);
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_0008;
}
}
{
return;
}
IL_005d:
{
int32_t L_28 = ___start2;
V_2 = L_28;
goto IL_00ba;
}
IL_0061:
{
StringBuilder_t ** L_29 = ___sb1;
StringBuilder_t * L_30 = *((StringBuilder_t **)L_29);
int32_t L_31 = V_2;
NullCheck(L_30);
Il2CppChar L_32 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_30, L_31, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t L_33 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_32, /*hidden argument*/NULL);
V_3 = L_33;
int32_t L_34 = V_3;
if (!L_34)
{
goto IL_0084;
}
}
{
StringBuilder_t ** L_35 = ___sb1;
StringBuilder_t * L_36 = *((StringBuilder_t **)L_35);
int32_t L_37 = V_2;
NullCheck(L_36);
Il2CppChar L_38 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint8_t L_39 = Normalization_GetCombiningClass_mE4FE7AF1CC77468229ED3E949CB73C0C9D2E7779(L_38, /*hidden argument*/NULL);
int32_t L_40 = V_3;
if ((((int32_t)L_39) > ((int32_t)L_40)))
{
goto IL_008a;
}
}
IL_0084:
{
int32_t L_41 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
goto IL_00ba;
}
IL_008a:
{
StringBuilder_t ** L_42 = ___sb1;
StringBuilder_t * L_43 = *((StringBuilder_t **)L_42);
int32_t L_44 = V_2;
NullCheck(L_43);
Il2CppChar L_45 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_43, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1)), /*hidden argument*/NULL);
V_4 = L_45;
StringBuilder_t ** L_46 = ___sb1;
StringBuilder_t * L_47 = *((StringBuilder_t **)L_46);
int32_t L_48 = V_2;
StringBuilder_t ** L_49 = ___sb1;
StringBuilder_t * L_50 = *((StringBuilder_t **)L_49);
int32_t L_51 = V_2;
NullCheck(L_50);
Il2CppChar L_52 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_50, L_51, /*hidden argument*/NULL);
NullCheck(L_47);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_47, ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1)), L_52, /*hidden argument*/NULL);
StringBuilder_t ** L_53 = ___sb1;
StringBuilder_t * L_54 = *((StringBuilder_t **)L_53);
int32_t L_55 = V_2;
Il2CppChar L_56 = V_4;
NullCheck(L_54);
StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA(L_54, L_55, L_56, /*hidden argument*/NULL);
int32_t L_57 = V_2;
if ((((int32_t)L_57) <= ((int32_t)1)))
{
goto IL_00ba;
}
}
{
int32_t L_58 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1));
}
IL_00ba:
{
int32_t L_59 = V_2;
StringBuilder_t ** L_60 = ___sb1;
StringBuilder_t * L_61 = *((StringBuilder_t **)L_60);
NullCheck(L_61);
int32_t L_62 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_61, /*hidden argument*/NULL);
if ((((int32_t)L_59) < ((int32_t)L_62)))
{
goto IL_0061;
}
}
{
return;
}
}
// System.Void System.Text.Normalization::DecomposeChar(System.Text.StringBuilderU26,System.Int32[]U26,System.String,System.Int32,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Normalization_DecomposeChar_mFCD460869F56DD899498A1A3F70025C1C1B84A6C (StringBuilder_t ** ___sb0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___buf1, String_t* ___s2, int32_t ___i3, int32_t ___checkType4, int32_t* ___start5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_DecomposeChar_mFCD460869F56DD899498A1A3F70025C1C1B84A6C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
StringBuilder_t ** L_0 = ___sb0;
StringBuilder_t * L_1 = *((StringBuilder_t **)L_0);
if (L_1)
{
goto IL_0014;
}
}
{
StringBuilder_t ** L_2 = ___sb0;
String_t* L_3 = ___s2;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)100))), /*hidden argument*/NULL);
*((RuntimeObject **)L_2) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)L_5);
}
IL_0014:
{
StringBuilder_t ** L_6 = ___sb0;
StringBuilder_t * L_7 = *((StringBuilder_t **)L_6);
String_t* L_8 = ___s2;
int32_t* L_9 = ___start5;
int32_t L_10 = *((int32_t*)L_9);
int32_t L_11 = ___i3;
int32_t* L_12 = ___start5;
int32_t L_13 = *((int32_t*)L_12);
NullCheck(L_7);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_7, L_8, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13)), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_14 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_14);
if (L_15)
{
goto IL_0032;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_16 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
*((RuntimeObject **)L_16) = (RuntimeObject *)L_17;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_16, (RuntimeObject *)L_17);
}
IL_0032:
{
String_t* L_18 = ___s2;
int32_t L_19 = ___i3;
NullCheck(L_18);
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, L_19, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_21 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_21);
int32_t L_23 = ___checkType4;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_24 = Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1(L_20, L_22, 0, L_23, /*hidden argument*/NULL);
V_0 = L_24;
V_1 = 0;
goto IL_008f;
}
IL_0048:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_25 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_25);
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = L_27;
int32_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
if ((((int32_t)L_29) >= ((int32_t)((int32_t)65535))))
{
goto IL_0062;
}
}
{
StringBuilder_t ** L_30 = ___sb0;
StringBuilder_t * L_31 = *((StringBuilder_t **)L_30);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_32 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_32);
int32_t L_34 = V_1;
NullCheck(L_33);
int32_t L_35 = L_34;
int32_t L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
NullCheck(L_31);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_31, (((int32_t)((uint16_t)L_36))), /*hidden argument*/NULL);
goto IL_008b;
}
IL_0062:
{
StringBuilder_t ** L_37 = ___sb0;
StringBuilder_t * L_38 = *((StringBuilder_t **)L_37);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_39 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_40 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_39);
int32_t L_41 = V_1;
NullCheck(L_40);
int32_t L_42 = L_41;
int32_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
NullCheck(L_38);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_38, (((int32_t)((uint16_t)((int32_t)((int32_t)L_43>>(int32_t)((int32_t)10)))))), /*hidden argument*/NULL);
StringBuilder_t ** L_44 = ___sb0;
StringBuilder_t * L_45 = *((StringBuilder_t **)L_44);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_46 = ___buf1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_47 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_46);
int32_t L_48 = V_1;
NullCheck(L_47);
int32_t L_49 = L_48;
int32_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
NullCheck(L_45);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_45, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_50&(int32_t)((int32_t)4095))), (int32_t)((int32_t)56320)))))), /*hidden argument*/NULL);
}
IL_008b:
{
int32_t L_51 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_008f:
{
int32_t L_52 = V_1;
int32_t L_53 = V_0;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_0048;
}
}
{
int32_t* L_54 = ___start5;
int32_t L_55 = ___i3;
*((int32_t*)L_54) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
return;
}
}
// System.Text.NormalizationCheck System.Text.Normalization::QuickCheck(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B (Il2CppChar ___c0, int32_t ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
int32_t L_0 = ___type1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_002b;
}
case 1:
{
goto IL_004b;
}
case 2:
{
goto IL_0064;
}
}
}
{
Il2CppChar L_1 = ___c0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint32_t L_2 = Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511(L_1, /*hidden argument*/NULL);
V_0 = L_2;
uint32_t L_3 = V_0;
if (!((int32_t)((int32_t)L_3&(int32_t)4)))
{
goto IL_0022;
}
}
{
return (int32_t)(1);
}
IL_0022:
{
uint32_t L_4 = V_0;
if (!((int32_t)((int32_t)L_4&(int32_t)8)))
{
goto IL_0029;
}
}
{
return (int32_t)(2);
}
IL_0029:
{
return (int32_t)(0);
}
IL_002b:
{
Il2CppChar L_5 = ___c0;
if ((((int32_t)((int32_t)44032)) > ((int32_t)L_5)))
{
goto IL_003d;
}
}
{
Il2CppChar L_6 = ___c0;
if ((((int32_t)L_6) > ((int32_t)((int32_t)55203))))
{
goto IL_003d;
}
}
{
return (int32_t)(1);
}
IL_003d:
{
Il2CppChar L_7 = ___c0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint32_t L_8 = Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511(L_7, /*hidden argument*/NULL);
if (((int32_t)((int32_t)L_8&(int32_t)1)))
{
goto IL_0049;
}
}
{
return (int32_t)(0);
}
IL_0049:
{
return (int32_t)(1);
}
IL_004b:
{
Il2CppChar L_9 = ___c0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint32_t L_10 = Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511(L_9, /*hidden argument*/NULL);
V_0 = L_10;
uint32_t L_11 = V_0;
if (((int32_t)((int32_t)L_11&(int32_t)((int32_t)16))))
{
goto IL_0062;
}
}
{
uint32_t L_12 = V_0;
if (((int32_t)((int32_t)L_12&(int32_t)((int32_t)32))))
{
goto IL_0060;
}
}
{
return (int32_t)(0);
}
IL_0060:
{
return (int32_t)(2);
}
IL_0062:
{
return (int32_t)(1);
}
IL_0064:
{
Il2CppChar L_13 = ___c0;
if ((((int32_t)((int32_t)44032)) > ((int32_t)L_13)))
{
goto IL_0076;
}
}
{
Il2CppChar L_14 = ___c0;
if ((((int32_t)L_14) > ((int32_t)((int32_t)55203))))
{
goto IL_0076;
}
}
{
return (int32_t)(1);
}
IL_0076:
{
Il2CppChar L_15 = ___c0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
uint32_t L_16 = Normalization_PropValue_m74F5DC4C2FF35022E0473B8B6EBC83609E0D5511(L_15, /*hidden argument*/NULL);
if (((int32_t)((int32_t)L_16&(int32_t)2)))
{
goto IL_0082;
}
}
{
return (int32_t)(0);
}
IL_0082:
{
return (int32_t)(1);
}
}
// System.Int32 System.Text.Normalization::GetCanonicalHangul(System.Int32,System.Int32[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetCanonicalHangul_mE5E98FB3A1941526B0D69E8086C3650AE85D7982 (int32_t ___s0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buf1, int32_t ___bufIdx2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___s0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)44032)));
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0014;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)11172))))
{
goto IL_0016;
}
}
IL_0014:
{
int32_t L_3 = ___bufIdx2;
return L_3;
}
IL_0016:
{
int32_t L_4 = V_0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)4352), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)588)))));
int32_t L_5 = V_0;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)4449), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5%(int32_t)((int32_t)588)))/(int32_t)((int32_t)28)))));
int32_t L_6 = V_0;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)4519), (int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)28)))));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = ___buf1;
int32_t L_8 = ___bufIdx2;
int32_t L_9 = L_8;
___bufIdx2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
int32_t L_10 = V_1;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (int32_t)L_10);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___buf1;
int32_t L_12 = ___bufIdx2;
int32_t L_13 = L_12;
___bufIdx2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
int32_t L_14 = V_2;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
int32_t L_15 = V_3;
if ((((int32_t)L_15) == ((int32_t)((int32_t)4519))))
{
goto IL_0063;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = ___buf1;
int32_t L_17 = ___bufIdx2;
int32_t L_18 = L_17;
___bufIdx2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
int32_t L_19 = V_3;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_19);
}
IL_0063:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = ___buf1;
int32_t L_21 = ___bufIdx2;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (int32_t)0);
int32_t L_22 = ___bufIdx2;
return L_22;
}
}
// System.Int32 System.Text.Normalization::GetCanonical(System.Int32,System.Int32[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1 (int32_t ___c0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buf1, int32_t ___bufIdx2, int32_t ___checkType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___c0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = ___buf1;
int32_t L_2 = ___bufIdx2;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_3 = Normalization_GetCanonicalHangul_mE5E98FB3A1941526B0D69E8086C3650AE85D7982(L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
int32_t L_5 = ___bufIdx2;
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_000f;
}
}
{
int32_t L_6 = V_0;
return L_6;
}
IL_000f:
{
int32_t L_7 = ___c0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_8 = Normalization_CharMapIdx_mD7FF7B9511E1108A8718E0AA1C81EB65BDCE6BA9(L_7, /*hidden argument*/NULL);
V_1 = L_8;
int32_t L_9 = V_1;
if (!L_9)
{
goto IL_0027;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_10 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_11 = V_1;
int32_t L_12 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_11)), (int32_t)4)))));
int32_t L_13 = ___c0;
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_006a;
}
}
IL_0027:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = ___buf1;
int32_t L_15 = ___bufIdx2;
int32_t L_16 = L_15;
___bufIdx2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
int32_t L_17 = ___c0;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (int32_t)L_17);
goto IL_0077;
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_18 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_19 = V_1;
int32_t L_20 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)4)))));
V_2 = L_20;
int32_t L_21 = V_2;
if ((((int32_t)L_21) > ((int32_t)((int32_t)65535))))
{
goto IL_005b;
}
}
{
int32_t L_22 = V_2;
int32_t L_23 = ___checkType3;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_24 = Normalization_QuickCheck_m41D4FF8E0DC13D1D0CE7BDB35607FDA313DCB86B((((int32_t)((uint16_t)L_22))), L_23, /*hidden argument*/NULL);
if (L_24)
{
goto IL_005b;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ___buf1;
int32_t L_26 = ___bufIdx2;
int32_t L_27 = L_26;
___bufIdx2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_2;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (int32_t)L_28);
goto IL_0066;
}
IL_005b:
{
int32_t L_29 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = ___buf1;
int32_t L_31 = ___bufIdx2;
int32_t L_32 = ___checkType3;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t L_33 = Normalization_GetCanonical_m9BE2B7D000EACEBFEDD8CFB4BAA9F9A04ACB53E1(L_29, L_30, L_31, L_32, /*hidden argument*/NULL);
___bufIdx2 = L_33;
}
IL_0066:
{
int32_t L_34 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_006a:
{
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
int32_t* L_35 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_mappedChars_1();
int32_t L_36 = V_1;
int32_t L_37 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_36)), (int32_t)4)))));
if (L_37)
{
goto IL_0032;
}
}
IL_0077:
{
int32_t L_38 = ___bufIdx2;
return L_38;
}
}
// System.String System.Text.Normalization::Normalize(System.String,System.Text.NormalizationForm)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E (String_t* ___source0, int32_t ___normalizationForm1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___normalizationForm1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2)))
{
case 0:
{
goto IL_0024;
}
case 1:
{
goto IL_001c;
}
case 2:
{
goto IL_001c;
}
case 3:
{
goto IL_002c;
}
case 4:
{
goto IL_0034;
}
}
}
IL_001c:
{
String_t* L_1 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_2 = Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF(L_1, 0, /*hidden argument*/NULL);
return L_2;
}
IL_0024:
{
String_t* L_3 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_4 = Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF(L_3, 1, /*hidden argument*/NULL);
return L_4;
}
IL_002c:
{
String_t* L_5 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_6 = Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF(L_5, 2, /*hidden argument*/NULL);
return L_6;
}
IL_0034:
{
String_t* L_7 = ___source0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_8 = Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF(L_7, 3, /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.Text.Normalization::Normalize(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF (String_t* ___source0, int32_t ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization_Normalize_mE05051BD0A486B68CA43E9AB82EECFFF1F952DEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_0014;
}
case 2:
{
goto IL_001c;
}
}
}
IL_0014:
{
String_t* L_1 = ___source0;
int32_t L_2 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_3 = Normalization_Compose_mEB36830839D05AAA1579B2500EAF0AF0611910AA(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001c:
{
String_t* L_4 = ___source0;
int32_t L_5 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_6 = Normalization_Decompose_m72A6B276D99DEA8A6060E5060342D44BE739E030(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Void System.Text.Normalization::load_normalization_resource(System.IntPtrU26,System.IntPtrU26,System.IntPtrU26,System.IntPtrU26,System.IntPtrU26,System.IntPtrU26)
extern "C" IL2CPP_METHOD_ATTR void Normalization_load_normalization_resource_m189BEDAFFDA3BEBCDCF2FDD71C10E76E6F1DD278 (intptr_t* ___props0, intptr_t* ___mappedChars1, intptr_t* ___charMapIndex2, intptr_t* ___helperIndex3, intptr_t* ___mapIdxToComposite4, intptr_t* ___combiningClass5, const RuntimeMethod* method)
{
typedef void (*Normalization_load_normalization_resource_m189BEDAFFDA3BEBCDCF2FDD71C10E76E6F1DD278_ftn) (intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*, intptr_t*);
using namespace il2cpp::icalls;
((Normalization_load_normalization_resource_m189BEDAFFDA3BEBCDCF2FDD71C10E76E6F1DD278_ftn)mscorlib::System::Text::Normalization::load_normalization_resource) (___props0, ___mappedChars1, ___charMapIndex2, ___helperIndex3, ___mapIdxToComposite4, ___combiningClass5);
}
// System.Void System.Text.Normalization::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Normalization__cctor_m44035F20D7FD40CD6C7A11C4994FD5DC11D69A0A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Normalization__cctor_m44035F20D7FD40CD6C7A11C4994FD5DC11D69A0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset(&V_0, 0, sizeof(V_0));
intptr_t V_1;
memset(&V_1, 0, sizeof(V_1));
intptr_t V_2;
memset(&V_2, 0, sizeof(V_2));
intptr_t V_3;
memset(&V_3, 0, sizeof(V_3));
intptr_t V_4;
memset(&V_4, 0, sizeof(V_4));
intptr_t V_5;
memset(&V_5, 0, sizeof(V_5));
RuntimeObject * V_6 = NULL;
bool V_7 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_forLock_6(L_0);
RuntimeObject * L_1 = ((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->get_forLock_6();
V_6 = L_1;
V_7 = (bool)0;
}
IL_0014:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_6;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_7), /*hidden argument*/NULL);
Normalization_load_normalization_resource_m189BEDAFFDA3BEBCDCF2FDD71C10E76E6F1DD278((intptr_t*)(&V_0), (intptr_t*)(&V_1), (intptr_t*)(&V_2), (intptr_t*)(&V_3), (intptr_t*)(&V_4), (intptr_t*)(&V_5), /*hidden argument*/NULL);
intptr_t L_3 = V_0;
void* L_4 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_3, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_props_0((uint8_t*)L_4);
intptr_t L_5 = V_1;
void* L_6 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_5, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_mappedChars_1((int32_t*)L_6);
intptr_t L_7 = V_2;
void* L_8 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_7, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_charMapIndex_2((int16_t*)L_8);
intptr_t L_9 = V_3;
void* L_10 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_9, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_helperIndex_3((int16_t*)L_10);
intptr_t L_11 = V_4;
void* L_12 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_11, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_mapIdxToComposite_4((uint16_t*)L_12);
intptr_t L_13 = V_5;
void* L_14 = IntPtr_op_Explicit_mB8A512095BCE1A23B2840310C8A27C928ADAD027((intptr_t)L_13, /*hidden argument*/NULL);
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_combiningClass_5((uint8_t*)L_14);
IL2CPP_LEAVE(0x80, FINALLY_0074);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0074;
}
FINALLY_0074:
{ // begin finally (depth: 1)
{
bool L_15 = V_7;
if (!L_15)
{
goto IL_007f;
}
}
IL_0078:
{
RuntimeObject * L_16 = V_6;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
}
IL_007f:
{
IL2CPP_END_FINALLY(116)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(116)
{
IL2CPP_JUMP_TBL(0x80, IL_0080)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0080:
{
((Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_StaticFields*)il2cpp_codegen_static_fields_for(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var))->set_isReady_7((bool)1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(__this, ((int32_t)16), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
int32_t L_1 = ___capacity0;
StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA(__this, L_0, ((int32_t)16), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m786CAFE74FE0D479747A0D474BE6EBCFDA5743EA (StringBuilder_t * __this, String_t* ___value0, int32_t ___capacity1, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
String_t* G_B2_1 = NULL;
StringBuilder_t * G_B2_2 = NULL;
int32_t G_B1_0 = 0;
String_t* G_B1_1 = NULL;
StringBuilder_t * G_B1_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
String_t* G_B3_2 = NULL;
StringBuilder_t * G_B3_3 = NULL;
{
String_t* L_0 = ___value0;
String_t* L_1 = ___value0;
G_B1_0 = 0;
G_B1_1 = L_0;
G_B1_2 = __this;
if (L_1)
{
G_B2_0 = 0;
G_B2_1 = L_0;
G_B2_2 = __this;
goto IL_0009;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_000f;
}
IL_0009:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_000f:
{
int32_t L_4 = ___capacity1;
NullCheck(G_B3_3);
StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245(G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, int32_t ___capacity3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___capacity3;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_002e;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralC9E6E7DE9703383E07A53813E0B0CEAC3F74E9D8, L_2, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral7CB1F56D3FBE09E809244FC8E13671CD876E3860, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_RuntimeMethod_var);
}
IL_002e:
{
int32_t L_5 = ___length2;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0055;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral3D54973F528B01019A58A52D34D518405A01B891);
String_t* L_8 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral30604394791BC9E659A2233492C5416B09AC67D5, L_7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_RuntimeMethod_var);
}
IL_0055:
{
int32_t L_10 = ___startIndex1;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_006e;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_RuntimeMethod_var);
}
IL_006e:
{
String_t* L_13 = ___value0;
if (L_13)
{
goto IL_0078;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___value0 = L_14;
}
IL_0078:
{
int32_t L_15 = ___startIndex1;
String_t* L_16 = ___value0;
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_16, /*hidden argument*/NULL);
int32_t L_18 = ___length2;
if ((((int32_t)L_15) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)))))
{
goto IL_0098;
}
}
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245_RuntimeMethod_var);
}
IL_0098:
{
__this->set_m_MaxCapacity_4(((int32_t)2147483647LL));
int32_t L_21 = ___capacity3;
if (L_21)
{
goto IL_00ab;
}
}
{
___capacity3 = ((int32_t)16);
}
IL_00ab:
{
int32_t L_22 = ___capacity3;
int32_t L_23 = ___length2;
if ((((int32_t)L_22) >= ((int32_t)L_23)))
{
goto IL_00b3;
}
}
{
int32_t L_24 = ___length2;
___capacity3 = L_24;
}
IL_00b3:
{
int32_t L_25 = ___capacity3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_25);
__this->set_m_ChunkChars_0(L_26);
int32_t L_27 = ___length2;
__this->set_m_ChunkLength_2(L_27);
String_t* L_28 = ___value0;
V_1 = L_28;
String_t* L_29 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_29));
Il2CppChar* L_30 = V_0;
if (!L_30)
{
goto IL_00d7;
}
}
{
Il2CppChar* L_31 = V_0;
int32_t L_32 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)L_32));
}
IL_00d7:
{
Il2CppChar* L_33 = V_0;
int32_t L_34 = ___startIndex1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = __this->get_m_ChunkChars_0();
int32_t L_36 = ___length2;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, 0, L_36, /*hidden argument*/NULL);
V_1 = (String_t*)NULL;
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0 (StringBuilder_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_4 = NULL;
String_t* V_5 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_RuntimeMethod_var);
}
IL_0014:
{
V_0 = 0;
V_1 = (String_t*)NULL;
V_2 = ((int32_t)2147483647LL);
V_3 = (bool)0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_3 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_2, /*hidden argument*/NULL);
V_4 = L_3;
goto IL_0089;
}
IL_002a:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = V_4;
NullCheck(L_4);
String_t* L_5 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_4, /*hidden argument*/NULL);
V_5 = L_5;
String_t* L_6 = V_5;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral3ECE74215FB2793907E8EFA463AA7FFD96E196C1, /*hidden argument*/NULL);
if (L_7)
{
goto IL_005f;
}
}
{
String_t* L_8 = V_5;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteralF5B1C6DBB589A6CFBD4698F1E5B4B27DB5735D40, /*hidden argument*/NULL);
if (L_9)
{
goto IL_006d;
}
}
{
String_t* L_10 = V_5;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteral45BD908DF490EDD79694BA0DAFF82FC092970B55, /*hidden argument*/NULL);
if (L_11)
{
goto IL_007b;
}
}
{
goto IL_0089;
}
IL_005f:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
NullCheck(L_12);
int32_t L_13 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_12, _stringLiteral3ECE74215FB2793907E8EFA463AA7FFD96E196C1, /*hidden argument*/NULL);
V_2 = L_13;
goto IL_0089;
}
IL_006d:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
NullCheck(L_14);
String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_14, _stringLiteralF5B1C6DBB589A6CFBD4698F1E5B4B27DB5735D40, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_0089;
}
IL_007b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info0;
NullCheck(L_16);
int32_t L_17 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_16, _stringLiteral45BD908DF490EDD79694BA0DAFF82FC092970B55, /*hidden argument*/NULL);
V_0 = L_17;
V_3 = (bool)1;
}
IL_0089:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_18 = V_4;
NullCheck(L_18);
bool L_19 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_002a;
}
}
{
String_t* L_20 = V_1;
if (L_20)
{
goto IL_009b;
}
}
{
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_1 = L_21;
}
IL_009b:
{
int32_t L_22 = V_2;
if ((((int32_t)L_22) < ((int32_t)1)))
{
goto IL_00a8;
}
}
{
String_t* L_23 = V_1;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL);
int32_t L_25 = V_2;
if ((((int32_t)L_24) <= ((int32_t)L_25)))
{
goto IL_00b8;
}
}
IL_00a8:
{
String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCDDB8772CED7B8ED1FE0EAA7D513FF405474F6A0, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_27 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_27, L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, NULL, StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_RuntimeMethod_var);
}
IL_00b8:
{
bool L_28 = V_3;
if (L_28)
{
goto IL_00d4;
}
}
{
V_0 = ((int32_t)16);
int32_t L_29 = V_0;
String_t* L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_30, /*hidden argument*/NULL);
if ((((int32_t)L_29) >= ((int32_t)L_31)))
{
goto IL_00ce;
}
}
{
String_t* L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_32, /*hidden argument*/NULL);
V_0 = L_33;
}
IL_00ce:
{
int32_t L_34 = V_0;
int32_t L_35 = V_2;
if ((((int32_t)L_34) <= ((int32_t)L_35)))
{
goto IL_00d4;
}
}
{
int32_t L_36 = V_2;
V_0 = L_36;
}
IL_00d4:
{
int32_t L_37 = V_0;
if ((((int32_t)L_37) < ((int32_t)0)))
{
goto IL_00e5;
}
}
{
int32_t L_38 = V_0;
String_t* L_39 = V_1;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_39, /*hidden argument*/NULL);
if ((((int32_t)L_38) < ((int32_t)L_40)))
{
goto IL_00e5;
}
}
{
int32_t L_41 = V_0;
int32_t L_42 = V_2;
if ((((int32_t)L_41) <= ((int32_t)L_42)))
{
goto IL_00f5;
}
}
IL_00e5:
{
String_t* L_43 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralA9FB4E9CDFDDA8973EE329DE4396AF8172A25428, /*hidden argument*/NULL);
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_44 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_44, L_43, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, StringBuilder__ctor_m50F68196A42EEEC82EC4A482CDDC33D1A4527CE0_RuntimeMethod_var);
}
IL_00f5:
{
int32_t L_45 = V_2;
__this->set_m_MaxCapacity_4(L_45);
int32_t L_46 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_46);
__this->set_m_ChunkChars_0(L_47);
String_t* L_48 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = __this->get_m_ChunkChars_0();
String_t* L_50 = V_1;
NullCheck(L_50);
int32_t L_51 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_50, /*hidden argument*/NULL);
NullCheck(L_48);
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_48, 0, L_49, 0, L_51, /*hidden argument*/NULL);
String_t* L_52 = V_1;
NullCheck(L_52);
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_52, /*hidden argument*/NULL);
__this->set_m_ChunkLength_2(L_53);
__this->set_m_ChunkPrevious_1((StringBuilder_t *)NULL);
return;
}
}
// System.Void System.Text.StringBuilder::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData_m960812B3C6399B43D2C888B0A766F74164F671E9 (StringBuilder_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData_m960812B3C6399B43D2C888B0A766F74164F671E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StringBuilder_System_Runtime_Serialization_ISerializable_GetObjectData_m960812B3C6399B43D2C888B0A766F74164F671E9_RuntimeMethod_var);
}
IL_000e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
int32_t L_3 = __this->get_m_MaxCapacity_4();
NullCheck(L_2);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_2, _stringLiteral3ECE74215FB2793907E8EFA463AA7FFD96E196C1, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
int32_t L_5 = StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0(__this, /*hidden argument*/NULL);
NullCheck(L_4);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_4, _stringLiteral45BD908DF490EDD79694BA0DAFF82FC092970B55, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
NullCheck(L_6);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteralF5B1C6DBB589A6CFBD4698F1E5B4B27DB5735D40, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
NullCheck(L_8);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteral66023E7A5B189C6C1C5EA722520C1072C9242ACD, 0, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Text.StringBuilder::get_Capacity()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0 (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_m_ChunkChars_0();
NullCheck(L_0);
int32_t L_1 = __this->get_m_ChunkOffset_3();
return ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1));
}
}
// System.Int32 System.Text.StringBuilder::get_MaxCapacity()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_MaxCapacity_m1367C928745408E67DFF57F501177B4CA978F365 (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_MaxCapacity_4();
return L_0;
}
}
// System.String System.Text.StringBuilder::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mC93526603BBE053CAD68863D7ED464354598E7EF (StringBuilder_t * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ToString_mC93526603BBE053CAD68863D7ED464354598E7EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringBuilder_t * V_1 = NULL;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
Il2CppChar* V_7 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_8 = NULL;
{
int32_t L_0 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000e:
{
int32_t L_2 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
String_t* L_3 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_2, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = __this;
String_t* L_4 = V_0;
V_3 = L_4;
String_t* L_5 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_5));
Il2CppChar* L_6 = V_2;
if (!L_6)
{
goto IL_002c;
}
}
{
Il2CppChar* L_7 = V_2;
int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8));
}
IL_002c:
{
StringBuilder_t * L_9 = V_1;
NullCheck(L_9);
int32_t L_10 = L_9->get_m_ChunkLength_2();
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_00ac;
}
}
{
StringBuilder_t * L_11 = V_1;
NullCheck(L_11);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_m_ChunkChars_0();
V_4 = L_12;
StringBuilder_t * L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = L_13->get_m_ChunkOffset_3();
V_5 = L_14;
StringBuilder_t * L_15 = V_1;
NullCheck(L_15);
int32_t L_16 = L_15->get_m_ChunkLength_2();
V_6 = L_16;
int32_t L_17 = V_6;
int32_t L_18 = V_5;
String_t* L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))))))) > ((int64_t)(((int64_t)((int64_t)L_20))))))
{
goto IL_0097;
}
}
{
int32_t L_21 = V_6;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_4;
NullCheck(L_22);
if ((!(((uint32_t)L_21) <= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))))
{
goto IL_0097;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = L_23;
V_8 = L_24;
if (!L_24)
{
goto IL_0071;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_8;
NullCheck(L_25);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))))
{
goto IL_0077;
}
}
IL_0071:
{
V_7 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0082;
}
IL_0077:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_8;
NullCheck(L_26);
V_7 = (Il2CppChar*)(((uintptr_t)((L_26)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0082:
{
Il2CppChar* L_27 = V_2;
int32_t L_28 = V_5;
Il2CppChar* L_29 = V_7;
int32_t L_30 = V_6;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_29, L_30, /*hidden argument*/NULL);
V_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
goto IL_00ac;
}
IL_0097:
{
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_32 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_32, _stringLiteral1A75B798F31CCE27B38AA9AE88BDD80B52DCD158, L_31, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, NULL, StringBuilder_ToString_mC93526603BBE053CAD68863D7ED464354598E7EF_RuntimeMethod_var);
}
IL_00ac:
{
StringBuilder_t * L_33 = V_1;
NullCheck(L_33);
StringBuilder_t * L_34 = L_33->get_m_ChunkPrevious_1();
V_1 = L_34;
StringBuilder_t * L_35 = V_1;
if (L_35)
{
goto IL_002c;
}
}
{
V_3 = (String_t*)NULL;
String_t* L_36 = V_0;
return L_36;
}
}
// System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar* V_5 = NULL;
String_t* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_11 = NULL;
Il2CppChar* V_12 = NULL;
Il2CppChar* V_13 = NULL;
{
int32_t L_0 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = ___startIndex0;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0020;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var);
}
IL_0020:
{
int32_t L_4 = ___startIndex0;
int32_t L_5 = V_0;
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_0039;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var);
}
IL_0039:
{
int32_t L_8 = ___length1;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0052;
}
}
{
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var);
}
IL_0052:
{
int32_t L_11 = ___startIndex0;
int32_t L_12 = V_0;
int32_t L_13 = ___length1;
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)))))
{
goto IL_006d;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var);
}
IL_006d:
{
V_1 = __this;
int32_t L_16 = ___startIndex0;
int32_t L_17 = ___length1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
int32_t L_18 = ___length1;
String_t* L_19 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_18, /*hidden argument*/NULL);
V_3 = L_19;
int32_t L_20 = ___length1;
V_4 = L_20;
String_t* L_21 = V_3;
V_6 = L_21;
String_t* L_22 = V_6;
V_5 = (Il2CppChar*)(((uintptr_t)L_22));
Il2CppChar* L_23 = V_5;
if (!L_23)
{
goto IL_0149;
}
}
{
Il2CppChar* L_24 = V_5;
int32_t L_25 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)L_25));
goto IL_0149;
}
IL_009b:
{
int32_t L_26 = V_2;
StringBuilder_t * L_27 = V_1;
NullCheck(L_27);
int32_t L_28 = L_27->get_m_ChunkOffset_3();
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28));
int32_t L_29 = V_7;
if ((((int32_t)L_29) < ((int32_t)0)))
{
goto IL_0142;
}
}
{
int32_t L_30 = V_7;
StringBuilder_t * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = L_31->get_m_ChunkLength_2();
if ((((int32_t)L_30) <= ((int32_t)L_32)))
{
goto IL_00bf;
}
}
{
StringBuilder_t * L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->get_m_ChunkLength_2();
V_7 = L_34;
}
IL_00bf:
{
int32_t L_35 = V_4;
V_8 = L_35;
int32_t L_36 = V_8;
V_9 = L_36;
int32_t L_37 = V_7;
int32_t L_38 = V_8;
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38));
int32_t L_39 = V_10;
if ((((int32_t)L_39) >= ((int32_t)0)))
{
goto IL_00dd;
}
}
{
int32_t L_40 = V_9;
int32_t L_41 = V_10;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41));
V_10 = 0;
}
IL_00dd:
{
int32_t L_42 = V_4;
int32_t L_43 = V_9;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43));
int32_t L_44 = V_9;
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_0142;
}
}
{
StringBuilder_t * L_45 = V_1;
NullCheck(L_45);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = L_45->get_m_ChunkChars_0();
V_11 = L_46;
int32_t L_47 = V_9;
int32_t L_48 = V_4;
int32_t L_49 = ___length1;
if ((((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48))))))))) > ((int64_t)(((int64_t)((int64_t)L_49))))))
{
goto IL_012d;
}
}
{
int32_t L_50 = V_9;
int32_t L_51 = V_10;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_52 = V_11;
NullCheck(L_52);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51))) <= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length))))))))
{
goto IL_012d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_53 = V_11;
int32_t L_54 = V_10;
NullCheck(L_53);
V_13 = (Il2CppChar*)((L_53)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_54)));
Il2CppChar* L_55 = V_13;
V_12 = (Il2CppChar*)(((uintptr_t)L_55));
Il2CppChar* L_56 = V_5;
int32_t L_57 = V_4;
Il2CppChar* L_58 = V_12;
int32_t L_59 = V_9;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_59, /*hidden argument*/NULL);
V_13 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0142;
}
IL_012d:
{
String_t* L_60 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_61 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_61, _stringLiteralDCB40626091C3234CCD76DD6C57003824DA5B71E, L_60, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, NULL, StringBuilder_ToString_mB91781E31C1CF168F780733E67EA40A5386693C6_RuntimeMethod_var);
}
IL_0142:
{
StringBuilder_t * L_62 = V_1;
NullCheck(L_62);
StringBuilder_t * L_63 = L_62->get_m_ChunkPrevious_1();
V_1 = L_63;
}
IL_0149:
{
int32_t L_64 = V_4;
if ((((int32_t)L_64) > ((int32_t)0)))
{
goto IL_009b;
}
}
{
V_6 = (String_t*)NULL;
String_t* L_65 = V_3;
return L_65;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Clear()
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Clear_mE7A125669AB3330DA2B2777C07C19C989CC436BB (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(__this, 0, /*hidden argument*/NULL);
return __this;
}
}
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_ChunkOffset_3();
int32_t L_1 = __this->get_m_ChunkLength_2();
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
}
}
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___value0;
int32_t L_4 = StringBuilder_get_MaxCapacity_m1367C928745408E67DFF57F501177B4CA978F365(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0037;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_7 = StringBuilder_get_Capacity_m504D58B139889E471E4627C43EEA0A5DF7F4F4D0(__this, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = ___value0;
if (L_8)
{
goto IL_0058;
}
}
{
StringBuilder_t * L_9 = __this->get_m_ChunkPrevious_1();
if (L_9)
{
goto IL_0058;
}
}
{
__this->set_m_ChunkLength_2(0);
__this->set_m_ChunkOffset_3(0);
return;
}
IL_0058:
{
int32_t L_10 = ___value0;
int32_t L_11 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11));
int32_t L_12 = V_1;
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_006f;
}
}
{
int32_t L_13 = V_1;
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(__this, 0, L_13, /*hidden argument*/NULL);
return;
}
IL_006f:
{
int32_t L_14 = ___value0;
StringBuilder_t * L_15 = StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527(__this, L_14, /*hidden argument*/NULL);
V_2 = L_15;
StringBuilder_t * L_16 = V_2;
if ((((RuntimeObject*)(StringBuilder_t *)L_16) == ((RuntimeObject*)(StringBuilder_t *)__this)))
{
goto IL_00ba;
}
}
{
int32_t L_17 = V_0;
StringBuilder_t * L_18 = V_2;
NullCheck(L_18);
int32_t L_19 = L_18->get_m_ChunkOffset_3();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_19)));
V_3 = L_20;
StringBuilder_t * L_21 = V_2;
NullCheck(L_21);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21->get_m_ChunkChars_0();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_3;
StringBuilder_t * L_24 = V_2;
NullCheck(L_24);
int32_t L_25 = L_24->get_m_ChunkLength_2();
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_25, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_3;
__this->set_m_ChunkChars_0(L_26);
StringBuilder_t * L_27 = V_2;
NullCheck(L_27);
StringBuilder_t * L_28 = L_27->get_m_ChunkPrevious_1();
__this->set_m_ChunkPrevious_1(L_28);
StringBuilder_t * L_29 = V_2;
NullCheck(L_29);
int32_t L_30 = L_29->get_m_ChunkOffset_3();
__this->set_m_ChunkOffset_3(L_30);
}
IL_00ba:
{
int32_t L_31 = ___value0;
StringBuilder_t * L_32 = V_2;
NullCheck(L_32);
int32_t L_33 = L_32->get_m_ChunkOffset_3();
__this->set_m_ChunkLength_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_33)));
return;
}
}
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = __this;
}
IL_0002:
{
int32_t L_0 = ___index0;
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = L_1->get_m_ChunkOffset_3();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2));
int32_t L_3 = V_1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0027;
}
}
{
int32_t L_4 = V_1;
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_m_ChunkLength_2();
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_001e;
}
}
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_7 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6_RuntimeMethod_var);
}
IL_001e:
{
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8->get_m_ChunkChars_0();
int32_t L_10 = V_1;
NullCheck(L_9);
int32_t L_11 = L_10;
uint16_t L_12 = (uint16_t)(L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
return L_12;
}
IL_0027:
{
StringBuilder_t * L_13 = V_0;
NullCheck(L_13);
StringBuilder_t * L_14 = L_13->get_m_ChunkPrevious_1();
V_0 = L_14;
StringBuilder_t * L_15 = V_0;
if (L_15)
{
goto IL_0002;
}
}
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_16 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6_RuntimeMethod_var);
}
}
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
V_0 = __this;
}
IL_0002:
{
int32_t L_0 = ___index0;
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = L_1->get_m_ChunkOffset_3();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_2));
int32_t L_3 = V_1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0037;
}
}
{
int32_t L_4 = V_1;
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_m_ChunkLength_2();
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_002d;
}
}
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA_RuntimeMethod_var);
}
IL_002d:
{
StringBuilder_t * L_9 = V_0;
NullCheck(L_9);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9->get_m_ChunkChars_0();
int32_t L_11 = V_1;
Il2CppChar L_12 = ___value1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)L_12);
return;
}
IL_0037:
{
StringBuilder_t * L_13 = V_0;
NullCheck(L_13);
StringBuilder_t * L_14 = L_13->get_m_ChunkPrevious_1();
V_0 = L_14;
StringBuilder_t * L_15 = V_0;
if (L_15)
{
goto IL_0002;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_17, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, StringBuilder_set_Chars_m71B2B761D6D287A666302FD85E320E1E60F388EA_RuntimeMethod_var);
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45 (StringBuilder_t * __this, Il2CppChar ___value0, int32_t ___repeatCount1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___repeatCount1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral1423A24195F33B29B91882563FADE351CF5AD3AB, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___repeatCount1;
if (L_3)
{
goto IL_001e;
}
}
{
return __this;
}
IL_001e:
{
int32_t L_4 = __this->get_m_ChunkLength_2();
V_0 = L_4;
goto IL_0056;
}
IL_0027:
{
int32_t L_5 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_m_ChunkChars_0();
NullCheck(L_6);
if ((((int32_t)L_5) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))
{
goto IL_0046;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = __this->get_m_ChunkChars_0();
int32_t L_8 = V_0;
int32_t L_9 = L_8;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
Il2CppChar L_10 = ___value0;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Il2CppChar)L_10);
int32_t L_11 = ___repeatCount1;
___repeatCount1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
goto IL_0056;
}
IL_0046:
{
int32_t L_12 = V_0;
__this->set_m_ChunkLength_2(L_12);
int32_t L_13 = ___repeatCount1;
StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C(__this, L_13, /*hidden argument*/NULL);
V_0 = 0;
}
IL_0056:
{
int32_t L_14 = ___repeatCount1;
if ((((int32_t)L_14) > ((int32_t)0)))
{
goto IL_0027;
}
}
{
int32_t L_15 = V_0;
__this->set_m_ChunkLength_2(L_15);
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
{
int32_t L_0 = ___startIndex1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___charCount2;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_RuntimeMethod_var);
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var);
bool L_6 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
if (!L_6)
{
goto IL_003e;
}
}
{
int32_t L_7 = ___charCount2;
if (L_7)
{
goto IL_003e;
}
}
{
return __this;
}
IL_003e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___value0;
if (L_8)
{
goto IL_0054;
}
}
{
int32_t L_9 = ___startIndex1;
if (L_9)
{
goto IL_0049;
}
}
{
int32_t L_10 = ___charCount2;
if (L_10)
{
goto IL_0049;
}
}
{
return __this;
}
IL_0049:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_11 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_11, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_12 = ___charCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___value0;
NullCheck(L_13);
int32_t L_14 = ___startIndex1;
if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14)))))
{
goto IL_0071;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_16 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_16, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8_RuntimeMethod_var);
}
IL_0071:
{
int32_t L_17 = ___charCount2;
if (L_17)
{
goto IL_0076;
}
}
{
return __this;
}
IL_0076:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = ___value0;
int32_t L_19 = ___startIndex1;
NullCheck(L_18);
V_1 = (Il2CppChar*)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19)));
Il2CppChar* L_20 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_20));
Il2CppChar* L_21 = V_0;
int32_t L_22 = ___charCount2;
StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(__this, (Il2CppChar*)(Il2CppChar*)L_21, L_22, /*hidden argument*/NULL);
V_1 = (Il2CppChar*)(((uintptr_t)0));
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method)
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar* V_4 = NULL;
String_t* V_5 = NULL;
Il2CppChar* V_6 = NULL;
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_008a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_m_ChunkChars_0();
V_0 = L_1;
int32_t L_2 = __this->get_m_ChunkLength_2();
V_1 = L_2;
String_t* L_3 = ___value0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_3, /*hidden argument*/NULL);
V_2 = L_4;
int32_t L_5 = V_1;
int32_t L_6 = V_2;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_0;
NullCheck(L_8);
if ((((int32_t)L_7) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))))
{
goto IL_0083;
}
}
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) > ((int32_t)2)))
{
goto IL_0049;
}
}
{
int32_t L_10 = V_2;
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0037;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0;
int32_t L_12 = V_1;
String_t* L_13 = ___value0;
NullCheck(L_13);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, 0, /*hidden argument*/NULL);
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (Il2CppChar)L_14);
}
IL_0037:
{
int32_t L_15 = V_2;
if ((((int32_t)L_15) <= ((int32_t)1)))
{
goto IL_007a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_0;
int32_t L_17 = V_1;
String_t* L_18 = ___value0;
NullCheck(L_18);
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_18, 1, /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))), (Il2CppChar)L_19);
goto IL_007a;
}
IL_0049:
{
String_t* L_20 = ___value0;
V_5 = L_20;
String_t* L_21 = V_5;
V_4 = (Il2CppChar*)(((uintptr_t)L_21));
Il2CppChar* L_22 = V_4;
if (!L_22)
{
goto IL_005f;
}
}
{
Il2CppChar* L_23 = V_4;
int32_t L_24 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)L_24));
}
IL_005f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_0;
int32_t L_26 = V_1;
NullCheck(L_25);
V_6 = (Il2CppChar*)((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_26)));
Il2CppChar* L_27 = V_6;
Il2CppChar* L_28 = V_4;
int32_t L_29 = V_2;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_27)), (Il2CppChar*)(Il2CppChar*)L_28, L_29, /*hidden argument*/NULL);
V_6 = (Il2CppChar*)(((uintptr_t)0));
V_5 = (String_t*)NULL;
}
IL_007a:
{
int32_t L_30 = V_3;
__this->set_m_ChunkLength_2(L_30);
goto IL_008a;
}
IL_0083:
{
String_t* L_31 = ___value0;
StringBuilder_AppendHelper_mEB58C0EF72D659D6BB4342E2943697200F63C80F(__this, L_31, /*hidden argument*/NULL);
}
IL_008a:
{
return __this;
}
}
// System.Void System.Text.StringBuilder::AppendHelper(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_AppendHelper_mEB58C0EF72D659D6BB4342E2943697200F63C80F (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___value0;
V_1 = L_0;
String_t* L_1 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_1));
Il2CppChar* L_2 = V_0;
if (!L_2)
{
goto IL_0010;
}
}
{
Il2CppChar* L_3 = V_0;
int32_t L_4 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4));
}
IL_0010:
{
Il2CppChar* L_5 = V_0;
String_t* L_6 = ___value0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(__this, (Il2CppChar*)(Il2CppChar*)L_5, L_7, /*hidden argument*/NULL);
V_1 = (String_t*)NULL;
return;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
int32_t L_0 = ___startIndex1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___count2;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_RuntimeMethod_var);
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var);
bool L_6 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
if (!L_6)
{
goto IL_003e;
}
}
{
int32_t L_7 = ___count2;
if (L_7)
{
goto IL_003e;
}
}
{
return __this;
}
IL_003e:
{
String_t* L_8 = ___value0;
if (L_8)
{
goto IL_0054;
}
}
{
int32_t L_9 = ___startIndex1;
if (L_9)
{
goto IL_0049;
}
}
{
int32_t L_10 = ___count2;
if (L_10)
{
goto IL_0049;
}
}
{
return __this;
}
IL_0049:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_11 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_11, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_12 = ___count2;
if (L_12)
{
goto IL_0059;
}
}
{
return __this;
}
IL_0059:
{
int32_t L_13 = ___startIndex1;
String_t* L_14 = ___value0;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_14, /*hidden argument*/NULL);
int32_t L_16 = ___count2;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)))))
{
goto IL_0079;
}
}
{
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_18, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46_RuntimeMethod_var);
}
IL_0079:
{
String_t* L_19 = ___value0;
V_1 = L_19;
String_t* L_20 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_20));
Il2CppChar* L_21 = V_0;
if (!L_21)
{
goto IL_0089;
}
}
{
Il2CppChar* L_22 = V_0;
int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)L_23));
}
IL_0089:
{
Il2CppChar* L_24 = V_0;
int32_t L_25 = ___startIndex1;
int32_t L_26 = ___count2;
StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(__this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2)))), L_26, /*hidden argument*/NULL);
V_1 = (String_t*)NULL;
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9 (StringBuilder_t * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
StringBuilder_t * L_1 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
StringBuilder_t * L_2 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05 (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar* V_4 = NULL;
String_t* V_5 = NULL;
{
int32_t L_0 = ___count2;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = ___index0;
int32_t L_5 = V_0;
if ((!(((uint32_t)L_4) > ((uint32_t)L_5))))
{
goto IL_0039;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_RuntimeMethod_var);
}
IL_0039:
{
String_t* L_8 = ___value1;
if (!L_8)
{
goto IL_0047;
}
}
{
String_t* L_9 = ___value1;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0047;
}
}
{
int32_t L_11 = ___count2;
if (L_11)
{
goto IL_0049;
}
}
IL_0047:
{
return __this;
}
IL_0049:
{
String_t* L_12 = ___value1;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
int32_t L_14 = ___count2;
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_13))), (int64_t)(((int64_t)((int64_t)L_14)))));
int64_t L_15 = V_1;
int32_t L_16 = StringBuilder_get_MaxCapacity_m1367C928745408E67DFF57F501177B4CA978F365(__this, /*hidden argument*/NULL);
int32_t L_17 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
if ((((int64_t)L_15) <= ((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17))))))))
{
goto IL_006b;
}
}
{
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_18 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, StringBuilder_Insert_mC4C722CFB7E8BA17F47DF230DD69F6E0E46C7D05_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_19 = ___index0;
int64_t L_20 = V_1;
StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF(__this, L_19, (((int32_t)((int32_t)L_20))), (StringBuilder_t **)(&V_2), (int32_t*)(&V_3), (bool)0, /*hidden argument*/NULL);
String_t* L_21 = ___value1;
V_5 = L_21;
String_t* L_22 = V_5;
V_4 = (Il2CppChar*)(((uintptr_t)L_22));
Il2CppChar* L_23 = V_4;
if (!L_23)
{
goto IL_00a8;
}
}
{
Il2CppChar* L_24 = V_4;
int32_t L_25 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)L_25));
goto IL_00a8;
}
IL_0091:
{
Il2CppChar* L_26 = V_4;
String_t* L_27 = ___value1;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_27, /*hidden argument*/NULL);
StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773(__this, (StringBuilder_t **)(&V_2), (int32_t*)(&V_3), (Il2CppChar*)(Il2CppChar*)L_26, L_28, /*hidden argument*/NULL);
int32_t L_29 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
}
IL_00a8:
{
int32_t L_30 = ___count2;
if ((((int32_t)L_30) > ((int32_t)0)))
{
goto IL_0091;
}
}
{
V_5 = (String_t*)NULL;
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = ___length1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___startIndex0;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_RuntimeMethod_var);
}
IL_0032:
{
int32_t L_6 = ___length1;
int32_t L_7 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_8 = ___startIndex0;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
{
goto IL_0052;
}
}
{
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, StringBuilder_Remove_m5DA9C1C4D056FA61B8923BE85E6BFF44B14A24F9_RuntimeMethod_var);
}
IL_0052:
{
int32_t L_11 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_12 = ___length1;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_0067;
}
}
{
int32_t L_13 = ___startIndex0;
if (L_13)
{
goto IL_0067;
}
}
{
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(__this, 0, /*hidden argument*/NULL);
return __this;
}
IL_0067:
{
int32_t L_14 = ___length1;
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0077;
}
}
{
int32_t L_15 = ___startIndex0;
int32_t L_16 = ___length1;
StringBuilder_Remove_m570DD9A086B94D894FCD1EB011BCB2166A57B4D6(__this, L_15, L_16, (StringBuilder_t **)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
}
IL_0077:
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Byte)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717 (StringBuilder_t * __this, uint8_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&___value0), L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_ChunkLength_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_m_ChunkChars_0();
NullCheck(L_1);
if ((((int32_t)L_0) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))
{
goto IL_002b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_m_ChunkChars_0();
int32_t L_3 = __this->get_m_ChunkLength_2();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_m_ChunkLength_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
Il2CppChar L_6 = ___value0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)L_6);
goto IL_0034;
}
IL_002b:
{
Il2CppChar L_7 = ___value0;
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(__this, L_7, 1, /*hidden argument*/NULL);
}
IL_0034:
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___value0), L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int64)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9 (StringBuilder_t * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A((int64_t*)(&___value0), L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return __this;
}
IL_0005:
{
RuntimeObject * L_1 = ___value0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
StringBuilder_t * L_3 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[])
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mAE2884326DF0F79EE17D777C7837DE8F141DEDCB (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___value0;
if (!L_0)
{
goto IL_0020;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___value0;
NullCheck(L_1);
if (!(((RuntimeArray *)L_1)->max_length))
{
goto IL_0020;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___value0;
NullCheck(L_2);
V_1 = (Il2CppChar*)((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
Il2CppChar* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ___value0;
NullCheck(L_5);
StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84(__this, (Il2CppChar*)(Il2CppChar*)L_4, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL);
V_1 = (Il2CppChar*)(((uintptr_t)0));
}
IL_0020:
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
int32_t L_0 = ___index0;
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) > ((uint32_t)L_1))))
{
goto IL_001e;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C_RuntimeMethod_var);
}
IL_001e:
{
String_t* L_4 = ___value1;
if (!L_4)
{
goto IL_0041;
}
}
{
String_t* L_5 = ___value1;
V_1 = L_5;
String_t* L_6 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_6));
Il2CppChar* L_7 = V_0;
if (!L_7)
{
goto IL_0031;
}
}
{
Il2CppChar* L_8 = V_0;
int32_t L_9 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9));
}
IL_0031:
{
int32_t L_10 = ___index0;
Il2CppChar* L_11 = V_0;
String_t* L_12 = ___value1;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_12, /*hidden argument*/NULL);
StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33(__this, L_10, (Il2CppChar*)(Il2CppChar*)L_11, L_13, /*hidden argument*/NULL);
V_1 = (String_t*)NULL;
}
IL_0041:
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m5A00CEB69C56B823E3766C84114D8B8ACCFC67A1 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33(__this, L_0, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)(&___value1))), 1, /*hidden argument*/NULL);
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_2;
memset(&L_2, 0, sizeof(L_2));
ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_2), L_1, /*hidden argument*/NULL);
StringBuilder_t * L_3 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, (RuntimeObject*)NULL, L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
RuntimeObject * L_2 = ___arg12;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3;
memset(&L_3, 0, sizeof(L_3));
ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_3), L_1, L_2, /*hidden argument*/NULL);
StringBuilder_t * L_4 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, (RuntimeObject*)NULL, L_0, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
RuntimeObject * L_2 = ___arg12;
RuntimeObject * L_3 = ___arg23;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4;
memset(&L_4, 0, sizeof(L_4));
ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL);
StringBuilder_t * L_5 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, (RuntimeObject*)NULL, L_0, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args1;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = ___format0;
if (!L_1)
{
goto IL_000d;
}
}
{
G_B4_0 = _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
goto IL_0012;
}
IL_000d:
{
G_B4_0 = _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
}
IL_0012:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, G_B4_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___format0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_5;
memset(&L_5, 0, sizeof(L_5));
ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095((&L_5), L_4, /*hidden argument*/NULL);
StringBuilder_t * L_6 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, (RuntimeObject*)NULL, L_3, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m0097821BD0E9086D37BEE314239983EBD980B636 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider0;
String_t* L_1 = ___format1;
RuntimeObject * L_2 = ___arg02;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3;
memset(&L_3, 0, sizeof(L_3));
ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_3), L_2, /*hidden argument*/NULL);
StringBuilder_t * L_4 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, L_0, L_1, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m6253057BEFDE3B0EDC63B8C725CD573486720D4C (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider0;
String_t* L_1 = ___format1;
RuntimeObject * L_2 = ___arg02;
RuntimeObject * L_3 = ___arg13;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4;
memset(&L_4, 0, sizeof(L_4));
ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_4), L_2, L_3, /*hidden argument*/NULL);
StringBuilder_t * L_5 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(__this, L_0, L_1, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.Text.StringBuilder::FormatError()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_1 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B_RuntimeMethod_var);
}
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
RuntimeObject* V_3 = NULL;
int32_t V_4 = 0;
bool V_5 = false;
int32_t V_6 = 0;
RuntimeObject * V_7 = NULL;
StringBuilder_t * V_8 = NULL;
String_t* V_9 = NULL;
String_t* V_10 = NULL;
int32_t V_11 = 0;
RuntimeObject* V_12 = NULL;
{
String_t* L_0 = ___format1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273_RuntimeMethod_var);
}
IL_000e:
{
V_0 = 0;
String_t* L_2 = ___format1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
V_1 = L_3;
V_2 = 0;
V_3 = (RuntimeObject*)NULL;
RuntimeObject* L_4 = ___provider0;
if (!L_4)
{
goto IL_0089;
}
}
{
RuntimeObject* L_5 = ___provider0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ICustomFormatter_tDAB6E1F893DB2D4F44572E9B6ED6E82BC9D26D1E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_8 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901_il2cpp_TypeInfo_var, L_5, L_7);
V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_8, ICustomFormatter_tDAB6E1F893DB2D4F44572E9B6ED6E82BC9D26D1E_il2cpp_TypeInfo_var));
goto IL_0089;
}
IL_0036:
{
String_t* L_9 = ___format1;
int32_t L_10 = V_0;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
Il2CppChar L_13 = V_2;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)125)))))
{
goto IL_0061;
}
}
{
int32_t L_14 = V_0;
int32_t L_15 = V_1;
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_005c;
}
}
{
String_t* L_16 = ___format1;
int32_t L_17 = V_0;
NullCheck(L_16);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)125)))))
{
goto IL_005c;
}
}
{
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
goto IL_0061;
}
IL_005c:
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_0061:
{
Il2CppChar L_20 = V_2;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)123)))))
{
goto IL_0081;
}
}
{
int32_t L_21 = V_0;
int32_t L_22 = V_1;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_007b;
}
}
{
String_t* L_23 = ___format1;
int32_t L_24 = V_0;
NullCheck(L_23);
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)123)))))
{
goto IL_007b;
}
}
{
int32_t L_26 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
goto IL_0081;
}
IL_007b:
{
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1));
goto IL_008d;
}
IL_0081:
{
Il2CppChar L_28 = V_2;
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(__this, L_28, /*hidden argument*/NULL);
}
IL_0089:
{
int32_t L_29 = V_0;
int32_t L_30 = V_1;
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_0036;
}
}
IL_008d:
{
int32_t L_31 = V_0;
int32_t L_32 = V_1;
if ((((int32_t)L_31) == ((int32_t)L_32)))
{
goto IL_030d;
}
}
{
int32_t L_33 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_0;
int32_t L_35 = V_1;
if ((((int32_t)L_34) == ((int32_t)L_35)))
{
goto IL_00ae;
}
}
{
String_t* L_36 = ___format1;
int32_t L_37 = V_0;
NullCheck(L_36);
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, L_37, /*hidden argument*/NULL);
Il2CppChar L_39 = L_38;
V_2 = L_39;
if ((((int32_t)L_39) < ((int32_t)((int32_t)48))))
{
goto IL_00ae;
}
}
{
Il2CppChar L_40 = V_2;
if ((((int32_t)L_40) <= ((int32_t)((int32_t)57))))
{
goto IL_00b3;
}
}
IL_00ae:
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_00b3:
{
V_4 = 0;
}
IL_00b6:
{
int32_t L_41 = V_4;
Il2CppChar L_42 = V_2;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)((int32_t)10))), (int32_t)L_42)), (int32_t)((int32_t)48)));
int32_t L_43 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
int32_t L_44 = V_0;
int32_t L_45 = V_1;
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
{
goto IL_00cf;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_00cf:
{
String_t* L_46 = ___format1;
int32_t L_47 = V_0;
NullCheck(L_46);
Il2CppChar L_48 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_46, L_47, /*hidden argument*/NULL);
V_2 = L_48;
Il2CppChar L_49 = V_2;
if ((((int32_t)L_49) < ((int32_t)((int32_t)48))))
{
goto IL_00ea;
}
}
{
Il2CppChar L_50 = V_2;
if ((((int32_t)L_50) > ((int32_t)((int32_t)57))))
{
goto IL_00ea;
}
}
{
int32_t L_51 = V_4;
if ((((int32_t)L_51) < ((int32_t)((int32_t)1000000))))
{
goto IL_00b6;
}
}
IL_00ea:
{
int32_t L_52 = V_4;
int32_t L_53 = ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *)(&___args2), /*hidden argument*/NULL);
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_0109;
}
}
{
String_t* L_54 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD347B33BFB9D03B433FB72FD513D1CD388D10678, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_55 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_55, L_54, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, NULL, StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273_RuntimeMethod_var);
}
IL_0105:
{
int32_t L_56 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_0109:
{
int32_t L_57 = V_0;
int32_t L_58 = V_1;
if ((((int32_t)L_57) >= ((int32_t)L_58)))
{
goto IL_011a;
}
}
{
String_t* L_59 = ___format1;
int32_t L_60 = V_0;
NullCheck(L_59);
Il2CppChar L_61 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_59, L_60, /*hidden argument*/NULL);
Il2CppChar L_62 = L_61;
V_2 = L_62;
if ((((int32_t)L_62) == ((int32_t)((int32_t)32))))
{
goto IL_0105;
}
}
IL_011a:
{
V_5 = (bool)0;
V_6 = 0;
Il2CppChar L_63 = V_2;
if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)44)))))
{
goto IL_01b8;
}
}
{
int32_t L_64 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
goto IL_0132;
}
IL_012e:
{
int32_t L_65 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1));
}
IL_0132:
{
int32_t L_66 = V_0;
int32_t L_67 = V_1;
if ((((int32_t)L_66) >= ((int32_t)L_67)))
{
goto IL_0141;
}
}
{
String_t* L_68 = ___format1;
int32_t L_69 = V_0;
NullCheck(L_68);
Il2CppChar L_70 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_68, L_69, /*hidden argument*/NULL);
if ((((int32_t)L_70) == ((int32_t)((int32_t)32))))
{
goto IL_012e;
}
}
IL_0141:
{
int32_t L_71 = V_0;
int32_t L_72 = V_1;
if ((!(((uint32_t)L_71) == ((uint32_t)L_72))))
{
goto IL_014a;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_014a:
{
String_t* L_73 = ___format1;
int32_t L_74 = V_0;
NullCheck(L_73);
Il2CppChar L_75 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_73, L_74, /*hidden argument*/NULL);
V_2 = L_75;
Il2CppChar L_76 = V_2;
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)45)))))
{
goto IL_016f;
}
}
{
V_5 = (bool)1;
int32_t L_77 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
int32_t L_78 = V_0;
int32_t L_79 = V_1;
if ((!(((uint32_t)L_78) == ((uint32_t)L_79))))
{
goto IL_0167;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_0167:
{
String_t* L_80 = ___format1;
int32_t L_81 = V_0;
NullCheck(L_80);
Il2CppChar L_82 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_80, L_81, /*hidden argument*/NULL);
V_2 = L_82;
}
IL_016f:
{
Il2CppChar L_83 = V_2;
if ((((int32_t)L_83) < ((int32_t)((int32_t)48))))
{
goto IL_0179;
}
}
{
Il2CppChar L_84 = V_2;
if ((((int32_t)L_84) <= ((int32_t)((int32_t)57))))
{
goto IL_017e;
}
}
IL_0179:
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_017e:
{
int32_t L_85 = V_6;
Il2CppChar L_86 = V_2;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_85, (int32_t)((int32_t)10))), (int32_t)L_86)), (int32_t)((int32_t)48)));
int32_t L_87 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1));
int32_t L_88 = V_0;
int32_t L_89 = V_1;
if ((!(((uint32_t)L_88) == ((uint32_t)L_89))))
{
goto IL_0197;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_0197:
{
String_t* L_90 = ___format1;
int32_t L_91 = V_0;
NullCheck(L_90);
Il2CppChar L_92 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_90, L_91, /*hidden argument*/NULL);
V_2 = L_92;
Il2CppChar L_93 = V_2;
if ((((int32_t)L_93) < ((int32_t)((int32_t)48))))
{
goto IL_01b8;
}
}
{
Il2CppChar L_94 = V_2;
if ((((int32_t)L_94) > ((int32_t)((int32_t)57))))
{
goto IL_01b8;
}
}
{
int32_t L_95 = V_6;
if ((((int32_t)L_95) < ((int32_t)((int32_t)1000000))))
{
goto IL_017e;
}
}
{
goto IL_01b8;
}
IL_01b4:
{
int32_t L_96 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1));
}
IL_01b8:
{
int32_t L_97 = V_0;
int32_t L_98 = V_1;
if ((((int32_t)L_97) >= ((int32_t)L_98)))
{
goto IL_01c9;
}
}
{
String_t* L_99 = ___format1;
int32_t L_100 = V_0;
NullCheck(L_99);
Il2CppChar L_101 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_99, L_100, /*hidden argument*/NULL);
Il2CppChar L_102 = L_101;
V_2 = L_102;
if ((((int32_t)L_102) == ((int32_t)((int32_t)32))))
{
goto IL_01b4;
}
}
IL_01c9:
{
int32_t L_103 = V_4;
RuntimeObject * L_104 = ParamsArray_get_Item_mB78610EF5AA4BF6261665E0536AAB243E915090A((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *)(&___args2), L_103, /*hidden argument*/NULL);
V_7 = L_104;
V_8 = (StringBuilder_t *)NULL;
Il2CppChar L_105 = V_2;
if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)58)))))
{
goto IL_024c;
}
}
{
int32_t L_106 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1));
}
IL_01e0:
{
int32_t L_107 = V_0;
int32_t L_108 = V_1;
if ((!(((uint32_t)L_107) == ((uint32_t)L_108))))
{
goto IL_01e9;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_01e9:
{
String_t* L_109 = ___format1;
int32_t L_110 = V_0;
NullCheck(L_109);
Il2CppChar L_111 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_109, L_110, /*hidden argument*/NULL);
V_2 = L_111;
int32_t L_112 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
Il2CppChar L_113 = V_2;
if ((!(((uint32_t)L_113) == ((uint32_t)((int32_t)123)))))
{
goto IL_0216;
}
}
{
int32_t L_114 = V_0;
int32_t L_115 = V_1;
if ((((int32_t)L_114) >= ((int32_t)L_115)))
{
goto IL_020f;
}
}
{
String_t* L_116 = ___format1;
int32_t L_117 = V_0;
NullCheck(L_116);
Il2CppChar L_118 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_116, L_117, /*hidden argument*/NULL);
if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)123)))))
{
goto IL_020f;
}
}
{
int32_t L_119 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)1));
goto IL_0236;
}
IL_020f:
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
goto IL_0236;
}
IL_0216:
{
Il2CppChar L_120 = V_2;
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)125)))))
{
goto IL_0236;
}
}
{
int32_t L_121 = V_0;
int32_t L_122 = V_1;
if ((((int32_t)L_121) >= ((int32_t)L_122)))
{
goto IL_0230;
}
}
{
String_t* L_123 = ___format1;
int32_t L_124 = V_0;
NullCheck(L_123);
Il2CppChar L_125 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_123, L_124, /*hidden argument*/NULL);
if ((!(((uint32_t)L_125) == ((uint32_t)((int32_t)125)))))
{
goto IL_0230;
}
}
{
int32_t L_126 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1));
goto IL_0236;
}
IL_0230:
{
int32_t L_127 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)1));
goto IL_024c;
}
IL_0236:
{
StringBuilder_t * L_128 = V_8;
if (L_128)
{
goto IL_0241;
}
}
{
StringBuilder_t * L_129 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_129, /*hidden argument*/NULL);
V_8 = L_129;
}
IL_0241:
{
StringBuilder_t * L_130 = V_8;
Il2CppChar L_131 = V_2;
NullCheck(L_130);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_130, L_131, /*hidden argument*/NULL);
goto IL_01e0;
}
IL_024c:
{
Il2CppChar L_132 = V_2;
if ((((int32_t)L_132) == ((int32_t)((int32_t)125))))
{
goto IL_0256;
}
}
{
StringBuilder_FormatError_m636599CB61540585B74FFC956ED91DC57F66C17B(/*hidden argument*/NULL);
}
IL_0256:
{
int32_t L_133 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1));
V_9 = (String_t*)NULL;
V_10 = (String_t*)NULL;
RuntimeObject* L_134 = V_3;
if (!L_134)
{
goto IL_027d;
}
}
{
StringBuilder_t * L_135 = V_8;
if (!L_135)
{
goto IL_0270;
}
}
{
StringBuilder_t * L_136 = V_8;
NullCheck(L_136);
String_t* L_137 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_136);
V_9 = L_137;
}
IL_0270:
{
RuntimeObject* L_138 = V_3;
String_t* L_139 = V_9;
RuntimeObject * L_140 = V_7;
RuntimeObject* L_141 = ___provider0;
NullCheck(L_138);
String_t* L_142 = InterfaceFuncInvoker3< String_t*, String_t*, RuntimeObject *, RuntimeObject* >::Invoke(0 /* System.String System.ICustomFormatter::Format(System.String,System.Object,System.IFormatProvider) */, ICustomFormatter_tDAB6E1F893DB2D4F44572E9B6ED6E82BC9D26D1E_il2cpp_TypeInfo_var, L_138, L_139, L_140, L_141);
V_10 = L_142;
}
IL_027d:
{
String_t* L_143 = V_10;
if (L_143)
{
goto IL_02ba;
}
}
{
RuntimeObject * L_144 = V_7;
V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_144, IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var));
RuntimeObject* L_145 = V_12;
if (!L_145)
{
goto IL_02ad;
}
}
{
String_t* L_146 = V_9;
if (L_146)
{
goto IL_029f;
}
}
{
StringBuilder_t * L_147 = V_8;
if (!L_147)
{
goto IL_029f;
}
}
{
StringBuilder_t * L_148 = V_8;
NullCheck(L_148);
String_t* L_149 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_148);
V_9 = L_149;
}
IL_029f:
{
RuntimeObject* L_150 = V_12;
String_t* L_151 = V_9;
RuntimeObject* L_152 = ___provider0;
NullCheck(L_150);
String_t* L_153 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_t58E0883927AD7B9E881837942BD4FA2E7D8330C0_il2cpp_TypeInfo_var, L_150, L_151, L_152);
V_10 = L_153;
goto IL_02ba;
}
IL_02ad:
{
RuntimeObject * L_154 = V_7;
if (!L_154)
{
goto IL_02ba;
}
}
{
RuntimeObject * L_155 = V_7;
NullCheck(L_155);
String_t* L_156 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_155);
V_10 = L_156;
}
IL_02ba:
{
String_t* L_157 = V_10;
if (L_157)
{
goto IL_02c5;
}
}
{
String_t* L_158 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_10 = L_158;
}
IL_02c5:
{
int32_t L_159 = V_6;
String_t* L_160 = V_10;
NullCheck(L_160);
int32_t L_161 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_160, /*hidden argument*/NULL);
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_159, (int32_t)L_161));
bool L_162 = V_5;
if (L_162)
{
goto IL_02e5;
}
}
{
int32_t L_163 = V_11;
if ((((int32_t)L_163) <= ((int32_t)0)))
{
goto IL_02e5;
}
}
{
int32_t L_164 = V_11;
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(__this, ((int32_t)32), L_164, /*hidden argument*/NULL);
}
IL_02e5:
{
String_t* L_165 = V_10;
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(__this, L_165, /*hidden argument*/NULL);
bool L_166 = V_5;
if (!L_166)
{
goto IL_0089;
}
}
{
int32_t L_167 = V_11;
if ((((int32_t)L_167) <= ((int32_t)0)))
{
goto IL_0089;
}
}
{
int32_t L_168 = V_11;
StringBuilder_Append_m9702CA108F81CBF2B174826C1DFC5F7552C36C45(__this, ((int32_t)32), L_168, /*hidden argument*/NULL);
goto IL_0089;
}
IL_030d:
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___oldValue0;
String_t* L_1 = ___newValue1;
int32_t L_2 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
StringBuilder_t * L_3 = StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4(__this, L_0, L_1, 0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
int32_t V_2 = 0;
StringBuilder_t * V_3 = NULL;
int32_t V_4 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_5 = NULL;
int32_t V_6 = 0;
{
int32_t L_0 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = ___startIndex2;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_1) > ((uint32_t)L_2))))
{
goto IL_0020;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_RuntimeMethod_var);
}
IL_0020:
{
int32_t L_5 = ___count3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002c;
}
}
{
int32_t L_6 = ___startIndex2;
int32_t L_7 = V_0;
int32_t L_8 = ___count3;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
{
goto IL_0041;
}
}
IL_002c:
{
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_RuntimeMethod_var);
}
IL_0041:
{
String_t* L_11 = ___oldValue0;
if (L_11)
{
goto IL_004f;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_12 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_12, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_RuntimeMethod_var);
}
IL_004f:
{
String_t* L_13 = ___oldValue0;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_006c;
}
}
{
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB863A975819F3FEC6A60E378417FAFD94AD4935A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_16, L_15, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, StringBuilder_Replace_m10672EAD6812FE1E8C58EF1435709D212F6347C4_RuntimeMethod_var);
}
IL_006c:
{
String_t* L_17 = ___newValue1;
if (L_17)
{
goto IL_0076;
}
}
{
___newValue1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0076:
{
V_1 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL;
V_2 = 0;
int32_t L_18 = ___startIndex2;
StringBuilder_t * L_19 = StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527(__this, L_18, /*hidden argument*/NULL);
V_3 = L_19;
int32_t L_20 = ___startIndex2;
StringBuilder_t * L_21 = V_3;
NullCheck(L_21);
int32_t L_22 = L_21->get_m_ChunkOffset_3();
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_22));
goto IL_014f;
}
IL_0091:
{
StringBuilder_t * L_23 = V_3;
int32_t L_24 = V_4;
int32_t L_25 = ___count3;
String_t* L_26 = ___oldValue0;
bool L_27 = StringBuilder_StartsWith_m191999C1CF871FC076122689B8ECB798863C4467(__this, L_23, L_24, L_25, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00f0;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_28 = V_1;
if (L_28)
{
goto IL_00ab;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_29 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)5);
V_1 = L_29;
goto IL_00cf;
}
IL_00ab:
{
int32_t L_30 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_31 = V_1;
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))))
{
goto IL_00cf;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = V_1;
NullCheck(L_32);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))), (int32_t)3))/(int32_t)2)), (int32_t)4)));
V_5 = L_33;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = V_1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = V_5;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_36 = V_1;
NullCheck(L_36);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_34, (RuntimeArray *)(RuntimeArray *)L_35, (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = V_5;
V_1 = L_37;
}
IL_00cf:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = V_1;
int32_t L_39 = V_2;
int32_t L_40 = L_39;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
int32_t L_41 = V_4;
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (int32_t)L_41);
int32_t L_42 = V_4;
String_t* L_43 = ___oldValue0;
NullCheck(L_43);
int32_t L_44 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_43, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_44));
int32_t L_45 = ___count3;
String_t* L_46 = ___oldValue0;
NullCheck(L_46);
int32_t L_47 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_46, /*hidden argument*/NULL);
___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_47));
goto IL_00fc;
}
IL_00f0:
{
int32_t L_48 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
int32_t L_49 = ___count3;
___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1));
}
IL_00fc:
{
int32_t L_50 = V_4;
StringBuilder_t * L_51 = V_3;
NullCheck(L_51);
int32_t L_52 = L_51->get_m_ChunkLength_2();
if ((((int32_t)L_50) >= ((int32_t)L_52)))
{
goto IL_010a;
}
}
{
int32_t L_53 = ___count3;
if (L_53)
{
goto IL_014f;
}
}
IL_010a:
{
int32_t L_54 = V_4;
StringBuilder_t * L_55 = V_3;
NullCheck(L_55);
int32_t L_56 = L_55->get_m_ChunkOffset_3();
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)L_56));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_57 = V_1;
int32_t L_58 = V_2;
StringBuilder_t * L_59 = V_3;
String_t* L_60 = ___oldValue0;
NullCheck(L_60);
int32_t L_61 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_60, /*hidden argument*/NULL);
String_t* L_62 = ___newValue1;
StringBuilder_ReplaceAllInChunk_m40510C5422490D47187136D04AE82FCAF0D43314(__this, L_57, L_58, L_59, L_61, L_62, /*hidden argument*/NULL);
int32_t L_63 = V_6;
String_t* L_64 = ___newValue1;
NullCheck(L_64);
int32_t L_65 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_64, /*hidden argument*/NULL);
String_t* L_66 = ___oldValue0;
NullCheck(L_66);
int32_t L_67 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_66, /*hidden argument*/NULL);
int32_t L_68 = V_2;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_67)), (int32_t)L_68))));
V_2 = 0;
int32_t L_69 = V_6;
StringBuilder_t * L_70 = StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527(__this, L_69, /*hidden argument*/NULL);
V_3 = L_70;
int32_t L_71 = V_6;
StringBuilder_t * L_72 = V_3;
NullCheck(L_72);
int32_t L_73 = L_72->get_m_ChunkOffset_3();
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_73));
}
IL_014f:
{
int32_t L_74 = ___count3;
if ((((int32_t)L_74) > ((int32_t)0)))
{
goto IL_0091;
}
}
{
return __this;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84 (StringBuilder_t * __this, Il2CppChar* ___value0, int32_t ___valueCount1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___valueCount1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral6A95BAFF5E18ABC1DDB687C6380A1673A59B072F, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, StringBuilder_Append_m353B571BF530B0BD74B61E499EAF6536F1B93E84_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___valueCount1;
int32_t L_4 = __this->get_m_ChunkLength_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4));
int32_t L_5 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_m_ChunkChars_0();
NullCheck(L_6);
if ((((int32_t)L_5) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))))
{
goto IL_0049;
}
}
{
Il2CppChar* L_7 = ___value0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_m_ChunkChars_0();
int32_t L_9 = __this->get_m_ChunkLength_2();
int32_t L_10 = ___valueCount1;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
int32_t L_11 = V_0;
__this->set_m_ChunkLength_2(L_11);
goto IL_00a3;
}
IL_0049:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = __this->get_m_ChunkChars_0();
NullCheck(L_12);
int32_t L_13 = __this->get_m_ChunkLength_2();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)L_13));
int32_t L_14 = V_1;
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_007e;
}
}
{
Il2CppChar* L_15 = ___value0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_m_ChunkChars_0();
int32_t L_17 = __this->get_m_ChunkLength_2();
int32_t L_18 = V_1;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = __this->get_m_ChunkChars_0();
NullCheck(L_19);
__this->set_m_ChunkLength_2((((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))));
}
IL_007e:
{
int32_t L_20 = ___valueCount1;
int32_t L_21 = V_1;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21));
int32_t L_22 = V_2;
StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C(__this, L_22, /*hidden argument*/NULL);
Il2CppChar* L_23 = ___value0;
int32_t L_24 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = __this->get_m_ChunkChars_0();
int32_t L_26 = V_2;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_24)), (int32_t)2)))), L_25, 0, L_26, /*hidden argument*/NULL);
int32_t L_27 = V_2;
__this->set_m_ChunkLength_2(L_27);
}
IL_00a3:
{
return __this;
}
}
// System.Void System.Text.StringBuilder::Insert(System.Int32,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar* ___value1, int32_t ___valueCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = ___index0;
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) > ((uint32_t)L_1))))
{
goto IL_001e;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, StringBuilder_Insert_m25234968C27EB1BEB242AFE1C7DE6BACAD903E33_RuntimeMethod_var);
}
IL_001e:
{
int32_t L_4 = ___valueCount2;
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_003b;
}
}
{
int32_t L_5 = ___index0;
int32_t L_6 = ___valueCount2;
StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF(__this, L_5, L_6, (StringBuilder_t **)(&V_0), (int32_t*)(&V_1), (bool)0, /*hidden argument*/NULL);
Il2CppChar* L_7 = ___value1;
int32_t L_8 = ___valueCount2;
StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773(__this, (StringBuilder_t **)(&V_0), (int32_t*)(&V_1), (Il2CppChar*)(Il2CppChar*)L_7, L_8, /*hidden argument*/NULL);
}
IL_003b:
{
return;
}
}
// System.Void System.Text.StringBuilder::ReplaceAllInChunk(System.Int32[],System.Int32,System.Text.StringBuilder,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ReplaceAllInChunk_m40510C5422490D47187136D04AE82FCAF0D43314 (StringBuilder_t * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___replacements0, int32_t ___replacementsCount1, StringBuilder_t * ___sourceChunk2, int32_t ___removeCount3, String_t* ___value4, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
StringBuilder_t * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
Il2CppChar* V_8 = NULL;
Il2CppChar* V_9 = NULL;
{
int32_t L_0 = ___replacementsCount1;
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
String_t* L_1 = ___value4;
V_1 = L_1;
String_t* L_2 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_2));
Il2CppChar* L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
Il2CppChar* L_4 = V_0;
int32_t L_5 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5));
}
IL_0016:
{
String_t* L_6 = ___value4;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
int32_t L_8 = ___removeCount3;
int32_t L_9 = ___replacementsCount1;
V_2 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), (int32_t)L_9));
StringBuilder_t * L_10 = ___sourceChunk2;
V_3 = L_10;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___replacements0;
NullCheck(L_11);
int32_t L_12 = 0;
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_4 = L_13;
int32_t L_14 = V_2;
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0043;
}
}
{
StringBuilder_t * L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = L_15->get_m_ChunkOffset_3();
int32_t L_17 = V_4;
int32_t L_18 = V_2;
StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), L_18, (StringBuilder_t **)(&V_3), (int32_t*)(&V_4), (bool)1, /*hidden argument*/NULL);
}
IL_0043:
{
V_5 = 0;
}
IL_0046:
{
Il2CppChar* L_19 = V_0;
String_t* L_20 = ___value4;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773(__this, (StringBuilder_t **)(&V_3), (int32_t*)(&V_4), (Il2CppChar*)(Il2CppChar*)L_19, L_21, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = ___replacements0;
int32_t L_23 = V_5;
NullCheck(L_22);
int32_t L_24 = L_23;
int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
int32_t L_26 = ___removeCount3;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
int32_t L_27 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_5;
int32_t L_29 = ___replacementsCount1;
if ((((int32_t)L_28) >= ((int32_t)L_29)))
{
goto IL_00ac;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = ___replacements0;
int32_t L_31 = V_5;
NullCheck(L_30);
int32_t L_32 = L_31;
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_7 = L_33;
int32_t L_34 = V_2;
if (!L_34)
{
goto IL_00a0;
}
}
{
StringBuilder_t * L_35 = ___sourceChunk2;
NullCheck(L_35);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = L_35->get_m_ChunkChars_0();
int32_t L_37 = V_6;
NullCheck(L_36);
V_9 = (Il2CppChar*)((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_37)));
Il2CppChar* L_38 = V_9;
V_8 = (Il2CppChar*)(((uintptr_t)L_38));
Il2CppChar* L_39 = V_8;
int32_t L_40 = V_7;
int32_t L_41 = V_6;
StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773(__this, (StringBuilder_t **)(&V_3), (int32_t*)(&V_4), (Il2CppChar*)(Il2CppChar*)L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), /*hidden argument*/NULL);
V_9 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0046;
}
IL_00a0:
{
int32_t L_42 = V_4;
int32_t L_43 = V_7;
int32_t L_44 = V_6;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44))));
goto IL_0046;
}
IL_00ac:
{
int32_t L_45 = V_2;
if ((((int32_t)L_45) >= ((int32_t)0)))
{
goto IL_00c5;
}
}
{
StringBuilder_t * L_46 = V_3;
NullCheck(L_46);
int32_t L_47 = L_46->get_m_ChunkOffset_3();
int32_t L_48 = V_4;
int32_t L_49 = V_2;
StringBuilder_Remove_m570DD9A086B94D894FCD1EB011BCB2166A57B4D6(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)), ((-L_49)), (StringBuilder_t **)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
}
IL_00c5:
{
V_1 = (String_t*)NULL;
return;
}
}
// System.Boolean System.Text.StringBuilder::StartsWith(System.Text.StringBuilder,System.Int32,System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR bool StringBuilder_StartsWith_m191999C1CF871FC076122689B8ECB798863C4467 (StringBuilder_t * __this, StringBuilder_t * ___chunk0, int32_t ___indexInChunk1, int32_t ___count2, String_t* ___value3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0045;
}
IL_0004:
{
int32_t L_0 = ___count2;
if (L_0)
{
goto IL_0009;
}
}
{
return (bool)0;
}
IL_0009:
{
int32_t L_1 = ___indexInChunk1;
StringBuilder_t * L_2 = ___chunk0;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_ChunkLength_2();
if ((((int32_t)L_1) < ((int32_t)L_3)))
{
goto IL_0023;
}
}
{
StringBuilder_t * L_4 = ___chunk0;
StringBuilder_t * L_5 = StringBuilder_Next_mF117555541979DEC3146FD3A059F66EBE60B775C(__this, L_4, /*hidden argument*/NULL);
___chunk0 = L_5;
StringBuilder_t * L_6 = ___chunk0;
if (L_6)
{
goto IL_0020;
}
}
{
return (bool)0;
}
IL_0020:
{
___indexInChunk1 = 0;
}
IL_0023:
{
String_t* L_7 = ___value3;
int32_t L_8 = V_0;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
StringBuilder_t * L_10 = ___chunk0;
NullCheck(L_10);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10->get_m_ChunkChars_0();
int32_t L_12 = ___indexInChunk1;
NullCheck(L_11);
int32_t L_13 = L_12;
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((((int32_t)L_9) == ((int32_t)L_14)))
{
goto IL_0037;
}
}
{
return (bool)0;
}
IL_0037:
{
int32_t L_15 = ___indexInChunk1;
___indexInChunk1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
int32_t L_16 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0045:
{
int32_t L_18 = V_0;
String_t* L_19 = ___value3;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Void System.Text.StringBuilder::ReplaceInPlaceAtChunk(System.Text.StringBuilderU26,System.Int32U26,System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773 (StringBuilder_t * __this, StringBuilder_t ** ___chunk0, int32_t* ___indexInChunk1, Il2CppChar* ___value2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ReplaceInPlaceAtChunk_mA3A70E8FD6B9F52D4D62700D5E706E851BA1D773_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___count3;
if (!L_0)
{
goto IL_0058;
}
}
IL_0004:
{
StringBuilder_t ** L_1 = ___chunk0;
StringBuilder_t * L_2 = *((StringBuilder_t **)L_1);
NullCheck(L_2);
int32_t L_3 = L_2->get_m_ChunkLength_2();
int32_t* L_4 = ___indexInChunk1;
int32_t L_5 = *((int32_t*)L_4);
int32_t L_6 = ___count3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_7 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5)), L_6, /*hidden argument*/NULL);
V_0 = L_7;
Il2CppChar* L_8 = ___value2;
StringBuilder_t ** L_9 = ___chunk0;
StringBuilder_t * L_10 = *((StringBuilder_t **)L_9);
NullCheck(L_10);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10->get_m_ChunkChars_0();
int32_t* L_12 = ___indexInChunk1;
int32_t L_13 = *((int32_t*)L_12);
int32_t L_14 = V_0;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)L_8, L_11, L_13, L_14, /*hidden argument*/NULL);
int32_t* L_15 = ___indexInChunk1;
int32_t* L_16 = ___indexInChunk1;
int32_t L_17 = *((int32_t*)L_16);
int32_t L_18 = V_0;
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
int32_t* L_19 = ___indexInChunk1;
int32_t L_20 = *((int32_t*)L_19);
StringBuilder_t ** L_21 = ___chunk0;
StringBuilder_t * L_22 = *((StringBuilder_t **)L_21);
NullCheck(L_22);
int32_t L_23 = L_22->get_m_ChunkLength_2();
if ((((int32_t)L_20) < ((int32_t)L_23)))
{
goto IL_0044;
}
}
{
StringBuilder_t ** L_24 = ___chunk0;
StringBuilder_t ** L_25 = ___chunk0;
StringBuilder_t * L_26 = *((StringBuilder_t **)L_25);
StringBuilder_t * L_27 = StringBuilder_Next_mF117555541979DEC3146FD3A059F66EBE60B775C(__this, L_26, /*hidden argument*/NULL);
*((RuntimeObject **)L_24) = (RuntimeObject *)L_27;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_24, (RuntimeObject *)L_27);
int32_t* L_28 = ___indexInChunk1;
*((int32_t*)L_28) = (int32_t)0;
}
IL_0044:
{
int32_t L_29 = ___count3;
int32_t L_30 = V_0;
___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30));
int32_t L_31 = ___count3;
if (!L_31)
{
goto IL_0058;
}
}
{
Il2CppChar* L_32 = ___value2;
int32_t L_33 = V_0;
___value2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_33)), (int32_t)2))));
goto IL_0004;
}
IL_0058:
{
return;
}
}
// System.Void System.Text.StringBuilder::ThreadSafeCopy(System.Char*,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84 (Il2CppChar* ___sourcePtr0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
{
int32_t L_0 = ___count3;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
int32_t L_1 = ___destinationIndex2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___destination1;
NullCheck(L_2);
if ((!(((uint32_t)L_1) <= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))))
{
goto IL_0027;
}
}
{
int32_t L_3 = ___destinationIndex2;
int32_t L_4 = ___count3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ___destination1;
NullCheck(L_5);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
{
goto IL_0027;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___destination1;
int32_t L_7 = ___destinationIndex2;
NullCheck(L_6);
V_0 = (Il2CppChar*)((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
Il2CppChar* L_8 = V_0;
Il2CppChar* L_9 = ___sourcePtr0;
int32_t L_10 = ___count3;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_8)), (Il2CppChar*)(Il2CppChar*)L_9, L_10, /*hidden argument*/NULL);
V_0 = (Il2CppChar*)(((uintptr_t)0));
return;
}
IL_0027:
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84_RuntimeMethod_var);
}
IL_003c:
{
return;
}
}
// System.Void System.Text.StringBuilder::ThreadSafeCopy(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___source0, int32_t ___sourceIndex1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination2, int32_t ___destinationIndex3, int32_t ___count4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
{
int32_t L_0 = ___count4;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0040;
}
}
{
int32_t L_1 = ___sourceIndex1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___source0;
NullCheck(L_2);
if ((!(((uint32_t)L_1) <= ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))))
{
goto IL_002b;
}
}
{
int32_t L_3 = ___sourceIndex1;
int32_t L_4 = ___count4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ___source0;
NullCheck(L_5);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))))
{
goto IL_002b;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___source0;
int32_t L_7 = ___sourceIndex1;
NullCheck(L_6);
V_0 = (Il2CppChar*)((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
Il2CppChar* L_8 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___destination2;
int32_t L_10 = ___destinationIndex3;
int32_t L_11 = ___count4;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_8)), L_9, L_10, L_11, /*hidden argument*/NULL);
V_0 = (Il2CppChar*)(((uintptr_t)0));
return;
}
IL_002b:
{
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_13, _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D_RuntimeMethod_var);
}
IL_0040:
{
return;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::FindChunkForIndex(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method)
{
StringBuilder_t * V_0 = NULL;
{
V_0 = __this;
goto IL_000b;
}
IL_0004:
{
StringBuilder_t * L_0 = V_0;
NullCheck(L_0);
StringBuilder_t * L_1 = L_0->get_m_ChunkPrevious_1();
V_0 = L_1;
}
IL_000b:
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_ChunkOffset_3();
int32_t L_4 = ___index0;
if ((((int32_t)L_3) > ((int32_t)L_4)))
{
goto IL_0004;
}
}
{
StringBuilder_t * L_5 = V_0;
return L_5;
}
}
// System.Text.StringBuilder System.Text.StringBuilder::Next(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Next_mF117555541979DEC3146FD3A059F66EBE60B775C (StringBuilder_t * __this, StringBuilder_t * ___chunk0, const RuntimeMethod* method)
{
{
StringBuilder_t * L_0 = ___chunk0;
if ((!(((RuntimeObject*)(StringBuilder_t *)L_0) == ((RuntimeObject*)(StringBuilder_t *)__this))))
{
goto IL_0006;
}
}
{
return (StringBuilder_t *)NULL;
}
IL_0006:
{
StringBuilder_t * L_1 = ___chunk0;
NullCheck(L_1);
int32_t L_2 = L_1->get_m_ChunkOffset_3();
StringBuilder_t * L_3 = ___chunk0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_ChunkLength_2();
StringBuilder_t * L_5 = StringBuilder_FindChunkForIndex_m9EF595B1D768F788C60CD68778A23DB54F260527(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_4)), /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.Text.StringBuilder::ExpandByABlock(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C (StringBuilder_t * __this, int32_t ___minBlockCharCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___minBlockCharCount0;
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_2 = ___minBlockCharCount0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) < ((int32_t)L_2)))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___minBlockCharCount0;
int32_t L_4 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_5 = __this->get_m_MaxCapacity_4();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_5)))
{
goto IL_0030;
}
}
IL_001b:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral775325E8E3D43CA0A75ECC4B8F141DBA50659A93, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C_RuntimeMethod_var);
}
IL_0030:
{
int32_t L_8 = ___minBlockCharCount0;
int32_t L_9 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_10 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_9, ((int32_t)8000), /*hidden argument*/NULL);
int32_t L_11 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_8, L_10, /*hidden argument*/NULL);
V_0 = L_11;
StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m319171AD1301C27AA7220D28F2BA96B4A8981F35(L_12, __this, /*hidden argument*/NULL);
__this->set_m_ChunkPrevious_1(L_12);
int32_t L_13 = __this->get_m_ChunkOffset_3();
int32_t L_14 = __this->get_m_ChunkLength_2();
__this->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)));
__this->set_m_ChunkLength_2(0);
int32_t L_15 = __this->get_m_ChunkOffset_3();
int32_t L_16 = V_0;
int32_t L_17 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) >= ((int32_t)L_17)))
{
goto IL_0085;
}
}
{
__this->set_m_ChunkChars_0((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL);
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_18 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, StringBuilder_ExpandByABlock_m855E07A0ECE12C6C4151B72BD80DE5311CE9B42C_RuntimeMethod_var);
}
IL_0085:
{
int32_t L_19 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_19);
__this->set_m_ChunkChars_0(L_20);
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m319171AD1301C27AA7220D28F2BA96B4A8981F35 (StringBuilder_t * __this, StringBuilder_t * ___from0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
StringBuilder_t * L_0 = ___from0;
NullCheck(L_0);
int32_t L_1 = L_0->get_m_ChunkLength_2();
__this->set_m_ChunkLength_2(L_1);
StringBuilder_t * L_2 = ___from0;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_ChunkOffset_3();
__this->set_m_ChunkOffset_3(L_3);
StringBuilder_t * L_4 = ___from0;
NullCheck(L_4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_m_ChunkChars_0();
__this->set_m_ChunkChars_0(L_5);
StringBuilder_t * L_6 = ___from0;
NullCheck(L_6);
StringBuilder_t * L_7 = L_6->get_m_ChunkPrevious_1();
__this->set_m_ChunkPrevious_1(L_7);
StringBuilder_t * L_8 = ___from0;
NullCheck(L_8);
int32_t L_9 = L_8->get_m_MaxCapacity_4();
__this->set_m_MaxCapacity_4(L_9);
return;
}
}
// System.Void System.Text.StringBuilder::MakeRoom(System.Int32,System.Int32,System.Text.StringBuilderU26,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF (StringBuilder_t * __this, int32_t ___index0, int32_t ___count1, StringBuilder_t ** ___chunk2, int32_t* ___indexInChunk3, bool ___doneMoveFollowingChars4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
int32_t V_5 = 0;
{
int32_t L_0 = ___count1;
int32_t L_1 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_2 = ___count1;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) < ((int32_t)L_2)))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___count1;
int32_t L_4 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(__this, /*hidden argument*/NULL);
int32_t L_5 = __this->get_m_MaxCapacity_4();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4))) <= ((int32_t)L_5)))
{
goto IL_0030;
}
}
IL_001b:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFB89F8D393DA096100BFDC1D5649D094EFF15377, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral775325E8E3D43CA0A75ECC4B8F141DBA50659A93, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, StringBuilder_MakeRoom_mC8A37E0A3FCACABC5B1BF99BCEF32C086F03B9FF_RuntimeMethod_var);
}
IL_0030:
{
StringBuilder_t ** L_8 = ___chunk2;
*((RuntimeObject **)L_8) = (RuntimeObject *)__this;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_8, (RuntimeObject *)__this);
goto IL_004d;
}
IL_0035:
{
StringBuilder_t ** L_9 = ___chunk2;
StringBuilder_t * L_10 = *((StringBuilder_t **)L_9);
StringBuilder_t * L_11 = L_10;
NullCheck(L_11);
int32_t L_12 = L_11->get_m_ChunkOffset_3();
int32_t L_13 = ___count1;
NullCheck(L_11);
L_11->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)));
StringBuilder_t ** L_14 = ___chunk2;
StringBuilder_t ** L_15 = ___chunk2;
StringBuilder_t * L_16 = *((StringBuilder_t **)L_15);
NullCheck(L_16);
StringBuilder_t * L_17 = L_16->get_m_ChunkPrevious_1();
*((RuntimeObject **)L_14) = (RuntimeObject *)L_17;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_14, (RuntimeObject *)L_17);
}
IL_004d:
{
StringBuilder_t ** L_18 = ___chunk2;
StringBuilder_t * L_19 = *((StringBuilder_t **)L_18);
NullCheck(L_19);
int32_t L_20 = L_19->get_m_ChunkOffset_3();
int32_t L_21 = ___index0;
if ((((int32_t)L_20) > ((int32_t)L_21)))
{
goto IL_0035;
}
}
{
int32_t* L_22 = ___indexInChunk3;
int32_t L_23 = ___index0;
StringBuilder_t ** L_24 = ___chunk2;
StringBuilder_t * L_25 = *((StringBuilder_t **)L_24);
NullCheck(L_25);
int32_t L_26 = L_25->get_m_ChunkOffset_3();
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_26));
bool L_27 = ___doneMoveFollowingChars4;
if (L_27)
{
goto IL_00be;
}
}
{
StringBuilder_t ** L_28 = ___chunk2;
StringBuilder_t * L_29 = *((StringBuilder_t **)L_28);
NullCheck(L_29);
int32_t L_30 = L_29->get_m_ChunkLength_2();
if ((((int32_t)L_30) > ((int32_t)((int32_t)32))))
{
goto IL_00be;
}
}
{
StringBuilder_t ** L_31 = ___chunk2;
StringBuilder_t * L_32 = *((StringBuilder_t **)L_31);
NullCheck(L_32);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = L_32->get_m_ChunkChars_0();
NullCheck(L_33);
StringBuilder_t ** L_34 = ___chunk2;
StringBuilder_t * L_35 = *((StringBuilder_t **)L_34);
NullCheck(L_35);
int32_t L_36 = L_35->get_m_ChunkLength_2();
int32_t L_37 = ___count1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))), (int32_t)L_36))) < ((int32_t)L_37)))
{
goto IL_00be;
}
}
{
StringBuilder_t ** L_38 = ___chunk2;
StringBuilder_t * L_39 = *((StringBuilder_t **)L_38);
NullCheck(L_39);
int32_t L_40 = L_39->get_m_ChunkLength_2();
V_2 = L_40;
goto IL_00a8;
}
IL_0090:
{
int32_t L_41 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
StringBuilder_t ** L_42 = ___chunk2;
StringBuilder_t * L_43 = *((StringBuilder_t **)L_42);
NullCheck(L_43);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get_m_ChunkChars_0();
int32_t L_45 = V_2;
int32_t L_46 = ___count1;
StringBuilder_t ** L_47 = ___chunk2;
StringBuilder_t * L_48 = *((StringBuilder_t **)L_47);
NullCheck(L_48);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_49 = L_48->get_m_ChunkChars_0();
int32_t L_50 = V_2;
NullCheck(L_49);
int32_t L_51 = L_50;
uint16_t L_52 = (uint16_t)(L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
NullCheck(L_44);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46))), (Il2CppChar)L_52);
}
IL_00a8:
{
int32_t L_53 = V_2;
int32_t* L_54 = ___indexInChunk3;
int32_t L_55 = *((int32_t*)L_54);
if ((((int32_t)L_53) > ((int32_t)L_55)))
{
goto IL_0090;
}
}
{
StringBuilder_t ** L_56 = ___chunk2;
StringBuilder_t * L_57 = *((StringBuilder_t **)L_56);
StringBuilder_t * L_58 = L_57;
NullCheck(L_58);
int32_t L_59 = L_58->get_m_ChunkLength_2();
int32_t L_60 = ___count1;
NullCheck(L_58);
L_58->set_m_ChunkLength_2(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)));
return;
}
IL_00be:
{
int32_t L_61 = ___count1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_62 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_61, ((int32_t)16), /*hidden argument*/NULL);
StringBuilder_t ** L_63 = ___chunk2;
StringBuilder_t * L_64 = *((StringBuilder_t **)L_63);
NullCheck(L_64);
int32_t L_65 = L_64->get_m_MaxCapacity_4();
StringBuilder_t ** L_66 = ___chunk2;
StringBuilder_t * L_67 = *((StringBuilder_t **)L_66);
NullCheck(L_67);
StringBuilder_t * L_68 = L_67->get_m_ChunkPrevious_1();
StringBuilder_t * L_69 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mAC298BE4C79DFA111AA5AA4063F79F47744959FD(L_69, L_62, L_65, L_68, /*hidden argument*/NULL);
V_0 = L_69;
StringBuilder_t * L_70 = V_0;
int32_t L_71 = ___count1;
NullCheck(L_70);
L_70->set_m_ChunkLength_2(L_71);
int32_t L_72 = ___count1;
int32_t* L_73 = ___indexInChunk3;
int32_t L_74 = *((int32_t*)L_73);
int32_t L_75 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_72, L_74, /*hidden argument*/NULL);
V_1 = L_75;
int32_t L_76 = V_1;
if ((((int32_t)L_76) <= ((int32_t)0)))
{
goto IL_0147;
}
}
{
StringBuilder_t ** L_77 = ___chunk2;
StringBuilder_t * L_78 = *((StringBuilder_t **)L_77);
NullCheck(L_78);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = L_78->get_m_ChunkChars_0();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = L_79;
V_4 = L_80;
if (!L_80)
{
goto IL_0101;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = V_4;
NullCheck(L_81);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_81)->max_length)))))
{
goto IL_0106;
}
}
IL_0101:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0110;
}
IL_0106:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = V_4;
NullCheck(L_82);
V_3 = (Il2CppChar*)(((uintptr_t)((L_82)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0110:
{
Il2CppChar* L_83 = V_3;
StringBuilder_t * L_84 = V_0;
NullCheck(L_84);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = L_84->get_m_ChunkChars_0();
int32_t L_86 = V_1;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)L_83, L_85, 0, L_86, /*hidden argument*/NULL);
int32_t* L_87 = ___indexInChunk3;
int32_t L_88 = *((int32_t*)L_87);
int32_t L_89 = V_1;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_89));
int32_t L_90 = V_5;
if ((((int32_t)L_90) < ((int32_t)0)))
{
goto IL_0144;
}
}
{
Il2CppChar* L_91 = V_3;
int32_t L_92 = V_1;
StringBuilder_t ** L_93 = ___chunk2;
StringBuilder_t * L_94 = *((StringBuilder_t **)L_93);
NullCheck(L_94);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_95 = L_94->get_m_ChunkChars_0();
int32_t L_96 = V_5;
StringBuilder_ThreadSafeCopy_mF35929E10961A91520C9DE919B013977B2DFCF84((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_91, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_92)), (int32_t)2)))), L_95, 0, L_96, /*hidden argument*/NULL);
int32_t* L_97 = ___indexInChunk3;
int32_t L_98 = V_5;
*((int32_t*)L_97) = (int32_t)L_98;
}
IL_0144:
{
V_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
}
IL_0147:
{
StringBuilder_t ** L_99 = ___chunk2;
StringBuilder_t * L_100 = *((StringBuilder_t **)L_99);
StringBuilder_t * L_101 = V_0;
NullCheck(L_100);
L_100->set_m_ChunkPrevious_1(L_101);
StringBuilder_t ** L_102 = ___chunk2;
StringBuilder_t * L_103 = *((StringBuilder_t **)L_102);
StringBuilder_t * L_104 = L_103;
NullCheck(L_104);
int32_t L_105 = L_104->get_m_ChunkOffset_3();
int32_t L_106 = ___count1;
NullCheck(L_104);
L_104->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)));
int32_t L_107 = V_1;
int32_t L_108 = ___count1;
if ((((int32_t)L_107) >= ((int32_t)L_108)))
{
goto IL_0169;
}
}
{
StringBuilder_t ** L_109 = ___chunk2;
StringBuilder_t * L_110 = V_0;
*((RuntimeObject **)L_109) = (RuntimeObject *)L_110;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_109, (RuntimeObject *)L_110);
int32_t* L_111 = ___indexInChunk3;
int32_t L_112 = V_1;
*((int32_t*)L_111) = (int32_t)L_112;
}
IL_0169:
{
return;
}
}
// System.Void System.Text.StringBuilder::.ctor(System.Int32,System.Int32,System.Text.StringBuilder)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mAC298BE4C79DFA111AA5AA4063F79F47744959FD (StringBuilder_t * __this, int32_t ___size0, int32_t ___maxCapacity1, StringBuilder_t * ___previousBlock2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringBuilder__ctor_mAC298BE4C79DFA111AA5AA4063F79F47744959FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___size0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->set_m_ChunkChars_0(L_1);
int32_t L_2 = ___maxCapacity1;
__this->set_m_MaxCapacity_4(L_2);
StringBuilder_t * L_3 = ___previousBlock2;
__this->set_m_ChunkPrevious_1(L_3);
StringBuilder_t * L_4 = ___previousBlock2;
if (!L_4)
{
goto IL_0036;
}
}
{
StringBuilder_t * L_5 = ___previousBlock2;
NullCheck(L_5);
int32_t L_6 = L_5->get_m_ChunkOffset_3();
StringBuilder_t * L_7 = ___previousBlock2;
NullCheck(L_7);
int32_t L_8 = L_7->get_m_ChunkLength_2();
__this->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_8)));
}
IL_0036:
{
return;
}
}
// System.Void System.Text.StringBuilder::Remove(System.Int32,System.Int32,System.Text.StringBuilderU26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_Remove_m570DD9A086B94D894FCD1EB011BCB2166A57B4D6 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___count1, StringBuilder_t ** ___chunk2, int32_t* ___indexInChunk3, const RuntimeMethod* method)
{
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
int32_t L_0 = ___startIndex0;
int32_t L_1 = ___count1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
StringBuilder_t ** L_2 = ___chunk2;
*((RuntimeObject **)L_2) = (RuntimeObject *)__this;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_2, (RuntimeObject *)__this);
V_1 = (StringBuilder_t *)NULL;
V_2 = 0;
}
IL_000b:
{
int32_t L_3 = V_0;
StringBuilder_t ** L_4 = ___chunk2;
StringBuilder_t * L_5 = *((StringBuilder_t **)L_4);
NullCheck(L_5);
int32_t L_6 = L_5->get_m_ChunkOffset_3();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_6))) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
StringBuilder_t * L_7 = V_1;
if (L_7)
{
goto IL_0026;
}
}
{
StringBuilder_t ** L_8 = ___chunk2;
StringBuilder_t * L_9 = *((StringBuilder_t **)L_8);
V_1 = L_9;
int32_t L_10 = V_0;
StringBuilder_t * L_11 = V_1;
NullCheck(L_11);
int32_t L_12 = L_11->get_m_ChunkOffset_3();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12));
}
IL_0026:
{
int32_t L_13 = ___startIndex0;
StringBuilder_t ** L_14 = ___chunk2;
StringBuilder_t * L_15 = *((StringBuilder_t **)L_14);
NullCheck(L_15);
int32_t L_16 = L_15->get_m_ChunkOffset_3();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_16))) < ((int32_t)0)))
{
goto IL_004f;
}
}
{
int32_t* L_17 = ___indexInChunk3;
int32_t L_18 = ___startIndex0;
StringBuilder_t ** L_19 = ___chunk2;
StringBuilder_t * L_20 = *((StringBuilder_t **)L_19);
NullCheck(L_20);
int32_t L_21 = L_20->get_m_ChunkOffset_3();
*((int32_t*)L_17) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_21));
goto IL_005a;
}
IL_0040:
{
StringBuilder_t ** L_22 = ___chunk2;
StringBuilder_t * L_23 = *((StringBuilder_t **)L_22);
StringBuilder_t * L_24 = L_23;
NullCheck(L_24);
int32_t L_25 = L_24->get_m_ChunkOffset_3();
int32_t L_26 = ___count1;
NullCheck(L_24);
L_24->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)));
}
IL_004f:
{
StringBuilder_t ** L_27 = ___chunk2;
StringBuilder_t ** L_28 = ___chunk2;
StringBuilder_t * L_29 = *((StringBuilder_t **)L_28);
NullCheck(L_29);
StringBuilder_t * L_30 = L_29->get_m_ChunkPrevious_1();
*((RuntimeObject **)L_27) = (RuntimeObject *)L_30;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_27, (RuntimeObject *)L_30);
goto IL_000b;
}
IL_005a:
{
int32_t* L_31 = ___indexInChunk3;
int32_t L_32 = *((int32_t*)L_31);
V_3 = L_32;
StringBuilder_t * L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->get_m_ChunkLength_2();
int32_t L_35 = V_2;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35));
StringBuilder_t * L_36 = V_1;
StringBuilder_t ** L_37 = ___chunk2;
StringBuilder_t * L_38 = *((StringBuilder_t **)L_37);
if ((((RuntimeObject*)(StringBuilder_t *)L_36) == ((RuntimeObject*)(StringBuilder_t *)L_38)))
{
goto IL_00ab;
}
}
{
V_3 = 0;
StringBuilder_t ** L_39 = ___chunk2;
StringBuilder_t * L_40 = *((StringBuilder_t **)L_39);
int32_t* L_41 = ___indexInChunk3;
int32_t L_42 = *((int32_t*)L_41);
NullCheck(L_40);
L_40->set_m_ChunkLength_2(L_42);
StringBuilder_t * L_43 = V_1;
StringBuilder_t ** L_44 = ___chunk2;
StringBuilder_t * L_45 = *((StringBuilder_t **)L_44);
NullCheck(L_43);
L_43->set_m_ChunkPrevious_1(L_45);
StringBuilder_t * L_46 = V_1;
StringBuilder_t ** L_47 = ___chunk2;
StringBuilder_t * L_48 = *((StringBuilder_t **)L_47);
NullCheck(L_48);
int32_t L_49 = L_48->get_m_ChunkOffset_3();
StringBuilder_t ** L_50 = ___chunk2;
StringBuilder_t * L_51 = *((StringBuilder_t **)L_50);
NullCheck(L_51);
int32_t L_52 = L_51->get_m_ChunkLength_2();
NullCheck(L_46);
L_46->set_m_ChunkOffset_3(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_52)));
int32_t* L_53 = ___indexInChunk3;
int32_t L_54 = *((int32_t*)L_53);
if (L_54)
{
goto IL_00ab;
}
}
{
StringBuilder_t * L_55 = V_1;
StringBuilder_t ** L_56 = ___chunk2;
StringBuilder_t * L_57 = *((StringBuilder_t **)L_56);
NullCheck(L_57);
StringBuilder_t * L_58 = L_57->get_m_ChunkPrevious_1();
NullCheck(L_55);
L_55->set_m_ChunkPrevious_1(L_58);
StringBuilder_t ** L_59 = ___chunk2;
StringBuilder_t * L_60 = V_1;
*((RuntimeObject **)L_59) = (RuntimeObject *)L_60;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_59, (RuntimeObject *)L_60);
}
IL_00ab:
{
StringBuilder_t * L_61 = V_1;
StringBuilder_t * L_62 = L_61;
NullCheck(L_62);
int32_t L_63 = L_62->get_m_ChunkLength_2();
int32_t L_64 = V_2;
int32_t L_65 = V_3;
NullCheck(L_62);
L_62->set_m_ChunkLength_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)))));
int32_t L_66 = V_3;
int32_t L_67 = V_2;
if ((((int32_t)L_66) == ((int32_t)L_67)))
{
goto IL_00d4;
}
}
{
StringBuilder_t * L_68 = V_1;
NullCheck(L_68);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_69 = L_68->get_m_ChunkChars_0();
int32_t L_70 = V_2;
StringBuilder_t * L_71 = V_1;
NullCheck(L_71);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_72 = L_71->get_m_ChunkChars_0();
int32_t L_73 = V_3;
int32_t L_74 = V_4;
StringBuilder_ThreadSafeCopy_mCCD244D9AD13306F3D3866A3B9415A5249EB8E5D(L_69, L_70, L_72, L_73, L_74, /*hidden argument*/NULL);
}
IL_00d4:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif