#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template 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 struct VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void 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); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Type struct Type_t; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.String struct String_t; // System.ArgumentException struct ArgumentException_t132251570; // System.Exception struct Exception_t; // System.OverflowException struct OverflowException_t2020128637; // System.FormatException struct FormatException_t154580423; // System.Threading.Thread struct Thread_t2300836069; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.SystemException struct SystemException_t176217640; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.IO.BinaryReader struct BinaryReader_t2428077293; // System.IO.Stream struct Stream_t1273022909; // System.Text.Encoding struct Encoding_t1523322056; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.IO.IOException struct IOException_t4088381929; // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Char[] struct CharU5BU5D_t3528271667; // System.Text.StringBuilder struct StringBuilder_t; // System.IO.BinaryWriter struct BinaryWriter_t3992595042; // System.IO.CStreamReader struct CStreamReader_t1059740272; // System.IO.StreamReader struct StreamReader_t4009935899; // System.TermInfoDriver struct TermInfoDriver_t2335718621; // System.IO.CStreamWriter struct CStreamWriter_t3783449173; // System.IO.StreamWriter struct StreamWriter_t1266378904; // System.IO.DirectoryInfo struct DirectoryInfo_t35957480; // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749; // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.IO.DirectoryNotFoundException struct DirectoryNotFoundException_t1220582502; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336; // System.IO.DriveNotFoundException struct DriveNotFoundException_t3618847791; // System.IO.FileNotFoundException struct FileNotFoundException_t225391025; // System.IO.FileStream struct FileStream_t4292183065; // System.UnauthorizedAccessException struct UnauthorizedAccessException_t490705335; // System.IO.FileInfo struct FileInfo_t1169991790; // System.IO.FileLoadException struct FileLoadException_t549148505; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.IO.FileStream/ReadDelegate struct ReadDelegate_t714865915; // System.IO.FileStreamAsyncResult struct FileStreamAsyncResult_t2422587232; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.IO.FileStream/WriteDelegate struct WriteDelegate_t4270993571; // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010; // System.Threading.WaitHandle struct WaitHandle_t1743403487; // System.MarshalByRefObject struct MarshalByRefObject_t2760389100; // System.IO.PathTooLongException struct PathTooLongException_t2919094560; // System.IO.NullStream struct NullStream_t1684893697; // System.IO.StreamAsyncResult struct StreamAsyncResult_t780248512; // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177; // System.IO.TextReader struct TextReader_t283511965; // System.IO.StreamReader/NullStreamReader struct NullStreamReader_t3364671800; // System.IO.TextWriter struct TextWriter_t3478189236; // System.IO.StringReader struct StringReader_t3465604688; // System.IO.StringWriter struct StringWriter_t802263757; // System.IO.SynchronizedReader struct SynchronizedReader_t1163115775; // System.IO.SynchronizedWriter struct SynchronizedWriter_t1722853220; // System.IO.TextReader/NullTextReader struct NullTextReader_t763622204; // System.IO.TextWriter/NullTextWriter struct NullTextWriter_t1377692031; // System.IO.UnexceptionalStreamReader struct UnexceptionalStreamReader_t2154476246; // System.IO.UnexceptionalStreamWriter struct UnexceptionalStreamWriter_t2539306459; // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_t4234117669; // System.EventHandler struct EventHandler_t1348719766; // System.EventArgs struct EventArgs_t3591816995; // System.LocalDataStoreSlot struct LocalDataStoreSlot_t740841968; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Remoting.ObjRef struct ObjRef_t2141158884; // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311; // System.Runtime.Remoting.Lifetime.Lease struct Lease_t4051722892; // System.MemberAccessException struct MemberAccessException_t1734467078; // System.MethodAccessException struct MethodAccessException_t190175859; // System.MissingFieldException struct MissingFieldException_t1989070983; // System.MissingMemberException struct MissingMemberException_t1385081665; // System.MissingMethodException struct MissingMethodException_t1274661534; // System.MonoAsyncCall struct MonoAsyncCall_t3023670838; // System.AttributeUsageAttribute struct AttributeUsageAttribute_t290877318; // System.Reflection.ICustomAttributeProvider struct ICustomAttributeProvider_t1530824137; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Reflection.FieldInfo struct FieldInfo_t; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Attribute struct Attribute_t861562559; // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.MonoCustomAttrs/AttributeInfo struct AttributeInfo_t2216804170; // System.Reflection.CustomAttributeData[] struct CustomAttributeDataU5BU5D_t2798250719; // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650; // System.Collections.Generic.IList`1 struct IList_1_t2899806433; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t2297062937; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t4292682451; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // System.Type[] struct TypeU5BU5D_t3940880105; // System.MonoDocumentationNoteAttribute struct MonoDocumentationNoteAttribute_t493035051; // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080581; // System.MonoEnumInfo/SByteComparer struct SByteComparer_t2329725001; // System.MonoEnumInfo/ShortComparer struct ShortComparer_t2253094562; // System.MonoEnumInfo/IntComparer struct IntComparer_t3812095803; // System.MonoEnumInfo/LongComparer struct LongComparer_t1798269597; // System.Collections.IComparer struct IComparer_t1540313114; // System.MonoLimitationAttribute struct MonoLimitationAttribute_t3672514598; // System.MonoType struct MonoType_t; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.MonoTypeInfo struct MonoTypeInfo_t3366989025; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896; // System.Reflection.EventInfo struct EventInfo_t; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Module struct Module_t2987026101; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t2402303981; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Text.Decoder struct Decoder_t2204182725; // System.Runtime.Remoting.IChannelInfo struct IChannelInfo_t3866172133; // System.Runtime.Remoting.IRemotingTypeInfo struct IRemotingTypeInfo_t2222593263; // System.Runtime.Remoting.IEnvoyInfo struct IEnvoyInfo_t2180778907; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.IConsoleDriver struct IConsoleDriver_t2349033045; // System.Collections.Generic.IList`1 struct IList_1_t243502644; // System.Collections.Generic.IList`1 struct IList_1_t2103185493; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Runtime.Remoting.Messaging.IMessageSink struct IMessageSink_t2514424906; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection struct DynamicPropertyCollection_t652373272; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097; // System.Runtime.Remoting.Contexts.Context struct Context_t3285446944; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.DelegateData struct DelegateData_t1677132599; // Microsoft.Win32.SafeHandles.SafeWaitHandle struct SafeWaitHandle_t1972936122; // System.Threading.ExecutionContext struct ExecutionContext_t1748372627; // System.Runtime.Remoting.Messaging.MonoMethodMessage struct MonoMethodMessage_t2807636944; // System.Runtime.Remoting.Messaging.IMessageCtrl struct IMessageCtrl_t317049502; // System.Runtime.Remoting.Messaging.IMessage struct IMessage_t3593512748; // System.TermInfoReader struct TermInfoReader_t3116894478; // System.ByteMatcher struct ByteMatcher_t2129355737; // System.TermInfoStrings[] struct TermInfoStringsU5BU5D_t4121115714; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.MulticastDelegate struct MulticastDelegate_t; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Reflection.MonoProperty/GetterAdapter struct GetterAdapter_t2155025054; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; // System.Collections.Queue struct Queue_t3637523393; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate struct RenewalDelegate_t3744801856; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const uint32_t Int64_System_IConvertible_ToBoolean_m2413769966_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToByte_m375085029_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToChar_m1509243576_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToDateTime_m2535842508_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToDecimal_m70934849_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToDouble_m99143002_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToInt16_m4062196970_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToInt32_m772105781_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToInt64_m1560218307_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToSByte_m267591194_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToSingle_m1368636517_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const RuntimeMethod* Int64_System_IConvertible_ToType_m3223988955_RuntimeMethod_var; extern String_t* _stringLiteral3252615044; extern const uint32_t Int64_System_IConvertible_ToType_m3223988955_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToUInt16_m848637338_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToUInt32_m109903525_MetadataUsageId; extern const uint32_t Int64_System_IConvertible_ToUInt64_m2815650160_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* Int64_CompareTo_m1928360444_RuntimeMethod_var; extern String_t* _stringLiteral4290921669; extern const uint32_t Int64_CompareTo_m1928360444_MetadataUsageId; extern const uint32_t Int64_Equals_m858582563_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614605; extern String_t* _stringLiteral724221676; extern const uint32_t Int64_Parse_m3309897583_MetadataUsageId; extern const RuntimeType* NumberFormatInfo_t435877138_0_0_0_var; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* IFormatProvider_t2518567562_il2cpp_TypeInfo_var; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern RuntimeClass* Thread_t2300836069_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* Int64_Parse_m1800613309_RuntimeMethod_var; extern String_t* _stringLiteral3662444928; extern String_t* _stringLiteral3357015121; extern String_t* _stringLiteral3429153190; extern String_t* _stringLiteral1489265497; extern String_t* _stringLiteral1504213813; extern String_t* _stringLiteral3580961148; extern String_t* _stringLiteral1196407802; extern String_t* _stringLiteral1494540216; extern String_t* _stringLiteral1627843445; extern const uint32_t Int64_Parse_m1800613309_MetadataUsageId; extern const RuntimeMethod* Int64_Parse_m662659148_RuntimeMethod_var; extern const uint32_t Int64_Parse_m662659148_MetadataUsageId; extern const RuntimeMethod* Int64_Parse_m3250361603_RuntimeMethod_var; extern const uint32_t Int64_Parse_m3250361603_MetadataUsageId; extern RuntimeClass* NumberFormatter_t1182924621_il2cpp_TypeInfo_var; extern const uint32_t Int64_ToString_m2986581816_MetadataUsageId; extern const uint32_t Int64_ToString_m623640997_MetadataUsageId; extern const uint32_t Int64_ToString_m2085073918_MetadataUsageId; extern String_t* _stringLiteral3493618073; extern const uint32_t IntPtr__ctor_m620280096_MetadataUsageId; extern const RuntimeMethod* IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475_RuntimeMethod_var; extern String_t* _stringLiteral79347; extern const uint32_t IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475_MetadataUsageId; extern RuntimeClass* VoidU2A_t3811567795_il2cpp_TypeInfo_var; extern const uint32_t IntPtr_get_Size_m370911744_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern const uint32_t IntPtr_Equals_m3408989655_MetadataUsageId; extern String_t* _stringLiteral1213362235; extern const uint32_t InvalidCastException__ctor_m1807554410_MetadataUsageId; extern String_t* _stringLiteral1828293723; extern const uint32_t InvalidOperationException__ctor_m2734335978_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t BinaryReader__ctor_m2602947653_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryReader__ctor_m2266204403_RuntimeMethod_var; extern String_t* _stringLiteral293168712; extern String_t* _stringLiteral4058788746; extern const uint32_t BinaryReader__ctor_m2266204403_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern RuntimeClass* IOException_t4088381929_il2cpp_TypeInfo_var; extern RuntimeClass* EndOfStreamException_t2015613008_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryReader_FillBuffer_m1406780870_RuntimeMethod_var; extern String_t* _stringLiteral562539986; extern String_t* _stringLiteral306671832; extern String_t* _stringLiteral2776535289; extern const uint32_t BinaryReader_FillBuffer_m1406780870_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t BinaryReader_Read_m1362176249_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryReader_Read_m763986032_RuntimeMethod_var; extern String_t* _stringLiteral3151922804; extern String_t* _stringLiteral1670863035; extern String_t* _stringLiteral2754268234; extern String_t* _stringLiteral1505584556; extern const uint32_t BinaryReader_Read_m763986032_MetadataUsageId; extern const RuntimeMethod* BinaryReader_Read_m3708759962_RuntimeMethod_var; extern const uint32_t BinaryReader_Read_m3708759962_MetadataUsageId; extern const RuntimeMethod* BinaryReader_Read7BitEncodedInt_m3079148249_RuntimeMethod_var; extern String_t* _stringLiteral973102727; extern const uint32_t BinaryReader_Read7BitEncodedInt_m3079148249_MetadataUsageId; extern const RuntimeMethod* BinaryReader_ReadByte_m2842288049_RuntimeMethod_var; extern const uint32_t BinaryReader_ReadByte_m2842288049_MetadataUsageId; extern const RuntimeMethod* BinaryReader_ReadBytes_m2025629328_RuntimeMethod_var; extern const uint32_t BinaryReader_ReadBytes_m2025629328_MetadataUsageId; extern const RuntimeMethod* BinaryReader_ReadChar_m3380594564_RuntimeMethod_var; extern const uint32_t BinaryReader_ReadChar_m3380594564_MetadataUsageId; extern RuntimeClass* BitConverter_t3118986983_il2cpp_TypeInfo_var; extern const uint32_t BinaryReader_ReadDecimal_m272106980_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* BinaryReader_ReadString_m2204259855_RuntimeMethod_var; extern String_t* _stringLiteral3604756115; extern const uint32_t BinaryReader_ReadString_m2204259855_MetadataUsageId; extern const uint32_t BinaryReader_CheckBuffer_m2636825055_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern const uint32_t BinaryWriter__ctor_m3736305989_MetadataUsageId; extern const uint32_t BinaryWriter__ctor_m1874693998_MetadataUsageId; extern const RuntimeMethod* BinaryWriter__ctor_m2439641268_RuntimeMethod_var; extern String_t* _stringLiteral1975106570; extern String_t* _stringLiteral3002372288; extern String_t* _stringLiteral3421170673; extern const uint32_t BinaryWriter__ctor_m2439641268_MetadataUsageId; extern RuntimeClass* BinaryWriter_t3992595042_il2cpp_TypeInfo_var; extern const uint32_t BinaryWriter__cctor_m874809665_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m2685067618_RuntimeMethod_var; extern String_t* _stringLiteral4269423887; extern String_t* _stringLiteral1861089356; extern const uint32_t BinaryWriter_Write_m2685067618_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m973309864_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m973309864_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3614538606_RuntimeMethod_var; extern String_t* _stringLiteral3939495523; extern const uint32_t BinaryWriter_Write_m3614538606_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m259663284_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m259663284_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m2841350030_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m2841350030_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m340679106_RuntimeMethod_var; extern String_t* _stringLiteral2698618727; extern const uint32_t BinaryWriter_Write_m340679106_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m2081800750_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m2081800750_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3941546326_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m3941546326_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m2414409956_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m2414409956_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m88942200_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m88942200_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3577537050_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m3577537050_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3837784074_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m3837784074_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3922404942_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m3922404942_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m3658027000_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m3658027000_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m1702572183_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m1702572183_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m1304446817_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m1304446817_MetadataUsageId; extern const RuntimeMethod* BinaryWriter_Write_m162594906_RuntimeMethod_var; extern const uint32_t BinaryWriter_Write_m162594906_MetadataUsageId; extern RuntimeClass* StreamReader_t4009935899_il2cpp_TypeInfo_var; extern RuntimeClass* ConsoleDriver_t2486509443_il2cpp_TypeInfo_var; extern RuntimeClass* TermInfoDriver_t2335718621_il2cpp_TypeInfo_var; extern const uint32_t CStreamReader__ctor_m3149611978_MetadataUsageId; extern const uint32_t CStreamReader_Peek_m278635384_MetadataUsageId; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern const uint32_t CStreamReader_Read_m1544504743_MetadataUsageId; extern const RuntimeMethod* CStreamReader_Read_m2189062878_RuntimeMethod_var; extern String_t* _stringLiteral3940781671; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral1016055495; extern const uint32_t CStreamReader_Read_m2189062878_MetadataUsageId; extern const uint32_t CStreamReader_ReadLine_m3769642593_MetadataUsageId; extern const uint32_t CStreamReader_ReadToEnd_m2988189469_MetadataUsageId; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern const uint32_t CStreamWriter__ctor_m1932602514_MetadataUsageId; extern const uint32_t CStreamWriter_Write_m2721888638_MetadataUsageId; extern const uint32_t CStreamWriter_Write_m2532518825_MetadataUsageId; extern const uint32_t CStreamWriter_InternalWriteString_m2840293380_MetadataUsageId; extern const uint32_t CStreamWriter_InternalWriteChar_m637147095_MetadataUsageId; extern const uint32_t CStreamWriter_InternalWriteChars_m1882864391_MetadataUsageId; extern const uint32_t CStreamWriter_Write_m2594036893_MetadataUsageId; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern const RuntimeMethod* Directory_CreateDirectory_m751642867_RuntimeMethod_var; extern String_t* _stringLiteral1610285846; extern String_t* _stringLiteral600247140; extern String_t* _stringLiteral1551696851; extern String_t* _stringLiteral704315150; extern String_t* _stringLiteral4265629597; extern String_t* _stringLiteral144229802; extern String_t* _stringLiteral3452614550; extern String_t* _stringLiteral3194155472; extern const uint32_t Directory_CreateDirectory_m751642867_MetadataUsageId; extern RuntimeClass* SecurityManager_t3383402582_il2cpp_TypeInfo_var; extern RuntimeClass* FileIOPermission_t3596906749_il2cpp_TypeInfo_var; extern RuntimeClass* DirectoryInfo_t35957480_il2cpp_TypeInfo_var; extern RuntimeClass* MonoIO_t2601436415_il2cpp_TypeInfo_var; extern const RuntimeMethod* Directory_CreateDirectoriesInternal_m3735342319_RuntimeMethod_var; extern const uint32_t Directory_CreateDirectoriesInternal_m3735342319_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern RuntimeClass* DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var; extern const RuntimeMethod* Directory_Delete_m2573534060_RuntimeMethod_var; extern String_t* _stringLiteral4250091465; extern String_t* _stringLiteral2367493981; extern const uint32_t Directory_Delete_m2573534060_MetadataUsageId; extern const uint32_t Directory_RecursiveDelete_m204998306_MetadataUsageId; extern const uint32_t Directory_Exists_m1484791558_MetadataUsageId; extern const RuntimeMethod* Directory_GetCurrentDirectory_m219218555_RuntimeMethod_var; extern const uint32_t Directory_GetCurrentDirectory_m219218555_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t Directory_GetDirectories_m1966820948_MetadataUsageId; extern const uint32_t Directory_GetFiles_m932257245_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern const uint32_t Directory_GetFiles_m182026717_MetadataUsageId; extern const RuntimeMethod* Directory_CheckPathExceptions_m3433410395_RuntimeMethod_var; extern String_t* _stringLiteral600246148; extern const uint32_t Directory_CheckPathExceptions_m3433410395_MetadataUsageId; extern RuntimeClass* SearchPattern_t3793128359_il2cpp_TypeInfo_var; extern const RuntimeMethod* Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var; extern String_t* _stringLiteral533058703; extern String_t* _stringLiteral2032356311; extern String_t* _stringLiteral3803080522; extern String_t* _stringLiteral2326546891; extern String_t* _stringLiteral4083943340; extern String_t* _stringLiteral3013478277; extern String_t* _stringLiteral3594052903; extern String_t* _stringLiteral3006113026; extern String_t* _stringLiteral2477126898; extern const uint32_t Directory_GetFileSystemEntries_m1684188607_MetadataUsageId; extern const uint32_t DirectoryInfo__ctor_m126519516_MetadataUsageId; extern const uint32_t DirectoryInfo_Initialize_m1389772934_MetadataUsageId; extern const uint32_t DirectoryInfo_get_Exists_m3142069876_MetadataUsageId; extern const uint32_t DirectoryInfo_get_Parent_m3736638393_MetadataUsageId; extern String_t* _stringLiteral1066574560; extern const uint32_t DirectoryNotFoundException__ctor_m4004339866_MetadataUsageId; extern String_t* _stringLiteral2104917571; extern const uint32_t DriveNotFoundException__ctor_m2606352475_MetadataUsageId; extern String_t* _stringLiteral151525696; extern const uint32_t EndOfStreamException__ctor_m2202021005_MetadataUsageId; extern RuntimeClass* FileNotFoundException_t225391025_il2cpp_TypeInfo_var; extern const RuntimeMethod* File_Copy_m3433232803_RuntimeMethod_var; extern String_t* _stringLiteral2478695753; extern String_t* _stringLiteral176967007; extern String_t* _stringLiteral3851976972; extern String_t* _stringLiteral3358977461; extern String_t* _stringLiteral2040393884; extern String_t* _stringLiteral1216087016; extern String_t* _stringLiteral320813398; extern String_t* _stringLiteral1814130925; extern String_t* _stringLiteral197338200; extern const uint32_t File_Copy_m3433232803_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const uint32_t File_Create_m604182744_MetadataUsageId; extern RuntimeClass* UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var; extern const RuntimeMethod* File_Delete_m321251800_RuntimeMethod_var; extern String_t* _stringLiteral1942005715; extern const uint32_t File_Delete_m321251800_MetadataUsageId; extern const uint32_t File_Exists_m3943585060_MetadataUsageId; extern const RuntimeMethod* File_GetAttributes_m234088996_RuntimeMethod_var; extern const uint32_t File_GetAttributes_m234088996_MetadataUsageId; extern const RuntimeMethod* File_Move_m1898656234_RuntimeMethod_var; extern String_t* _stringLiteral1505158719; extern const uint32_t File_Move_m1898656234_MetadataUsageId; extern const uint32_t File_Open_m664439378_MetadataUsageId; extern const uint32_t File_Open_m3218582222_MetadataUsageId; extern const uint32_t File_OpenRead_m2936789020_MetadataUsageId; extern const uint32_t File_OpenText_m196858847_MetadataUsageId; extern const uint32_t File_OpenWrite_m24069155_MetadataUsageId; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* File_ReadAllBytes_m1435775076_RuntimeMethod_var; extern String_t* _stringLiteral3373857335; extern String_t* _stringLiteral3219921725; extern const uint32_t File_ReadAllBytes_m1435775076_MetadataUsageId; extern const uint32_t File_ReadAllText_m2815479134_MetadataUsageId; extern const uint32_t File_ReadAllText_m3275939702_MetadataUsageId; extern const uint32_t File_WriteAllBytes_m4252682105_MetadataUsageId; extern const RuntimeMethod* FileInfo__ctor_m3289795077_RuntimeMethod_var; extern String_t* _stringLiteral1969920661; extern const uint32_t FileInfo__ctor_m3289795077_MetadataUsageId; extern const uint32_t FileInfo_get_Exists_m1365967814_MetadataUsageId; extern const RuntimeMethod* FileInfo_get_Length_m1421843225_RuntimeMethod_var; extern String_t* _stringLiteral4087453285; extern String_t* _stringLiteral3450648446; extern const uint32_t FileInfo_get_Length_m1421843225_MetadataUsageId; extern String_t* _stringLiteral3923874395; extern const uint32_t FileLoadException__ctor_m3879680456_MetadataUsageId; extern String_t* _stringLiteral3534888232; extern String_t* _stringLiteral1608674021; extern const uint32_t FileLoadException__ctor_m3104411427_MetadataUsageId; extern const uint32_t FileLoadException_GetObjectData_m1844968812_MetadataUsageId; extern String_t* _stringLiteral3669466394; extern String_t* _stringLiteral1899319728; extern String_t* _stringLiteral1350003372; extern const uint32_t FileLoadException_ToString_m2989457882_MetadataUsageId; extern String_t* _stringLiteral61911830; extern const uint32_t FileNotFoundException__ctor_m2359931775_MetadataUsageId; extern String_t* _stringLiteral2147064275; extern String_t* _stringLiteral269541620; extern const uint32_t FileNotFoundException__ctor_m2477162036_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2267417895; extern const uint32_t FileNotFoundException_get_Message_m2807351025_MetadataUsageId; extern const uint32_t FileNotFoundException_GetObjectData_m3195845120_MetadataUsageId; extern String_t* _stringLiteral4087326242; extern String_t* _stringLiteral3248178041; extern const uint32_t FileNotFoundException_ToString_m3487423565_MetadataUsageId; extern const RuntimeMethod* FileStream__ctor_m3087090334_RuntimeMethod_var; extern String_t* _stringLiteral639039807; extern String_t* _stringLiteral3942337302; extern String_t* _stringLiteral1976079223; extern String_t* _stringLiteral2349568099; extern String_t* _stringLiteral1624340332; extern const uint32_t FileStream__ctor_m3087090334_MetadataUsageId; extern RuntimeClass* FileAccess_t1659085276_il2cpp_TypeInfo_var; extern RuntimeClass* FileMode_t1183438340_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStream__ctor_m3151488352_RuntimeMethod_var; extern String_t* _stringLiteral1172510602; extern String_t* _stringLiteral3589369415; extern String_t* _stringLiteral1985170617; extern String_t* _stringLiteral1635630473; extern String_t* _stringLiteral2698619213; extern String_t* _stringLiteral3654764444; extern String_t* _stringLiteral3239408877; extern String_t* _stringLiteral2192588596; extern String_t* _stringLiteral1981444773; extern String_t* _stringLiteral3973445635; extern const uint32_t FileStream__ctor_m3151488352_MetadataUsageId; extern const RuntimeMethod* FileStream_get_Length_m426703983_RuntimeMethod_var; extern String_t* _stringLiteral3175168068; extern String_t* _stringLiteral3529764071; extern const uint32_t FileStream_get_Length_m426703983_MetadataUsageId; extern const RuntimeMethod* FileStream_get_Position_m3002807042_RuntimeMethod_var; extern const uint32_t FileStream_get_Position_m3002807042_MetadataUsageId; extern const RuntimeMethod* FileStream_set_Position_m196127886_RuntimeMethod_var; extern String_t* _stringLiteral2880256252; extern const uint32_t FileStream_set_Position_m196127886_MetadataUsageId; extern const RuntimeMethod* FileStream_ReadByte_m2651547500_RuntimeMethod_var; extern String_t* _stringLiteral3523588373; extern const uint32_t FileStream_ReadByte_m2651547500_MetadataUsageId; extern const RuntimeMethod* FileStream_WriteByte_m3899504766_RuntimeMethod_var; extern String_t* _stringLiteral1654115010; extern const uint32_t FileStream_WriteByte_m3899504766_MetadataUsageId; extern const RuntimeMethod* FileStream_Read_m3303017364_RuntimeMethod_var; extern String_t* _stringLiteral4007973390; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral2557759028; extern String_t* _stringLiteral1411713704; extern const uint32_t FileStream_Read_m3303017364_MetadataUsageId; extern RuntimeClass* ReadDelegate_t714865915_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStream_BeginRead_m2419864669_RuntimeMethod_var; extern const RuntimeMethod* FileStream_ReadInternal_m2099474616_RuntimeMethod_var; extern String_t* _stringLiteral4185363193; extern String_t* _stringLiteral3322427519; extern String_t* _stringLiteral3867580481; extern String_t* _stringLiteral4090150660; extern const uint32_t FileStream_BeginRead_m2419864669_MetadataUsageId; extern RuntimeClass* AsyncResult_t4194309572_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStream_EndRead_m3904255625_RuntimeMethod_var; extern String_t* _stringLiteral844061258; extern String_t* _stringLiteral1043874018; extern const uint32_t FileStream_EndRead_m3904255625_MetadataUsageId; extern const RuntimeMethod* FileStream_Write_m2254426030_RuntimeMethod_var; extern const uint32_t FileStream_Write_m2254426030_MetadataUsageId; extern const RuntimeMethod* FileStream_WriteInternal_m4028396817_RuntimeMethod_var; extern const uint32_t FileStream_WriteInternal_m4028396817_MetadataUsageId; extern RuntimeClass* FileStreamAsyncResult_t2422587232_il2cpp_TypeInfo_var; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern RuntimeClass* WriteDelegate_t4270993571_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStream_BeginWrite_m626715259_RuntimeMethod_var; extern String_t* _stringLiteral1272525310; extern String_t* _stringLiteral3781551740; extern const uint32_t FileStream_BeginWrite_m626715259_MetadataUsageId; extern const RuntimeMethod* FileStream_EndWrite_m4002445354_RuntimeMethod_var; extern const uint32_t FileStream_EndWrite_m4002445354_MetadataUsageId; extern const RuntimeMethod* FileStream_Seek_m2017853129_RuntimeMethod_var; extern String_t* _stringLiteral493945629; extern String_t* _stringLiteral4261885912; extern String_t* _stringLiteral3572409600; extern String_t* _stringLiteral208141766; extern const uint32_t FileStream_Seek_m2017853129_MetadataUsageId; extern const RuntimeMethod* FileStream_SetLength_m99749826_RuntimeMethod_var; extern String_t* _stringLiteral2248435839; extern String_t* _stringLiteral72258121; extern const uint32_t FileStream_SetLength_m99749826_MetadataUsageId; extern const RuntimeMethod* FileStream_Flush_m948103572_RuntimeMethod_var; extern const uint32_t FileStream_Flush_m948103572_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStream_Dispose_m2599766137_RuntimeMethod_var; extern const uint32_t FileStream_Dispose_m2599766137_MetadataUsageId; extern const RuntimeMethod* FileStream_FlushBuffer_m914568182_RuntimeMethod_var; extern const uint32_t FileStream_FlushBuffer_m914568182_MetadataUsageId; extern const RuntimeMethod* FileStream_ReadData_m1637551634_RuntimeMethod_var; extern const uint32_t FileStream_ReadData_m1637551634_MetadataUsageId; extern const RuntimeMethod* FileStream_InitBuffer_m2135408785_RuntimeMethod_var; extern const uint32_t FileStream_InitBuffer_m2135408785_MetadataUsageId; extern const uint32_t FileStream_GetSecureFileName_m449783930_MetadataUsageId; extern const uint32_t FileStream_GetSecureFileName_m2419304749_MetadataUsageId; extern const uint32_t ReadDelegate_BeginInvoke_m3697522094_MetadataUsageId; extern const uint32_t WriteDelegate_BeginInvoke_m39624777_MetadataUsageId; extern RuntimeClass* AsyncCallback_t3962456242_il2cpp_TypeInfo_var; extern RuntimeClass* ManualResetEvent_t451242010_il2cpp_TypeInfo_var; extern const RuntimeMethod* FileStreamAsyncResult_CBWrapper_m1670848754_RuntimeMethod_var; extern const uint32_t FileStreamAsyncResult__ctor_m3441988901_MetadataUsageId; extern const uint32_t FileStreamAsyncResult_CBWrapper_m1670848754_MetadataUsageId; extern const RuntimeMethod* FileSystemInfo__ctor_m3769019897_RuntimeMethod_var; extern String_t* _stringLiteral2092008752; extern String_t* _stringLiteral3276972723; extern const uint32_t FileSystemInfo__ctor_m3769019897_MetadataUsageId; extern const uint32_t FileSystemInfo_GetObjectData_m812231621_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t FileSystemInfo_get_CreationTime_m3644550429_MetadataUsageId; extern const uint32_t FileSystemInfo_get_LastAccessTime_m2947231438_MetadataUsageId; extern const uint32_t FileSystemInfo_get_LastWriteTime_m1574089390_MetadataUsageId; extern const uint32_t FileSystemInfo_Refresh_m1497191506_MetadataUsageId; extern const RuntimeMethod* FileSystemInfo_CheckPath_m1572836275_RuntimeMethod_var; extern String_t* _stringLiteral3377063666; extern const uint32_t FileSystemInfo_CheckPath_m1572836275_MetadataUsageId; extern const uint32_t IOException__ctor_m971599150_MetadataUsageId; extern const RuntimeMethod* MemoryStream__ctor_m2128850779_RuntimeMethod_var; extern String_t* _stringLiteral3623012086; extern const uint32_t MemoryStream__ctor_m2128850779_MetadataUsageId; extern const RuntimeMethod* MemoryStream__ctor_m4100805873_RuntimeMethod_var; extern const uint32_t MemoryStream__ctor_m4100805873_MetadataUsageId; extern const RuntimeMethod* MemoryStream_InternalConstructor_m150311326_RuntimeMethod_var; extern String_t* _stringLiteral418218535; extern String_t* _stringLiteral3404462235; extern String_t* _stringLiteral2315682141; extern const uint32_t MemoryStream_InternalConstructor_m150311326_MetadataUsageId; extern const RuntimeMethod* MemoryStream_CheckIfClosedThrowDisposed_m3740555627_RuntimeMethod_var; extern String_t* _stringLiteral3035997554; extern const uint32_t MemoryStream_CheckIfClosedThrowDisposed_m3740555627_MetadataUsageId; extern const RuntimeMethod* MemoryStream_set_Capacity_m1773624579_RuntimeMethod_var; extern String_t* _stringLiteral3534562261; extern String_t* _stringLiteral1672541915; extern String_t* _stringLiteral3452614528; extern const uint32_t MemoryStream_set_Capacity_m1773624579_MetadataUsageId; extern const RuntimeMethod* MemoryStream_set_Position_m3169779190_RuntimeMethod_var; extern String_t* _stringLiteral2220137664; extern String_t* _stringLiteral2714334566; extern const uint32_t MemoryStream_set_Position_m3169779190_MetadataUsageId; extern const RuntimeMethod* MemoryStream_GetBuffer_m1167568916_RuntimeMethod_var; extern const uint32_t MemoryStream_GetBuffer_m1167568916_MetadataUsageId; extern const RuntimeMethod* MemoryStream_Read_m337792459_RuntimeMethod_var; extern String_t* _stringLiteral1888689445; extern String_t* _stringLiteral3296080155; extern String_t* _stringLiteral1733152007; extern const uint32_t MemoryStream_Read_m337792459_MetadataUsageId; extern const RuntimeMethod* MemoryStream_Seek_m3459579537_RuntimeMethod_var; extern String_t* _stringLiteral1806919118; extern String_t* _stringLiteral1968931435; extern String_t* _stringLiteral537188383; extern const uint32_t MemoryStream_Seek_m3459579537_MetadataUsageId; extern const RuntimeMethod* MemoryStream_SetLength_m974389318_RuntimeMethod_var; extern String_t* _stringLiteral1724789403; extern String_t* _stringLiteral2876265277; extern const uint32_t MemoryStream_SetLength_m974389318_MetadataUsageId; extern const uint32_t MemoryStream_ToArray_m3911744835_MetadataUsageId; extern const RuntimeMethod* MemoryStream_Write_m162543801_RuntimeMethod_var; extern String_t* _stringLiteral3997828764; extern const uint32_t MemoryStream_Write_m162543801_MetadataUsageId; extern const RuntimeMethod* MemoryStream_WriteByte_m4085656483_RuntimeMethod_var; extern const uint32_t MemoryStream_WriteByte_m4085656483_MetadataUsageId; extern const uint32_t MonoIO__cctor_m3715714639_MetadataUsageId; extern String_t* _stringLiteral948995225; extern String_t* _stringLiteral3659692807; extern const uint32_t MonoIO_GetException_m865954703_MetadataUsageId; extern RuntimeClass* DriveNotFoundException_t3618847791_il2cpp_TypeInfo_var; extern RuntimeClass* PathTooLongException_t2919094560_il2cpp_TypeInfo_var; extern RuntimeClass* MonoIOError_t367894402_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3974625283; extern String_t* _stringLiteral3502775573; extern String_t* _stringLiteral501917651; extern String_t* _stringLiteral2448348224; extern String_t* _stringLiteral3684854129; extern String_t* _stringLiteral261303297; extern String_t* _stringLiteral4034784504; extern String_t* _stringLiteral1775864726; extern String_t* _stringLiteral2495367332; extern String_t* _stringLiteral2573870367; extern String_t* _stringLiteral684787437; extern String_t* _stringLiteral2022657592; extern String_t* _stringLiteral4210835147; extern String_t* _stringLiteral3622919541; extern String_t* _stringLiteral2730556301; extern String_t* _stringLiteral3669075127; extern String_t* _stringLiteral1184655191; extern String_t* _stringLiteral3246380181; extern const uint32_t MonoIO_GetException_m1522387862_MetadataUsageId; extern const uint32_t MonoIO_Exists_m1882747437_MetadataUsageId; extern const uint32_t MonoIO_ExistsFile_m812572516_MetadataUsageId; extern const uint32_t MonoIO_ExistsDirectory_m2182482658_MetadataUsageId; extern const uint32_t MonoIO_ExistsSymlink_m3429865708_MetadataUsageId; extern const uint32_t NullStream__ctor_m2992573138_MetadataUsageId; extern const uint32_t Path__cctor_m3273994011_MetadataUsageId; extern const RuntimeMethod* Path_Combine_m3389272516_RuntimeMethod_var; extern String_t* _stringLiteral416398811; extern String_t* _stringLiteral416398814; extern const uint32_t Path_Combine_m3389272516_MetadataUsageId; extern const uint32_t Path_CleanPath_m3974596557_MetadataUsageId; extern const RuntimeMethod* Path_GetDirectoryName_m3496866581_RuntimeMethod_var; extern String_t* _stringLiteral2592622521; extern String_t* _stringLiteral1605982211; extern const uint32_t Path_GetDirectoryName_m3496866581_MetadataUsageId; extern const RuntimeMethod* Path_GetExtension_m1021339115_RuntimeMethod_var; extern const uint32_t Path_GetExtension_m1021339115_MetadataUsageId; extern const RuntimeMethod* Path_GetFileName_m1354558116_RuntimeMethod_var; extern const uint32_t Path_GetFileName_m1354558116_MetadataUsageId; extern const uint32_t Path_GetFullPath_m4142135635_MetadataUsageId; extern const uint32_t Path_WindowsDriveAdjustment_m3256426255_MetadataUsageId; extern const RuntimeMethod* Path_InsecureGetFullPath_m129101154_RuntimeMethod_var; extern String_t* _stringLiteral2388942563; extern String_t* _stringLiteral3738901531; extern String_t* _stringLiteral3458119668; extern const uint32_t Path_InsecureGetFullPath_m129101154_MetadataUsageId; extern const uint32_t Path_IsDsc_m138487241_MetadataUsageId; extern const RuntimeMethod* Path_GetPathRoot_m3499444155_RuntimeMethod_var; extern String_t* _stringLiteral3020263587; extern const uint32_t Path_GetPathRoot_m3499444155_MetadataUsageId; extern const RuntimeMethod* Path_IsPathRooted_m3515805419_RuntimeMethod_var; extern const uint32_t Path_IsPathRooted_m3515805419_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D34_25_FieldInfo_var; extern const uint32_t Path_GetInvalidFileNameChars_m535930204_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D35_26_FieldInfo_var; extern const uint32_t Path_GetInvalidPathChars_m3959874485_MetadataUsageId; extern const uint32_t Path_findExtension_m910255017_MetadataUsageId; extern const uint32_t Path_GetServerAndShare_m2640882202_MetadataUsageId; extern const uint32_t Path_SameRoot_m1518354096_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3450648450; extern const uint32_t Path_CanonicalizePath_m620086118_MetadataUsageId; extern const uint32_t Path_IsPathSubsetOf_m3034834568_MetadataUsageId; extern String_t* _stringLiteral2811349545; extern const uint32_t PathTooLongException__ctor_m3265957480_MetadataUsageId; extern const uint32_t SearchPattern__cctor_m3525595274_MetadataUsageId; extern RuntimeClass* NullStream_t1684893697_il2cpp_TypeInfo_var; extern const uint32_t Stream__cctor_m3168732477_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stream_get_ReadTimeout_m2137060894_RuntimeMethod_var; extern String_t* _stringLiteral4252124418; extern const uint32_t Stream_get_ReadTimeout_m2137060894_MetadataUsageId; extern const RuntimeMethod* Stream_get_WriteTimeout_m3852257656_RuntimeMethod_var; extern const uint32_t Stream_get_WriteTimeout_m3852257656_MetadataUsageId; extern const uint32_t Stream_ReadByte_m4291052673_MetadataUsageId; extern const uint32_t Stream_WriteByte_m1519852120_MetadataUsageId; extern RuntimeClass* StreamAsyncResult_t780248512_il2cpp_TypeInfo_var; extern const RuntimeMethod* Stream_BeginRead_m2233539237_RuntimeMethod_var; extern const uint32_t Stream_BeginRead_m2233539237_MetadataUsageId; extern const RuntimeMethod* Stream_BeginWrite_m1696564506_RuntimeMethod_var; extern const uint32_t Stream_BeginWrite_m1696564506_MetadataUsageId; extern const RuntimeMethod* Stream_EndRead_m1896469262_RuntimeMethod_var; extern String_t* _stringLiteral1981463852; extern const uint32_t Stream_EndRead_m1896469262_MetadataUsageId; extern const RuntimeMethod* Stream_EndWrite_m1721488587_RuntimeMethod_var; extern String_t* _stringLiteral871763871; extern const uint32_t Stream_EndWrite_m1721488587_MetadataUsageId; extern const uint32_t StreamAsyncResult_get_AsyncWaitHandle_m3390046559_MetadataUsageId; extern RuntimeClass* TextReader_t283511965_il2cpp_TypeInfo_var; extern const uint32_t StreamReader__ctor_m150050089_MetadataUsageId; extern const uint32_t StreamReader__ctor_m1047876681_MetadataUsageId; extern const uint32_t StreamReader__ctor_m2783219104_MetadataUsageId; extern const uint32_t StreamReader__ctor_m1616861391_MetadataUsageId; extern const RuntimeMethod* StreamReader__ctor_m2637382018_RuntimeMethod_var; extern String_t* _stringLiteral3005837202; extern String_t* _stringLiteral2440521168; extern String_t* _stringLiteral1400852678; extern const uint32_t StreamReader__ctor_m2637382018_MetadataUsageId; extern RuntimeClass* NullStreamReader_t3364671800_il2cpp_TypeInfo_var; extern const uint32_t StreamReader__cctor_m874052303_MetadataUsageId; extern const RuntimeMethod* StreamReader_Initialize_m3160193871_RuntimeMethod_var; extern String_t* _stringLiteral3236680756; extern String_t* _stringLiteral3225331716; extern const uint32_t StreamReader_Initialize_m3160193871_MetadataUsageId; extern const uint32_t StreamReader_DoChecks_m1235625723_MetadataUsageId; extern const uint32_t StreamReader_ReadBuffer_m761134843_MetadataUsageId; extern const RuntimeMethod* StreamReader_Peek_m2272511193_RuntimeMethod_var; extern String_t* _stringLiteral2208270919; extern String_t* _stringLiteral1959350542; extern const uint32_t StreamReader_Peek_m2272511193_MetadataUsageId; extern const RuntimeMethod* StreamReader_Read_m2554901735_RuntimeMethod_var; extern const uint32_t StreamReader_Read_m2554901735_MetadataUsageId; extern const RuntimeMethod* StreamReader_Read_m830111915_RuntimeMethod_var; extern String_t* _stringLiteral3138384766; extern const uint32_t StreamReader_Read_m830111915_MetadataUsageId; extern const RuntimeMethod* StreamReader_ReadLine_m1468498645_RuntimeMethod_var; extern const uint32_t StreamReader_ReadLine_m1468498645_MetadataUsageId; extern const RuntimeMethod* StreamReader_ReadToEnd_m371831293_RuntimeMethod_var; extern const uint32_t StreamReader_ReadToEnd_m371831293_MetadataUsageId; extern const uint32_t NullStreamReader__ctor_m3077615088_MetadataUsageId; extern const uint32_t NullStreamReader_ReadToEnd_m785591460_MetadataUsageId; extern RuntimeClass* TextWriter_t3478189236_il2cpp_TypeInfo_var; extern const RuntimeMethod* StreamWriter__ctor_m1245831116_RuntimeMethod_var; extern String_t* _stringLiteral3500703439; extern const uint32_t StreamWriter__ctor_m1245831116_MetadataUsageId; extern const uint32_t StreamWriter__ctor_m3185939007_MetadataUsageId; extern const RuntimeMethod* StreamWriter__ctor_m3973049521_RuntimeMethod_var; extern const uint32_t StreamWriter__ctor_m3973049521_MetadataUsageId; extern const uint32_t StreamWriter__cctor_m1229272693_MetadataUsageId; extern const uint32_t StreamWriter_Initialize_m3490883444_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Dispose_m2818839127_RuntimeMethod_var; extern const uint32_t StreamWriter_Dispose_m2818839127_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Flush_m3311572543_RuntimeMethod_var; extern String_t* _stringLiteral3106050028; extern const uint32_t StreamWriter_Flush_m3311572543_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Write_m4109815652_RuntimeMethod_var; extern const uint32_t StreamWriter_Write_m4109815652_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Write_m2487601391_RuntimeMethod_var; extern const uint32_t StreamWriter_Write_m2487601391_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Write_m2994525938_RuntimeMethod_var; extern const uint32_t StreamWriter_Write_m2994525938_MetadataUsageId; extern const RuntimeMethod* StreamWriter_Write_m1660535366_RuntimeMethod_var; extern const uint32_t StreamWriter_Write_m1660535366_MetadataUsageId; extern const RuntimeMethod* StringReader__ctor_m126993932_RuntimeMethod_var; extern const uint32_t StringReader__ctor_m126993932_MetadataUsageId; extern const RuntimeMethod* StringReader_Read_m478895463_RuntimeMethod_var; extern const uint32_t StringReader_Read_m478895463_MetadataUsageId; extern const RuntimeMethod* StringReader_CheckObjectDisposedException_m3796163530_RuntimeMethod_var; extern String_t* _stringLiteral3082914338; extern String_t* _stringLiteral1511043577; extern const uint32_t StringReader_CheckObjectDisposedException_m3796163530_MetadataUsageId; extern const uint32_t StringWriter__ctor_m1244548890_MetadataUsageId; extern const RuntimeMethod* StringWriter__ctor_m3987072682_RuntimeMethod_var; extern String_t* _stringLiteral3454580685; extern const uint32_t StringWriter__ctor_m3987072682_MetadataUsageId; extern const uint32_t StringWriter_get_Encoding_m1183513936_MetadataUsageId; extern const RuntimeMethod* StringWriter_Write_m1572454942_RuntimeMethod_var; extern String_t* _stringLiteral568318994; extern const uint32_t StringWriter_Write_m1572454942_MetadataUsageId; extern const RuntimeMethod* StringWriter_Write_m2131908442_RuntimeMethod_var; extern const uint32_t StringWriter_Write_m2131908442_MetadataUsageId; extern const RuntimeMethod* StringWriter_Write_m1321879109_RuntimeMethod_var; extern const uint32_t StringWriter_Write_m1321879109_MetadataUsageId; extern const uint32_t SynchronizedReader__ctor_m322282529_MetadataUsageId; extern const uint32_t SynchronizedWriter__ctor_m495278869_MetadataUsageId; extern RuntimeClass* NullTextReader_t763622204_il2cpp_TypeInfo_var; extern const uint32_t TextReader__cctor_m322748985_MetadataUsageId; extern const uint32_t TextReader_ReadLine_m2549275032_MetadataUsageId; extern const uint32_t TextReader_ReadToEnd_m2648397074_MetadataUsageId; extern RuntimeClass* SynchronizedReader_t1163115775_il2cpp_TypeInfo_var; extern const RuntimeMethod* TextReader_Synchronized_m3004980758_RuntimeMethod_var; extern String_t* _stringLiteral3339363846; extern const uint32_t TextReader_Synchronized_m3004980758_MetadataUsageId; extern const uint32_t NullTextReader__ctor_m2871254925_MetadataUsageId; extern RuntimeClass* NullTextWriter_t1377692031_il2cpp_TypeInfo_var; extern const uint32_t TextWriter__cctor_m2707487510_MetadataUsageId; extern RuntimeClass* SynchronizedWriter_t1722853220_il2cpp_TypeInfo_var; extern const RuntimeMethod* TextWriter_Synchronized_m904006265_RuntimeMethod_var; extern String_t* _stringLiteral3125706052; extern const uint32_t TextWriter_Synchronized_m904006265_MetadataUsageId; extern const uint32_t TextWriter_Write_m2295530473_MetadataUsageId; extern const uint32_t TextWriter_Write_m3996233032_MetadataUsageId; extern const RuntimeMethod* TextWriter_Write_m2937140664_RuntimeMethod_var; extern const uint32_t TextWriter_Write_m2937140664_MetadataUsageId; extern const uint32_t TextWriter_Write_m283829155_MetadataUsageId; extern const uint32_t TextWriter_Write_m2173933353_MetadataUsageId; extern const uint32_t NullTextWriter__ctor_m1544833104_MetadataUsageId; extern const uint32_t NullTextWriter_get_Encoding_m2491063053_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader__ctor_m1568917069_MetadataUsageId; extern RuntimeClass* BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var; extern RuntimeClass* UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var; extern const uint32_t UnexceptionalStreamReader__cctor_m2018971657_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader_Peek_m1842169584_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader_Read_m16956299_MetadataUsageId; extern const RuntimeMethod* UnexceptionalStreamReader_Read_m39696771_RuntimeMethod_var; extern String_t* _stringLiteral3542174192; extern String_t* _stringLiteral2086592588; extern const uint32_t UnexceptionalStreamReader_Read_m39696771_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader_CheckEOL_m187999544_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader_ReadLine_m3663173848_MetadataUsageId; extern const uint32_t UnexceptionalStreamReader_ReadToEnd_m920589220_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter__ctor_m1310404920_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter_Flush_m82278468_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter_Write_m4210473673_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter_Write_m1440243232_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter_Write_m1834931241_MetadataUsageId; extern const uint32_t UnexceptionalStreamWriter_Write_m363195622_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_get_Length_m3699800948_RuntimeMethod_var; extern String_t* _stringLiteral1817536109; extern const uint32_t UnmanagedMemoryStream_get_Length_m3699800948_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_get_Position_m3800945932_RuntimeMethod_var; extern const uint32_t UnmanagedMemoryStream_get_Position_m3800945932_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_set_Position_m2304997845_RuntimeMethod_var; extern String_t* _stringLiteral2892689725; extern String_t* _stringLiteral684904047; extern const uint32_t UnmanagedMemoryStream_set_Position_m2304997845_MetadataUsageId; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var; extern String_t* _stringLiteral2532961050; extern const uint32_t UnmanagedMemoryStream_Read_m3982577147_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_ReadByte_m4248453739_RuntimeMethod_var; extern const uint32_t UnmanagedMemoryStream_ReadByte_m4248453739_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_Seek_m541442656_RuntimeMethod_var; extern String_t* _stringLiteral2183347901; extern String_t* _stringLiteral4213979164; extern const uint32_t UnmanagedMemoryStream_Seek_m541442656_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_SetLength_m3752964620_RuntimeMethod_var; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral3043354016; extern String_t* _stringLiteral2508049090; extern const uint32_t UnmanagedMemoryStream_SetLength_m3752964620_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_Flush_m1540584491_RuntimeMethod_var; extern const uint32_t UnmanagedMemoryStream_Flush_m1540584491_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var; extern String_t* _stringLiteral1048737159; extern const uint32_t UnmanagedMemoryStream_Write_m930787521_MetadataUsageId; extern const RuntimeMethod* UnmanagedMemoryStream_WriteByte_m70460272_RuntimeMethod_var; extern String_t* _stringLiteral466170349; extern const uint32_t UnmanagedMemoryStream_WriteByte_m70460272_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D29_21_FieldInfo_var; extern const uint32_t KnownTerminals_get_linux_m19531034_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D30_22_FieldInfo_var; extern const uint32_t KnownTerminals_get_xterm_m3599867638_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D31_23_FieldInfo_var; extern const uint32_t KnownTerminals_get_ansi_m1157548325_MetadataUsageId; extern RuntimeClass* LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var; extern const uint32_t LocalDataStoreSlot__ctor_m4104083971_MetadataUsageId; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t LocalDataStoreSlot__cctor_m644942532_MetadataUsageId; extern const uint32_t LocalDataStoreSlot_Finalize_m2831598515_MetadataUsageId; extern RuntimeClass* RemotingException_t2290474311_il2cpp_TypeInfo_var; extern const RuntimeMethod* MarshalByRefObject_CreateObjRef_m2444885068_RuntimeMethod_var; extern String_t* _stringLiteral3214673577; extern const uint32_t MarshalByRefObject_CreateObjRef_m2444885068_MetadataUsageId; extern RuntimeClass* Lease_t4051722892_il2cpp_TypeInfo_var; extern const uint32_t MarshalByRefObject_InitializeLifetimeService_m3972547550_MetadataUsageId; extern const RuntimeMethod* Math_Abs_m1208936174_RuntimeMethod_var; extern String_t* _stringLiteral596573941; extern const uint32_t Math_Abs_m1208936174_MetadataUsageId; extern const RuntimeMethod* Math_Abs_m2270691510_RuntimeMethod_var; extern const uint32_t Math_Abs_m2270691510_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t Math_Round_m3018379666_MetadataUsageId; extern const RuntimeMethod* Math_Round_m3279303474_RuntimeMethod_var; extern String_t* _stringLiteral2734556373; extern const uint32_t Math_Round_m3279303474_MetadataUsageId; extern String_t* _stringLiteral3423128635; extern const uint32_t MemberAccessException__ctor_m2501221062_MetadataUsageId; extern String_t* _stringLiteral982811232; extern const uint32_t MethodAccessException__ctor_m3542088436_MetadataUsageId; extern String_t* _stringLiteral695653415; extern const uint32_t MissingFieldException__ctor_m3159172111_MetadataUsageId; extern String_t* _stringLiteral2950469773; extern const uint32_t MissingFieldException_get_Message_m2809639043_MetadataUsageId; extern String_t* _stringLiteral2181412052; extern const uint32_t MissingMemberException__ctor_m2683358432_MetadataUsageId; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern String_t* _stringLiteral687395629; extern String_t* _stringLiteral911923056; extern String_t* _stringLiteral1887063985; extern const uint32_t MissingMemberException__ctor_m1220732369_MetadataUsageId; extern const uint32_t MissingMemberException_GetObjectData_m2957220379_MetadataUsageId; extern String_t* _stringLiteral1928174433; extern const uint32_t MissingMemberException_get_Message_m54658002_MetadataUsageId; extern String_t* _stringLiteral4210520258; extern const uint32_t MissingMethodException__ctor_m878219575_MetadataUsageId; extern String_t* _stringLiteral3790789798; extern const uint32_t MissingMethodException_get_Message_m3161775487_MetadataUsageId; extern const RuntimeType* AttributeUsageAttribute_t290877318_0_0_0_var; extern RuntimeClass* MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var; extern RuntimeClass* AttributeUsageAttribute_t290877318_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs__cctor_m4000462365_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern RuntimeClass* MonoType_t_il2cpp_TypeInfo_var; extern RuntimeClass* TypeBuilder_t1073948154_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs_IsUserCattrProvider_m2878058089_MetadataUsageId; extern RuntimeClass* MonoMethod_t_il2cpp_TypeInfo_var; extern RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* ParameterInfo_t1861056598_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs_GetPseudoCustomAttributes_m765345333_MetadataUsageId; extern RuntimeClass* ICustomAttributeProvider_t1530824137_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs_GetCustomAttributesBase_m287804314_MetadataUsageId; extern RuntimeClass* AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var; extern RuntimeClass* Attribute_t861562559_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoCustomAttrs_GetCustomAttribute_m1568487577_RuntimeMethod_var; extern String_t* _stringLiteral1294564524; extern const uint32_t MonoCustomAttrs_GetCustomAttribute_m1568487577_MetadataUsageId; extern const RuntimeType* MonoCustomAttrs_t3634537737_0_0_0_var; extern const RuntimeType* Attribute_t861562559_0_0_0_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* AttributeInfo_t2216804170_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoCustomAttrs_GetCustomAttributes_m1347331976_RuntimeMethod_var; extern String_t* _stringLiteral1746845353; extern String_t* _stringLiteral1460131600; extern const uint32_t MonoCustomAttrs_GetCustomAttributes_m1347331976_MetadataUsageId; extern const RuntimeMethod* MonoCustomAttrs_GetCustomAttributes_m1775925192_RuntimeMethod_var; extern const uint32_t MonoCustomAttrs_GetCustomAttributes_m1775925192_MetadataUsageId; extern const RuntimeMethod* MonoCustomAttrs_GetCustomAttributesData_m3138951217_RuntimeMethod_var; extern const RuntimeMethod* Array_AsReadOnly_TisCustomAttributeData_t1084486650_m1384178354_RuntimeMethod_var; extern const uint32_t MonoCustomAttrs_GetCustomAttributesData_m3138951217_MetadataUsageId; extern const RuntimeMethod* MonoCustomAttrs_IsDefined_m2996012389_RuntimeMethod_var; extern const uint32_t MonoCustomAttrs_IsDefined_m2996012389_MetadataUsageId; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs_GetBasePropertyDefinition_m1562543378_MetadataUsageId; extern RuntimeClass* MonoProperty_t_il2cpp_TypeInfo_var; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern const uint32_t MonoCustomAttrs_GetBase_m624536374_MetadataUsageId; extern const RuntimeMethod* MonoCustomAttrs_RetrieveAttributeUsage_m2717094301_RuntimeMethod_var; extern String_t* _stringLiteral2121232644; extern const uint32_t MonoCustomAttrs_RetrieveAttributeUsage_m2717094301_MetadataUsageId; extern RuntimeClass* SByteComparer_t2329725001_il2cpp_TypeInfo_var; extern RuntimeClass* MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var; extern RuntimeClass* ShortComparer_t2253094562_il2cpp_TypeInfo_var; extern RuntimeClass* IntComparer_t3812095803_il2cpp_TypeInfo_var; extern RuntimeClass* LongComparer_t1798269597_il2cpp_TypeInfo_var; extern const uint32_t MonoEnumInfo__cctor_m2240570096_MetadataUsageId; extern const uint32_t MonoEnumInfo_get_Cache_m752167006_MetadataUsageId; extern RuntimeClass* UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeClass* UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern RuntimeClass* SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var; extern RuntimeClass* Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var; extern const uint32_t MonoEnumInfo_GetInfo_m1670492558_MetadataUsageId; extern const uint32_t IntComparer_Compare_m1224674392_MetadataUsageId; extern const uint32_t LongComparer_Compare_m3267206388_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t SByteComparer_Compare_m3045065039_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t ShortComparer_Compare_m1360829877_MetadataUsageId; extern RuntimeClass* MonoTypeInfo_t3366989025_il2cpp_TypeInfo_var; extern const uint32_t MonoType_GetDefaultConstructor_m1616852582_MetadataUsageId; extern RuntimeClass* ConstructorInfo_t5769829_il2cpp_TypeInfo_var; extern RuntimeClass* MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var; extern RuntimeClass* Binder_t2999457153_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoType_GetConstructorImpl_m441167626_RuntimeMethod_var; extern const uint32_t MonoType_GetConstructorImpl_m441167626_MetadataUsageId; extern const RuntimeMethod* MonoType_GetEvent_m28975240_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern const uint32_t MonoType_GetEvent_m28975240_MetadataUsageId; extern const RuntimeMethod* MonoType_GetInterface_m1469896527_RuntimeMethod_var; extern const uint32_t MonoType_GetInterface_m1469896527_MetadataUsageId; extern const uint32_t MonoType_GetMethodImpl_m3558076162_MetadataUsageId; extern const uint32_t MonoType_GetPropertyImpl_m1327032087_MetadataUsageId; extern const uint32_t MonoType_IsArrayImpl_m3283552941_MetadataUsageId; extern const RuntimeMethod* MonoType_IsSubclassOf_m1667794028_RuntimeMethod_var; extern String_t* _stringLiteral3243520166; extern const uint32_t MonoType_IsSubclassOf_m1667794028_MetadataUsageId; extern const RuntimeType* DefaultMemberAttribute_t3275092422_0_0_0_var; extern const RuntimeType* ParamArrayAttribute_t3664765590_0_0_0_var; extern RuntimeClass* MissingMethodException_t1274661534_il2cpp_TypeInfo_var; extern RuntimeClass* DefaultMemberAttribute_t3275092422_il2cpp_TypeInfo_var; extern RuntimeClass* Missing_t508514592_il2cpp_TypeInfo_var; extern RuntimeClass* MissingFieldException_t1989070983_il2cpp_TypeInfo_var; extern const RuntimeMethod* MonoType_InvokeMember_m2156385067_RuntimeMethod_var; extern String_t* _stringLiteral2981077757; extern String_t* _stringLiteral602669687; extern String_t* _stringLiteral2230174428; extern String_t* _stringLiteral1175886573; extern String_t* _stringLiteral3153570697; extern String_t* _stringLiteral3391804551; extern String_t* _stringLiteral1218553945; extern String_t* _stringLiteral2639328695; extern String_t* _stringLiteral391779456; extern String_t* _stringLiteral748029497; extern String_t* _stringLiteral1186404357; extern String_t* _stringLiteral1869455865; extern String_t* _stringLiteral3372390906; extern String_t* _stringLiteral3586508601; extern String_t* _stringLiteral2468987557; extern String_t* _stringLiteral33572118; extern const uint32_t MonoType_InvokeMember_m2156385067_MetadataUsageId; extern const uint32_t MonoType_get_FullName_m3242181132_MetadataUsageId; extern const uint32_t MonoType_IsDefined_m838143016_MetadataUsageId; extern const uint32_t MonoType_GetCustomAttributes_m164523340_MetadataUsageId; extern const RuntimeMethod* MonoType_GetCustomAttributes_m26060774_RuntimeMethod_var; extern const uint32_t MonoType_GetCustomAttributes_m26060774_MetadataUsageId; extern const RuntimeMethod* MonoType_GetGenericTypeDefinition_m3201894896_RuntimeMethod_var; extern const uint32_t MonoType_GetGenericTypeDefinition_m3201894896_MetadataUsageId; extern const uint32_t MonoType_CheckMethodSecurity_m576144504_MetadataUsageId; extern const uint32_t MonoType_ReorderParamArrayArguments_m2458683451_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct ByteU5BU5D_t4116647657; struct CharU5BU5D_t3528271667; struct StringU5BU5D_t1281789340; struct BooleanU5BU5D_t2897418192; struct CustomAttributeDataU5BU5D_t2798250719; struct ParameterInfoU5BU5D_t390618515; struct TypeU5BU5D_t3940880105; struct UInt16U5BU5D_t3326319531; struct UInt32U5BU5D_t2770800703; struct UInt64U5BU5D_t1659327989; struct Int32U5BU5D_t385246372; struct Int16U5BU5D_t3686840178; struct SByteU5BU5D_t2651576203; struct Int64U5BU5D_t2559172825; struct ParameterModifierU5BU5D_t2943407543; struct ConstructorInfoU5BU5D_t881249896; struct MethodBaseU5BU5D_t779831733; struct FieldInfoU5BU5D_t846150980; struct MethodInfoU5BU5D_t2572182361; struct PropertyInfoU5BU5D_t1461822886; #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 BITCONVERTER_T3118986983_H #define BITCONVERTER_T3118986983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.BitConverter struct BitConverter_t3118986983 : public RuntimeObject { public: public: }; struct BitConverter_t3118986983_StaticFields { public: // System.Boolean System.BitConverter::SwappedWordsInDouble bool ___SwappedWordsInDouble_0; // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_1; public: inline static int32_t get_offset_of_SwappedWordsInDouble_0() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___SwappedWordsInDouble_0)); } inline bool get_SwappedWordsInDouble_0() const { return ___SwappedWordsInDouble_0; } inline bool* get_address_of_SwappedWordsInDouble_0() { return &___SwappedWordsInDouble_0; } inline void set_SwappedWordsInDouble_0(bool value) { ___SwappedWordsInDouble_0 = value; } inline static int32_t get_offset_of_IsLittleEndian_1() { return static_cast(offsetof(BitConverter_t3118986983_StaticFields, ___IsLittleEndian_1)); } inline bool get_IsLittleEndian_1() const { return ___IsLittleEndian_1; } inline bool* get_address_of_IsLittleEndian_1() { return &___IsLittleEndian_1; } inline void set_IsLittleEndian_1(bool value) { ___IsLittleEndian_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BITCONVERTER_T3118986983_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef KNOWNTERMINALS_T4156625393_H #define KNOWNTERMINALS_T4156625393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.KnownTerminals struct KnownTerminals_t4156625393 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KNOWNTERMINALS_T4156625393_H #ifndef MISSING_T508514592_H #define MISSING_T508514592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Missing struct Missing_t508514592 : public RuntimeObject { public: public: }; struct Missing_t508514592_StaticFields { public: // System.Reflection.Missing System.Reflection.Missing::Value Missing_t508514592 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(Missing_t508514592_StaticFields, ___Value_0)); } inline Missing_t508514592 * get_Value_0() const { return ___Value_0; } inline Missing_t508514592 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(Missing_t508514592 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((&___Value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSING_T508514592_H #ifndef DECODER_T2204182725_H #define DECODER_T2204182725_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_t2204182725 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::fallback DecoderFallback_t3123823036 * ___fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::fallback_buffer DecoderFallbackBuffer_t2402303981 * ___fallback_buffer_1; public: inline static int32_t get_offset_of_fallback_0() { return static_cast(offsetof(Decoder_t2204182725, ___fallback_0)); } inline DecoderFallback_t3123823036 * get_fallback_0() const { return ___fallback_0; } inline DecoderFallback_t3123823036 ** get_address_of_fallback_0() { return &___fallback_0; } inline void set_fallback_0(DecoderFallback_t3123823036 * value) { ___fallback_0 = value; Il2CppCodeGenWriteBarrier((&___fallback_0), value); } inline static int32_t get_offset_of_fallback_buffer_1() { return static_cast(offsetof(Decoder_t2204182725, ___fallback_buffer_1)); } inline DecoderFallbackBuffer_t2402303981 * get_fallback_buffer_1() const { return ___fallback_buffer_1; } inline DecoderFallbackBuffer_t2402303981 ** get_address_of_fallback_buffer_1() { return &___fallback_buffer_1; } inline void set_fallback_buffer_1(DecoderFallbackBuffer_t2402303981 * value) { ___fallback_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___fallback_buffer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECODER_T2204182725_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_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_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_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_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef BINDER_T2999457153_H #define BINDER_T2999457153_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_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_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_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef MONOTYPEINFO_T3366989025_H #define MONOTYPEINFO_T3366989025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTypeInfo struct MonoTypeInfo_t3366989025 : public RuntimeObject { public: // System.String System.MonoTypeInfo::full_name String_t* ___full_name_0; // System.Reflection.ConstructorInfo System.MonoTypeInfo::default_ctor ConstructorInfo_t5769829 * ___default_ctor_1; public: inline static int32_t get_offset_of_full_name_0() { return static_cast(offsetof(MonoTypeInfo_t3366989025, ___full_name_0)); } inline String_t* get_full_name_0() const { return ___full_name_0; } inline String_t** get_address_of_full_name_0() { return &___full_name_0; } inline void set_full_name_0(String_t* value) { ___full_name_0 = value; Il2CppCodeGenWriteBarrier((&___full_name_0), value); } inline static int32_t get_offset_of_default_ctor_1() { return static_cast(offsetof(MonoTypeInfo_t3366989025, ___default_ctor_1)); } inline ConstructorInfo_t5769829 * get_default_ctor_1() const { return ___default_ctor_1; } inline ConstructorInfo_t5769829 ** get_address_of_default_ctor_1() { return &___default_ctor_1; } inline void set_default_ctor_1(ConstructorInfo_t5769829 * value) { ___default_ctor_1 = value; Il2CppCodeGenWriteBarrier((&___default_ctor_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTYPEINFO_T3366989025_H #ifndef BINARYREADER_T2428077293_H #define BINARYREADER_T2428077293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryReader struct BinaryReader_t2428077293 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_t1273022909 * ___m_stream_0; // System.Text.Encoding System.IO.BinaryReader::m_encoding Encoding_t1523322056 * ___m_encoding_1; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_t4116647657* ___m_buffer_2; // System.Text.Decoder System.IO.BinaryReader::decoder Decoder_t2204182725 * ___decoder_3; // System.Char[] System.IO.BinaryReader::charBuffer CharU5BU5D_t3528271667* ___charBuffer_4; // System.Boolean System.IO.BinaryReader::m_disposed bool ___m_disposed_5; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_stream_0)); } inline Stream_t1273022909 * get_m_stream_0() const { return ___m_stream_0; } inline Stream_t1273022909 ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_t1273022909 * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((&___m_stream_0), value); } inline static int32_t get_offset_of_m_encoding_1() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_encoding_1)); } inline Encoding_t1523322056 * get_m_encoding_1() const { return ___m_encoding_1; } inline Encoding_t1523322056 ** get_address_of_m_encoding_1() { return &___m_encoding_1; } inline void set_m_encoding_1(Encoding_t1523322056 * value) { ___m_encoding_1 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_1), value); } inline static int32_t get_offset_of_m_buffer_2() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_buffer_2)); } inline ByteU5BU5D_t4116647657* get_m_buffer_2() const { return ___m_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_m_buffer_2() { return &___m_buffer_2; } inline void set_m_buffer_2(ByteU5BU5D_t4116647657* value) { ___m_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___m_buffer_2), value); } inline static int32_t get_offset_of_decoder_3() { return static_cast(offsetof(BinaryReader_t2428077293, ___decoder_3)); } inline Decoder_t2204182725 * get_decoder_3() const { return ___decoder_3; } inline Decoder_t2204182725 ** get_address_of_decoder_3() { return &___decoder_3; } inline void set_decoder_3(Decoder_t2204182725 * value) { ___decoder_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_3), value); } inline static int32_t get_offset_of_charBuffer_4() { return static_cast(offsetof(BinaryReader_t2428077293, ___charBuffer_4)); } inline CharU5BU5D_t3528271667* get_charBuffer_4() const { return ___charBuffer_4; } inline CharU5BU5D_t3528271667** get_address_of_charBuffer_4() { return &___charBuffer_4; } inline void set_charBuffer_4(CharU5BU5D_t3528271667* value) { ___charBuffer_4 = value; Il2CppCodeGenWriteBarrier((&___charBuffer_4), value); } inline static int32_t get_offset_of_m_disposed_5() { return static_cast(offsetof(BinaryReader_t2428077293, ___m_disposed_5)); } inline bool get_m_disposed_5() const { return ___m_disposed_5; } inline bool* get_address_of_m_disposed_5() { return &___m_disposed_5; } inline void set_m_disposed_5(bool value) { ___m_disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYREADER_T2428077293_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 OBJREF_T2141158884_H #define OBJREF_T2141158884_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ObjRef struct ObjRef_t2141158884 : public RuntimeObject { public: // System.Runtime.Remoting.IChannelInfo System.Runtime.Remoting.ObjRef::channel_info RuntimeObject* ___channel_info_0; // System.String System.Runtime.Remoting.ObjRef::uri String_t* ___uri_1; // System.Runtime.Remoting.IRemotingTypeInfo System.Runtime.Remoting.ObjRef::typeInfo RuntimeObject* ___typeInfo_2; // System.Runtime.Remoting.IEnvoyInfo System.Runtime.Remoting.ObjRef::envoyInfo RuntimeObject* ___envoyInfo_3; // System.Int32 System.Runtime.Remoting.ObjRef::flags int32_t ___flags_4; // System.Type System.Runtime.Remoting.ObjRef::_serverType Type_t * ____serverType_5; public: inline static int32_t get_offset_of_channel_info_0() { return static_cast(offsetof(ObjRef_t2141158884, ___channel_info_0)); } inline RuntimeObject* get_channel_info_0() const { return ___channel_info_0; } inline RuntimeObject** get_address_of_channel_info_0() { return &___channel_info_0; } inline void set_channel_info_0(RuntimeObject* value) { ___channel_info_0 = value; Il2CppCodeGenWriteBarrier((&___channel_info_0), value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(ObjRef_t2141158884, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((&___uri_1), value); } inline static int32_t get_offset_of_typeInfo_2() { return static_cast(offsetof(ObjRef_t2141158884, ___typeInfo_2)); } inline RuntimeObject* get_typeInfo_2() const { return ___typeInfo_2; } inline RuntimeObject** get_address_of_typeInfo_2() { return &___typeInfo_2; } inline void set_typeInfo_2(RuntimeObject* value) { ___typeInfo_2 = value; Il2CppCodeGenWriteBarrier((&___typeInfo_2), value); } inline static int32_t get_offset_of_envoyInfo_3() { return static_cast(offsetof(ObjRef_t2141158884, ___envoyInfo_3)); } inline RuntimeObject* get_envoyInfo_3() const { return ___envoyInfo_3; } inline RuntimeObject** get_address_of_envoyInfo_3() { return &___envoyInfo_3; } inline void set_envoyInfo_3(RuntimeObject* value) { ___envoyInfo_3 = value; Il2CppCodeGenWriteBarrier((&___envoyInfo_3), value); } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(ObjRef_t2141158884, ___flags_4)); } inline int32_t get_flags_4() const { return ___flags_4; } inline int32_t* get_address_of_flags_4() { return &___flags_4; } inline void set_flags_4(int32_t value) { ___flags_4 = value; } inline static int32_t get_offset_of__serverType_5() { return static_cast(offsetof(ObjRef_t2141158884, ____serverType_5)); } inline Type_t * get__serverType_5() const { return ____serverType_5; } inline Type_t ** get_address_of__serverType_5() { return &____serverType_5; } inline void set__serverType_5(Type_t * value) { ____serverType_5 = value; Il2CppCodeGenWriteBarrier((&____serverType_5), value); } }; struct ObjRef_t2141158884_StaticFields { public: // System.Int32 System.Runtime.Remoting.ObjRef::MarshalledObjectRef int32_t ___MarshalledObjectRef_6; // System.Int32 System.Runtime.Remoting.ObjRef::WellKnowObjectRef int32_t ___WellKnowObjectRef_7; // System.Collections.Generic.Dictionary`2 System.Runtime.Remoting.ObjRef::<>f__switch$map21 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map21_8; public: inline static int32_t get_offset_of_MarshalledObjectRef_6() { return static_cast(offsetof(ObjRef_t2141158884_StaticFields, ___MarshalledObjectRef_6)); } inline int32_t get_MarshalledObjectRef_6() const { return ___MarshalledObjectRef_6; } inline int32_t* get_address_of_MarshalledObjectRef_6() { return &___MarshalledObjectRef_6; } inline void set_MarshalledObjectRef_6(int32_t value) { ___MarshalledObjectRef_6 = value; } inline static int32_t get_offset_of_WellKnowObjectRef_7() { return static_cast(offsetof(ObjRef_t2141158884_StaticFields, ___WellKnowObjectRef_7)); } inline int32_t get_WellKnowObjectRef_7() const { return ___WellKnowObjectRef_7; } inline int32_t* get_address_of_WellKnowObjectRef_7() { return &___WellKnowObjectRef_7; } inline void set_WellKnowObjectRef_7(int32_t value) { ___WellKnowObjectRef_7 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map21_8() { return static_cast(offsetof(ObjRef_t2141158884_StaticFields, ___U3CU3Ef__switchU24map21_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map21_8() const { return ___U3CU3Ef__switchU24map21_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map21_8() { return &___U3CU3Ef__switchU24map21_8; } inline void set_U3CU3Ef__switchU24map21_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map21_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map21_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJREF_T2141158884_H #ifndef LOCALDATASTORESLOT_T740841968_H #define LOCALDATASTORESLOT_T740841968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.LocalDataStoreSlot struct LocalDataStoreSlot_t740841968 : public RuntimeObject { public: // System.Int32 System.LocalDataStoreSlot::slot int32_t ___slot_0; // System.Boolean System.LocalDataStoreSlot::thread_local bool ___thread_local_1; public: inline static int32_t get_offset_of_slot_0() { return static_cast(offsetof(LocalDataStoreSlot_t740841968, ___slot_0)); } inline int32_t get_slot_0() const { return ___slot_0; } inline int32_t* get_address_of_slot_0() { return &___slot_0; } inline void set_slot_0(int32_t value) { ___slot_0 = value; } inline static int32_t get_offset_of_thread_local_1() { return static_cast(offsetof(LocalDataStoreSlot_t740841968, ___thread_local_1)); } inline bool get_thread_local_1() const { return ___thread_local_1; } inline bool* get_address_of_thread_local_1() { return &___thread_local_1; } inline void set_thread_local_1(bool value) { ___thread_local_1 = value; } }; struct LocalDataStoreSlot_t740841968_StaticFields { public: // System.Object System.LocalDataStoreSlot::lock_obj RuntimeObject * ___lock_obj_2; // System.Boolean[] System.LocalDataStoreSlot::slot_bitmap_thread BooleanU5BU5D_t2897418192* ___slot_bitmap_thread_3; // System.Boolean[] System.LocalDataStoreSlot::slot_bitmap_context BooleanU5BU5D_t2897418192* ___slot_bitmap_context_4; public: inline static int32_t get_offset_of_lock_obj_2() { return static_cast(offsetof(LocalDataStoreSlot_t740841968_StaticFields, ___lock_obj_2)); } inline RuntimeObject * get_lock_obj_2() const { return ___lock_obj_2; } inline RuntimeObject ** get_address_of_lock_obj_2() { return &___lock_obj_2; } inline void set_lock_obj_2(RuntimeObject * value) { ___lock_obj_2 = value; Il2CppCodeGenWriteBarrier((&___lock_obj_2), value); } inline static int32_t get_offset_of_slot_bitmap_thread_3() { return static_cast(offsetof(LocalDataStoreSlot_t740841968_StaticFields, ___slot_bitmap_thread_3)); } inline BooleanU5BU5D_t2897418192* get_slot_bitmap_thread_3() const { return ___slot_bitmap_thread_3; } inline BooleanU5BU5D_t2897418192** get_address_of_slot_bitmap_thread_3() { return &___slot_bitmap_thread_3; } inline void set_slot_bitmap_thread_3(BooleanU5BU5D_t2897418192* value) { ___slot_bitmap_thread_3 = value; Il2CppCodeGenWriteBarrier((&___slot_bitmap_thread_3), value); } inline static int32_t get_offset_of_slot_bitmap_context_4() { return static_cast(offsetof(LocalDataStoreSlot_t740841968_StaticFields, ___slot_bitmap_context_4)); } inline BooleanU5BU5D_t2897418192* get_slot_bitmap_context_4() const { return ___slot_bitmap_context_4; } inline BooleanU5BU5D_t2897418192** get_address_of_slot_bitmap_context_4() { return &___slot_bitmap_context_4; } inline void set_slot_bitmap_context_4(BooleanU5BU5D_t2897418192* value) { ___slot_bitmap_context_4 = value; Il2CppCodeGenWriteBarrier((&___slot_bitmap_context_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALDATASTORESLOT_T740841968_H #ifndef CODEACCESSPERMISSION_T2681295399_H #define CODEACCESSPERMISSION_T2681295399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.CodeAccessPermission struct CodeAccessPermission_t2681295399 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEACCESSPERMISSION_T2681295399_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef SEARCHPATTERN_T3793128359_H #define SEARCHPATTERN_T3793128359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SearchPattern struct SearchPattern_t3793128359 : public RuntimeObject { public: public: }; struct SearchPattern_t3793128359_StaticFields { public: // System.Char[] System.IO.SearchPattern::WildcardChars CharU5BU5D_t3528271667* ___WildcardChars_0; // System.Char[] System.IO.SearchPattern::InvalidChars CharU5BU5D_t3528271667* ___InvalidChars_1; public: inline static int32_t get_offset_of_WildcardChars_0() { return static_cast(offsetof(SearchPattern_t3793128359_StaticFields, ___WildcardChars_0)); } inline CharU5BU5D_t3528271667* get_WildcardChars_0() const { return ___WildcardChars_0; } inline CharU5BU5D_t3528271667** get_address_of_WildcardChars_0() { return &___WildcardChars_0; } inline void set_WildcardChars_0(CharU5BU5D_t3528271667* value) { ___WildcardChars_0 = value; Il2CppCodeGenWriteBarrier((&___WildcardChars_0), value); } inline static int32_t get_offset_of_InvalidChars_1() { return static_cast(offsetof(SearchPattern_t3793128359_StaticFields, ___InvalidChars_1)); } inline CharU5BU5D_t3528271667* get_InvalidChars_1() const { return ___InvalidChars_1; } inline CharU5BU5D_t3528271667** get_address_of_InvalidChars_1() { return &___InvalidChars_1; } inline void set_InvalidChars_1(CharU5BU5D_t3528271667* value) { ___InvalidChars_1 = value; Il2CppCodeGenWriteBarrier((&___InvalidChars_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEARCHPATTERN_T3793128359_H #ifndef PATH_T1605229823_H #define PATH_T1605229823_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Path struct Path_t1605229823 : public RuntimeObject { public: public: }; struct Path_t1605229823_StaticFields { public: // System.Char[] System.IO.Path::InvalidPathChars CharU5BU5D_t3528271667* ___InvalidPathChars_0; // System.Char System.IO.Path::AltDirectorySeparatorChar Il2CppChar ___AltDirectorySeparatorChar_1; // System.Char System.IO.Path::DirectorySeparatorChar Il2CppChar ___DirectorySeparatorChar_2; // System.Char System.IO.Path::PathSeparator Il2CppChar ___PathSeparator_3; // System.String System.IO.Path::DirectorySeparatorStr String_t* ___DirectorySeparatorStr_4; // System.Char System.IO.Path::VolumeSeparatorChar Il2CppChar ___VolumeSeparatorChar_5; // System.Char[] System.IO.Path::PathSeparatorChars CharU5BU5D_t3528271667* ___PathSeparatorChars_6; // System.Boolean System.IO.Path::dirEqualsVolume bool ___dirEqualsVolume_7; public: inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___InvalidPathChars_0)); } inline CharU5BU5D_t3528271667* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; } inline CharU5BU5D_t3528271667** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; } inline void set_InvalidPathChars_0(CharU5BU5D_t3528271667* value) { ___InvalidPathChars_0 = value; Il2CppCodeGenWriteBarrier((&___InvalidPathChars_0), value); } inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___AltDirectorySeparatorChar_1)); } inline Il2CppChar get_AltDirectorySeparatorChar_1() const { return ___AltDirectorySeparatorChar_1; } inline Il2CppChar* get_address_of_AltDirectorySeparatorChar_1() { return &___AltDirectorySeparatorChar_1; } inline void set_AltDirectorySeparatorChar_1(Il2CppChar value) { ___AltDirectorySeparatorChar_1 = value; } inline static int32_t get_offset_of_DirectorySeparatorChar_2() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorChar_2)); } inline Il2CppChar get_DirectorySeparatorChar_2() const { return ___DirectorySeparatorChar_2; } inline Il2CppChar* get_address_of_DirectorySeparatorChar_2() { return &___DirectorySeparatorChar_2; } inline void set_DirectorySeparatorChar_2(Il2CppChar value) { ___DirectorySeparatorChar_2 = value; } inline static int32_t get_offset_of_PathSeparator_3() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparator_3)); } inline Il2CppChar get_PathSeparator_3() const { return ___PathSeparator_3; } inline Il2CppChar* get_address_of_PathSeparator_3() { return &___PathSeparator_3; } inline void set_PathSeparator_3(Il2CppChar value) { ___PathSeparator_3 = value; } inline static int32_t get_offset_of_DirectorySeparatorStr_4() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___DirectorySeparatorStr_4)); } inline String_t* get_DirectorySeparatorStr_4() const { return ___DirectorySeparatorStr_4; } inline String_t** get_address_of_DirectorySeparatorStr_4() { return &___DirectorySeparatorStr_4; } inline void set_DirectorySeparatorStr_4(String_t* value) { ___DirectorySeparatorStr_4 = value; Il2CppCodeGenWriteBarrier((&___DirectorySeparatorStr_4), value); } inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___VolumeSeparatorChar_5)); } inline Il2CppChar get_VolumeSeparatorChar_5() const { return ___VolumeSeparatorChar_5; } inline Il2CppChar* get_address_of_VolumeSeparatorChar_5() { return &___VolumeSeparatorChar_5; } inline void set_VolumeSeparatorChar_5(Il2CppChar value) { ___VolumeSeparatorChar_5 = value; } inline static int32_t get_offset_of_PathSeparatorChars_6() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___PathSeparatorChars_6)); } inline CharU5BU5D_t3528271667* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; } inline CharU5BU5D_t3528271667** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; } inline void set_PathSeparatorChars_6(CharU5BU5D_t3528271667* value) { ___PathSeparatorChars_6 = value; Il2CppCodeGenWriteBarrier((&___PathSeparatorChars_6), value); } inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast(offsetof(Path_t1605229823_StaticFields, ___dirEqualsVolume_7)); } inline bool get_dirEqualsVolume_7() const { return ___dirEqualsVolume_7; } inline bool* get_address_of_dirEqualsVolume_7() { return &___dirEqualsVolume_7; } inline void set_dirEqualsVolume_7(bool value) { ___dirEqualsVolume_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATH_T1605229823_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.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef BINARYWRITER_T3992595042_H #define BINARYWRITER_T3992595042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.BinaryWriter struct BinaryWriter_t3992595042 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_t1273022909 * ___OutStream_1; // System.Text.Encoding System.IO.BinaryWriter::m_encoding Encoding_t1523322056 * ___m_encoding_2; // System.Byte[] System.IO.BinaryWriter::buffer ByteU5BU5D_t4116647657* ___buffer_3; // System.Boolean System.IO.BinaryWriter::disposed bool ___disposed_4; // System.Byte[] System.IO.BinaryWriter::stringBuffer ByteU5BU5D_t4116647657* ___stringBuffer_5; // System.Int32 System.IO.BinaryWriter::maxCharsPerRound int32_t ___maxCharsPerRound_6; public: inline static int32_t get_offset_of_OutStream_1() { return static_cast(offsetof(BinaryWriter_t3992595042, ___OutStream_1)); } inline Stream_t1273022909 * get_OutStream_1() const { return ___OutStream_1; } inline Stream_t1273022909 ** get_address_of_OutStream_1() { return &___OutStream_1; } inline void set_OutStream_1(Stream_t1273022909 * value) { ___OutStream_1 = value; Il2CppCodeGenWriteBarrier((&___OutStream_1), value); } inline static int32_t get_offset_of_m_encoding_2() { return static_cast(offsetof(BinaryWriter_t3992595042, ___m_encoding_2)); } inline Encoding_t1523322056 * get_m_encoding_2() const { return ___m_encoding_2; } inline Encoding_t1523322056 ** get_address_of_m_encoding_2() { return &___m_encoding_2; } inline void set_m_encoding_2(Encoding_t1523322056 * value) { ___m_encoding_2 = value; Il2CppCodeGenWriteBarrier((&___m_encoding_2), value); } inline static int32_t get_offset_of_buffer_3() { return static_cast(offsetof(BinaryWriter_t3992595042, ___buffer_3)); } inline ByteU5BU5D_t4116647657* get_buffer_3() const { return ___buffer_3; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_3() { return &___buffer_3; } inline void set_buffer_3(ByteU5BU5D_t4116647657* value) { ___buffer_3 = value; Il2CppCodeGenWriteBarrier((&___buffer_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(BinaryWriter_t3992595042, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } inline static int32_t get_offset_of_stringBuffer_5() { return static_cast(offsetof(BinaryWriter_t3992595042, ___stringBuffer_5)); } inline ByteU5BU5D_t4116647657* get_stringBuffer_5() const { return ___stringBuffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_stringBuffer_5() { return &___stringBuffer_5; } inline void set_stringBuffer_5(ByteU5BU5D_t4116647657* value) { ___stringBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___stringBuffer_5), value); } inline static int32_t get_offset_of_maxCharsPerRound_6() { return static_cast(offsetof(BinaryWriter_t3992595042, ___maxCharsPerRound_6)); } inline int32_t get_maxCharsPerRound_6() const { return ___maxCharsPerRound_6; } inline int32_t* get_address_of_maxCharsPerRound_6() { return &___maxCharsPerRound_6; } inline void set_maxCharsPerRound_6(int32_t value) { ___maxCharsPerRound_6 = value; } }; struct BinaryWriter_t3992595042_StaticFields { public: // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_t3992595042 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(BinaryWriter_t3992595042_StaticFields, ___Null_0)); } inline BinaryWriter_t3992595042 * get_Null_0() const { return ___Null_0; } inline BinaryWriter_t3992595042 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(BinaryWriter_t3992595042 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINARYWRITER_T3992595042_H #ifndef CONSOLEDRIVER_T2486509443_H #define CONSOLEDRIVER_T2486509443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleDriver struct ConsoleDriver_t2486509443 : public RuntimeObject { public: public: }; struct ConsoleDriver_t2486509443_StaticFields { public: // System.IConsoleDriver System.ConsoleDriver::driver RuntimeObject* ___driver_0; // System.Boolean System.ConsoleDriver::is_console bool ___is_console_1; // System.Boolean System.ConsoleDriver::called_isatty bool ___called_isatty_2; public: inline static int32_t get_offset_of_driver_0() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___driver_0)); } inline RuntimeObject* get_driver_0() const { return ___driver_0; } inline RuntimeObject** get_address_of_driver_0() { return &___driver_0; } inline void set_driver_0(RuntimeObject* value) { ___driver_0 = value; Il2CppCodeGenWriteBarrier((&___driver_0), value); } inline static int32_t get_offset_of_is_console_1() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___is_console_1)); } inline bool get_is_console_1() const { return ___is_console_1; } inline bool* get_address_of_is_console_1() { return &___is_console_1; } inline void set_is_console_1(bool value) { ___is_console_1 = value; } inline static int32_t get_offset_of_called_isatty_2() { return static_cast(offsetof(ConsoleDriver_t2486509443_StaticFields, ___called_isatty_2)); } inline bool get_called_isatty_2() const { return ___called_isatty_2; } inline bool* get_address_of_called_isatty_2() { return &___called_isatty_2; } inline void set_called_isatty_2(bool value) { ___called_isatty_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEDRIVER_T2486509443_H #ifndef FILE_T1258465809_H #define FILE_T1258465809_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.File struct File_t1258465809 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILE_T1258465809_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef DIRECTORY_T828876208_H #define DIRECTORY_T828876208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Directory struct Directory_t828876208 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORY_T828876208_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef INTCOMPARER_T3812095803_H #define INTCOMPARER_T3812095803_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/IntComparer struct IntComparer_t3812095803 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTCOMPARER_T3812095803_H #ifndef SHORTCOMPARER_T2253094562_H #define SHORTCOMPARER_T2253094562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/ShortComparer struct ShortComparer_t2253094562 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHORTCOMPARER_T2253094562_H #ifndef SBYTECOMPARER_T2329725001_H #define SBYTECOMPARER_T2329725001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/SByteComparer struct SByteComparer_t2329725001 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTECOMPARER_T2329725001_H #ifndef MATH_T1671470975_H #define MATH_T1671470975_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Math struct Math_t1671470975 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATH_T1671470975_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::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef MONOCUSTOMATTRS_T3634537737_H #define MONOCUSTOMATTRS_T3634537737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoCustomAttrs struct MonoCustomAttrs_t3634537737 : public RuntimeObject { public: public: }; struct MonoCustomAttrs_t3634537737_StaticFields { public: // System.Reflection.Assembly System.MonoCustomAttrs::corlib Assembly_t * ___corlib_0; // System.Type System.MonoCustomAttrs::AttributeUsageType Type_t * ___AttributeUsageType_1; // System.AttributeUsageAttribute System.MonoCustomAttrs::DefaultAttributeUsage AttributeUsageAttribute_t290877318 * ___DefaultAttributeUsage_2; public: inline static int32_t get_offset_of_corlib_0() { return static_cast(offsetof(MonoCustomAttrs_t3634537737_StaticFields, ___corlib_0)); } inline Assembly_t * get_corlib_0() const { return ___corlib_0; } inline Assembly_t ** get_address_of_corlib_0() { return &___corlib_0; } inline void set_corlib_0(Assembly_t * value) { ___corlib_0 = value; Il2CppCodeGenWriteBarrier((&___corlib_0), value); } inline static int32_t get_offset_of_AttributeUsageType_1() { return static_cast(offsetof(MonoCustomAttrs_t3634537737_StaticFields, ___AttributeUsageType_1)); } inline Type_t * get_AttributeUsageType_1() const { return ___AttributeUsageType_1; } inline Type_t ** get_address_of_AttributeUsageType_1() { return &___AttributeUsageType_1; } inline void set_AttributeUsageType_1(Type_t * value) { ___AttributeUsageType_1 = value; Il2CppCodeGenWriteBarrier((&___AttributeUsageType_1), value); } inline static int32_t get_offset_of_DefaultAttributeUsage_2() { return static_cast(offsetof(MonoCustomAttrs_t3634537737_StaticFields, ___DefaultAttributeUsage_2)); } inline AttributeUsageAttribute_t290877318 * get_DefaultAttributeUsage_2() const { return ___DefaultAttributeUsage_2; } inline AttributeUsageAttribute_t290877318 ** get_address_of_DefaultAttributeUsage_2() { return &___DefaultAttributeUsage_2; } inline void set_DefaultAttributeUsage_2(AttributeUsageAttribute_t290877318 * value) { ___DefaultAttributeUsage_2 = value; Il2CppCodeGenWriteBarrier((&___DefaultAttributeUsage_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOCUSTOMATTRS_T3634537737_H #ifndef STREAMASYNCRESULT_T780248512_H #define STREAMASYNCRESULT_T780248512_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamAsyncResult struct StreamAsyncResult_t780248512 : public RuntimeObject { public: // System.Object System.IO.StreamAsyncResult::state RuntimeObject * ___state_0; // System.Boolean System.IO.StreamAsyncResult::completed bool ___completed_1; // System.Boolean System.IO.StreamAsyncResult::done bool ___done_2; // System.Exception System.IO.StreamAsyncResult::exc Exception_t * ___exc_3; // System.Int32 System.IO.StreamAsyncResult::nbytes int32_t ___nbytes_4; // System.Threading.ManualResetEvent System.IO.StreamAsyncResult::wh ManualResetEvent_t451242010 * ___wh_5; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___state_0)); } inline RuntimeObject * get_state_0() const { return ___state_0; } inline RuntimeObject ** get_address_of_state_0() { return &___state_0; } inline void set_state_0(RuntimeObject * value) { ___state_0 = value; Il2CppCodeGenWriteBarrier((&___state_0), value); } inline static int32_t get_offset_of_completed_1() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___completed_1)); } inline bool get_completed_1() const { return ___completed_1; } inline bool* get_address_of_completed_1() { return &___completed_1; } inline void set_completed_1(bool value) { ___completed_1 = value; } inline static int32_t get_offset_of_done_2() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___done_2)); } inline bool get_done_2() const { return ___done_2; } inline bool* get_address_of_done_2() { return &___done_2; } inline void set_done_2(bool value) { ___done_2 = value; } inline static int32_t get_offset_of_exc_3() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___exc_3)); } inline Exception_t * get_exc_3() const { return ___exc_3; } inline Exception_t ** get_address_of_exc_3() { return &___exc_3; } inline void set_exc_3(Exception_t * value) { ___exc_3 = value; Il2CppCodeGenWriteBarrier((&___exc_3), value); } inline static int32_t get_offset_of_nbytes_4() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___nbytes_4)); } inline int32_t get_nbytes_4() const { return ___nbytes_4; } inline int32_t* get_address_of_nbytes_4() { return &___nbytes_4; } inline void set_nbytes_4(int32_t value) { ___nbytes_4 = value; } inline static int32_t get_offset_of_wh_5() { return static_cast(offsetof(StreamAsyncResult_t780248512, ___wh_5)); } inline ManualResetEvent_t451242010 * get_wh_5() const { return ___wh_5; } inline ManualResetEvent_t451242010 ** get_address_of_wh_5() { return &___wh_5; } inline void set_wh_5(ManualResetEvent_t451242010 * value) { ___wh_5 = value; Il2CppCodeGenWriteBarrier((&___wh_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMASYNCRESULT_T780248512_H #ifndef CUSTOMATTRIBUTEDATA_T1084486650_H #define CUSTOMATTRIBUTEDATA_T1084486650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CustomAttributeData struct CustomAttributeData_t1084486650 : public RuntimeObject { public: // System.Reflection.ConstructorInfo System.Reflection.CustomAttributeData::ctorInfo ConstructorInfo_t5769829 * ___ctorInfo_0; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::ctorArgs RuntimeObject* ___ctorArgs_1; // System.Collections.Generic.IList`1 System.Reflection.CustomAttributeData::namedArgs RuntimeObject* ___namedArgs_2; public: inline static int32_t get_offset_of_ctorInfo_0() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorInfo_0)); } inline ConstructorInfo_t5769829 * get_ctorInfo_0() const { return ___ctorInfo_0; } inline ConstructorInfo_t5769829 ** get_address_of_ctorInfo_0() { return &___ctorInfo_0; } inline void set_ctorInfo_0(ConstructorInfo_t5769829 * value) { ___ctorInfo_0 = value; Il2CppCodeGenWriteBarrier((&___ctorInfo_0), value); } inline static int32_t get_offset_of_ctorArgs_1() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___ctorArgs_1)); } inline RuntimeObject* get_ctorArgs_1() const { return ___ctorArgs_1; } inline RuntimeObject** get_address_of_ctorArgs_1() { return &___ctorArgs_1; } inline void set_ctorArgs_1(RuntimeObject* value) { ___ctorArgs_1 = value; Il2CppCodeGenWriteBarrier((&___ctorArgs_1), value); } inline static int32_t get_offset_of_namedArgs_2() { return static_cast(offsetof(CustomAttributeData_t1084486650, ___namedArgs_2)); } inline RuntimeObject* get_namedArgs_2() const { return ___namedArgs_2; } inline RuntimeObject** get_address_of_namedArgs_2() { return &___namedArgs_2; } inline void set_namedArgs_2(RuntimeObject* value) { ___namedArgs_2 = value; Il2CppCodeGenWriteBarrier((&___namedArgs_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMATTRIBUTEDATA_T1084486650_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 READONLYCOLLECTION_1_T2297062937_H #define READONLYCOLLECTION_1_T2297062937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t2297062937 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t2297062937, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READONLYCOLLECTION_1_T2297062937_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef ATTRIBUTEINFO_T2216804170_H #define ATTRIBUTEINFO_T2216804170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoCustomAttrs/AttributeInfo struct AttributeInfo_t2216804170 : public RuntimeObject { public: // System.AttributeUsageAttribute System.MonoCustomAttrs/AttributeInfo::_usage AttributeUsageAttribute_t290877318 * ____usage_0; // System.Int32 System.MonoCustomAttrs/AttributeInfo::_inheritanceLevel int32_t ____inheritanceLevel_1; public: inline static int32_t get_offset_of__usage_0() { return static_cast(offsetof(AttributeInfo_t2216804170, ____usage_0)); } inline AttributeUsageAttribute_t290877318 * get__usage_0() const { return ____usage_0; } inline AttributeUsageAttribute_t290877318 ** get_address_of__usage_0() { return &____usage_0; } inline void set__usage_0(AttributeUsageAttribute_t290877318 * value) { ____usage_0 = value; Il2CppCodeGenWriteBarrier((&____usage_0), value); } inline static int32_t get_offset_of__inheritanceLevel_1() { return static_cast(offsetof(AttributeInfo_t2216804170, ____inheritanceLevel_1)); } inline int32_t get__inheritanceLevel_1() const { return ____inheritanceLevel_1; } inline int32_t* get_address_of__inheritanceLevel_1() { return &____inheritanceLevel_1; } inline void set__inheritanceLevel_1(int32_t value) { ____inheritanceLevel_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTEINFO_T2216804170_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_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_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef IDENTITY_T1873279371_H #define IDENTITY_T1873279371_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Identity struct Identity_t1873279371 : public RuntimeObject { public: // System.String System.Runtime.Remoting.Identity::_objectUri String_t* ____objectUri_0; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_channelSink RuntimeObject* ____channelSink_1; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.Identity::_envoySink RuntimeObject* ____envoySink_2; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_clientDynamicProperties DynamicPropertyCollection_t652373272 * ____clientDynamicProperties_3; // System.Runtime.Remoting.Contexts.DynamicPropertyCollection System.Runtime.Remoting.Identity::_serverDynamicProperties DynamicPropertyCollection_t652373272 * ____serverDynamicProperties_4; // System.Runtime.Remoting.ObjRef System.Runtime.Remoting.Identity::_objRef ObjRef_t2141158884 * ____objRef_5; // System.Boolean System.Runtime.Remoting.Identity::_disposed bool ____disposed_6; public: inline static int32_t get_offset_of__objectUri_0() { return static_cast(offsetof(Identity_t1873279371, ____objectUri_0)); } inline String_t* get__objectUri_0() const { return ____objectUri_0; } inline String_t** get_address_of__objectUri_0() { return &____objectUri_0; } inline void set__objectUri_0(String_t* value) { ____objectUri_0 = value; Il2CppCodeGenWriteBarrier((&____objectUri_0), value); } inline static int32_t get_offset_of__channelSink_1() { return static_cast(offsetof(Identity_t1873279371, ____channelSink_1)); } inline RuntimeObject* get__channelSink_1() const { return ____channelSink_1; } inline RuntimeObject** get_address_of__channelSink_1() { return &____channelSink_1; } inline void set__channelSink_1(RuntimeObject* value) { ____channelSink_1 = value; Il2CppCodeGenWriteBarrier((&____channelSink_1), value); } inline static int32_t get_offset_of__envoySink_2() { return static_cast(offsetof(Identity_t1873279371, ____envoySink_2)); } inline RuntimeObject* get__envoySink_2() const { return ____envoySink_2; } inline RuntimeObject** get_address_of__envoySink_2() { return &____envoySink_2; } inline void set__envoySink_2(RuntimeObject* value) { ____envoySink_2 = value; Il2CppCodeGenWriteBarrier((&____envoySink_2), value); } inline static int32_t get_offset_of__clientDynamicProperties_3() { return static_cast(offsetof(Identity_t1873279371, ____clientDynamicProperties_3)); } inline DynamicPropertyCollection_t652373272 * get__clientDynamicProperties_3() const { return ____clientDynamicProperties_3; } inline DynamicPropertyCollection_t652373272 ** get_address_of__clientDynamicProperties_3() { return &____clientDynamicProperties_3; } inline void set__clientDynamicProperties_3(DynamicPropertyCollection_t652373272 * value) { ____clientDynamicProperties_3 = value; Il2CppCodeGenWriteBarrier((&____clientDynamicProperties_3), value); } inline static int32_t get_offset_of__serverDynamicProperties_4() { return static_cast(offsetof(Identity_t1873279371, ____serverDynamicProperties_4)); } inline DynamicPropertyCollection_t652373272 * get__serverDynamicProperties_4() const { return ____serverDynamicProperties_4; } inline DynamicPropertyCollection_t652373272 ** get_address_of__serverDynamicProperties_4() { return &____serverDynamicProperties_4; } inline void set__serverDynamicProperties_4(DynamicPropertyCollection_t652373272 * value) { ____serverDynamicProperties_4 = value; Il2CppCodeGenWriteBarrier((&____serverDynamicProperties_4), value); } inline static int32_t get_offset_of__objRef_5() { return static_cast(offsetof(Identity_t1873279371, ____objRef_5)); } inline ObjRef_t2141158884 * get__objRef_5() const { return ____objRef_5; } inline ObjRef_t2141158884 ** get_address_of__objRef_5() { return &____objRef_5; } inline void set__objRef_5(ObjRef_t2141158884 * value) { ____objRef_5 = value; Il2CppCodeGenWriteBarrier((&____objRef_5), value); } inline static int32_t get_offset_of__disposed_6() { return static_cast(offsetof(Identity_t1873279371, ____disposed_6)); } inline bool get__disposed_6() const { return ____disposed_6; } inline bool* get_address_of__disposed_6() { return &____disposed_6; } inline void set__disposed_6(bool value) { ____disposed_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IDENTITY_T1873279371_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.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_H #ifndef FILESTREAMASYNCRESULT_T2422587232_H #define FILESTREAMASYNCRESULT_T2422587232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStreamAsyncResult struct FileStreamAsyncResult_t2422587232 : public RuntimeObject { public: // System.Object System.IO.FileStreamAsyncResult::state RuntimeObject * ___state_0; // System.Boolean System.IO.FileStreamAsyncResult::completed bool ___completed_1; // System.Threading.ManualResetEvent System.IO.FileStreamAsyncResult::wh ManualResetEvent_t451242010 * ___wh_2; // System.AsyncCallback System.IO.FileStreamAsyncResult::cb AsyncCallback_t3962456242 * ___cb_3; // System.Int32 System.IO.FileStreamAsyncResult::Count int32_t ___Count_4; // System.Int32 System.IO.FileStreamAsyncResult::OriginalCount int32_t ___OriginalCount_5; // System.Int32 System.IO.FileStreamAsyncResult::BytesRead int32_t ___BytesRead_6; // System.AsyncCallback System.IO.FileStreamAsyncResult::realcb AsyncCallback_t3962456242 * ___realcb_7; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___state_0)); } inline RuntimeObject * get_state_0() const { return ___state_0; } inline RuntimeObject ** get_address_of_state_0() { return &___state_0; } inline void set_state_0(RuntimeObject * value) { ___state_0 = value; Il2CppCodeGenWriteBarrier((&___state_0), value); } inline static int32_t get_offset_of_completed_1() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___completed_1)); } inline bool get_completed_1() const { return ___completed_1; } inline bool* get_address_of_completed_1() { return &___completed_1; } inline void set_completed_1(bool value) { ___completed_1 = value; } inline static int32_t get_offset_of_wh_2() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___wh_2)); } inline ManualResetEvent_t451242010 * get_wh_2() const { return ___wh_2; } inline ManualResetEvent_t451242010 ** get_address_of_wh_2() { return &___wh_2; } inline void set_wh_2(ManualResetEvent_t451242010 * value) { ___wh_2 = value; Il2CppCodeGenWriteBarrier((&___wh_2), value); } inline static int32_t get_offset_of_cb_3() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___cb_3)); } inline AsyncCallback_t3962456242 * get_cb_3() const { return ___cb_3; } inline AsyncCallback_t3962456242 ** get_address_of_cb_3() { return &___cb_3; } inline void set_cb_3(AsyncCallback_t3962456242 * value) { ___cb_3 = value; Il2CppCodeGenWriteBarrier((&___cb_3), value); } inline static int32_t get_offset_of_Count_4() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___Count_4)); } inline int32_t get_Count_4() const { return ___Count_4; } inline int32_t* get_address_of_Count_4() { return &___Count_4; } inline void set_Count_4(int32_t value) { ___Count_4 = value; } inline static int32_t get_offset_of_OriginalCount_5() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___OriginalCount_5)); } inline int32_t get_OriginalCount_5() const { return ___OriginalCount_5; } inline int32_t* get_address_of_OriginalCount_5() { return &___OriginalCount_5; } inline void set_OriginalCount_5(int32_t value) { ___OriginalCount_5 = value; } inline static int32_t get_offset_of_BytesRead_6() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___BytesRead_6)); } inline int32_t get_BytesRead_6() const { return ___BytesRead_6; } inline int32_t* get_address_of_BytesRead_6() { return &___BytesRead_6; } inline void set_BytesRead_6(int32_t value) { ___BytesRead_6 = value; } inline static int32_t get_offset_of_realcb_7() { return static_cast(offsetof(FileStreamAsyncResult_t2422587232, ___realcb_7)); } inline AsyncCallback_t3962456242 * get_realcb_7() const { return ___realcb_7; } inline AsyncCallback_t3962456242 ** get_address_of_realcb_7() { return &___realcb_7; } inline void set_realcb_7(AsyncCallback_t3962456242 * value) { ___realcb_7 = value; Il2CppCodeGenWriteBarrier((&___realcb_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAMASYNCRESULT_T2422587232_H #ifndef LONGCOMPARER_T1798269597_H #define LONGCOMPARER_T1798269597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo/LongComparer struct LongComparer_t1798269597 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LONGCOMPARER_T1798269597_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_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_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef MONOTODOATTRIBUTE_T4131080581_H #define MONOTODOATTRIBUTE_T4131080581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080581 : public Attribute_t861562559 { public: // System.String System.MonoTODOAttribute::comment String_t* ___comment_0; public: inline static int32_t get_offset_of_comment_0() { return static_cast(offsetof(MonoTODOAttribute_t4131080581, ___comment_0)); } inline String_t* get_comment_0() const { return ___comment_0; } inline String_t** get_address_of_comment_0() { return &___comment_0; } inline void set_comment_0(String_t* value) { ___comment_0 = value; Il2CppCodeGenWriteBarrier((&___comment_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTODOATTRIBUTE_T4131080581_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_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_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef DEFAULTMEMBERATTRIBUTE_T3275092422_H #define DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.DefaultMemberAttribute struct DefaultMemberAttribute_t3275092422 : public Attribute_t861562559 { public: // System.String System.Reflection.DefaultMemberAttribute::member_name String_t* ___member_name_0; public: inline static int32_t get_offset_of_member_name_0() { return static_cast(offsetof(DefaultMemberAttribute_t3275092422, ___member_name_0)); } inline String_t* get_member_name_0() const { return ___member_name_0; } inline String_t** get_address_of_member_name_0() { return &___member_name_0; } inline void set_member_name_0(String_t* value) { ___member_name_0 = value; Il2CppCodeGenWriteBarrier((&___member_name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTMEMBERATTRIBUTE_T3275092422_H #ifndef EVENTINFO_T_H #define EVENTINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t1787725097 * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t1787725097 * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t1787725097 ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t1787725097 * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((&___cached_add_event_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTINFO_T_H #ifndef U24ARRAYTYPEU241668_T760361261_H #define U24ARRAYTYPEU241668_T760361261_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1668 struct U24ArrayTypeU241668_t760361261 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241668_t760361261__padding[1668]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241668_T760361261_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_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_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* 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_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef MONOENUMINFO_T3694469084_H #define MONOENUMINFO_T3694469084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoEnumInfo struct MonoEnumInfo_t3694469084 { public: // System.Type System.MonoEnumInfo::utype Type_t * ___utype_0; // System.Array System.MonoEnumInfo::values RuntimeArray * ___values_1; // System.String[] System.MonoEnumInfo::names StringU5BU5D_t1281789340* ___names_2; // System.Collections.Hashtable System.MonoEnumInfo::name_hash Hashtable_t1853889766 * ___name_hash_3; public: inline static int32_t get_offset_of_utype_0() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___utype_0)); } inline Type_t * get_utype_0() const { return ___utype_0; } inline Type_t ** get_address_of_utype_0() { return &___utype_0; } inline void set_utype_0(Type_t * value) { ___utype_0 = value; Il2CppCodeGenWriteBarrier((&___utype_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___values_1)); } inline RuntimeArray * get_values_1() const { return ___values_1; } inline RuntimeArray ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(RuntimeArray * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_names_2() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___names_2)); } inline StringU5BU5D_t1281789340* get_names_2() const { return ___names_2; } inline StringU5BU5D_t1281789340** get_address_of_names_2() { return &___names_2; } inline void set_names_2(StringU5BU5D_t1281789340* value) { ___names_2 = value; Il2CppCodeGenWriteBarrier((&___names_2), value); } inline static int32_t get_offset_of_name_hash_3() { return static_cast(offsetof(MonoEnumInfo_t3694469084, ___name_hash_3)); } inline Hashtable_t1853889766 * get_name_hash_3() const { return ___name_hash_3; } inline Hashtable_t1853889766 ** get_address_of_name_hash_3() { return &___name_hash_3; } inline void set_name_hash_3(Hashtable_t1853889766 * value) { ___name_hash_3 = value; Il2CppCodeGenWriteBarrier((&___name_hash_3), value); } }; struct MonoEnumInfo_t3694469084_StaticFields { public: // System.Collections.Hashtable System.MonoEnumInfo::global_cache Hashtable_t1853889766 * ___global_cache_5; // System.Object System.MonoEnumInfo::global_cache_monitor RuntimeObject * ___global_cache_monitor_6; // System.MonoEnumInfo/SByteComparer System.MonoEnumInfo::sbyte_comparer SByteComparer_t2329725001 * ___sbyte_comparer_7; // System.MonoEnumInfo/ShortComparer System.MonoEnumInfo::short_comparer ShortComparer_t2253094562 * ___short_comparer_8; // System.MonoEnumInfo/IntComparer System.MonoEnumInfo::int_comparer IntComparer_t3812095803 * ___int_comparer_9; // System.MonoEnumInfo/LongComparer System.MonoEnumInfo::long_comparer LongComparer_t1798269597 * ___long_comparer_10; public: inline static int32_t get_offset_of_global_cache_5() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___global_cache_5)); } inline Hashtable_t1853889766 * get_global_cache_5() const { return ___global_cache_5; } inline Hashtable_t1853889766 ** get_address_of_global_cache_5() { return &___global_cache_5; } inline void set_global_cache_5(Hashtable_t1853889766 * value) { ___global_cache_5 = value; Il2CppCodeGenWriteBarrier((&___global_cache_5), value); } inline static int32_t get_offset_of_global_cache_monitor_6() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___global_cache_monitor_6)); } inline RuntimeObject * get_global_cache_monitor_6() const { return ___global_cache_monitor_6; } inline RuntimeObject ** get_address_of_global_cache_monitor_6() { return &___global_cache_monitor_6; } inline void set_global_cache_monitor_6(RuntimeObject * value) { ___global_cache_monitor_6 = value; Il2CppCodeGenWriteBarrier((&___global_cache_monitor_6), value); } inline static int32_t get_offset_of_sbyte_comparer_7() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___sbyte_comparer_7)); } inline SByteComparer_t2329725001 * get_sbyte_comparer_7() const { return ___sbyte_comparer_7; } inline SByteComparer_t2329725001 ** get_address_of_sbyte_comparer_7() { return &___sbyte_comparer_7; } inline void set_sbyte_comparer_7(SByteComparer_t2329725001 * value) { ___sbyte_comparer_7 = value; Il2CppCodeGenWriteBarrier((&___sbyte_comparer_7), value); } inline static int32_t get_offset_of_short_comparer_8() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___short_comparer_8)); } inline ShortComparer_t2253094562 * get_short_comparer_8() const { return ___short_comparer_8; } inline ShortComparer_t2253094562 ** get_address_of_short_comparer_8() { return &___short_comparer_8; } inline void set_short_comparer_8(ShortComparer_t2253094562 * value) { ___short_comparer_8 = value; Il2CppCodeGenWriteBarrier((&___short_comparer_8), value); } inline static int32_t get_offset_of_int_comparer_9() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___int_comparer_9)); } inline IntComparer_t3812095803 * get_int_comparer_9() const { return ___int_comparer_9; } inline IntComparer_t3812095803 ** get_address_of_int_comparer_9() { return &___int_comparer_9; } inline void set_int_comparer_9(IntComparer_t3812095803 * value) { ___int_comparer_9 = value; Il2CppCodeGenWriteBarrier((&___int_comparer_9), value); } inline static int32_t get_offset_of_long_comparer_10() { return static_cast(offsetof(MonoEnumInfo_t3694469084_StaticFields, ___long_comparer_10)); } inline LongComparer_t1798269597 * get_long_comparer_10() const { return ___long_comparer_10; } inline LongComparer_t1798269597 ** get_address_of_long_comparer_10() { return &___long_comparer_10; } inline void set_long_comparer_10(LongComparer_t1798269597 * value) { ___long_comparer_10 = value; Il2CppCodeGenWriteBarrier((&___long_comparer_10), value); } }; struct MonoEnumInfo_t3694469084_ThreadStaticFields { public: // System.Collections.Hashtable System.MonoEnumInfo::cache Hashtable_t1853889766 * ___cache_4; public: inline static int32_t get_offset_of_cache_4() { return static_cast(offsetof(MonoEnumInfo_t3694469084_ThreadStaticFields, ___cache_4)); } inline Hashtable_t1853889766 * get_cache_4() const { return ___cache_4; } inline Hashtable_t1853889766 ** get_address_of_cache_4() { return &___cache_4; } inline void set_cache_4(Hashtable_t1853889766 * value) { ___cache_4 = value; Il2CppCodeGenWriteBarrier((&___cache_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.MonoEnumInfo struct MonoEnumInfo_t3694469084_marshaled_pinvoke { Type_t * ___utype_0; RuntimeArray * ___values_1; char** ___names_2; Hashtable_t1853889766 * ___name_hash_3; }; // Native definition for COM marshalling of System.MonoEnumInfo struct MonoEnumInfo_t3694469084_marshaled_com { Type_t * ___utype_0; RuntimeArray * ___values_1; Il2CppChar** ___names_2; Hashtable_t1853889766 * ___name_hash_3; }; #endif // MONOENUMINFO_T3694469084_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef U24ARRAYTYPEU242100_T1165856516_H #define U24ARRAYTYPEU242100_T1165856516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2100 struct U24ArrayTypeU242100_t1165856516 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242100_t1165856516__padding[2100]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242100_T1165856516_H #ifndef U24ARRAYTYPEU2484_T950115319_H #define U24ARRAYTYPEU2484_T950115319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$84 struct U24ArrayTypeU2484_t950115319 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2484_t950115319__padding[84]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2484_T950115319_H #ifndef U24ARRAYTYPEU241452_T377631024_H #define U24ARRAYTYPEU241452_T377631024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1452 struct U24ArrayTypeU241452_t377631024 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241452_t377631024__padding[1452]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241452_T377631024_H #ifndef U24ARRAYTYPEU2472_T1683523542_H #define U24ARRAYTYPEU2472_T1683523542_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523542 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523542__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523542_H #ifndef SERVERIDENTITY_T2342208608_H #define SERVERIDENTITY_T2342208608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608 : public Identity_t1873279371 { public: // System.Type System.Runtime.Remoting.ServerIdentity::_objectType Type_t * ____objectType_7; // System.MarshalByRefObject System.Runtime.Remoting.ServerIdentity::_serverObject MarshalByRefObject_t2760389100 * ____serverObject_8; // System.Runtime.Remoting.Messaging.IMessageSink System.Runtime.Remoting.ServerIdentity::_serverSink RuntimeObject* ____serverSink_9; // System.Runtime.Remoting.Contexts.Context System.Runtime.Remoting.ServerIdentity::_context Context_t3285446944 * ____context_10; // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::_lease Lease_t4051722892 * ____lease_11; public: inline static int32_t get_offset_of__objectType_7() { return static_cast(offsetof(ServerIdentity_t2342208608, ____objectType_7)); } inline Type_t * get__objectType_7() const { return ____objectType_7; } inline Type_t ** get_address_of__objectType_7() { return &____objectType_7; } inline void set__objectType_7(Type_t * value) { ____objectType_7 = value; Il2CppCodeGenWriteBarrier((&____objectType_7), value); } inline static int32_t get_offset_of__serverObject_8() { return static_cast(offsetof(ServerIdentity_t2342208608, ____serverObject_8)); } inline MarshalByRefObject_t2760389100 * get__serverObject_8() const { return ____serverObject_8; } inline MarshalByRefObject_t2760389100 ** get_address_of__serverObject_8() { return &____serverObject_8; } inline void set__serverObject_8(MarshalByRefObject_t2760389100 * value) { ____serverObject_8 = value; Il2CppCodeGenWriteBarrier((&____serverObject_8), value); } inline static int32_t get_offset_of__serverSink_9() { return static_cast(offsetof(ServerIdentity_t2342208608, ____serverSink_9)); } inline RuntimeObject* get__serverSink_9() const { return ____serverSink_9; } inline RuntimeObject** get_address_of__serverSink_9() { return &____serverSink_9; } inline void set__serverSink_9(RuntimeObject* value) { ____serverSink_9 = value; Il2CppCodeGenWriteBarrier((&____serverSink_9), value); } inline static int32_t get_offset_of__context_10() { return static_cast(offsetof(ServerIdentity_t2342208608, ____context_10)); } inline Context_t3285446944 * get__context_10() const { return ____context_10; } inline Context_t3285446944 ** get_address_of__context_10() { return &____context_10; } inline void set__context_10(Context_t3285446944 * value) { ____context_10 = value; Il2CppCodeGenWriteBarrier((&____context_10), value); } inline static int32_t get_offset_of__lease_11() { return static_cast(offsetof(ServerIdentity_t2342208608, ____lease_11)); } inline Lease_t4051722892 * get__lease_11() const { return ____lease_11; } inline Lease_t4051722892 ** get_address_of__lease_11() { return &____lease_11; } inline void set__lease_11(Lease_t4051722892 * value) { ____lease_11 = value; Il2CppCodeGenWriteBarrier((&____lease_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERVERIDENTITY_T2342208608_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef U24ARRAYTYPEU24128_T4289081659_H #define U24ARRAYTYPEU24128_T4289081659_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$128 struct U24ArrayTypeU24128_t4289081659 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24128_t4289081659__padding[128]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24128_T4289081659_H #ifndef U24ARRAYTYPEU24160_T758788403_H #define U24ARRAYTYPEU24160_T758788403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$160 struct U24ArrayTypeU24160_t758788403 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24160_t758788403__padding[160]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24160_T758788403_H #ifndef U24ARRAYTYPEU24640_T2298765680_H #define U24ARRAYTYPEU24640_T2298765680_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$640 struct U24ArrayTypeU24640_t2298765680 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24640_t2298765680__padding[640]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24640_T2298765680_H #ifndef U24ARRAYTYPEU241024_T3907531057_H #define U24ARRAYTYPEU241024_T3907531057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1024 struct U24ArrayTypeU241024_t3907531057 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241024_t3907531057__padding[1024]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241024_T3907531057_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(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef U24ARRAYTYPEU24120_T4289081651_H #define U24ARRAYTYPEU24120_T4289081651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$120 struct U24ArrayTypeU24120_t4289081651 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24120_t4289081651__padding[120]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24120_T4289081651_H #ifndef U24ARRAYTYPEU2412_T2490092596_H #define U24ARRAYTYPEU2412_T2490092596_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092596 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092596__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092596_H #ifndef U24ARRAYTYPEU2464_T499776625_H #define U24ARRAYTYPEU2464_T499776625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$64 struct U24ArrayTypeU2464_t499776625 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2464_t499776625__padding[64]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2464_T499776625_H #ifndef U24ARRAYTYPEU2448_T1337922363_H #define U24ARRAYTYPEU2448_T1337922363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$48 struct U24ArrayTypeU2448_t1337922363 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2448_t1337922363__padding[48]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2448_T1337922363_H #ifndef U24ARRAYTYPEU2432_T3652892010_H #define U24ARRAYTYPEU2432_T3652892010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$32 struct U24ArrayTypeU2432_t3652892010 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2432_t3652892010__padding[32]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2432_T3652892010_H #ifndef U24ARRAYTYPEU2420_T1704471045_H #define U24ARRAYTYPEU2420_T1704471045_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$20 struct U24ArrayTypeU2420_t1704471045 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2420_t1704471045__padding[20]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2420_T1704471045_H #ifndef U24ARRAYTYPEU243132_T2732071528_H #define U24ARRAYTYPEU243132_T2732071528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$3132 struct U24ArrayTypeU243132_t2732071528 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU243132_t2732071528__padding[3132]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU243132_T2732071528_H #ifndef U24ARRAYTYPEU2416_T3254766644_H #define U24ARRAYTYPEU2416_T3254766644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$16 struct U24ArrayTypeU2416_t3254766644 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2416_t3254766644__padding[16]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2416_T3254766644_H #ifndef U24ARRAYTYPEU2424_T2469145093_H #define U24ARRAYTYPEU2424_T2469145093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$24 struct U24ArrayTypeU2424_t2469145093 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2424_t2469145093__padding[24]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2424_T2469145093_H #ifndef U24ARRAYTYPEU2452_T520724128_H #define U24ARRAYTYPEU2452_T520724128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$52 struct U24ArrayTypeU2452_t520724128 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2452_t520724128__padding[52]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2452_T520724128_H #ifndef U24ARRAYTYPEU24136_T1950429485_H #define U24ARRAYTYPEU24136_T1950429485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$136 struct U24ArrayTypeU24136_t1950429485 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24136_t1950429485__padding[136]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24136_T1950429485_H #ifndef U24ARRAYTYPEU24256_T1929481982_H #define U24ARRAYTYPEU24256_T1929481982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481982 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481982__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481982_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef U24ARRAYTYPEU2456_T1285398176_H #define U24ARRAYTYPEU2456_T1285398176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$56 struct U24ArrayTypeU2456_t1285398176 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2456_t1285398176__padding[56]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2456_T1285398176_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_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_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef U24ARRAYTYPEU242048_T3505032960_H #define U24ARRAYTYPEU242048_T3505032960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$2048 struct U24ArrayTypeU242048_t3505032960 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU242048_t3505032960__padding[2048]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU242048_T3505032960_H #ifndef U24ARRAYTYPEU248_T3244137463_H #define U24ARRAYTYPEU248_T3244137463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137463 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137463__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137463_H #ifndef U24ARRAYTYPEU24124_T4289081647_H #define U24ARRAYTYPEU24124_T4289081647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$124 struct U24ArrayTypeU24124_t4289081647 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24124_t4289081647__padding[124]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24124_T4289081647_H #ifndef U24ARRAYTYPEU2496_T2898536284_H #define U24ARRAYTYPEU2496_T2898536284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$96 struct U24ArrayTypeU2496_t2898536284 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2496_t2898536284__padding[96]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2496_T2898536284_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef MONOASYNCCALL_T3023670838_H #define MONOASYNCCALL_T3023670838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoAsyncCall struct MonoAsyncCall_t3023670838 : public RuntimeObject { public: // System.Object System.MonoAsyncCall::msg RuntimeObject * ___msg_0; // System.IntPtr System.MonoAsyncCall::cb_method intptr_t ___cb_method_1; // System.Object System.MonoAsyncCall::cb_target RuntimeObject * ___cb_target_2; // System.Object System.MonoAsyncCall::state RuntimeObject * ___state_3; // System.Object System.MonoAsyncCall::res RuntimeObject * ___res_4; // System.Object System.MonoAsyncCall::out_args RuntimeObject * ___out_args_5; // System.Int64 System.MonoAsyncCall::wait_event int64_t ___wait_event_6; public: inline static int32_t get_offset_of_msg_0() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___msg_0)); } inline RuntimeObject * get_msg_0() const { return ___msg_0; } inline RuntimeObject ** get_address_of_msg_0() { return &___msg_0; } inline void set_msg_0(RuntimeObject * value) { ___msg_0 = value; Il2CppCodeGenWriteBarrier((&___msg_0), value); } inline static int32_t get_offset_of_cb_method_1() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___cb_method_1)); } inline intptr_t get_cb_method_1() const { return ___cb_method_1; } inline intptr_t* get_address_of_cb_method_1() { return &___cb_method_1; } inline void set_cb_method_1(intptr_t value) { ___cb_method_1 = value; } inline static int32_t get_offset_of_cb_target_2() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___cb_target_2)); } inline RuntimeObject * get_cb_target_2() const { return ___cb_target_2; } inline RuntimeObject ** get_address_of_cb_target_2() { return &___cb_target_2; } inline void set_cb_target_2(RuntimeObject * value) { ___cb_target_2 = value; Il2CppCodeGenWriteBarrier((&___cb_target_2), value); } inline static int32_t get_offset_of_state_3() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___state_3)); } inline RuntimeObject * get_state_3() const { return ___state_3; } inline RuntimeObject ** get_address_of_state_3() { return &___state_3; } inline void set_state_3(RuntimeObject * value) { ___state_3 = value; Il2CppCodeGenWriteBarrier((&___state_3), value); } inline static int32_t get_offset_of_res_4() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___res_4)); } inline RuntimeObject * get_res_4() const { return ___res_4; } inline RuntimeObject ** get_address_of_res_4() { return &___res_4; } inline void set_res_4(RuntimeObject * value) { ___res_4 = value; Il2CppCodeGenWriteBarrier((&___res_4), value); } inline static int32_t get_offset_of_out_args_5() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___out_args_5)); } inline RuntimeObject * get_out_args_5() const { return ___out_args_5; } inline RuntimeObject ** get_address_of_out_args_5() { return &___out_args_5; } inline void set_out_args_5(RuntimeObject * value) { ___out_args_5 = value; Il2CppCodeGenWriteBarrier((&___out_args_5), value); } inline static int32_t get_offset_of_wait_event_6() { return static_cast(offsetof(MonoAsyncCall_t3023670838, ___wait_event_6)); } inline int64_t get_wait_event_6() const { return ___wait_event_6; } inline int64_t* get_address_of_wait_event_6() { return &___wait_event_6; } inline void set_wait_event_6(int64_t value) { ___wait_event_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOASYNCCALL_T3023670838_H #ifndef AMBIGUOUSMATCHEXCEPTION_T566690781_H #define AMBIGUOUSMATCHEXCEPTION_T566690781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.AmbiguousMatchException struct AmbiguousMatchException_t566690781 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AMBIGUOUSMATCHEXCEPTION_T566690781_H #ifndef ATTRIBUTETARGETS_T1784037988_H #define ATTRIBUTETARGETS_T1784037988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AttributeTargets struct AttributeTargets_t1784037988 { public: // System.Int32 System.AttributeTargets::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AttributeTargets_t1784037988, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTETARGETS_T1784037988_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_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef THREADSTATE_T2533302383_H #define THREADSTATE_T2533302383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ThreadState struct ThreadState_t2533302383 { public: // System.Int32 System.Threading.ThreadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ThreadState_t2533302383, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREADSTATE_T2533302383_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_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_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef CONSOLECOLOR_T2680034144_H #define CONSOLECOLOR_T2680034144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleColor struct ConsoleColor_t2680034144 { public: // System.Int32 System.ConsoleColor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleColor_t2680034144, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLECOLOR_T2680034144_H #ifndef CONSOLEKEY_T4097401472_H #define CONSOLEKEY_T4097401472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKey struct ConsoleKey_t4097401472 { public: // System.Int32 System.ConsoleKey::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleKey_t4097401472, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEKEY_T4097401472_H #ifndef CONSOLEMODIFIERS_T1471011467_H #define CONSOLEMODIFIERS_T1471011467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleModifiers struct ConsoleModifiers_t1471011467 { public: // System.Int32 System.ConsoleModifiers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConsoleModifiers_t1471011467, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSOLEMODIFIERS_T1471011467_H #ifndef LEASESTATE_T747101024_H #define LEASESTATE_T747101024_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Lifetime.LeaseState struct LeaseState_t747101024 { public: // System.Int32 System.Runtime.Remoting.Lifetime.LeaseState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LeaseState_t747101024, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEASESTATE_T747101024_H #ifndef PACKINGSIZE_T2976435189_H #define PACKINGSIZE_T2976435189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PackingSize struct PackingSize_t2976435189 { public: // System.Int32 System.Reflection.Emit.PackingSize::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackingSize_t2976435189, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PACKINGSIZE_T2976435189_H #ifndef PINFO_T446749821_H #define PINFO_T446749821_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PInfo struct PInfo_t446749821 { public: // System.Int32 System.Reflection.PInfo::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PInfo_t446749821, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PINFO_T446749821_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t1188392813, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t1188392813, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t1188392813, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef MONODOCUMENTATIONNOTEATTRIBUTE_T493035051_H #define MONODOCUMENTATIONNOTEATTRIBUTE_T493035051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoDocumentationNoteAttribute struct MonoDocumentationNoteAttribute_t493035051 : public MonoTODOAttribute_t4131080581 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONODOCUMENTATIONNOTEATTRIBUTE_T493035051_H #ifndef MONOLIMITATIONATTRIBUTE_T3672514598_H #define MONOLIMITATIONATTRIBUTE_T3672514598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoLimitationAttribute struct MonoLimitationAttribute_t3672514598 : public MonoTODOAttribute_t4131080581 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOLIMITATIONATTRIBUTE_T3672514598_H #ifndef TYPEATTRIBUTES_T113483779_H #define TYPEATTRIBUTES_T113483779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeAttributes struct TypeAttributes_t113483779 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeAttributes_t113483779, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEATTRIBUTES_T113483779_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_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_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef CALLINGCONVENTIONS_T2253234531_H #define CALLINGCONVENTIONS_T2253234531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CallingConventions struct CallingConventions_t2253234531 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConventions_t2253234531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTIONS_T2253234531_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERTYPES_T3790569052_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef UNAUTHORIZEDACCESSEXCEPTION_T490705335_H #define UNAUTHORIZEDACCESSEXCEPTION_T490705335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UnauthorizedAccessException struct UnauthorizedAccessException_t490705335 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNAUTHORIZEDACCESSEXCEPTION_T490705335_H #ifndef SEARCHOPTION_T2353013399_H #define SEARCHOPTION_T2353013399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SearchOption struct SearchOption_t2353013399 { public: // System.Int32 System.IO.SearchOption::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SearchOption_t2353013399, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEARCHOPTION_T2353013399_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_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_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef PROPERTYATTRIBUTES_T3388002996_H #define PROPERTYATTRIBUTES_T3388002996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyAttributes struct PropertyAttributes_t3388002996 { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PropertyAttributes_t3388002996, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYATTRIBUTES_T3388002996_H #ifndef FILEOPTIONS_T1024913468_H #define FILEOPTIONS_T1024913468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileOptions struct FileOptions_t1024913468 { public: // System.Int32 System.IO.FileOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileOptions_t1024913468, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEOPTIONS_T1024913468_H #ifndef NULLSTREAM_T1684893697_H #define NULLSTREAM_T1684893697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.NullStream struct NullStream_t1684893697 : public Stream_t1273022909 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLSTREAM_T1684893697_H #ifndef WAITHANDLE_T1743403487_H #define WAITHANDLE_T1743403487_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.WaitHandle struct WaitHandle_t1743403487 : public MarshalByRefObject_t2760389100 { public: // Microsoft.Win32.SafeHandles.SafeWaitHandle System.Threading.WaitHandle::safe_wait_handle SafeWaitHandle_t1972936122 * ___safe_wait_handle_2; // System.Boolean System.Threading.WaitHandle::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_safe_wait_handle_2() { return static_cast(offsetof(WaitHandle_t1743403487, ___safe_wait_handle_2)); } inline SafeWaitHandle_t1972936122 * get_safe_wait_handle_2() const { return ___safe_wait_handle_2; } inline SafeWaitHandle_t1972936122 ** get_address_of_safe_wait_handle_2() { return &___safe_wait_handle_2; } inline void set_safe_wait_handle_2(SafeWaitHandle_t1972936122 * value) { ___safe_wait_handle_2 = value; Il2CppCodeGenWriteBarrier((&___safe_wait_handle_2), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(WaitHandle_t1743403487, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; struct WaitHandle_t1743403487_StaticFields { public: // System.IntPtr System.Threading.WaitHandle::InvalidHandle intptr_t ___InvalidHandle_3; public: inline static int32_t get_offset_of_InvalidHandle_3() { return static_cast(offsetof(WaitHandle_t1743403487_StaticFields, ___InvalidHandle_3)); } inline intptr_t get_InvalidHandle_3() const { return ___InvalidHandle_3; } inline intptr_t* get_address_of_InvalidHandle_3() { return &___InvalidHandle_3; } inline void set_InvalidHandle_3(intptr_t value) { ___InvalidHandle_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITHANDLE_T1743403487_H #ifndef MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_H #ifndef ASYNCRESULT_T4194309572_H #define ASYNCRESULT_T4194309572_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Messaging.AsyncResult struct AsyncResult_t4194309572 : public RuntimeObject { public: // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state RuntimeObject * ___async_state_0; // System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle WaitHandle_t1743403487 * ___handle_1; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate RuntimeObject * ___async_delegate_2; // System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data intptr_t ___data_3; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data RuntimeObject * ___object_data_4; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed bool ___sync_completed_5; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed bool ___completed_6; // System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called bool ___endinvoke_called_7; // System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback RuntimeObject * ___async_callback_8; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current ExecutionContext_t1748372627 * ___current_9; // System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original ExecutionContext_t1748372627 * ___original_10; // System.Int32 System.Runtime.Remoting.Messaging.AsyncResult::gchandle int32_t ___gchandle_11; // System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message MonoMethodMessage_t2807636944 * ___call_message_12; // System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl RuntimeObject* ___message_ctrl_13; // System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message RuntimeObject* ___reply_message_14; public: inline static int32_t get_offset_of_async_state_0() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_state_0)); } inline RuntimeObject * get_async_state_0() const { return ___async_state_0; } inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; } inline void set_async_state_0(RuntimeObject * value) { ___async_state_0 = value; Il2CppCodeGenWriteBarrier((&___async_state_0), value); } inline static int32_t get_offset_of_handle_1() { return static_cast(offsetof(AsyncResult_t4194309572, ___handle_1)); } inline WaitHandle_t1743403487 * get_handle_1() const { return ___handle_1; } inline WaitHandle_t1743403487 ** get_address_of_handle_1() { return &___handle_1; } inline void set_handle_1(WaitHandle_t1743403487 * value) { ___handle_1 = value; Il2CppCodeGenWriteBarrier((&___handle_1), value); } inline static int32_t get_offset_of_async_delegate_2() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_delegate_2)); } inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; } inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; } inline void set_async_delegate_2(RuntimeObject * value) { ___async_delegate_2 = value; Il2CppCodeGenWriteBarrier((&___async_delegate_2), value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(AsyncResult_t4194309572, ___data_3)); } inline intptr_t get_data_3() const { return ___data_3; } inline intptr_t* get_address_of_data_3() { return &___data_3; } inline void set_data_3(intptr_t value) { ___data_3 = value; } inline static int32_t get_offset_of_object_data_4() { return static_cast(offsetof(AsyncResult_t4194309572, ___object_data_4)); } inline RuntimeObject * get_object_data_4() const { return ___object_data_4; } inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; } inline void set_object_data_4(RuntimeObject * value) { ___object_data_4 = value; Il2CppCodeGenWriteBarrier((&___object_data_4), value); } inline static int32_t get_offset_of_sync_completed_5() { return static_cast(offsetof(AsyncResult_t4194309572, ___sync_completed_5)); } inline bool get_sync_completed_5() const { return ___sync_completed_5; } inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; } inline void set_sync_completed_5(bool value) { ___sync_completed_5 = value; } inline static int32_t get_offset_of_completed_6() { return static_cast(offsetof(AsyncResult_t4194309572, ___completed_6)); } inline bool get_completed_6() const { return ___completed_6; } inline bool* get_address_of_completed_6() { return &___completed_6; } inline void set_completed_6(bool value) { ___completed_6 = value; } inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast(offsetof(AsyncResult_t4194309572, ___endinvoke_called_7)); } inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; } inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; } inline void set_endinvoke_called_7(bool value) { ___endinvoke_called_7 = value; } inline static int32_t get_offset_of_async_callback_8() { return static_cast(offsetof(AsyncResult_t4194309572, ___async_callback_8)); } inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; } inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; } inline void set_async_callback_8(RuntimeObject * value) { ___async_callback_8 = value; Il2CppCodeGenWriteBarrier((&___async_callback_8), value); } inline static int32_t get_offset_of_current_9() { return static_cast(offsetof(AsyncResult_t4194309572, ___current_9)); } inline ExecutionContext_t1748372627 * get_current_9() const { return ___current_9; } inline ExecutionContext_t1748372627 ** get_address_of_current_9() { return &___current_9; } inline void set_current_9(ExecutionContext_t1748372627 * value) { ___current_9 = value; Il2CppCodeGenWriteBarrier((&___current_9), value); } inline static int32_t get_offset_of_original_10() { return static_cast(offsetof(AsyncResult_t4194309572, ___original_10)); } inline ExecutionContext_t1748372627 * get_original_10() const { return ___original_10; } inline ExecutionContext_t1748372627 ** get_address_of_original_10() { return &___original_10; } inline void set_original_10(ExecutionContext_t1748372627 * value) { ___original_10 = value; Il2CppCodeGenWriteBarrier((&___original_10), value); } inline static int32_t get_offset_of_gchandle_11() { return static_cast(offsetof(AsyncResult_t4194309572, ___gchandle_11)); } inline int32_t get_gchandle_11() const { return ___gchandle_11; } inline int32_t* get_address_of_gchandle_11() { return &___gchandle_11; } inline void set_gchandle_11(int32_t value) { ___gchandle_11 = value; } inline static int32_t get_offset_of_call_message_12() { return static_cast(offsetof(AsyncResult_t4194309572, ___call_message_12)); } inline MonoMethodMessage_t2807636944 * get_call_message_12() const { return ___call_message_12; } inline MonoMethodMessage_t2807636944 ** get_address_of_call_message_12() { return &___call_message_12; } inline void set_call_message_12(MonoMethodMessage_t2807636944 * value) { ___call_message_12 = value; Il2CppCodeGenWriteBarrier((&___call_message_12), value); } inline static int32_t get_offset_of_message_ctrl_13() { return static_cast(offsetof(AsyncResult_t4194309572, ___message_ctrl_13)); } inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; } inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; } inline void set_message_ctrl_13(RuntimeObject* value) { ___message_ctrl_13 = value; Il2CppCodeGenWriteBarrier((&___message_ctrl_13), value); } inline static int32_t get_offset_of_reply_message_14() { return static_cast(offsetof(AsyncResult_t4194309572, ___reply_message_14)); } inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; } inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; } inline void set_reply_message_14(RuntimeObject* value) { ___reply_message_14 = value; Il2CppCodeGenWriteBarrier((&___reply_message_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCRESULT_T4194309572_H #ifndef SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SEEKORIGIN_T1441174344_H #ifndef MONOFILETYPE_T221779374_H #define MONOFILETYPE_T221779374_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoFileType struct MonoFileType_t221779374 { public: // System.Int32 System.IO.MonoFileType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MonoFileType_t221779374, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOFILETYPE_T221779374_H #ifndef FILEATTRIBUTES_T3417205536_H #define FILEATTRIBUTES_T3417205536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAttributes struct FileAttributes_t3417205536 { public: // System.Int32 System.IO.FileAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAttributes_t3417205536, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEATTRIBUTES_T3417205536_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___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_T3027515415_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef MONOIOERROR_T367894402_H #define MONOIOERROR_T367894402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOError struct MonoIOError_t367894402 { public: // System.Int32 System.IO.MonoIOError::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MonoIOError_t367894402, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOIOERROR_T367894402_H #ifndef FILEIOPERMISSIONACCESS_T1559273540_H #define FILEIOPERMISSIONACCESS_T1559273540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermissionAccess struct FileIOPermissionAccess_t1559273540 { public: // System.Int32 System.Security.Permissions.FileIOPermissionAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileIOPermissionAccess_t1559273540, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSIONACCESS_T1559273540_H #ifndef STREAMWRITER_T1266378904_H #define STREAMWRITER_T1266378904_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_t1266378904 : public TextWriter_t3478189236 { public: // System.Text.Encoding System.IO.StreamWriter::internalEncoding Encoding_t1523322056 * ___internalEncoding_4; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_5; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_6; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_7; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_8; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_9; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_10; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_11; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_12; public: inline static int32_t get_offset_of_internalEncoding_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_4)); } inline Encoding_t1523322056 * get_internalEncoding_4() const { return ___internalEncoding_4; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_4() { return &___internalEncoding_4; } inline void set_internalEncoding_4(Encoding_t1523322056 * value) { ___internalEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_4), value); } inline static int32_t get_offset_of_internalStream_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_5)); } inline Stream_t1273022909 * get_internalStream_5() const { return ___internalStream_5; } inline Stream_t1273022909 ** get_address_of_internalStream_5() { return &___internalStream_5; } inline void set_internalStream_5(Stream_t1273022909 * value) { ___internalStream_5 = value; Il2CppCodeGenWriteBarrier((&___internalStream_5), value); } inline static int32_t get_offset_of_iflush_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_6)); } inline bool get_iflush_6() const { return ___iflush_6; } inline bool* get_address_of_iflush_6() { return &___iflush_6; } inline void set_iflush_6(bool value) { ___iflush_6 = value; } inline static int32_t get_offset_of_byte_buf_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_7)); } inline ByteU5BU5D_t4116647657* get_byte_buf_7() const { return ___byte_buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_7() { return &___byte_buf_7; } inline void set_byte_buf_7(ByteU5BU5D_t4116647657* value) { ___byte_buf_7 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_7), value); } inline static int32_t get_offset_of_byte_pos_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_8)); } inline int32_t get_byte_pos_8() const { return ___byte_pos_8; } inline int32_t* get_address_of_byte_pos_8() { return &___byte_pos_8; } inline void set_byte_pos_8(int32_t value) { ___byte_pos_8 = value; } inline static int32_t get_offset_of_decode_buf_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_9)); } inline CharU5BU5D_t3528271667* get_decode_buf_9() const { return ___decode_buf_9; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_9() { return &___decode_buf_9; } inline void set_decode_buf_9(CharU5BU5D_t3528271667* value) { ___decode_buf_9 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_9), value); } inline static int32_t get_offset_of_decode_pos_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_10)); } inline int32_t get_decode_pos_10() const { return ___decode_pos_10; } inline int32_t* get_address_of_decode_pos_10() { return &___decode_pos_10; } inline void set_decode_pos_10(int32_t value) { ___decode_pos_10 = value; } inline static int32_t get_offset_of_DisposedAlready_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_11)); } inline bool get_DisposedAlready_11() const { return ___DisposedAlready_11; } inline bool* get_address_of_DisposedAlready_11() { return &___DisposedAlready_11; } inline void set_DisposedAlready_11(bool value) { ___DisposedAlready_11 = value; } inline static int32_t get_offset_of_preamble_done_12() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_12)); } inline bool get_preamble_done_12() const { return ___preamble_done_12; } inline bool* get_address_of_preamble_done_12() { return &___preamble_done_12; } inline void set_preamble_done_12(bool value) { ___preamble_done_12 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_13)); } inline StreamWriter_t1266378904 * get_Null_13() const { return ___Null_13; } inline StreamWriter_t1266378904 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamWriter_t1266378904 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_H #ifndef STREAMREADER_T4009935899_H #define STREAMREADER_T4009935899_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_t4009935899 : public TextReader_t283511965 { public: // System.Byte[] System.IO.StreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.IO.StreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.IO.StreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.IO.StreamReader::pos int32_t ___pos_5; // System.Int32 System.IO.StreamReader::buffer_size int32_t ___buffer_size_6; // System.Int32 System.IO.StreamReader::do_checks int32_t ___do_checks_7; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_t1523322056 * ___encoding_8; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t2204182725 * ___decoder_9; // System.IO.Stream System.IO.StreamReader::base_stream Stream_t1273022909 * ___base_stream_10; // System.Boolean System.IO.StreamReader::mayBlock bool ___mayBlock_11; // System.Text.StringBuilder System.IO.StreamReader::line_builder StringBuilder_t * ___line_builder_12; // System.Boolean System.IO.StreamReader::foundCR bool ___foundCR_14; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(StreamReader_t4009935899, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(StreamReader_t4009935899, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(StreamReader_t4009935899, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(StreamReader_t4009935899, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_do_checks_7() { return static_cast(offsetof(StreamReader_t4009935899, ___do_checks_7)); } inline int32_t get_do_checks_7() const { return ___do_checks_7; } inline int32_t* get_address_of_do_checks_7() { return &___do_checks_7; } inline void set_do_checks_7(int32_t value) { ___do_checks_7 = value; } inline static int32_t get_offset_of_encoding_8() { return static_cast(offsetof(StreamReader_t4009935899, ___encoding_8)); } inline Encoding_t1523322056 * get_encoding_8() const { return ___encoding_8; } inline Encoding_t1523322056 ** get_address_of_encoding_8() { return &___encoding_8; } inline void set_encoding_8(Encoding_t1523322056 * value) { ___encoding_8 = value; Il2CppCodeGenWriteBarrier((&___encoding_8), value); } inline static int32_t get_offset_of_decoder_9() { return static_cast(offsetof(StreamReader_t4009935899, ___decoder_9)); } inline Decoder_t2204182725 * get_decoder_9() const { return ___decoder_9; } inline Decoder_t2204182725 ** get_address_of_decoder_9() { return &___decoder_9; } inline void set_decoder_9(Decoder_t2204182725 * value) { ___decoder_9 = value; Il2CppCodeGenWriteBarrier((&___decoder_9), value); } inline static int32_t get_offset_of_base_stream_10() { return static_cast(offsetof(StreamReader_t4009935899, ___base_stream_10)); } inline Stream_t1273022909 * get_base_stream_10() const { return ___base_stream_10; } inline Stream_t1273022909 ** get_address_of_base_stream_10() { return &___base_stream_10; } inline void set_base_stream_10(Stream_t1273022909 * value) { ___base_stream_10 = value; Il2CppCodeGenWriteBarrier((&___base_stream_10), value); } inline static int32_t get_offset_of_mayBlock_11() { return static_cast(offsetof(StreamReader_t4009935899, ___mayBlock_11)); } inline bool get_mayBlock_11() const { return ___mayBlock_11; } inline bool* get_address_of_mayBlock_11() { return &___mayBlock_11; } inline void set_mayBlock_11(bool value) { ___mayBlock_11 = value; } inline static int32_t get_offset_of_line_builder_12() { return static_cast(offsetof(StreamReader_t4009935899, ___line_builder_12)); } inline StringBuilder_t * get_line_builder_12() const { return ___line_builder_12; } inline StringBuilder_t ** get_address_of_line_builder_12() { return &___line_builder_12; } inline void set_line_builder_12(StringBuilder_t * value) { ___line_builder_12 = value; Il2CppCodeGenWriteBarrier((&___line_builder_12), value); } inline static int32_t get_offset_of_foundCR_14() { return static_cast(offsetof(StreamReader_t4009935899, ___foundCR_14)); } inline bool get_foundCR_14() const { return ___foundCR_14; } inline bool* get_address_of_foundCR_14() { return &___foundCR_14; } inline void set_foundCR_14(bool value) { ___foundCR_14 = value; } }; struct StreamReader_t4009935899_StaticFields { public: // System.IO.StreamReader System.IO.StreamReader::Null StreamReader_t4009935899 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamReader_t4009935899_StaticFields, ___Null_13)); } inline StreamReader_t4009935899 * get_Null_13() const { return ___Null_13; } inline StreamReader_t4009935899 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamReader_t4009935899 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMREADER_T4009935899_H #ifndef IOEXCEPTION_T4088381929_H #define IOEXCEPTION_T4088381929_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_t4088381929 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IOEXCEPTION_T4088381929_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___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_T1871169219_H #ifndef SYNCHRONIZEDREADER_T1163115775_H #define SYNCHRONIZEDREADER_T1163115775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SynchronizedReader struct SynchronizedReader_t1163115775 : public TextReader_t283511965 { public: // System.IO.TextReader System.IO.SynchronizedReader::reader TextReader_t283511965 * ___reader_2; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(SynchronizedReader_t1163115775, ___reader_2)); } inline TextReader_t283511965 * get_reader_2() const { return ___reader_2; } inline TextReader_t283511965 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(TextReader_t283511965 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYNCHRONIZEDREADER_T1163115775_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_4; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_5; public: inline static int32_t get_offset_of_internalString_4() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_4)); } inline StringBuilder_t * get_internalString_4() const { return ___internalString_4; } inline StringBuilder_t ** get_address_of_internalString_4() { return &___internalString_4; } inline void set_internalString_4(StringBuilder_t * value) { ___internalString_4 = value; Il2CppCodeGenWriteBarrier((&___internalString_4), value); } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef MEMBERACCESSEXCEPTION_T1734467078_H #define MEMBERACCESSEXCEPTION_T1734467078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MemberAccessException struct MemberAccessException_t1734467078 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERACCESSEXCEPTION_T1734467078_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_2; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_3; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_4; public: inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(StringReader_t3465604688, ___source_2)); } inline String_t* get_source_2() const { return ___source_2; } inline String_t** get_address_of_source_2() { return &___source_2; } inline void set_source_2(String_t* value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_nextChar_3() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_3)); } inline int32_t get_nextChar_3() const { return ___nextChar_3; } inline int32_t* get_address_of_nextChar_3() { return &___nextChar_3; } inline void set_nextChar_3(int32_t value) { ___nextChar_3 = value; } inline static int32_t get_offset_of_sourceLength_4() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_4)); } inline int32_t get_sourceLength_4() const { return ___sourceLength_4; } inline int32_t* get_address_of_sourceLength_4() { return &___sourceLength_4; } inline void set_sourceLength_4(int32_t value) { ___sourceLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef NULLTEXTREADER_T763622204_H #define NULLTEXTREADER_T763622204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader/NullTextReader struct NullTextReader_t763622204 : public TextReader_t283511965 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLTEXTREADER_T763622204_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255361 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields { public: // /$ArrayType$52 ::$$field-0 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D0_0; // /$ArrayType$24 ::$$field-1 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D1_1; // /$ArrayType$24 ::$$field-2 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D2_2; // /$ArrayType$24 ::$$field-3 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D3_3; // /$ArrayType$24 ::$$field-4 U24ArrayTypeU2424_t2469145093 ___U24U24fieldU2D4_4; // /$ArrayType$16 ::$$field-5 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D5_5; // /$ArrayType$16 ::$$field-6 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D6_6; // /$ArrayType$3132 ::$$field-15 U24ArrayTypeU243132_t2732071528 ___U24U24fieldU2D15_7; // /$ArrayType$20 ::$$field-16 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D16_8; // /$ArrayType$32 ::$$field-17 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D17_9; // /$ArrayType$48 ::$$field-18 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D18_10; // /$ArrayType$64 ::$$field-19 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D19_11; // /$ArrayType$64 ::$$field-20 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D20_12; // /$ArrayType$64 ::$$field-21 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D21_13; // /$ArrayType$64 ::$$field-22 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D22_14; // /$ArrayType$12 ::$$field-23 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D23_15; // /$ArrayType$12 ::$$field-24 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D24_16; // /$ArrayType$12 ::$$field-25 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D25_17; // /$ArrayType$16 ::$$field-26 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D26_18; // /$ArrayType$52 ::$$field-27 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D27_19; // /$ArrayType$52 ::$$field-28 U24ArrayTypeU2452_t520724128 ___U24U24fieldU2D28_20; // /$ArrayType$1668 ::$$field-29 U24ArrayTypeU241668_t760361261 ___U24U24fieldU2D29_21; // /$ArrayType$2100 ::$$field-30 U24ArrayTypeU242100_t1165856516 ___U24U24fieldU2D30_22; // /$ArrayType$1452 ::$$field-31 U24ArrayTypeU241452_t377631024 ___U24U24fieldU2D31_23; // /$ArrayType$136 ::$$field-32 U24ArrayTypeU24136_t1950429485 ___U24U24fieldU2D32_24; // /$ArrayType$84 ::$$field-34 U24ArrayTypeU2484_t950115319 ___U24U24fieldU2D34_25; // /$ArrayType$72 ::$$field-35 U24ArrayTypeU2472_t1683523542 ___U24U24fieldU2D35_26; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137463 ___U24U24fieldU2D36_27; // /$ArrayType$20 ::$$field-37 U24ArrayTypeU2420_t1704471045 ___U24U24fieldU2D37_28; // /$ArrayType$12 ::$$field-38 U24ArrayTypeU2412_t2490092596 ___U24U24fieldU2D38_29; // /$ArrayType$64 ::$$field-39 U24ArrayTypeU2464_t499776625 ___U24U24fieldU2D39_30; // /$ArrayType$124 ::$$field-40 U24ArrayTypeU24124_t4289081647 ___U24U24fieldU2D40_31; // /$ArrayType$32 ::$$field-41 U24ArrayTypeU2432_t3652892010 ___U24U24fieldU2D41_32; // /$ArrayType$96 ::$$field-42 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D42_33; // /$ArrayType$2048 ::$$field-43 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D43_34; // /$ArrayType$56 ::$$field-44 U24ArrayTypeU2456_t1285398176 ___U24U24fieldU2D44_35; // /$ArrayType$16 ::$$field-45 U24ArrayTypeU2416_t3254766644 ___U24U24fieldU2D45_36; // /$ArrayType$48 ::$$field-46 U24ArrayTypeU2448_t1337922363 ___U24U24fieldU2D46_37; // /$ArrayType$2048 ::$$field-47 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D47_38; // /$ArrayType$2048 ::$$field-48 U24ArrayTypeU242048_t3505032960 ___U24U24fieldU2D48_39; // /$ArrayType$256 ::$$field-49 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D49_40; // /$ArrayType$256 ::$$field-50 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D50_41; // /$ArrayType$120 ::$$field-51 U24ArrayTypeU24120_t4289081651 ___U24U24fieldU2D51_42; // /$ArrayType$256 ::$$field-52 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D52_43; // /$ArrayType$256 ::$$field-53 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D53_44; // /$ArrayType$1024 ::$$field-54 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D54_45; // /$ArrayType$1024 ::$$field-55 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D55_46; // /$ArrayType$1024 ::$$field-56 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D56_47; // /$ArrayType$1024 ::$$field-57 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D57_48; // /$ArrayType$1024 ::$$field-58 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D58_49; // /$ArrayType$1024 ::$$field-59 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D59_50; // /$ArrayType$1024 ::$$field-60 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D60_51; // /$ArrayType$1024 ::$$field-61 U24ArrayTypeU241024_t3907531057 ___U24U24fieldU2D61_52; // /$ArrayType$256 ::$$field-62 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D62_53; // /$ArrayType$640 ::$$field-63 U24ArrayTypeU24640_t2298765680 ___U24U24fieldU2D63_54; // /$ArrayType$96 ::$$field-64 U24ArrayTypeU2496_t2898536284 ___U24U24fieldU2D64_55; // /$ArrayType$160 ::$$field-65 U24ArrayTypeU24160_t758788403 ___U24U24fieldU2D65_56; // /$ArrayType$128 ::$$field-67 U24ArrayTypeU24128_t4289081659 ___U24U24fieldU2D67_57; // /$ArrayType$256 ::$$field-68 U24ArrayTypeU24256_t1929481982 ___U24U24fieldU2D68_58; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU2424_t2469145093 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU2424_t2469145093 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU2424_t2469145093 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D15_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D15_7)); } inline U24ArrayTypeU243132_t2732071528 get_U24U24fieldU2D15_7() const { return ___U24U24fieldU2D15_7; } inline U24ArrayTypeU243132_t2732071528 * get_address_of_U24U24fieldU2D15_7() { return &___U24U24fieldU2D15_7; } inline void set_U24U24fieldU2D15_7(U24ArrayTypeU243132_t2732071528 value) { ___U24U24fieldU2D15_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D16_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D16_8)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D16_8() const { return ___U24U24fieldU2D16_8; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D16_8() { return &___U24U24fieldU2D16_8; } inline void set_U24U24fieldU2D16_8(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D16_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D17_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D17_9)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D17_9() const { return ___U24U24fieldU2D17_9; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D17_9() { return &___U24U24fieldU2D17_9; } inline void set_U24U24fieldU2D17_9(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D17_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D18_10)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D18_10() const { return ___U24U24fieldU2D18_10; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D18_10() { return &___U24U24fieldU2D18_10; } inline void set_U24U24fieldU2D18_10(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D18_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D19_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D19_11)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D19_11() const { return ___U24U24fieldU2D19_11; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D19_11() { return &___U24U24fieldU2D19_11; } inline void set_U24U24fieldU2D19_11(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D19_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D20_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D20_12)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D20_12() const { return ___U24U24fieldU2D20_12; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D20_12() { return &___U24U24fieldU2D20_12; } inline void set_U24U24fieldU2D20_12(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D20_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D21_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D21_13)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D21_13() const { return ___U24U24fieldU2D21_13; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D21_13() { return &___U24U24fieldU2D21_13; } inline void set_U24U24fieldU2D21_13(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D21_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D22_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D22_14)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D22_14() const { return ___U24U24fieldU2D22_14; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D22_14() { return &___U24U24fieldU2D22_14; } inline void set_U24U24fieldU2D22_14(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D22_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D23_15)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D23_15() const { return ___U24U24fieldU2D23_15; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D23_15() { return &___U24U24fieldU2D23_15; } inline void set_U24U24fieldU2D23_15(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D23_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D24_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D24_16)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D24_16() const { return ___U24U24fieldU2D24_16; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D24_16() { return &___U24U24fieldU2D24_16; } inline void set_U24U24fieldU2D24_16(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D24_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D25_17)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D25_17() const { return ___U24U24fieldU2D25_17; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D25_17() { return &___U24U24fieldU2D25_17; } inline void set_U24U24fieldU2D25_17(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D25_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D26_18)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D26_18() const { return ___U24U24fieldU2D26_18; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D26_18() { return &___U24U24fieldU2D26_18; } inline void set_U24U24fieldU2D26_18(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D26_18 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D27_19)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D27_19() const { return ___U24U24fieldU2D27_19; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D27_19() { return &___U24U24fieldU2D27_19; } inline void set_U24U24fieldU2D27_19(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D27_19 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D28_20)); } inline U24ArrayTypeU2452_t520724128 get_U24U24fieldU2D28_20() const { return ___U24U24fieldU2D28_20; } inline U24ArrayTypeU2452_t520724128 * get_address_of_U24U24fieldU2D28_20() { return &___U24U24fieldU2D28_20; } inline void set_U24U24fieldU2D28_20(U24ArrayTypeU2452_t520724128 value) { ___U24U24fieldU2D28_20 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D29_21)); } inline U24ArrayTypeU241668_t760361261 get_U24U24fieldU2D29_21() const { return ___U24U24fieldU2D29_21; } inline U24ArrayTypeU241668_t760361261 * get_address_of_U24U24fieldU2D29_21() { return &___U24U24fieldU2D29_21; } inline void set_U24U24fieldU2D29_21(U24ArrayTypeU241668_t760361261 value) { ___U24U24fieldU2D29_21 = value; } inline static int32_t get_offset_of_U24U24fieldU2D30_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D30_22)); } inline U24ArrayTypeU242100_t1165856516 get_U24U24fieldU2D30_22() const { return ___U24U24fieldU2D30_22; } inline U24ArrayTypeU242100_t1165856516 * get_address_of_U24U24fieldU2D30_22() { return &___U24U24fieldU2D30_22; } inline void set_U24U24fieldU2D30_22(U24ArrayTypeU242100_t1165856516 value) { ___U24U24fieldU2D30_22 = value; } inline static int32_t get_offset_of_U24U24fieldU2D31_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D31_23)); } inline U24ArrayTypeU241452_t377631024 get_U24U24fieldU2D31_23() const { return ___U24U24fieldU2D31_23; } inline U24ArrayTypeU241452_t377631024 * get_address_of_U24U24fieldU2D31_23() { return &___U24U24fieldU2D31_23; } inline void set_U24U24fieldU2D31_23(U24ArrayTypeU241452_t377631024 value) { ___U24U24fieldU2D31_23 = value; } inline static int32_t get_offset_of_U24U24fieldU2D32_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D32_24)); } inline U24ArrayTypeU24136_t1950429485 get_U24U24fieldU2D32_24() const { return ___U24U24fieldU2D32_24; } inline U24ArrayTypeU24136_t1950429485 * get_address_of_U24U24fieldU2D32_24() { return &___U24U24fieldU2D32_24; } inline void set_U24U24fieldU2D32_24(U24ArrayTypeU24136_t1950429485 value) { ___U24U24fieldU2D32_24 = value; } inline static int32_t get_offset_of_U24U24fieldU2D34_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D34_25)); } inline U24ArrayTypeU2484_t950115319 get_U24U24fieldU2D34_25() const { return ___U24U24fieldU2D34_25; } inline U24ArrayTypeU2484_t950115319 * get_address_of_U24U24fieldU2D34_25() { return &___U24U24fieldU2D34_25; } inline void set_U24U24fieldU2D34_25(U24ArrayTypeU2484_t950115319 value) { ___U24U24fieldU2D34_25 = value; } inline static int32_t get_offset_of_U24U24fieldU2D35_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D35_26)); } inline U24ArrayTypeU2472_t1683523542 get_U24U24fieldU2D35_26() const { return ___U24U24fieldU2D35_26; } inline U24ArrayTypeU2472_t1683523542 * get_address_of_U24U24fieldU2D35_26() { return &___U24U24fieldU2D35_26; } inline void set_U24U24fieldU2D35_26(U24ArrayTypeU2472_t1683523542 value) { ___U24U24fieldU2D35_26 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D36_27)); } inline U24ArrayTypeU248_t3244137463 get_U24U24fieldU2D36_27() const { return ___U24U24fieldU2D36_27; } inline U24ArrayTypeU248_t3244137463 * get_address_of_U24U24fieldU2D36_27() { return &___U24U24fieldU2D36_27; } inline void set_U24U24fieldU2D36_27(U24ArrayTypeU248_t3244137463 value) { ___U24U24fieldU2D36_27 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D37_28)); } inline U24ArrayTypeU2420_t1704471045 get_U24U24fieldU2D37_28() const { return ___U24U24fieldU2D37_28; } inline U24ArrayTypeU2420_t1704471045 * get_address_of_U24U24fieldU2D37_28() { return &___U24U24fieldU2D37_28; } inline void set_U24U24fieldU2D37_28(U24ArrayTypeU2420_t1704471045 value) { ___U24U24fieldU2D37_28 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D38_29)); } inline U24ArrayTypeU2412_t2490092596 get_U24U24fieldU2D38_29() const { return ___U24U24fieldU2D38_29; } inline U24ArrayTypeU2412_t2490092596 * get_address_of_U24U24fieldU2D38_29() { return &___U24U24fieldU2D38_29; } inline void set_U24U24fieldU2D38_29(U24ArrayTypeU2412_t2490092596 value) { ___U24U24fieldU2D38_29 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D39_30)); } inline U24ArrayTypeU2464_t499776625 get_U24U24fieldU2D39_30() const { return ___U24U24fieldU2D39_30; } inline U24ArrayTypeU2464_t499776625 * get_address_of_U24U24fieldU2D39_30() { return &___U24U24fieldU2D39_30; } inline void set_U24U24fieldU2D39_30(U24ArrayTypeU2464_t499776625 value) { ___U24U24fieldU2D39_30 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D40_31)); } inline U24ArrayTypeU24124_t4289081647 get_U24U24fieldU2D40_31() const { return ___U24U24fieldU2D40_31; } inline U24ArrayTypeU24124_t4289081647 * get_address_of_U24U24fieldU2D40_31() { return &___U24U24fieldU2D40_31; } inline void set_U24U24fieldU2D40_31(U24ArrayTypeU24124_t4289081647 value) { ___U24U24fieldU2D40_31 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D41_32)); } inline U24ArrayTypeU2432_t3652892010 get_U24U24fieldU2D41_32() const { return ___U24U24fieldU2D41_32; } inline U24ArrayTypeU2432_t3652892010 * get_address_of_U24U24fieldU2D41_32() { return &___U24U24fieldU2D41_32; } inline void set_U24U24fieldU2D41_32(U24ArrayTypeU2432_t3652892010 value) { ___U24U24fieldU2D41_32 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D42_33)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D42_33() const { return ___U24U24fieldU2D42_33; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D42_33() { return &___U24U24fieldU2D42_33; } inline void set_U24U24fieldU2D42_33(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D42_33 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D43_34)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D43_34() const { return ___U24U24fieldU2D43_34; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D43_34() { return &___U24U24fieldU2D43_34; } inline void set_U24U24fieldU2D43_34(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D43_34 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D44_35)); } inline U24ArrayTypeU2456_t1285398176 get_U24U24fieldU2D44_35() const { return ___U24U24fieldU2D44_35; } inline U24ArrayTypeU2456_t1285398176 * get_address_of_U24U24fieldU2D44_35() { return &___U24U24fieldU2D44_35; } inline void set_U24U24fieldU2D44_35(U24ArrayTypeU2456_t1285398176 value) { ___U24U24fieldU2D44_35 = value; } inline static int32_t get_offset_of_U24U24fieldU2D45_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D45_36)); } inline U24ArrayTypeU2416_t3254766644 get_U24U24fieldU2D45_36() const { return ___U24U24fieldU2D45_36; } inline U24ArrayTypeU2416_t3254766644 * get_address_of_U24U24fieldU2D45_36() { return &___U24U24fieldU2D45_36; } inline void set_U24U24fieldU2D45_36(U24ArrayTypeU2416_t3254766644 value) { ___U24U24fieldU2D45_36 = value; } inline static int32_t get_offset_of_U24U24fieldU2D46_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D46_37)); } inline U24ArrayTypeU2448_t1337922363 get_U24U24fieldU2D46_37() const { return ___U24U24fieldU2D46_37; } inline U24ArrayTypeU2448_t1337922363 * get_address_of_U24U24fieldU2D46_37() { return &___U24U24fieldU2D46_37; } inline void set_U24U24fieldU2D46_37(U24ArrayTypeU2448_t1337922363 value) { ___U24U24fieldU2D46_37 = value; } inline static int32_t get_offset_of_U24U24fieldU2D47_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D47_38)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D47_38() const { return ___U24U24fieldU2D47_38; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D47_38() { return &___U24U24fieldU2D47_38; } inline void set_U24U24fieldU2D47_38(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D47_38 = value; } inline static int32_t get_offset_of_U24U24fieldU2D48_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D48_39)); } inline U24ArrayTypeU242048_t3505032960 get_U24U24fieldU2D48_39() const { return ___U24U24fieldU2D48_39; } inline U24ArrayTypeU242048_t3505032960 * get_address_of_U24U24fieldU2D48_39() { return &___U24U24fieldU2D48_39; } inline void set_U24U24fieldU2D48_39(U24ArrayTypeU242048_t3505032960 value) { ___U24U24fieldU2D48_39 = value; } inline static int32_t get_offset_of_U24U24fieldU2D49_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D49_40)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D49_40() const { return ___U24U24fieldU2D49_40; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D49_40() { return &___U24U24fieldU2D49_40; } inline void set_U24U24fieldU2D49_40(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D49_40 = value; } inline static int32_t get_offset_of_U24U24fieldU2D50_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D50_41)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D50_41() const { return ___U24U24fieldU2D50_41; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D50_41() { return &___U24U24fieldU2D50_41; } inline void set_U24U24fieldU2D50_41(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D50_41 = value; } inline static int32_t get_offset_of_U24U24fieldU2D51_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D51_42)); } inline U24ArrayTypeU24120_t4289081651 get_U24U24fieldU2D51_42() const { return ___U24U24fieldU2D51_42; } inline U24ArrayTypeU24120_t4289081651 * get_address_of_U24U24fieldU2D51_42() { return &___U24U24fieldU2D51_42; } inline void set_U24U24fieldU2D51_42(U24ArrayTypeU24120_t4289081651 value) { ___U24U24fieldU2D51_42 = value; } inline static int32_t get_offset_of_U24U24fieldU2D52_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D52_43)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D52_43() const { return ___U24U24fieldU2D52_43; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D52_43() { return &___U24U24fieldU2D52_43; } inline void set_U24U24fieldU2D52_43(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D52_43 = value; } inline static int32_t get_offset_of_U24U24fieldU2D53_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D53_44)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D53_44() const { return ___U24U24fieldU2D53_44; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D53_44() { return &___U24U24fieldU2D53_44; } inline void set_U24U24fieldU2D53_44(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D53_44 = value; } inline static int32_t get_offset_of_U24U24fieldU2D54_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D54_45)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D54_45() const { return ___U24U24fieldU2D54_45; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D54_45() { return &___U24U24fieldU2D54_45; } inline void set_U24U24fieldU2D54_45(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D54_45 = value; } inline static int32_t get_offset_of_U24U24fieldU2D55_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D55_46)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D55_46() const { return ___U24U24fieldU2D55_46; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D55_46() { return &___U24U24fieldU2D55_46; } inline void set_U24U24fieldU2D55_46(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D55_46 = value; } inline static int32_t get_offset_of_U24U24fieldU2D56_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D56_47)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D56_47() const { return ___U24U24fieldU2D56_47; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D56_47() { return &___U24U24fieldU2D56_47; } inline void set_U24U24fieldU2D56_47(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D56_47 = value; } inline static int32_t get_offset_of_U24U24fieldU2D57_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D57_48)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D57_48() const { return ___U24U24fieldU2D57_48; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D57_48() { return &___U24U24fieldU2D57_48; } inline void set_U24U24fieldU2D57_48(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D57_48 = value; } inline static int32_t get_offset_of_U24U24fieldU2D58_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D58_49)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D58_49() const { return ___U24U24fieldU2D58_49; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D58_49() { return &___U24U24fieldU2D58_49; } inline void set_U24U24fieldU2D58_49(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D58_49 = value; } inline static int32_t get_offset_of_U24U24fieldU2D59_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D59_50)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D59_50() const { return ___U24U24fieldU2D59_50; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D59_50() { return &___U24U24fieldU2D59_50; } inline void set_U24U24fieldU2D59_50(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D59_50 = value; } inline static int32_t get_offset_of_U24U24fieldU2D60_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D60_51)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D60_51() const { return ___U24U24fieldU2D60_51; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D60_51() { return &___U24U24fieldU2D60_51; } inline void set_U24U24fieldU2D60_51(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D60_51 = value; } inline static int32_t get_offset_of_U24U24fieldU2D61_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D61_52)); } inline U24ArrayTypeU241024_t3907531057 get_U24U24fieldU2D61_52() const { return ___U24U24fieldU2D61_52; } inline U24ArrayTypeU241024_t3907531057 * get_address_of_U24U24fieldU2D61_52() { return &___U24U24fieldU2D61_52; } inline void set_U24U24fieldU2D61_52(U24ArrayTypeU241024_t3907531057 value) { ___U24U24fieldU2D61_52 = value; } inline static int32_t get_offset_of_U24U24fieldU2D62_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D62_53)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D62_53() const { return ___U24U24fieldU2D62_53; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D62_53() { return &___U24U24fieldU2D62_53; } inline void set_U24U24fieldU2D62_53(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D62_53 = value; } inline static int32_t get_offset_of_U24U24fieldU2D63_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D63_54)); } inline U24ArrayTypeU24640_t2298765680 get_U24U24fieldU2D63_54() const { return ___U24U24fieldU2D63_54; } inline U24ArrayTypeU24640_t2298765680 * get_address_of_U24U24fieldU2D63_54() { return &___U24U24fieldU2D63_54; } inline void set_U24U24fieldU2D63_54(U24ArrayTypeU24640_t2298765680 value) { ___U24U24fieldU2D63_54 = value; } inline static int32_t get_offset_of_U24U24fieldU2D64_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D64_55)); } inline U24ArrayTypeU2496_t2898536284 get_U24U24fieldU2D64_55() const { return ___U24U24fieldU2D64_55; } inline U24ArrayTypeU2496_t2898536284 * get_address_of_U24U24fieldU2D64_55() { return &___U24U24fieldU2D64_55; } inline void set_U24U24fieldU2D64_55(U24ArrayTypeU2496_t2898536284 value) { ___U24U24fieldU2D64_55 = value; } inline static int32_t get_offset_of_U24U24fieldU2D65_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D65_56)); } inline U24ArrayTypeU24160_t758788403 get_U24U24fieldU2D65_56() const { return ___U24U24fieldU2D65_56; } inline U24ArrayTypeU24160_t758788403 * get_address_of_U24U24fieldU2D65_56() { return &___U24U24fieldU2D65_56; } inline void set_U24U24fieldU2D65_56(U24ArrayTypeU24160_t758788403 value) { ___U24U24fieldU2D65_56 = value; } inline static int32_t get_offset_of_U24U24fieldU2D67_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D67_57)); } inline U24ArrayTypeU24128_t4289081659 get_U24U24fieldU2D67_57() const { return ___U24U24fieldU2D67_57; } inline U24ArrayTypeU24128_t4289081659 * get_address_of_U24U24fieldU2D67_57() { return &___U24U24fieldU2D67_57; } inline void set_U24U24fieldU2D67_57(U24ArrayTypeU24128_t4289081659 value) { ___U24U24fieldU2D67_57 = value; } inline static int32_t get_offset_of_U24U24fieldU2D68_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255361_StaticFields, ___U24U24fieldU2D68_58)); } inline U24ArrayTypeU24256_t1929481982 get_U24U24fieldU2D68_58() const { return ___U24U24fieldU2D68_58; } inline U24ArrayTypeU24256_t1929481982 * get_address_of_U24U24fieldU2D68_58() { return &___U24U24fieldU2D68_58; } inline void set_U24U24fieldU2D68_58(U24ArrayTypeU24256_t1929481982 value) { ___U24U24fieldU2D68_58 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255361_H #ifndef LOADEROPTIMIZATION_T1484956347_H #define LOADEROPTIMIZATION_T1484956347_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.LoaderOptimization struct LoaderOptimization_t1484956347 { public: // System.Int32 System.LoaderOptimization::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoaderOptimization_t1484956347, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOADEROPTIMIZATION_T1484956347_H #ifndef SYNCHRONIZEDWRITER_T1722853220_H #define SYNCHRONIZEDWRITER_T1722853220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SynchronizedWriter struct SynchronizedWriter_t1722853220 : public TextWriter_t3478189236 { public: // System.IO.TextWriter System.IO.SynchronizedWriter::writer TextWriter_t3478189236 * ___writer_4; // System.Boolean System.IO.SynchronizedWriter::neverClose bool ___neverClose_5; public: inline static int32_t get_offset_of_writer_4() { return static_cast(offsetof(SynchronizedWriter_t1722853220, ___writer_4)); } inline TextWriter_t3478189236 * get_writer_4() const { return ___writer_4; } inline TextWriter_t3478189236 ** get_address_of_writer_4() { return &___writer_4; } inline void set_writer_4(TextWriter_t3478189236 * value) { ___writer_4 = value; Il2CppCodeGenWriteBarrier((&___writer_4), value); } inline static int32_t get_offset_of_neverClose_5() { return static_cast(offsetof(SynchronizedWriter_t1722853220, ___neverClose_5)); } inline bool get_neverClose_5() const { return ___neverClose_5; } inline bool* get_address_of_neverClose_5() { return &___neverClose_5; } inline void set_neverClose_5(bool value) { ___neverClose_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYNCHRONIZEDWRITER_T1722853220_H #ifndef NULLTEXTWRITER_T1377692031_H #define NULLTEXTWRITER_T1377692031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter/NullTextWriter struct NullTextWriter_t1377692031 : public TextWriter_t3478189236 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLTEXTWRITER_T1377692031_H #ifndef REMOTINGEXCEPTION_T2290474311_H #define REMOTINGEXCEPTION_T2290474311_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.RemotingException struct RemotingException_t2290474311 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REMOTINGEXCEPTION_T2290474311_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef ENDOFSTREAMEXCEPTION_T2015613008_H #define ENDOFSTREAMEXCEPTION_T2015613008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.EndOfStreamException struct EndOfStreamException_t2015613008 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENDOFSTREAMEXCEPTION_T2015613008_H #ifndef CSTREAMREADER_T1059740272_H #define CSTREAMREADER_T1059740272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.CStreamReader struct CStreamReader_t1059740272 : public StreamReader_t4009935899 { public: // System.TermInfoDriver System.IO.CStreamReader::driver TermInfoDriver_t2335718621 * ___driver_15; public: inline static int32_t get_offset_of_driver_15() { return static_cast(offsetof(CStreamReader_t1059740272, ___driver_15)); } inline TermInfoDriver_t2335718621 * get_driver_15() const { return ___driver_15; } inline TermInfoDriver_t2335718621 ** get_address_of_driver_15() { return &___driver_15; } inline void set_driver_15(TermInfoDriver_t2335718621 * value) { ___driver_15 = value; Il2CppCodeGenWriteBarrier((&___driver_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMREADER_T1059740272_H #ifndef TERMINFODRIVER_T2335718621_H #define TERMINFODRIVER_T2335718621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TermInfoDriver struct TermInfoDriver_t2335718621 : public RuntimeObject { public: // System.TermInfoReader System.TermInfoDriver::reader TermInfoReader_t3116894478 * ___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_t4009935899 * ___stdin_14; // System.IO.CStreamWriter System.TermInfoDriver::stdout CStreamWriter_t3783449173 * ___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_t3528271667* ___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.Boolean System.TermInfoDriver::color16 bool ___color16_32; // System.String System.TermInfoDriver::setlfgcolor String_t* ___setlfgcolor_33; // System.String System.TermInfoDriver::setlbgcolor String_t* ___setlbgcolor_34; // System.String System.TermInfoDriver::setfgcolor String_t* ___setfgcolor_35; // System.String System.TermInfoDriver::setbgcolor String_t* ___setbgcolor_36; // System.Boolean System.TermInfoDriver::noGetPosition bool ___noGetPosition_37; // System.Collections.Hashtable System.TermInfoDriver::keymap Hashtable_t1853889766 * ___keymap_38; // System.ByteMatcher System.TermInfoDriver::rootmap ByteMatcher_t2129355737 * ___rootmap_39; // System.Boolean System.TermInfoDriver::home_1_1 bool ___home_1_1_40; // System.Int32 System.TermInfoDriver::rl_startx int32_t ___rl_startx_41; // System.Int32 System.TermInfoDriver::rl_starty int32_t ___rl_starty_42; // System.Byte[] System.TermInfoDriver::control_characters ByteU5BU5D_t4116647657* ___control_characters_43; // System.Char[] System.TermInfoDriver::echobuf CharU5BU5D_t3528271667* ___echobuf_44; // System.Int32 System.TermInfoDriver::echon int32_t ___echon_45; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___reader_3)); } inline TermInfoReader_t3116894478 * get_reader_3() const { return ___reader_3; } inline TermInfoReader_t3116894478 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(TermInfoReader_t3116894478 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_cursorLeft_4() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorLeft_4)); } inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; } inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; } inline void set_cursorLeft_4(int32_t value) { ___cursorLeft_4 = value; } inline static int32_t get_offset_of_cursorTop_5() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___cursorTop_5)); } inline int32_t get_cursorTop_5() const { return ___cursorTop_5; } inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; } inline void set_cursorTop_5(int32_t value) { ___cursorTop_5 = value; } inline static int32_t get_offset_of_title_6() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___cursorVisible_8)); } inline bool get_cursorVisible_8() const { return ___cursorVisible_8; } inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; } inline void set_cursorVisible_8(bool value) { ___cursorVisible_8 = value; } inline static int32_t get_offset_of_csrVisible_9() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___stdin_14)); } inline StreamReader_t4009935899 * get_stdin_14() const { return ___stdin_14; } inline StreamReader_t4009935899 ** get_address_of_stdin_14() { return &___stdin_14; } inline void set_stdin_14(StreamReader_t4009935899 * value) { ___stdin_14 = value; Il2CppCodeGenWriteBarrier((&___stdin_14), value); } inline static int32_t get_offset_of_stdout_15() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___stdout_15)); } inline CStreamWriter_t3783449173 * get_stdout_15() const { return ___stdout_15; } inline CStreamWriter_t3783449173 ** get_address_of_stdout_15() { return &___stdout_15; } inline void set_stdout_15(CStreamWriter_t3783449173 * value) { ___stdout_15 = value; Il2CppCodeGenWriteBarrier((&___stdout_15), value); } inline static int32_t get_offset_of_windowWidth_16() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowWidth_16)); } inline int32_t get_windowWidth_16() const { return ___windowWidth_16; } inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; } inline void set_windowWidth_16(int32_t value) { ___windowWidth_16 = value; } inline static int32_t get_offset_of_windowHeight_17() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___windowHeight_17)); } inline int32_t get_windowHeight_17() const { return ___windowHeight_17; } inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; } inline void set_windowHeight_17(int32_t value) { ___windowHeight_17 = value; } inline static int32_t get_offset_of_bufferHeight_18() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferHeight_18)); } inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; } inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; } inline void set_bufferHeight_18(int32_t value) { ___bufferHeight_18 = value; } inline static int32_t get_offset_of_bufferWidth_19() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___bufferWidth_19)); } inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; } inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; } inline void set_bufferWidth_19(int32_t value) { ___bufferWidth_19 = value; } inline static int32_t get_offset_of_buffer_20() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___buffer_20)); } inline CharU5BU5D_t3528271667* get_buffer_20() const { return ___buffer_20; } inline CharU5BU5D_t3528271667** get_address_of_buffer_20() { return &___buffer_20; } inline void set_buffer_20(CharU5BU5D_t3528271667* value) { ___buffer_20 = value; Il2CppCodeGenWriteBarrier((&___buffer_20), value); } inline static int32_t get_offset_of_readpos_21() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___readpos_21)); } inline int32_t get_readpos_21() const { return ___readpos_21; } inline int32_t* get_address_of_readpos_21() { return &___readpos_21; } inline void set_readpos_21(int32_t value) { ___readpos_21 = value; } inline static int32_t get_offset_of_writepos_22() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___writepos_22)); } inline int32_t get_writepos_22() const { return ___writepos_22; } inline int32_t* get_address_of_writepos_22() { return &___writepos_22; } inline void set_writepos_22(int32_t value) { ___writepos_22 = value; } inline static int32_t get_offset_of_keypadXmit_23() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___inited_25)); } inline bool get_inited_25() const { return ___inited_25; } inline bool* get_address_of_inited_25() { return &___inited_25; } inline void set_inited_25(bool value) { ___inited_25 = value; } inline static int32_t get_offset_of_initLock_26() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___initKeys_27)); } inline bool get_initKeys_27() const { return ___initKeys_27; } inline bool* get_address_of_initKeys_27() { return &___initKeys_27; } inline void set_initKeys_27(bool value) { ___initKeys_27 = value; } inline static int32_t get_offset_of_origPair_28() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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(offsetof(TermInfoDriver_t2335718621, ___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_color16_32() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___color16_32)); } inline bool get_color16_32() const { return ___color16_32; } inline bool* get_address_of_color16_32() { return &___color16_32; } inline void set_color16_32(bool value) { ___color16_32 = value; } inline static int32_t get_offset_of_setlfgcolor_33() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlfgcolor_33)); } inline String_t* get_setlfgcolor_33() const { return ___setlfgcolor_33; } inline String_t** get_address_of_setlfgcolor_33() { return &___setlfgcolor_33; } inline void set_setlfgcolor_33(String_t* value) { ___setlfgcolor_33 = value; Il2CppCodeGenWriteBarrier((&___setlfgcolor_33), value); } inline static int32_t get_offset_of_setlbgcolor_34() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setlbgcolor_34)); } inline String_t* get_setlbgcolor_34() const { return ___setlbgcolor_34; } inline String_t** get_address_of_setlbgcolor_34() { return &___setlbgcolor_34; } inline void set_setlbgcolor_34(String_t* value) { ___setlbgcolor_34 = value; Il2CppCodeGenWriteBarrier((&___setlbgcolor_34), value); } inline static int32_t get_offset_of_setfgcolor_35() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setfgcolor_35)); } inline String_t* get_setfgcolor_35() const { return ___setfgcolor_35; } inline String_t** get_address_of_setfgcolor_35() { return &___setfgcolor_35; } inline void set_setfgcolor_35(String_t* value) { ___setfgcolor_35 = value; Il2CppCodeGenWriteBarrier((&___setfgcolor_35), value); } inline static int32_t get_offset_of_setbgcolor_36() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___setbgcolor_36)); } inline String_t* get_setbgcolor_36() const { return ___setbgcolor_36; } inline String_t** get_address_of_setbgcolor_36() { return &___setbgcolor_36; } inline void set_setbgcolor_36(String_t* value) { ___setbgcolor_36 = value; Il2CppCodeGenWriteBarrier((&___setbgcolor_36), value); } inline static int32_t get_offset_of_noGetPosition_37() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___noGetPosition_37)); } inline bool get_noGetPosition_37() const { return ___noGetPosition_37; } inline bool* get_address_of_noGetPosition_37() { return &___noGetPosition_37; } inline void set_noGetPosition_37(bool value) { ___noGetPosition_37 = value; } inline static int32_t get_offset_of_keymap_38() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___keymap_38)); } inline Hashtable_t1853889766 * get_keymap_38() const { return ___keymap_38; } inline Hashtable_t1853889766 ** get_address_of_keymap_38() { return &___keymap_38; } inline void set_keymap_38(Hashtable_t1853889766 * value) { ___keymap_38 = value; Il2CppCodeGenWriteBarrier((&___keymap_38), value); } inline static int32_t get_offset_of_rootmap_39() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rootmap_39)); } inline ByteMatcher_t2129355737 * get_rootmap_39() const { return ___rootmap_39; } inline ByteMatcher_t2129355737 ** get_address_of_rootmap_39() { return &___rootmap_39; } inline void set_rootmap_39(ByteMatcher_t2129355737 * value) { ___rootmap_39 = value; Il2CppCodeGenWriteBarrier((&___rootmap_39), value); } inline static int32_t get_offset_of_home_1_1_40() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___home_1_1_40)); } inline bool get_home_1_1_40() const { return ___home_1_1_40; } inline bool* get_address_of_home_1_1_40() { return &___home_1_1_40; } inline void set_home_1_1_40(bool value) { ___home_1_1_40 = value; } inline static int32_t get_offset_of_rl_startx_41() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_startx_41)); } inline int32_t get_rl_startx_41() const { return ___rl_startx_41; } inline int32_t* get_address_of_rl_startx_41() { return &___rl_startx_41; } inline void set_rl_startx_41(int32_t value) { ___rl_startx_41 = value; } inline static int32_t get_offset_of_rl_starty_42() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___rl_starty_42)); } inline int32_t get_rl_starty_42() const { return ___rl_starty_42; } inline int32_t* get_address_of_rl_starty_42() { return &___rl_starty_42; } inline void set_rl_starty_42(int32_t value) { ___rl_starty_42 = value; } inline static int32_t get_offset_of_control_characters_43() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___control_characters_43)); } inline ByteU5BU5D_t4116647657* get_control_characters_43() const { return ___control_characters_43; } inline ByteU5BU5D_t4116647657** get_address_of_control_characters_43() { return &___control_characters_43; } inline void set_control_characters_43(ByteU5BU5D_t4116647657* value) { ___control_characters_43 = value; Il2CppCodeGenWriteBarrier((&___control_characters_43), value); } inline static int32_t get_offset_of_echobuf_44() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echobuf_44)); } inline CharU5BU5D_t3528271667* get_echobuf_44() const { return ___echobuf_44; } inline CharU5BU5D_t3528271667** get_address_of_echobuf_44() { return &___echobuf_44; } inline void set_echobuf_44(CharU5BU5D_t3528271667* value) { ___echobuf_44 = value; Il2CppCodeGenWriteBarrier((&___echobuf_44), value); } inline static int32_t get_offset_of_echon_45() { return static_cast(offsetof(TermInfoDriver_t2335718621, ___echon_45)); } inline int32_t get_echon_45() const { return ___echon_45; } inline int32_t* get_address_of_echon_45() { return &___echon_45; } inline void set_echon_45(int32_t value) { ___echon_45 = value; } }; struct TermInfoDriver_t2335718621_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_t1281789340* ___locations_2; // System.TermInfoStrings[] System.TermInfoDriver::UsedKeys TermInfoStringsU5BU5D_t4121115714* ___UsedKeys_46; public: inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___native_terminal_size_0)); } inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; } inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; } inline void set_native_terminal_size_0(int32_t* value) { ___native_terminal_size_0 = value; } inline static int32_t get_offset_of_terminal_size_1() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___terminal_size_1)); } inline int32_t get_terminal_size_1() const { return ___terminal_size_1; } inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; } inline void set_terminal_size_1(int32_t value) { ___terminal_size_1 = value; } inline static int32_t get_offset_of_locations_2() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___locations_2)); } inline StringU5BU5D_t1281789340* get_locations_2() const { return ___locations_2; } inline StringU5BU5D_t1281789340** get_address_of_locations_2() { return &___locations_2; } inline void set_locations_2(StringU5BU5D_t1281789340* value) { ___locations_2 = value; Il2CppCodeGenWriteBarrier((&___locations_2), value); } inline static int32_t get_offset_of_UsedKeys_46() { return static_cast(offsetof(TermInfoDriver_t2335718621_StaticFields, ___UsedKeys_46)); } inline TermInfoStringsU5BU5D_t4121115714* get_UsedKeys_46() const { return ___UsedKeys_46; } inline TermInfoStringsU5BU5D_t4121115714** get_address_of_UsedKeys_46() { return &___UsedKeys_46; } inline void set_UsedKeys_46(TermInfoStringsU5BU5D_t4121115714* value) { ___UsedKeys_46 = value; Il2CppCodeGenWriteBarrier((&___UsedKeys_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TERMINFODRIVER_T2335718621_H #ifndef CONSOLEKEYINFO_T1802691652_H #define CONSOLEKEYINFO_T1802691652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652 { public: // System.ConsoleKey System.ConsoleKeyInfo::key int32_t ___key_1; // System.Char System.ConsoleKeyInfo::keychar Il2CppChar ___keychar_2; // System.ConsoleModifiers System.ConsoleKeyInfo::modifiers int32_t ___modifiers_3; public: inline static int32_t get_offset_of_key_1() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___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_keychar_2() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___keychar_2)); } inline Il2CppChar get_keychar_2() const { return ___keychar_2; } inline Il2CppChar* get_address_of_keychar_2() { return &___keychar_2; } inline void set_keychar_2(Il2CppChar value) { ___keychar_2 = value; } inline static int32_t get_offset_of_modifiers_3() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652, ___modifiers_3)); } inline int32_t get_modifiers_3() const { return ___modifiers_3; } inline int32_t* get_address_of_modifiers_3() { return &___modifiers_3; } inline void set_modifiers_3(int32_t value) { ___modifiers_3 = value; } }; struct ConsoleKeyInfo_t1802691652_StaticFields { public: // System.ConsoleKeyInfo System.ConsoleKeyInfo::Empty ConsoleKeyInfo_t1802691652 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(ConsoleKeyInfo_t1802691652_StaticFields, ___Empty_0)); } inline ConsoleKeyInfo_t1802691652 get_Empty_0() const { return ___Empty_0; } inline ConsoleKeyInfo_t1802691652 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(ConsoleKeyInfo_t1802691652 value) { ___Empty_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_pinvoke { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; // Native definition for COM marshalling of System.ConsoleKeyInfo struct ConsoleKeyInfo_t1802691652_marshaled_com { int32_t ___key_1; uint8_t ___keychar_2; int32_t ___modifiers_3; }; #endif // CONSOLEKEYINFO_T1802691652_H #ifndef CSTREAMWRITER_T3783449173_H #define CSTREAMWRITER_T3783449173_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_t3783449173 : public StreamWriter_t1266378904 { public: // System.TermInfoDriver System.IO.CStreamWriter::driver TermInfoDriver_t2335718621 * ___driver_14; public: inline static int32_t get_offset_of_driver_14() { return static_cast(offsetof(CStreamWriter_t3783449173, ___driver_14)); } inline TermInfoDriver_t2335718621 * get_driver_14() const { return ___driver_14; } inline TermInfoDriver_t2335718621 ** get_address_of_driver_14() { return &___driver_14; } inline void set_driver_14(TermInfoDriver_t2335718621 * value) { ___driver_14 = value; Il2CppCodeGenWriteBarrier((&___driver_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CSTREAMWRITER_T3783449173_H #ifndef MONOMETHOD_T_H #define MONOMETHOD_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoMethod struct MonoMethod_t : public MethodInfo_t { public: // System.IntPtr System.Reflection.MonoMethod::mhandle intptr_t ___mhandle_0; // System.String System.Reflection.MonoMethod::name String_t* ___name_1; // System.Type System.Reflection.MonoMethod::reftype Type_t * ___reftype_2; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MonoMethod_t, ___mhandle_0)); } inline intptr_t get_mhandle_0() const { return ___mhandle_0; } inline intptr_t* get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(intptr_t value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoMethod_t, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_reftype_2() { return static_cast(offsetof(MonoMethod_t, ___reftype_2)); } inline Type_t * get_reftype_2() const { return ___reftype_2; } inline Type_t ** get_address_of_reftype_2() { return &___reftype_2; } inline void set_reftype_2(Type_t * value) { ___reftype_2 = value; Il2CppCodeGenWriteBarrier((&___reftype_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOMETHOD_T_H #ifndef FILEIOPERMISSION_T3596906749_H #define FILEIOPERMISSION_T3596906749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Permissions.FileIOPermission struct FileIOPermission_t3596906749 : public CodeAccessPermission_t2681295399 { public: // System.Boolean System.Security.Permissions.FileIOPermission::m_Unrestricted bool ___m_Unrestricted_2; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllFilesAccess int32_t ___m_AllFilesAccess_3; // System.Security.Permissions.FileIOPermissionAccess System.Security.Permissions.FileIOPermission::m_AllLocalFilesAccess int32_t ___m_AllLocalFilesAccess_4; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::readList ArrayList_t2718874744 * ___readList_5; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::writeList ArrayList_t2718874744 * ___writeList_6; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::appendList ArrayList_t2718874744 * ___appendList_7; // System.Collections.ArrayList System.Security.Permissions.FileIOPermission::pathList ArrayList_t2718874744 * ___pathList_8; public: inline static int32_t get_offset_of_m_Unrestricted_2() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_Unrestricted_2)); } inline bool get_m_Unrestricted_2() const { return ___m_Unrestricted_2; } inline bool* get_address_of_m_Unrestricted_2() { return &___m_Unrestricted_2; } inline void set_m_Unrestricted_2(bool value) { ___m_Unrestricted_2 = value; } inline static int32_t get_offset_of_m_AllFilesAccess_3() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllFilesAccess_3)); } inline int32_t get_m_AllFilesAccess_3() const { return ___m_AllFilesAccess_3; } inline int32_t* get_address_of_m_AllFilesAccess_3() { return &___m_AllFilesAccess_3; } inline void set_m_AllFilesAccess_3(int32_t value) { ___m_AllFilesAccess_3 = value; } inline static int32_t get_offset_of_m_AllLocalFilesAccess_4() { return static_cast(offsetof(FileIOPermission_t3596906749, ___m_AllLocalFilesAccess_4)); } inline int32_t get_m_AllLocalFilesAccess_4() const { return ___m_AllLocalFilesAccess_4; } inline int32_t* get_address_of_m_AllLocalFilesAccess_4() { return &___m_AllLocalFilesAccess_4; } inline void set_m_AllLocalFilesAccess_4(int32_t value) { ___m_AllLocalFilesAccess_4 = value; } inline static int32_t get_offset_of_readList_5() { return static_cast(offsetof(FileIOPermission_t3596906749, ___readList_5)); } inline ArrayList_t2718874744 * get_readList_5() const { return ___readList_5; } inline ArrayList_t2718874744 ** get_address_of_readList_5() { return &___readList_5; } inline void set_readList_5(ArrayList_t2718874744 * value) { ___readList_5 = value; Il2CppCodeGenWriteBarrier((&___readList_5), value); } inline static int32_t get_offset_of_writeList_6() { return static_cast(offsetof(FileIOPermission_t3596906749, ___writeList_6)); } inline ArrayList_t2718874744 * get_writeList_6() const { return ___writeList_6; } inline ArrayList_t2718874744 ** get_address_of_writeList_6() { return &___writeList_6; } inline void set_writeList_6(ArrayList_t2718874744 * value) { ___writeList_6 = value; Il2CppCodeGenWriteBarrier((&___writeList_6), value); } inline static int32_t get_offset_of_appendList_7() { return static_cast(offsetof(FileIOPermission_t3596906749, ___appendList_7)); } inline ArrayList_t2718874744 * get_appendList_7() const { return ___appendList_7; } inline ArrayList_t2718874744 ** get_address_of_appendList_7() { return &___appendList_7; } inline void set_appendList_7(ArrayList_t2718874744 * value) { ___appendList_7 = value; Il2CppCodeGenWriteBarrier((&___appendList_7), value); } inline static int32_t get_offset_of_pathList_8() { return static_cast(offsetof(FileIOPermission_t3596906749, ___pathList_8)); } inline ArrayList_t2718874744 * get_pathList_8() const { return ___pathList_8; } inline ArrayList_t2718874744 ** get_address_of_pathList_8() { return &___pathList_8; } inline void set_pathList_8(ArrayList_t2718874744 * value) { ___pathList_8 = value; Il2CppCodeGenWriteBarrier((&___pathList_8), value); } }; struct FileIOPermission_t3596906749_StaticFields { public: // System.Char[] System.Security.Permissions.FileIOPermission::BadPathNameCharacters CharU5BU5D_t3528271667* ___BadPathNameCharacters_0; // System.Char[] System.Security.Permissions.FileIOPermission::BadFileNameCharacters CharU5BU5D_t3528271667* ___BadFileNameCharacters_1; public: inline static int32_t get_offset_of_BadPathNameCharacters_0() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadPathNameCharacters_0)); } inline CharU5BU5D_t3528271667* get_BadPathNameCharacters_0() const { return ___BadPathNameCharacters_0; } inline CharU5BU5D_t3528271667** get_address_of_BadPathNameCharacters_0() { return &___BadPathNameCharacters_0; } inline void set_BadPathNameCharacters_0(CharU5BU5D_t3528271667* value) { ___BadPathNameCharacters_0 = value; Il2CppCodeGenWriteBarrier((&___BadPathNameCharacters_0), value); } inline static int32_t get_offset_of_BadFileNameCharacters_1() { return static_cast(offsetof(FileIOPermission_t3596906749_StaticFields, ___BadFileNameCharacters_1)); } inline CharU5BU5D_t3528271667* get_BadFileNameCharacters_1() const { return ___BadFileNameCharacters_1; } inline CharU5BU5D_t3528271667** get_address_of_BadFileNameCharacters_1() { return &___BadFileNameCharacters_1; } inline void set_BadFileNameCharacters_1(CharU5BU5D_t3528271667* value) { ___BadFileNameCharacters_1 = value; Il2CppCodeGenWriteBarrier((&___BadFileNameCharacters_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEIOPERMISSION_T3596906749_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_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_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef MONOPROPERTYINFO_T3087356066_H #define MONOPROPERTYINFO_T3087356066_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066 { public: // System.Type System.Reflection.MonoPropertyInfo::parent Type_t * ___parent_0; // System.String System.Reflection.MonoPropertyInfo::name String_t* ___name_1; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::get_method MethodInfo_t * ___get_method_2; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::set_method MethodInfo_t * ___set_method_3; // System.Reflection.PropertyAttributes System.Reflection.MonoPropertyInfo::attrs int32_t ___attrs_4; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_get_method_2() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___get_method_2)); } inline MethodInfo_t * get_get_method_2() const { return ___get_method_2; } inline MethodInfo_t ** get_address_of_get_method_2() { return &___get_method_2; } inline void set_get_method_2(MethodInfo_t * value) { ___get_method_2 = value; Il2CppCodeGenWriteBarrier((&___get_method_2), value); } inline static int32_t get_offset_of_set_method_3() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___set_method_3)); } inline MethodInfo_t * get_set_method_3() const { return ___set_method_3; } inline MethodInfo_t ** get_address_of_set_method_3() { return &___set_method_3; } inline void set_set_method_3(MethodInfo_t * value) { ___set_method_3 = value; Il2CppCodeGenWriteBarrier((&___set_method_3), value); } inline static int32_t get_offset_of_attrs_4() { return static_cast(offsetof(MonoPropertyInfo_t3087356066, ___attrs_4)); } inline int32_t get_attrs_4() const { return ___attrs_4; } inline int32_t* get_address_of_attrs_4() { return &___attrs_4; } inline void set_attrs_4(int32_t value) { ___attrs_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066_marshaled_pinvoke { Type_t * ___parent_0; char* ___name_1; MethodInfo_t * ___get_method_2; MethodInfo_t * ___set_method_3; int32_t ___attrs_4; }; // Native definition for COM marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_t3087356066_marshaled_com { Type_t * ___parent_0; Il2CppChar* ___name_1; MethodInfo_t * ___get_method_2; MethodInfo_t * ___set_method_3; int32_t ___attrs_4; }; #endif // MONOPROPERTYINFO_T3087356066_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef MISSINGMEMBEREXCEPTION_T1385081665_H #define MISSINGMEMBEREXCEPTION_T1385081665_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MissingMemberException struct MissingMemberException_t1385081665 : public MemberAccessException_t1734467078 { public: // System.String System.MissingMemberException::ClassName String_t* ___ClassName_11; // System.String System.MissingMemberException::MemberName String_t* ___MemberName_12; // System.Byte[] System.MissingMemberException::Signature ByteU5BU5D_t4116647657* ___Signature_13; public: inline static int32_t get_offset_of_ClassName_11() { return static_cast(offsetof(MissingMemberException_t1385081665, ___ClassName_11)); } inline String_t* get_ClassName_11() const { return ___ClassName_11; } inline String_t** get_address_of_ClassName_11() { return &___ClassName_11; } inline void set_ClassName_11(String_t* value) { ___ClassName_11 = value; Il2CppCodeGenWriteBarrier((&___ClassName_11), value); } inline static int32_t get_offset_of_MemberName_12() { return static_cast(offsetof(MissingMemberException_t1385081665, ___MemberName_12)); } inline String_t* get_MemberName_12() const { return ___MemberName_12; } inline String_t** get_address_of_MemberName_12() { return &___MemberName_12; } inline void set_MemberName_12(String_t* value) { ___MemberName_12 = value; Il2CppCodeGenWriteBarrier((&___MemberName_12), value); } inline static int32_t get_offset_of_Signature_13() { return static_cast(offsetof(MissingMemberException_t1385081665, ___Signature_13)); } inline ByteU5BU5D_t4116647657* get_Signature_13() const { return ___Signature_13; } inline ByteU5BU5D_t4116647657** get_address_of_Signature_13() { return &___Signature_13; } inline void set_Signature_13(ByteU5BU5D_t4116647657* value) { ___Signature_13 = value; Il2CppCodeGenWriteBarrier((&___Signature_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMEMBEREXCEPTION_T1385081665_H #ifndef OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_H #ifndef METHODACCESSEXCEPTION_T190175859_H #define METHODACCESSEXCEPTION_T190175859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MethodAccessException struct MethodAccessException_t190175859 : public MemberAccessException_t1734467078 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODACCESSEXCEPTION_T190175859_H #ifndef THREAD_T2300836069_H #define THREAD_T2300836069_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.Thread struct Thread_t2300836069 : public CriticalFinalizerObject_t701527852 { public: // System.Int32 System.Threading.Thread::lock_thread_id int32_t ___lock_thread_id_0; // System.IntPtr System.Threading.Thread::system_thread_handle intptr_t ___system_thread_handle_1; // System.Object System.Threading.Thread::cached_culture_info RuntimeObject * ___cached_culture_info_2; // System.IntPtr System.Threading.Thread::unused0 intptr_t ___unused0_3; // System.Boolean System.Threading.Thread::threadpool_thread bool ___threadpool_thread_4; // System.IntPtr System.Threading.Thread::name intptr_t ___name_5; // System.Int32 System.Threading.Thread::name_len int32_t ___name_len_6; // System.Threading.ThreadState System.Threading.Thread::state int32_t ___state_7; // System.Object System.Threading.Thread::abort_exc RuntimeObject * ___abort_exc_8; // System.Int32 System.Threading.Thread::abort_state_handle int32_t ___abort_state_handle_9; // System.Int64 System.Threading.Thread::thread_id int64_t ___thread_id_10; // System.IntPtr System.Threading.Thread::start_notify intptr_t ___start_notify_11; // System.IntPtr System.Threading.Thread::stack_ptr intptr_t ___stack_ptr_12; // System.UIntPtr System.Threading.Thread::static_data uintptr_t ___static_data_13; // System.IntPtr System.Threading.Thread::jit_data intptr_t ___jit_data_14; // System.IntPtr System.Threading.Thread::lock_data intptr_t ___lock_data_15; // System.Object System.Threading.Thread::current_appcontext RuntimeObject * ___current_appcontext_16; // System.Int32 System.Threading.Thread::stack_size int32_t ___stack_size_17; // System.Object System.Threading.Thread::start_obj RuntimeObject * ___start_obj_18; // System.IntPtr System.Threading.Thread::appdomain_refs intptr_t ___appdomain_refs_19; // System.Int32 System.Threading.Thread::interruption_requested int32_t ___interruption_requested_20; // System.IntPtr System.Threading.Thread::suspend_event intptr_t ___suspend_event_21; // System.IntPtr System.Threading.Thread::suspended_event intptr_t ___suspended_event_22; // System.IntPtr System.Threading.Thread::resume_event intptr_t ___resume_event_23; // System.IntPtr System.Threading.Thread::synch_cs intptr_t ___synch_cs_24; // System.IntPtr System.Threading.Thread::serialized_culture_info intptr_t ___serialized_culture_info_25; // System.Int32 System.Threading.Thread::serialized_culture_info_len int32_t ___serialized_culture_info_len_26; // System.IntPtr System.Threading.Thread::serialized_ui_culture_info intptr_t ___serialized_ui_culture_info_27; // System.Int32 System.Threading.Thread::serialized_ui_culture_info_len int32_t ___serialized_ui_culture_info_len_28; // System.Boolean System.Threading.Thread::thread_dump_requested bool ___thread_dump_requested_29; // System.IntPtr System.Threading.Thread::end_stack intptr_t ___end_stack_30; // System.Boolean System.Threading.Thread::thread_interrupt_requested bool ___thread_interrupt_requested_31; // System.Byte System.Threading.Thread::apartment_state uint8_t ___apartment_state_32; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Thread::critical_region_level int32_t ___critical_region_level_33; // System.Int32 System.Threading.Thread::small_id int32_t ___small_id_34; // System.IntPtr System.Threading.Thread::manage_callback intptr_t ___manage_callback_35; // System.Object System.Threading.Thread::pending_exception RuntimeObject * ___pending_exception_36; // System.Threading.ExecutionContext System.Threading.Thread::ec_to_set ExecutionContext_t1748372627 * ___ec_to_set_37; // System.IntPtr System.Threading.Thread::interrupt_on_stop intptr_t ___interrupt_on_stop_38; // System.IntPtr System.Threading.Thread::unused3 intptr_t ___unused3_39; // System.IntPtr System.Threading.Thread::unused4 intptr_t ___unused4_40; // System.IntPtr System.Threading.Thread::unused5 intptr_t ___unused5_41; // System.IntPtr System.Threading.Thread::unused6 intptr_t ___unused6_42; // System.MulticastDelegate System.Threading.Thread::threadstart MulticastDelegate_t * ___threadstart_45; // System.Int32 System.Threading.Thread::managed_id int32_t ___managed_id_46; // System.Security.Principal.IPrincipal System.Threading.Thread::_principal RuntimeObject* ____principal_47; // System.Boolean System.Threading.Thread::in_currentculture bool ___in_currentculture_50; public: inline static int32_t get_offset_of_lock_thread_id_0() { return static_cast(offsetof(Thread_t2300836069, ___lock_thread_id_0)); } inline int32_t get_lock_thread_id_0() const { return ___lock_thread_id_0; } inline int32_t* get_address_of_lock_thread_id_0() { return &___lock_thread_id_0; } inline void set_lock_thread_id_0(int32_t value) { ___lock_thread_id_0 = value; } inline static int32_t get_offset_of_system_thread_handle_1() { return static_cast(offsetof(Thread_t2300836069, ___system_thread_handle_1)); } inline intptr_t get_system_thread_handle_1() const { return ___system_thread_handle_1; } inline intptr_t* get_address_of_system_thread_handle_1() { return &___system_thread_handle_1; } inline void set_system_thread_handle_1(intptr_t value) { ___system_thread_handle_1 = value; } inline static int32_t get_offset_of_cached_culture_info_2() { return static_cast(offsetof(Thread_t2300836069, ___cached_culture_info_2)); } inline RuntimeObject * get_cached_culture_info_2() const { return ___cached_culture_info_2; } inline RuntimeObject ** get_address_of_cached_culture_info_2() { return &___cached_culture_info_2; } inline void set_cached_culture_info_2(RuntimeObject * value) { ___cached_culture_info_2 = value; Il2CppCodeGenWriteBarrier((&___cached_culture_info_2), value); } inline static int32_t get_offset_of_unused0_3() { return static_cast(offsetof(Thread_t2300836069, ___unused0_3)); } inline intptr_t get_unused0_3() const { return ___unused0_3; } inline intptr_t* get_address_of_unused0_3() { return &___unused0_3; } inline void set_unused0_3(intptr_t value) { ___unused0_3 = value; } inline static int32_t get_offset_of_threadpool_thread_4() { return static_cast(offsetof(Thread_t2300836069, ___threadpool_thread_4)); } inline bool get_threadpool_thread_4() const { return ___threadpool_thread_4; } inline bool* get_address_of_threadpool_thread_4() { return &___threadpool_thread_4; } inline void set_threadpool_thread_4(bool value) { ___threadpool_thread_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(Thread_t2300836069, ___name_5)); } inline intptr_t get_name_5() const { return ___name_5; } inline intptr_t* get_address_of_name_5() { return &___name_5; } inline void set_name_5(intptr_t value) { ___name_5 = value; } inline static int32_t get_offset_of_name_len_6() { return static_cast(offsetof(Thread_t2300836069, ___name_len_6)); } inline int32_t get_name_len_6() const { return ___name_len_6; } inline int32_t* get_address_of_name_len_6() { return &___name_len_6; } inline void set_name_len_6(int32_t value) { ___name_len_6 = value; } inline static int32_t get_offset_of_state_7() { return static_cast(offsetof(Thread_t2300836069, ___state_7)); } inline int32_t get_state_7() const { return ___state_7; } inline int32_t* get_address_of_state_7() { return &___state_7; } inline void set_state_7(int32_t value) { ___state_7 = value; } inline static int32_t get_offset_of_abort_exc_8() { return static_cast(offsetof(Thread_t2300836069, ___abort_exc_8)); } inline RuntimeObject * get_abort_exc_8() const { return ___abort_exc_8; } inline RuntimeObject ** get_address_of_abort_exc_8() { return &___abort_exc_8; } inline void set_abort_exc_8(RuntimeObject * value) { ___abort_exc_8 = value; Il2CppCodeGenWriteBarrier((&___abort_exc_8), value); } inline static int32_t get_offset_of_abort_state_handle_9() { return static_cast(offsetof(Thread_t2300836069, ___abort_state_handle_9)); } inline int32_t get_abort_state_handle_9() const { return ___abort_state_handle_9; } inline int32_t* get_address_of_abort_state_handle_9() { return &___abort_state_handle_9; } inline void set_abort_state_handle_9(int32_t value) { ___abort_state_handle_9 = value; } inline static int32_t get_offset_of_thread_id_10() { return static_cast(offsetof(Thread_t2300836069, ___thread_id_10)); } inline int64_t get_thread_id_10() const { return ___thread_id_10; } inline int64_t* get_address_of_thread_id_10() { return &___thread_id_10; } inline void set_thread_id_10(int64_t value) { ___thread_id_10 = value; } inline static int32_t get_offset_of_start_notify_11() { return static_cast(offsetof(Thread_t2300836069, ___start_notify_11)); } inline intptr_t get_start_notify_11() const { return ___start_notify_11; } inline intptr_t* get_address_of_start_notify_11() { return &___start_notify_11; } inline void set_start_notify_11(intptr_t value) { ___start_notify_11 = value; } inline static int32_t get_offset_of_stack_ptr_12() { return static_cast(offsetof(Thread_t2300836069, ___stack_ptr_12)); } inline intptr_t get_stack_ptr_12() const { return ___stack_ptr_12; } inline intptr_t* get_address_of_stack_ptr_12() { return &___stack_ptr_12; } inline void set_stack_ptr_12(intptr_t value) { ___stack_ptr_12 = value; } inline static int32_t get_offset_of_static_data_13() { return static_cast(offsetof(Thread_t2300836069, ___static_data_13)); } inline uintptr_t get_static_data_13() const { return ___static_data_13; } inline uintptr_t* get_address_of_static_data_13() { return &___static_data_13; } inline void set_static_data_13(uintptr_t value) { ___static_data_13 = value; } inline static int32_t get_offset_of_jit_data_14() { return static_cast(offsetof(Thread_t2300836069, ___jit_data_14)); } inline intptr_t get_jit_data_14() const { return ___jit_data_14; } inline intptr_t* get_address_of_jit_data_14() { return &___jit_data_14; } inline void set_jit_data_14(intptr_t value) { ___jit_data_14 = value; } inline static int32_t get_offset_of_lock_data_15() { return static_cast(offsetof(Thread_t2300836069, ___lock_data_15)); } inline intptr_t get_lock_data_15() const { return ___lock_data_15; } inline intptr_t* get_address_of_lock_data_15() { return &___lock_data_15; } inline void set_lock_data_15(intptr_t value) { ___lock_data_15 = value; } inline static int32_t get_offset_of_current_appcontext_16() { return static_cast(offsetof(Thread_t2300836069, ___current_appcontext_16)); } inline RuntimeObject * get_current_appcontext_16() const { return ___current_appcontext_16; } inline RuntimeObject ** get_address_of_current_appcontext_16() { return &___current_appcontext_16; } inline void set_current_appcontext_16(RuntimeObject * value) { ___current_appcontext_16 = value; Il2CppCodeGenWriteBarrier((&___current_appcontext_16), value); } inline static int32_t get_offset_of_stack_size_17() { return static_cast(offsetof(Thread_t2300836069, ___stack_size_17)); } inline int32_t get_stack_size_17() const { return ___stack_size_17; } inline int32_t* get_address_of_stack_size_17() { return &___stack_size_17; } inline void set_stack_size_17(int32_t value) { ___stack_size_17 = value; } inline static int32_t get_offset_of_start_obj_18() { return static_cast(offsetof(Thread_t2300836069, ___start_obj_18)); } inline RuntimeObject * get_start_obj_18() const { return ___start_obj_18; } inline RuntimeObject ** get_address_of_start_obj_18() { return &___start_obj_18; } inline void set_start_obj_18(RuntimeObject * value) { ___start_obj_18 = value; Il2CppCodeGenWriteBarrier((&___start_obj_18), value); } inline static int32_t get_offset_of_appdomain_refs_19() { return static_cast(offsetof(Thread_t2300836069, ___appdomain_refs_19)); } inline intptr_t get_appdomain_refs_19() const { return ___appdomain_refs_19; } inline intptr_t* get_address_of_appdomain_refs_19() { return &___appdomain_refs_19; } inline void set_appdomain_refs_19(intptr_t value) { ___appdomain_refs_19 = value; } inline static int32_t get_offset_of_interruption_requested_20() { return static_cast(offsetof(Thread_t2300836069, ___interruption_requested_20)); } inline int32_t get_interruption_requested_20() const { return ___interruption_requested_20; } inline int32_t* get_address_of_interruption_requested_20() { return &___interruption_requested_20; } inline void set_interruption_requested_20(int32_t value) { ___interruption_requested_20 = value; } inline static int32_t get_offset_of_suspend_event_21() { return static_cast(offsetof(Thread_t2300836069, ___suspend_event_21)); } inline intptr_t get_suspend_event_21() const { return ___suspend_event_21; } inline intptr_t* get_address_of_suspend_event_21() { return &___suspend_event_21; } inline void set_suspend_event_21(intptr_t value) { ___suspend_event_21 = value; } inline static int32_t get_offset_of_suspended_event_22() { return static_cast(offsetof(Thread_t2300836069, ___suspended_event_22)); } inline intptr_t get_suspended_event_22() const { return ___suspended_event_22; } inline intptr_t* get_address_of_suspended_event_22() { return &___suspended_event_22; } inline void set_suspended_event_22(intptr_t value) { ___suspended_event_22 = value; } inline static int32_t get_offset_of_resume_event_23() { return static_cast(offsetof(Thread_t2300836069, ___resume_event_23)); } inline intptr_t get_resume_event_23() const { return ___resume_event_23; } inline intptr_t* get_address_of_resume_event_23() { return &___resume_event_23; } inline void set_resume_event_23(intptr_t value) { ___resume_event_23 = value; } inline static int32_t get_offset_of_synch_cs_24() { return static_cast(offsetof(Thread_t2300836069, ___synch_cs_24)); } inline intptr_t get_synch_cs_24() const { return ___synch_cs_24; } inline intptr_t* get_address_of_synch_cs_24() { return &___synch_cs_24; } inline void set_synch_cs_24(intptr_t value) { ___synch_cs_24 = value; } inline static int32_t get_offset_of_serialized_culture_info_25() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_25)); } inline intptr_t get_serialized_culture_info_25() const { return ___serialized_culture_info_25; } inline intptr_t* get_address_of_serialized_culture_info_25() { return &___serialized_culture_info_25; } inline void set_serialized_culture_info_25(intptr_t value) { ___serialized_culture_info_25 = value; } inline static int32_t get_offset_of_serialized_culture_info_len_26() { return static_cast(offsetof(Thread_t2300836069, ___serialized_culture_info_len_26)); } inline int32_t get_serialized_culture_info_len_26() const { return ___serialized_culture_info_len_26; } inline int32_t* get_address_of_serialized_culture_info_len_26() { return &___serialized_culture_info_len_26; } inline void set_serialized_culture_info_len_26(int32_t value) { ___serialized_culture_info_len_26 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_27() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_27)); } inline intptr_t get_serialized_ui_culture_info_27() const { return ___serialized_ui_culture_info_27; } inline intptr_t* get_address_of_serialized_ui_culture_info_27() { return &___serialized_ui_culture_info_27; } inline void set_serialized_ui_culture_info_27(intptr_t value) { ___serialized_ui_culture_info_27 = value; } inline static int32_t get_offset_of_serialized_ui_culture_info_len_28() { return static_cast(offsetof(Thread_t2300836069, ___serialized_ui_culture_info_len_28)); } inline int32_t get_serialized_ui_culture_info_len_28() const { return ___serialized_ui_culture_info_len_28; } inline int32_t* get_address_of_serialized_ui_culture_info_len_28() { return &___serialized_ui_culture_info_len_28; } inline void set_serialized_ui_culture_info_len_28(int32_t value) { ___serialized_ui_culture_info_len_28 = value; } inline static int32_t get_offset_of_thread_dump_requested_29() { return static_cast(offsetof(Thread_t2300836069, ___thread_dump_requested_29)); } inline bool get_thread_dump_requested_29() const { return ___thread_dump_requested_29; } inline bool* get_address_of_thread_dump_requested_29() { return &___thread_dump_requested_29; } inline void set_thread_dump_requested_29(bool value) { ___thread_dump_requested_29 = value; } inline static int32_t get_offset_of_end_stack_30() { return static_cast(offsetof(Thread_t2300836069, ___end_stack_30)); } inline intptr_t get_end_stack_30() const { return ___end_stack_30; } inline intptr_t* get_address_of_end_stack_30() { return &___end_stack_30; } inline void set_end_stack_30(intptr_t value) { ___end_stack_30 = value; } inline static int32_t get_offset_of_thread_interrupt_requested_31() { return static_cast(offsetof(Thread_t2300836069, ___thread_interrupt_requested_31)); } inline bool get_thread_interrupt_requested_31() const { return ___thread_interrupt_requested_31; } inline bool* get_address_of_thread_interrupt_requested_31() { return &___thread_interrupt_requested_31; } inline void set_thread_interrupt_requested_31(bool value) { ___thread_interrupt_requested_31 = value; } inline static int32_t get_offset_of_apartment_state_32() { return static_cast(offsetof(Thread_t2300836069, ___apartment_state_32)); } inline uint8_t get_apartment_state_32() const { return ___apartment_state_32; } inline uint8_t* get_address_of_apartment_state_32() { return &___apartment_state_32; } inline void set_apartment_state_32(uint8_t value) { ___apartment_state_32 = value; } inline static int32_t get_offset_of_critical_region_level_33() { return static_cast(offsetof(Thread_t2300836069, ___critical_region_level_33)); } inline int32_t get_critical_region_level_33() const { return ___critical_region_level_33; } inline int32_t* get_address_of_critical_region_level_33() { return &___critical_region_level_33; } inline void set_critical_region_level_33(int32_t value) { ___critical_region_level_33 = value; } inline static int32_t get_offset_of_small_id_34() { return static_cast(offsetof(Thread_t2300836069, ___small_id_34)); } inline int32_t get_small_id_34() const { return ___small_id_34; } inline int32_t* get_address_of_small_id_34() { return &___small_id_34; } inline void set_small_id_34(int32_t value) { ___small_id_34 = value; } inline static int32_t get_offset_of_manage_callback_35() { return static_cast(offsetof(Thread_t2300836069, ___manage_callback_35)); } inline intptr_t get_manage_callback_35() const { return ___manage_callback_35; } inline intptr_t* get_address_of_manage_callback_35() { return &___manage_callback_35; } inline void set_manage_callback_35(intptr_t value) { ___manage_callback_35 = value; } inline static int32_t get_offset_of_pending_exception_36() { return static_cast(offsetof(Thread_t2300836069, ___pending_exception_36)); } inline RuntimeObject * get_pending_exception_36() const { return ___pending_exception_36; } inline RuntimeObject ** get_address_of_pending_exception_36() { return &___pending_exception_36; } inline void set_pending_exception_36(RuntimeObject * value) { ___pending_exception_36 = value; Il2CppCodeGenWriteBarrier((&___pending_exception_36), value); } inline static int32_t get_offset_of_ec_to_set_37() { return static_cast(offsetof(Thread_t2300836069, ___ec_to_set_37)); } inline ExecutionContext_t1748372627 * get_ec_to_set_37() const { return ___ec_to_set_37; } inline ExecutionContext_t1748372627 ** get_address_of_ec_to_set_37() { return &___ec_to_set_37; } inline void set_ec_to_set_37(ExecutionContext_t1748372627 * value) { ___ec_to_set_37 = value; Il2CppCodeGenWriteBarrier((&___ec_to_set_37), value); } inline static int32_t get_offset_of_interrupt_on_stop_38() { return static_cast(offsetof(Thread_t2300836069, ___interrupt_on_stop_38)); } inline intptr_t get_interrupt_on_stop_38() const { return ___interrupt_on_stop_38; } inline intptr_t* get_address_of_interrupt_on_stop_38() { return &___interrupt_on_stop_38; } inline void set_interrupt_on_stop_38(intptr_t value) { ___interrupt_on_stop_38 = value; } inline static int32_t get_offset_of_unused3_39() { return static_cast(offsetof(Thread_t2300836069, ___unused3_39)); } inline intptr_t get_unused3_39() const { return ___unused3_39; } inline intptr_t* get_address_of_unused3_39() { return &___unused3_39; } inline void set_unused3_39(intptr_t value) { ___unused3_39 = value; } inline static int32_t get_offset_of_unused4_40() { return static_cast(offsetof(Thread_t2300836069, ___unused4_40)); } inline intptr_t get_unused4_40() const { return ___unused4_40; } inline intptr_t* get_address_of_unused4_40() { return &___unused4_40; } inline void set_unused4_40(intptr_t value) { ___unused4_40 = value; } inline static int32_t get_offset_of_unused5_41() { return static_cast(offsetof(Thread_t2300836069, ___unused5_41)); } inline intptr_t get_unused5_41() const { return ___unused5_41; } inline intptr_t* get_address_of_unused5_41() { return &___unused5_41; } inline void set_unused5_41(intptr_t value) { ___unused5_41 = value; } inline static int32_t get_offset_of_unused6_42() { return static_cast(offsetof(Thread_t2300836069, ___unused6_42)); } inline intptr_t get_unused6_42() const { return ___unused6_42; } inline intptr_t* get_address_of_unused6_42() { return &___unused6_42; } inline void set_unused6_42(intptr_t value) { ___unused6_42 = value; } inline static int32_t get_offset_of_threadstart_45() { return static_cast(offsetof(Thread_t2300836069, ___threadstart_45)); } inline MulticastDelegate_t * get_threadstart_45() const { return ___threadstart_45; } inline MulticastDelegate_t ** get_address_of_threadstart_45() { return &___threadstart_45; } inline void set_threadstart_45(MulticastDelegate_t * value) { ___threadstart_45 = value; Il2CppCodeGenWriteBarrier((&___threadstart_45), value); } inline static int32_t get_offset_of_managed_id_46() { return static_cast(offsetof(Thread_t2300836069, ___managed_id_46)); } inline int32_t get_managed_id_46() const { return ___managed_id_46; } inline int32_t* get_address_of_managed_id_46() { return &___managed_id_46; } inline void set_managed_id_46(int32_t value) { ___managed_id_46 = value; } inline static int32_t get_offset_of__principal_47() { return static_cast(offsetof(Thread_t2300836069, ____principal_47)); } inline RuntimeObject* get__principal_47() const { return ____principal_47; } inline RuntimeObject** get_address_of__principal_47() { return &____principal_47; } inline void set__principal_47(RuntimeObject* value) { ____principal_47 = value; Il2CppCodeGenWriteBarrier((&____principal_47), value); } inline static int32_t get_offset_of_in_currentculture_50() { return static_cast(offsetof(Thread_t2300836069, ___in_currentculture_50)); } inline bool get_in_currentculture_50() const { return ___in_currentculture_50; } inline bool* get_address_of_in_currentculture_50() { return &___in_currentculture_50; } inline void set_in_currentculture_50(bool value) { ___in_currentculture_50 = value; } }; struct Thread_t2300836069_StaticFields { public: // System.Collections.Hashtable System.Threading.Thread::datastorehash Hashtable_t1853889766 * ___datastorehash_48; // System.Object System.Threading.Thread::datastore_lock RuntimeObject * ___datastore_lock_49; // System.Object System.Threading.Thread::culture_lock RuntimeObject * ___culture_lock_51; public: inline static int32_t get_offset_of_datastorehash_48() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastorehash_48)); } inline Hashtable_t1853889766 * get_datastorehash_48() const { return ___datastorehash_48; } inline Hashtable_t1853889766 ** get_address_of_datastorehash_48() { return &___datastorehash_48; } inline void set_datastorehash_48(Hashtable_t1853889766 * value) { ___datastorehash_48 = value; Il2CppCodeGenWriteBarrier((&___datastorehash_48), value); } inline static int32_t get_offset_of_datastore_lock_49() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___datastore_lock_49)); } inline RuntimeObject * get_datastore_lock_49() const { return ___datastore_lock_49; } inline RuntimeObject ** get_address_of_datastore_lock_49() { return &___datastore_lock_49; } inline void set_datastore_lock_49(RuntimeObject * value) { ___datastore_lock_49 = value; Il2CppCodeGenWriteBarrier((&___datastore_lock_49), value); } inline static int32_t get_offset_of_culture_lock_51() { return static_cast(offsetof(Thread_t2300836069_StaticFields, ___culture_lock_51)); } inline RuntimeObject * get_culture_lock_51() const { return ___culture_lock_51; } inline RuntimeObject ** get_address_of_culture_lock_51() { return &___culture_lock_51; } inline void set_culture_lock_51(RuntimeObject * value) { ___culture_lock_51 = value; Il2CppCodeGenWriteBarrier((&___culture_lock_51), value); } }; struct Thread_t2300836069_ThreadStaticFields { public: // System.Object[] System.Threading.Thread::local_slots ObjectU5BU5D_t2843939325* ___local_slots_43; // System.Threading.ExecutionContext System.Threading.Thread::_ec ExecutionContext_t1748372627 * ____ec_44; public: inline static int32_t get_offset_of_local_slots_43() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ___local_slots_43)); } inline ObjectU5BU5D_t2843939325* get_local_slots_43() const { return ___local_slots_43; } inline ObjectU5BU5D_t2843939325** get_address_of_local_slots_43() { return &___local_slots_43; } inline void set_local_slots_43(ObjectU5BU5D_t2843939325* value) { ___local_slots_43 = value; Il2CppCodeGenWriteBarrier((&___local_slots_43), value); } inline static int32_t get_offset_of__ec_44() { return static_cast(offsetof(Thread_t2300836069_ThreadStaticFields, ____ec_44)); } inline ExecutionContext_t1748372627 * get__ec_44() const { return ____ec_44; } inline ExecutionContext_t1748372627 ** get_address_of__ec_44() { return &____ec_44; } inline void set__ec_44(ExecutionContext_t1748372627 * value) { ____ec_44 = value; Il2CppCodeGenWriteBarrier((&____ec_44), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // THREAD_T2300836069_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_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_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #define ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AttributeUsageAttribute struct AttributeUsageAttribute_t290877318 : public Attribute_t861562559 { public: // System.AttributeTargets System.AttributeUsageAttribute::valid_on int32_t ___valid_on_0; // System.Boolean System.AttributeUsageAttribute::allow_multiple bool ___allow_multiple_1; // System.Boolean System.AttributeUsageAttribute::inherited bool ___inherited_2; public: inline static int32_t get_offset_of_valid_on_0() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___valid_on_0)); } inline int32_t get_valid_on_0() const { return ___valid_on_0; } inline int32_t* get_address_of_valid_on_0() { return &___valid_on_0; } inline void set_valid_on_0(int32_t value) { ___valid_on_0 = value; } inline static int32_t get_offset_of_allow_multiple_1() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___allow_multiple_1)); } inline bool get_allow_multiple_1() const { return ___allow_multiple_1; } inline bool* get_address_of_allow_multiple_1() { return &___allow_multiple_1; } inline void set_allow_multiple_1(bool value) { ___allow_multiple_1 = value; } inline static int32_t get_offset_of_inherited_2() { return static_cast(offsetof(AttributeUsageAttribute_t290877318, ___inherited_2)); } inline bool get_inherited_2() const { return ___inherited_2; } inline bool* get_address_of_inherited_2() { return &___inherited_2; } inline void set_inherited_2(bool value) { ___inherited_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTEUSAGEATTRIBUTE_T290877318_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef DRIVENOTFOUNDEXCEPTION_T3618847791_H #define DRIVENOTFOUNDEXCEPTION_T3618847791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DriveNotFoundException struct DriveNotFoundException_t3618847791 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRIVENOTFOUNDEXCEPTION_T3618847791_H #ifndef FILELOADEXCEPTION_T549148505_H #define FILELOADEXCEPTION_T549148505_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileLoadException struct FileLoadException_t549148505 : public IOException_t4088381929 { public: // System.String System.IO.FileLoadException::msg String_t* ___msg_12; // System.String System.IO.FileLoadException::fileName String_t* ___fileName_13; // System.String System.IO.FileLoadException::fusionLog String_t* ___fusionLog_14; public: inline static int32_t get_offset_of_msg_12() { return static_cast(offsetof(FileLoadException_t549148505, ___msg_12)); } inline String_t* get_msg_12() const { return ___msg_12; } inline String_t** get_address_of_msg_12() { return &___msg_12; } inline void set_msg_12(String_t* value) { ___msg_12 = value; Il2CppCodeGenWriteBarrier((&___msg_12), value); } inline static int32_t get_offset_of_fileName_13() { return static_cast(offsetof(FileLoadException_t549148505, ___fileName_13)); } inline String_t* get_fileName_13() const { return ___fileName_13; } inline String_t** get_address_of_fileName_13() { return &___fileName_13; } inline void set_fileName_13(String_t* value) { ___fileName_13 = value; Il2CppCodeGenWriteBarrier((&___fileName_13), value); } inline static int32_t get_offset_of_fusionLog_14() { return static_cast(offsetof(FileLoadException_t549148505, ___fusionLog_14)); } inline String_t* get_fusionLog_14() const { return ___fusionLog_14; } inline String_t** get_address_of_fusionLog_14() { return &___fusionLog_14; } inline void set_fusionLog_14(String_t* value) { ___fusionLog_14 = value; Il2CppCodeGenWriteBarrier((&___fusionLog_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILELOADEXCEPTION_T549148505_H #ifndef FILENOTFOUNDEXCEPTION_T225391025_H #define FILENOTFOUNDEXCEPTION_T225391025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileNotFoundException struct FileNotFoundException_t225391025 : public IOException_t4088381929 { public: // System.String System.IO.FileNotFoundException::fileName String_t* ___fileName_11; // System.String System.IO.FileNotFoundException::fusionLog String_t* ___fusionLog_12; public: inline static int32_t get_offset_of_fileName_11() { return static_cast(offsetof(FileNotFoundException_t225391025, ___fileName_11)); } inline String_t* get_fileName_11() const { return ___fileName_11; } inline String_t** get_address_of_fileName_11() { return &___fileName_11; } inline void set_fileName_11(String_t* value) { ___fileName_11 = value; Il2CppCodeGenWriteBarrier((&___fileName_11), value); } inline static int32_t get_offset_of_fusionLog_12() { return static_cast(offsetof(FileNotFoundException_t225391025, ___fusionLog_12)); } inline String_t* get_fusionLog_12() const { return ___fusionLog_12; } inline String_t** get_address_of_fusionLog_12() { return &___fusionLog_12; } inline void set_fusionLog_12(String_t* value) { ___fusionLog_12 = value; Il2CppCodeGenWriteBarrier((&___fusionLog_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILENOTFOUNDEXCEPTION_T225391025_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_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_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef UNEXCEPTIONALSTREAMWRITER_T2539306459_H #define UNEXCEPTIONALSTREAMWRITER_T2539306459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.UnexceptionalStreamWriter struct UnexceptionalStreamWriter_t2539306459 : public StreamWriter_t1266378904 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNEXCEPTIONALSTREAMWRITER_T2539306459_H #ifndef UNEXCEPTIONALSTREAMREADER_T2154476246_H #define UNEXCEPTIONALSTREAMREADER_T2154476246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.UnexceptionalStreamReader struct UnexceptionalStreamReader_t2154476246 : public StreamReader_t4009935899 { public: public: }; struct UnexceptionalStreamReader_t2154476246_StaticFields { public: // System.Boolean[] System.IO.UnexceptionalStreamReader::newline BooleanU5BU5D_t2897418192* ___newline_15; // System.Char System.IO.UnexceptionalStreamReader::newlineChar Il2CppChar ___newlineChar_16; public: inline static int32_t get_offset_of_newline_15() { return static_cast(offsetof(UnexceptionalStreamReader_t2154476246_StaticFields, ___newline_15)); } inline BooleanU5BU5D_t2897418192* get_newline_15() const { return ___newline_15; } inline BooleanU5BU5D_t2897418192** get_address_of_newline_15() { return &___newline_15; } inline void set_newline_15(BooleanU5BU5D_t2897418192* value) { ___newline_15 = value; Il2CppCodeGenWriteBarrier((&___newline_15), value); } inline static int32_t get_offset_of_newlineChar_16() { return static_cast(offsetof(UnexceptionalStreamReader_t2154476246_StaticFields, ___newlineChar_16)); } inline Il2CppChar get_newlineChar_16() const { return ___newlineChar_16; } inline Il2CppChar* get_address_of_newlineChar_16() { return &___newlineChar_16; } inline void set_newlineChar_16(Il2CppChar value) { ___newlineChar_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNEXCEPTIONALSTREAMREADER_T2154476246_H #ifndef MODULE_T2987026101_H #define MODULE_T2987026101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Module struct Module_t2987026101 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_3; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_4; // System.String System.Reflection.Module::fqname String_t* ___fqname_5; // System.String System.Reflection.Module::name String_t* ___name_6; // System.String System.Reflection.Module::scopename String_t* ___scopename_7; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_8; // System.Int32 System.Reflection.Module::token int32_t ___token_9; public: inline static int32_t get_offset_of__impl_3() { return static_cast(offsetof(Module_t2987026101, ____impl_3)); } inline intptr_t get__impl_3() const { return ____impl_3; } inline intptr_t* get_address_of__impl_3() { return &____impl_3; } inline void set__impl_3(intptr_t value) { ____impl_3 = value; } inline static int32_t get_offset_of_assembly_4() { return static_cast(offsetof(Module_t2987026101, ___assembly_4)); } inline Assembly_t * get_assembly_4() const { return ___assembly_4; } inline Assembly_t ** get_address_of_assembly_4() { return &___assembly_4; } inline void set_assembly_4(Assembly_t * value) { ___assembly_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_4), value); } inline static int32_t get_offset_of_fqname_5() { return static_cast(offsetof(Module_t2987026101, ___fqname_5)); } inline String_t* get_fqname_5() const { return ___fqname_5; } inline String_t** get_address_of_fqname_5() { return &___fqname_5; } inline void set_fqname_5(String_t* value) { ___fqname_5 = value; Il2CppCodeGenWriteBarrier((&___fqname_5), value); } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(Module_t2987026101, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_scopename_7() { return static_cast(offsetof(Module_t2987026101, ___scopename_7)); } inline String_t* get_scopename_7() const { return ___scopename_7; } inline String_t** get_address_of_scopename_7() { return &___scopename_7; } inline void set_scopename_7(String_t* value) { ___scopename_7 = value; Il2CppCodeGenWriteBarrier((&___scopename_7), value); } inline static int32_t get_offset_of_is_resource_8() { return static_cast(offsetof(Module_t2987026101, ___is_resource_8)); } inline bool get_is_resource_8() const { return ___is_resource_8; } inline bool* get_address_of_is_resource_8() { return &___is_resource_8; } inline void set_is_resource_8(bool value) { ___is_resource_8 = value; } inline static int32_t get_offset_of_token_9() { return static_cast(offsetof(Module_t2987026101, ___token_9)); } inline int32_t get_token_9() const { return ___token_9; } inline int32_t* get_address_of_token_9() { return &___token_9; } inline void set_token_9(int32_t value) { ___token_9 = value; } }; struct Module_t2987026101_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t2356120900 * ___FilterTypeName_1; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t2356120900 * ___FilterTypeNameIgnoreCase_2; public: inline static int32_t get_offset_of_FilterTypeName_1() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeName_1)); } inline TypeFilter_t2356120900 * get_FilterTypeName_1() const { return ___FilterTypeName_1; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeName_1() { return &___FilterTypeName_1; } inline void set_FilterTypeName_1(TypeFilter_t2356120900 * value) { ___FilterTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeName_1), value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_2() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeNameIgnoreCase_2)); } inline TypeFilter_t2356120900 * get_FilterTypeNameIgnoreCase_2() const { return ___FilterTypeNameIgnoreCase_2; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeNameIgnoreCase_2() { return &___FilterTypeNameIgnoreCase_2; } inline void set_FilterTypeNameIgnoreCase_2(TypeFilter_t2356120900 * value) { ___FilterTypeNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeNameIgnoreCase_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULE_T2987026101_H #ifndef MONOIO_T2601436415_H #define MONOIO_T2601436415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIO struct MonoIO_t2601436415 : public RuntimeObject { public: public: }; struct MonoIO_t2601436415_StaticFields { public: // System.IO.FileAttributes System.IO.MonoIO::InvalidFileAttributes int32_t ___InvalidFileAttributes_0; // System.IntPtr System.IO.MonoIO::InvalidHandle intptr_t ___InvalidHandle_1; public: inline static int32_t get_offset_of_InvalidFileAttributes_0() { return static_cast(offsetof(MonoIO_t2601436415_StaticFields, ___InvalidFileAttributes_0)); } inline int32_t get_InvalidFileAttributes_0() const { return ___InvalidFileAttributes_0; } inline int32_t* get_address_of_InvalidFileAttributes_0() { return &___InvalidFileAttributes_0; } inline void set_InvalidFileAttributes_0(int32_t value) { ___InvalidFileAttributes_0 = value; } inline static int32_t get_offset_of_InvalidHandle_1() { return static_cast(offsetof(MonoIO_t2601436415_StaticFields, ___InvalidHandle_1)); } inline intptr_t get_InvalidHandle_1() const { return ___InvalidHandle_1; } inline intptr_t* get_address_of_InvalidHandle_1() { return &___InvalidHandle_1; } inline void set_InvalidHandle_1(intptr_t value) { ___InvalidHandle_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOIO_T2601436415_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef DIRECTORYNOTFOUNDEXCEPTION_T1220582502_H #define DIRECTORYNOTFOUNDEXCEPTION_T1220582502_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryNotFoundException struct DirectoryNotFoundException_t1220582502 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYNOTFOUNDEXCEPTION_T1220582502_H #ifndef EVENTWAITHANDLE_T777845177_H #define EVENTWAITHANDLE_T777845177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.EventWaitHandle struct EventWaitHandle_t777845177 : public WaitHandle_t1743403487 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTWAITHANDLE_T777845177_H #ifndef UNMANAGEDMEMORYSTREAM_T4234117669_H #define UNMANAGEDMEMORYSTREAM_T4234117669_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.UnmanagedMemoryStream struct UnmanagedMemoryStream_t4234117669 : public Stream_t1273022909 { public: // System.Int64 System.IO.UnmanagedMemoryStream::length int64_t ___length_2; // System.Boolean System.IO.UnmanagedMemoryStream::closed bool ___closed_3; // System.Int64 System.IO.UnmanagedMemoryStream::capacity int64_t ___capacity_4; // System.IO.FileAccess System.IO.UnmanagedMemoryStream::fileaccess int32_t ___fileaccess_5; // System.IntPtr System.IO.UnmanagedMemoryStream::initial_pointer intptr_t ___initial_pointer_6; // System.Int64 System.IO.UnmanagedMemoryStream::initial_position int64_t ___initial_position_7; // System.Int64 System.IO.UnmanagedMemoryStream::current_position int64_t ___current_position_8; // System.EventHandler System.IO.UnmanagedMemoryStream::Closed EventHandler_t1348719766 * ___Closed_9; public: inline static int32_t get_offset_of_length_2() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___length_2)); } inline int64_t get_length_2() const { return ___length_2; } inline int64_t* get_address_of_length_2() { return &___length_2; } inline void set_length_2(int64_t value) { ___length_2 = value; } inline static int32_t get_offset_of_closed_3() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___closed_3)); } inline bool get_closed_3() const { return ___closed_3; } inline bool* get_address_of_closed_3() { return &___closed_3; } inline void set_closed_3(bool value) { ___closed_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___capacity_4)); } inline int64_t get_capacity_4() const { return ___capacity_4; } inline int64_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int64_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_fileaccess_5() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___fileaccess_5)); } inline int32_t get_fileaccess_5() const { return ___fileaccess_5; } inline int32_t* get_address_of_fileaccess_5() { return &___fileaccess_5; } inline void set_fileaccess_5(int32_t value) { ___fileaccess_5 = value; } inline static int32_t get_offset_of_initial_pointer_6() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___initial_pointer_6)); } inline intptr_t get_initial_pointer_6() const { return ___initial_pointer_6; } inline intptr_t* get_address_of_initial_pointer_6() { return &___initial_pointer_6; } inline void set_initial_pointer_6(intptr_t value) { ___initial_pointer_6 = value; } inline static int32_t get_offset_of_initial_position_7() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___initial_position_7)); } inline int64_t get_initial_position_7() const { return ___initial_position_7; } inline int64_t* get_address_of_initial_position_7() { return &___initial_position_7; } inline void set_initial_position_7(int64_t value) { ___initial_position_7 = value; } inline static int32_t get_offset_of_current_position_8() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___current_position_8)); } inline int64_t get_current_position_8() const { return ___current_position_8; } inline int64_t* get_address_of_current_position_8() { return &___current_position_8; } inline void set_current_position_8(int64_t value) { ___current_position_8 = value; } inline static int32_t get_offset_of_Closed_9() { return static_cast(offsetof(UnmanagedMemoryStream_t4234117669, ___Closed_9)); } inline EventHandler_t1348719766 * get_Closed_9() const { return ___Closed_9; } inline EventHandler_t1348719766 ** get_address_of_Closed_9() { return &___Closed_9; } inline void set_Closed_9(EventHandler_t1348719766 * value) { ___Closed_9 = value; Il2CppCodeGenWriteBarrier((&___Closed_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDMEMORYSTREAM_T4234117669_H #ifndef PATHTOOLONGEXCEPTION_T2919094560_H #define PATHTOOLONGEXCEPTION_T2919094560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.PathTooLongException struct PathTooLongException_t2919094560 : public IOException_t4088381929 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PATHTOOLONGEXCEPTION_T2919094560_H #ifndef NULLSTREAMREADER_T3364671800_H #define NULLSTREAMREADER_T3364671800_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamReader/NullStreamReader struct NullStreamReader_t3364671800 : public StreamReader_t4009935899 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLSTREAMREADER_T3364671800_H #ifndef MONOIOSTAT_T592533987_H #define MONOIOSTAT_T592533987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MonoIOStat struct MonoIOStat_t592533987 { public: // System.String System.IO.MonoIOStat::Name String_t* ___Name_0; // System.IO.FileAttributes System.IO.MonoIOStat::Attributes int32_t ___Attributes_1; // System.Int64 System.IO.MonoIOStat::Length int64_t ___Length_2; // System.Int64 System.IO.MonoIOStat::CreationTime int64_t ___CreationTime_3; // System.Int64 System.IO.MonoIOStat::LastAccessTime int64_t ___LastAccessTime_4; // System.Int64 System.IO.MonoIOStat::LastWriteTime int64_t ___LastWriteTime_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(MonoIOStat_t592533987, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((&___Name_0), value); } inline static int32_t get_offset_of_Attributes_1() { return static_cast(offsetof(MonoIOStat_t592533987, ___Attributes_1)); } inline int32_t get_Attributes_1() const { return ___Attributes_1; } inline int32_t* get_address_of_Attributes_1() { return &___Attributes_1; } inline void set_Attributes_1(int32_t value) { ___Attributes_1 = value; } inline static int32_t get_offset_of_Length_2() { return static_cast(offsetof(MonoIOStat_t592533987, ___Length_2)); } inline int64_t get_Length_2() const { return ___Length_2; } inline int64_t* get_address_of_Length_2() { return &___Length_2; } inline void set_Length_2(int64_t value) { ___Length_2 = value; } inline static int32_t get_offset_of_CreationTime_3() { return static_cast(offsetof(MonoIOStat_t592533987, ___CreationTime_3)); } inline int64_t get_CreationTime_3() const { return ___CreationTime_3; } inline int64_t* get_address_of_CreationTime_3() { return &___CreationTime_3; } inline void set_CreationTime_3(int64_t value) { ___CreationTime_3 = value; } inline static int32_t get_offset_of_LastAccessTime_4() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastAccessTime_4)); } inline int64_t get_LastAccessTime_4() const { return ___LastAccessTime_4; } inline int64_t* get_address_of_LastAccessTime_4() { return &___LastAccessTime_4; } inline void set_LastAccessTime_4(int64_t value) { ___LastAccessTime_4 = value; } inline static int32_t get_offset_of_LastWriteTime_5() { return static_cast(offsetof(MonoIOStat_t592533987, ___LastWriteTime_5)); } inline int64_t get_LastWriteTime_5() const { return ___LastWriteTime_5; } inline int64_t* get_address_of_LastWriteTime_5() { return &___LastWriteTime_5; } inline void set_LastWriteTime_5(int64_t value) { ___LastWriteTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_pinvoke { char* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; // Native definition for COM marshalling of System.IO.MonoIOStat struct MonoIOStat_t592533987_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Attributes_1; int64_t ___Length_2; int64_t ___CreationTime_3; int64_t ___LastAccessTime_4; int64_t ___LastWriteTime_5; }; #endif // MONOIOSTAT_T592533987_H #ifndef MISSINGMETHODEXCEPTION_T1274661534_H #define MISSINGMETHODEXCEPTION_T1274661534_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MissingMethodException struct MissingMethodException_t1274661534 : public MissingMemberException_t1385081665 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGMETHODEXCEPTION_T1274661534_H #ifndef MONOPROPERTY_T_H #define MONOPROPERTY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MonoProperty struct MonoProperty_t : public PropertyInfo_t { public: // System.IntPtr System.Reflection.MonoProperty::klass intptr_t ___klass_0; // System.IntPtr System.Reflection.MonoProperty::prop intptr_t ___prop_1; // System.Reflection.MonoPropertyInfo System.Reflection.MonoProperty::info MonoPropertyInfo_t3087356066 ___info_2; // System.Reflection.PInfo System.Reflection.MonoProperty::cached int32_t ___cached_3; // System.Reflection.MonoProperty/GetterAdapter System.Reflection.MonoProperty::cached_getter GetterAdapter_t2155025054 * ___cached_getter_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoProperty_t, ___klass_0)); } inline intptr_t get_klass_0() const { return ___klass_0; } inline intptr_t* get_address_of_klass_0() { return &___klass_0; } inline void set_klass_0(intptr_t value) { ___klass_0 = value; } inline static int32_t get_offset_of_prop_1() { return static_cast(offsetof(MonoProperty_t, ___prop_1)); } inline intptr_t get_prop_1() const { return ___prop_1; } inline intptr_t* get_address_of_prop_1() { return &___prop_1; } inline void set_prop_1(intptr_t value) { ___prop_1 = value; } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(MonoProperty_t, ___info_2)); } inline MonoPropertyInfo_t3087356066 get_info_2() const { return ___info_2; } inline MonoPropertyInfo_t3087356066 * get_address_of_info_2() { return &___info_2; } inline void set_info_2(MonoPropertyInfo_t3087356066 value) { ___info_2 = value; } inline static int32_t get_offset_of_cached_3() { return static_cast(offsetof(MonoProperty_t, ___cached_3)); } inline int32_t get_cached_3() const { return ___cached_3; } inline int32_t* get_address_of_cached_3() { return &___cached_3; } inline void set_cached_3(int32_t value) { ___cached_3 = value; } inline static int32_t get_offset_of_cached_getter_4() { return static_cast(offsetof(MonoProperty_t, ___cached_getter_4)); } inline GetterAdapter_t2155025054 * get_cached_getter_4() const { return ___cached_getter_4; } inline GetterAdapter_t2155025054 ** get_address_of_cached_getter_4() { return &___cached_getter_4; } inline void set_cached_getter_4(GetterAdapter_t2155025054 * value) { ___cached_getter_4 = value; Il2CppCodeGenWriteBarrier((&___cached_getter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOPROPERTY_T_H #ifndef WRITEDELEGATE_T4270993571_H #define WRITEDELEGATE_T4270993571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream/WriteDelegate struct WriteDelegate_t4270993571 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITEDELEGATE_T4270993571_H #ifndef MANUALRESETEVENT_T451242010_H #define MANUALRESETEVENT_T451242010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Threading.ManualResetEvent struct ManualResetEvent_t451242010 : public EventWaitHandle_t777845177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MANUALRESETEVENT_T451242010_H #ifndef READDELEGATE_T714865915_H #define READDELEGATE_T714865915_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream/ReadDelegate struct ReadDelegate_t714865915 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READDELEGATE_T714865915_H #ifndef EVENTHANDLER_T1348719766_H #define EVENTHANDLER_T1348719766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler struct EventHandler_t1348719766 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_T1348719766_H #ifndef FILESYSTEMINFO_T3745885336_H #define FILESYSTEMINFO_T3745885336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileSystemInfo struct FileSystemInfo_t3745885336 : public MarshalByRefObject_t2760389100 { public: // System.String System.IO.FileSystemInfo::FullPath String_t* ___FullPath_1; // System.String System.IO.FileSystemInfo::OriginalPath String_t* ___OriginalPath_2; // System.IO.MonoIOStat System.IO.FileSystemInfo::stat MonoIOStat_t592533987 ___stat_3; // System.Boolean System.IO.FileSystemInfo::valid bool ___valid_4; public: inline static int32_t get_offset_of_FullPath_1() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___FullPath_1)); } inline String_t* get_FullPath_1() const { return ___FullPath_1; } inline String_t** get_address_of_FullPath_1() { return &___FullPath_1; } inline void set_FullPath_1(String_t* value) { ___FullPath_1 = value; Il2CppCodeGenWriteBarrier((&___FullPath_1), value); } inline static int32_t get_offset_of_OriginalPath_2() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___OriginalPath_2)); } inline String_t* get_OriginalPath_2() const { return ___OriginalPath_2; } inline String_t** get_address_of_OriginalPath_2() { return &___OriginalPath_2; } inline void set_OriginalPath_2(String_t* value) { ___OriginalPath_2 = value; Il2CppCodeGenWriteBarrier((&___OriginalPath_2), value); } inline static int32_t get_offset_of_stat_3() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___stat_3)); } inline MonoIOStat_t592533987 get_stat_3() const { return ___stat_3; } inline MonoIOStat_t592533987 * get_address_of_stat_3() { return &___stat_3; } inline void set_stat_3(MonoIOStat_t592533987 value) { ___stat_3 = value; } inline static int32_t get_offset_of_valid_4() { return static_cast(offsetof(FileSystemInfo_t3745885336, ___valid_4)); } inline bool get_valid_4() const { return ___valid_4; } inline bool* get_address_of_valid_4() { return &___valid_4; } inline void set_valid_4(bool value) { ___valid_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESYSTEMINFO_T3745885336_H #ifndef TYPEBUILDER_T1073948154_H #define TYPEBUILDER_T1073948154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154 : public Type_t { public: // System.String System.Reflection.Emit.TypeBuilder::tname String_t* ___tname_8; // System.String System.Reflection.Emit.TypeBuilder::nspace String_t* ___nspace_9; // System.Type System.Reflection.Emit.TypeBuilder::parent Type_t * ___parent_10; // System.Type System.Reflection.Emit.TypeBuilder::nesting_type Type_t * ___nesting_type_11; // System.Type[] System.Reflection.Emit.TypeBuilder::interfaces TypeU5BU5D_t3940880105* ___interfaces_12; // System.Int32 System.Reflection.Emit.TypeBuilder::num_methods int32_t ___num_methods_13; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.TypeBuilder::methods MethodBuilderU5BU5D_t3705301900* ___methods_14; // System.Reflection.Emit.ConstructorBuilder[] System.Reflection.Emit.TypeBuilder::ctors ConstructorBuilderU5BU5D_t3223009221* ___ctors_15; // System.Reflection.Emit.PropertyBuilder[] System.Reflection.Emit.TypeBuilder::properties PropertyBuilderU5BU5D_t4023329206* ___properties_16; // System.Int32 System.Reflection.Emit.TypeBuilder::num_fields int32_t ___num_fields_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.TypeBuilder::fields FieldBuilderU5BU5D_t138311604* ___fields_18; // System.Reflection.Emit.EventBuilder[] System.Reflection.Emit.TypeBuilder::events EventBuilderU5BU5D_t3902749141* ___events_19; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.TypeBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_20; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.TypeBuilder::subtypes TypeBuilderU5BU5D_t786280671* ___subtypes_21; // System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::attrs int32_t ___attrs_22; // System.Int32 System.Reflection.Emit.TypeBuilder::table_idx int32_t ___table_idx_23; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.TypeBuilder::pmodule ModuleBuilder_t731887691 * ___pmodule_24; // System.Int32 System.Reflection.Emit.TypeBuilder::class_size int32_t ___class_size_25; // System.Reflection.Emit.PackingSize System.Reflection.Emit.TypeBuilder::packing_size int32_t ___packing_size_26; // System.IntPtr System.Reflection.Emit.TypeBuilder::generic_container intptr_t ___generic_container_27; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.TypeBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.TypeBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_29; // System.Type System.Reflection.Emit.TypeBuilder::created Type_t * ___created_30; // System.String System.Reflection.Emit.TypeBuilder::fullname String_t* ___fullname_31; // System.Boolean System.Reflection.Emit.TypeBuilder::createTypeCalled bool ___createTypeCalled_32; // System.Type System.Reflection.Emit.TypeBuilder::underlying_type Type_t * ___underlying_type_33; public: inline static int32_t get_offset_of_tname_8() { return static_cast(offsetof(TypeBuilder_t1073948154, ___tname_8)); } inline String_t* get_tname_8() const { return ___tname_8; } inline String_t** get_address_of_tname_8() { return &___tname_8; } inline void set_tname_8(String_t* value) { ___tname_8 = value; Il2CppCodeGenWriteBarrier((&___tname_8), value); } inline static int32_t get_offset_of_nspace_9() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nspace_9)); } inline String_t* get_nspace_9() const { return ___nspace_9; } inline String_t** get_address_of_nspace_9() { return &___nspace_9; } inline void set_nspace_9(String_t* value) { ___nspace_9 = value; Il2CppCodeGenWriteBarrier((&___nspace_9), value); } inline static int32_t get_offset_of_parent_10() { return static_cast(offsetof(TypeBuilder_t1073948154, ___parent_10)); } inline Type_t * get_parent_10() const { return ___parent_10; } inline Type_t ** get_address_of_parent_10() { return &___parent_10; } inline void set_parent_10(Type_t * value) { ___parent_10 = value; Il2CppCodeGenWriteBarrier((&___parent_10), value); } inline static int32_t get_offset_of_nesting_type_11() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nesting_type_11)); } inline Type_t * get_nesting_type_11() const { return ___nesting_type_11; } inline Type_t ** get_address_of_nesting_type_11() { return &___nesting_type_11; } inline void set_nesting_type_11(Type_t * value) { ___nesting_type_11 = value; Il2CppCodeGenWriteBarrier((&___nesting_type_11), value); } inline static int32_t get_offset_of_interfaces_12() { return static_cast(offsetof(TypeBuilder_t1073948154, ___interfaces_12)); } inline TypeU5BU5D_t3940880105* get_interfaces_12() const { return ___interfaces_12; } inline TypeU5BU5D_t3940880105** get_address_of_interfaces_12() { return &___interfaces_12; } inline void set_interfaces_12(TypeU5BU5D_t3940880105* value) { ___interfaces_12 = value; Il2CppCodeGenWriteBarrier((&___interfaces_12), value); } inline static int32_t get_offset_of_num_methods_13() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_methods_13)); } inline int32_t get_num_methods_13() const { return ___num_methods_13; } inline int32_t* get_address_of_num_methods_13() { return &___num_methods_13; } inline void set_num_methods_13(int32_t value) { ___num_methods_13 = value; } inline static int32_t get_offset_of_methods_14() { return static_cast(offsetof(TypeBuilder_t1073948154, ___methods_14)); } inline MethodBuilderU5BU5D_t3705301900* get_methods_14() const { return ___methods_14; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_methods_14() { return &___methods_14; } inline void set_methods_14(MethodBuilderU5BU5D_t3705301900* value) { ___methods_14 = value; Il2CppCodeGenWriteBarrier((&___methods_14), value); } inline static int32_t get_offset_of_ctors_15() { return static_cast(offsetof(TypeBuilder_t1073948154, ___ctors_15)); } inline ConstructorBuilderU5BU5D_t3223009221* get_ctors_15() const { return ___ctors_15; } inline ConstructorBuilderU5BU5D_t3223009221** get_address_of_ctors_15() { return &___ctors_15; } inline void set_ctors_15(ConstructorBuilderU5BU5D_t3223009221* value) { ___ctors_15 = value; Il2CppCodeGenWriteBarrier((&___ctors_15), value); } inline static int32_t get_offset_of_properties_16() { return static_cast(offsetof(TypeBuilder_t1073948154, ___properties_16)); } inline PropertyBuilderU5BU5D_t4023329206* get_properties_16() const { return ___properties_16; } inline PropertyBuilderU5BU5D_t4023329206** get_address_of_properties_16() { return &___properties_16; } inline void set_properties_16(PropertyBuilderU5BU5D_t4023329206* value) { ___properties_16 = value; Il2CppCodeGenWriteBarrier((&___properties_16), value); } inline static int32_t get_offset_of_num_fields_17() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_fields_17)); } inline int32_t get_num_fields_17() const { return ___num_fields_17; } inline int32_t* get_address_of_num_fields_17() { return &___num_fields_17; } inline void set_num_fields_17(int32_t value) { ___num_fields_17 = value; } inline static int32_t get_offset_of_fields_18() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_fields_18() const { return ___fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_fields_18() { return &___fields_18; } inline void set_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___fields_18 = value; Il2CppCodeGenWriteBarrier((&___fields_18), value); } inline static int32_t get_offset_of_events_19() { return static_cast(offsetof(TypeBuilder_t1073948154, ___events_19)); } inline EventBuilderU5BU5D_t3902749141* get_events_19() const { return ___events_19; } inline EventBuilderU5BU5D_t3902749141** get_address_of_events_19() { return &___events_19; } inline void set_events_19(EventBuilderU5BU5D_t3902749141* value) { ___events_19 = value; Il2CppCodeGenWriteBarrier((&___events_19), value); } inline static int32_t get_offset_of_cattrs_20() { return static_cast(offsetof(TypeBuilder_t1073948154, ___cattrs_20)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_20() const { return ___cattrs_20; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_20() { return &___cattrs_20; } inline void set_cattrs_20(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_20 = value; Il2CppCodeGenWriteBarrier((&___cattrs_20), value); } inline static int32_t get_offset_of_subtypes_21() { return static_cast(offsetof(TypeBuilder_t1073948154, ___subtypes_21)); } inline TypeBuilderU5BU5D_t786280671* get_subtypes_21() const { return ___subtypes_21; } inline TypeBuilderU5BU5D_t786280671** get_address_of_subtypes_21() { return &___subtypes_21; } inline void set_subtypes_21(TypeBuilderU5BU5D_t786280671* value) { ___subtypes_21 = value; Il2CppCodeGenWriteBarrier((&___subtypes_21), value); } inline static int32_t get_offset_of_attrs_22() { return static_cast(offsetof(TypeBuilder_t1073948154, ___attrs_22)); } inline int32_t get_attrs_22() const { return ___attrs_22; } inline int32_t* get_address_of_attrs_22() { return &___attrs_22; } inline void set_attrs_22(int32_t value) { ___attrs_22 = value; } inline static int32_t get_offset_of_table_idx_23() { return static_cast(offsetof(TypeBuilder_t1073948154, ___table_idx_23)); } inline int32_t get_table_idx_23() const { return ___table_idx_23; } inline int32_t* get_address_of_table_idx_23() { return &___table_idx_23; } inline void set_table_idx_23(int32_t value) { ___table_idx_23 = value; } inline static int32_t get_offset_of_pmodule_24() { return static_cast(offsetof(TypeBuilder_t1073948154, ___pmodule_24)); } inline ModuleBuilder_t731887691 * get_pmodule_24() const { return ___pmodule_24; } inline ModuleBuilder_t731887691 ** get_address_of_pmodule_24() { return &___pmodule_24; } inline void set_pmodule_24(ModuleBuilder_t731887691 * value) { ___pmodule_24 = value; Il2CppCodeGenWriteBarrier((&___pmodule_24), value); } inline static int32_t get_offset_of_class_size_25() { return static_cast(offsetof(TypeBuilder_t1073948154, ___class_size_25)); } inline int32_t get_class_size_25() const { return ___class_size_25; } inline int32_t* get_address_of_class_size_25() { return &___class_size_25; } inline void set_class_size_25(int32_t value) { ___class_size_25 = value; } inline static int32_t get_offset_of_packing_size_26() { return static_cast(offsetof(TypeBuilder_t1073948154, ___packing_size_26)); } inline int32_t get_packing_size_26() const { return ___packing_size_26; } inline int32_t* get_address_of_packing_size_26() { return &___packing_size_26; } inline void set_packing_size_26(int32_t value) { ___packing_size_26 = value; } inline static int32_t get_offset_of_generic_container_27() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_container_27)); } inline intptr_t get_generic_container_27() const { return ___generic_container_27; } inline intptr_t* get_address_of_generic_container_27() { return &___generic_container_27; } inline void set_generic_container_27(intptr_t value) { ___generic_container_27 = value; } inline static int32_t get_offset_of_generic_params_28() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_params_28)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_28() const { return ___generic_params_28; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_28() { return &___generic_params_28; } inline void set_generic_params_28(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_28 = value; Il2CppCodeGenWriteBarrier((&___generic_params_28), value); } inline static int32_t get_offset_of_permissions_29() { return static_cast(offsetof(TypeBuilder_t1073948154, ___permissions_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_29() const { return ___permissions_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_29() { return &___permissions_29; } inline void set_permissions_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_29), value); } inline static int32_t get_offset_of_created_30() { return static_cast(offsetof(TypeBuilder_t1073948154, ___created_30)); } inline Type_t * get_created_30() const { return ___created_30; } inline Type_t ** get_address_of_created_30() { return &___created_30; } inline void set_created_30(Type_t * value) { ___created_30 = value; Il2CppCodeGenWriteBarrier((&___created_30), value); } inline static int32_t get_offset_of_fullname_31() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fullname_31)); } inline String_t* get_fullname_31() const { return ___fullname_31; } inline String_t** get_address_of_fullname_31() { return &___fullname_31; } inline void set_fullname_31(String_t* value) { ___fullname_31 = value; Il2CppCodeGenWriteBarrier((&___fullname_31), value); } inline static int32_t get_offset_of_createTypeCalled_32() { return static_cast(offsetof(TypeBuilder_t1073948154, ___createTypeCalled_32)); } inline bool get_createTypeCalled_32() const { return ___createTypeCalled_32; } inline bool* get_address_of_createTypeCalled_32() { return &___createTypeCalled_32; } inline void set_createTypeCalled_32(bool value) { ___createTypeCalled_32 = value; } inline static int32_t get_offset_of_underlying_type_33() { return static_cast(offsetof(TypeBuilder_t1073948154, ___underlying_type_33)); } inline Type_t * get_underlying_type_33() const { return ___underlying_type_33; } inline Type_t ** get_address_of_underlying_type_33() { return &___underlying_type_33; } inline void set_underlying_type_33(Type_t * value) { ___underlying_type_33 = value; Il2CppCodeGenWriteBarrier((&___underlying_type_33), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEBUILDER_T1073948154_H #ifndef MONOTYPE_T_H #define MONOTYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoType struct MonoType_t : public Type_t { public: // System.MonoTypeInfo System.MonoType::type_info MonoTypeInfo_t3366989025 * ___type_info_8; public: inline static int32_t get_offset_of_type_info_8() { return static_cast(offsetof(MonoType_t, ___type_info_8)); } inline MonoTypeInfo_t3366989025 * get_type_info_8() const { return ___type_info_8; } inline MonoTypeInfo_t3366989025 ** get_address_of_type_info_8() { return &___type_info_8; } inline void set_type_info_8(MonoTypeInfo_t3366989025 * value) { ___type_info_8 = value; Il2CppCodeGenWriteBarrier((&___type_info_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTYPE_T_H #ifndef LEASE_T4051722892_H #define LEASE_T4051722892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Remoting.Lifetime.Lease struct Lease_t4051722892 : public MarshalByRefObject_t2760389100 { public: // System.DateTime System.Runtime.Remoting.Lifetime.Lease::_leaseExpireTime DateTime_t3738529785 ____leaseExpireTime_1; // System.Runtime.Remoting.Lifetime.LeaseState System.Runtime.Remoting.Lifetime.Lease::_currentState int32_t ____currentState_2; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_initialLeaseTime TimeSpan_t881159249 ____initialLeaseTime_3; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_renewOnCallTime TimeSpan_t881159249 ____renewOnCallTime_4; // System.TimeSpan System.Runtime.Remoting.Lifetime.Lease::_sponsorshipTimeout TimeSpan_t881159249 ____sponsorshipTimeout_5; // System.Collections.ArrayList System.Runtime.Remoting.Lifetime.Lease::_sponsors ArrayList_t2718874744 * ____sponsors_6; // System.Collections.Queue System.Runtime.Remoting.Lifetime.Lease::_renewingSponsors Queue_t3637523393 * ____renewingSponsors_7; // System.Runtime.Remoting.Lifetime.Lease/RenewalDelegate System.Runtime.Remoting.Lifetime.Lease::_renewalDelegate RenewalDelegate_t3744801856 * ____renewalDelegate_8; public: inline static int32_t get_offset_of__leaseExpireTime_1() { return static_cast(offsetof(Lease_t4051722892, ____leaseExpireTime_1)); } inline DateTime_t3738529785 get__leaseExpireTime_1() const { return ____leaseExpireTime_1; } inline DateTime_t3738529785 * get_address_of__leaseExpireTime_1() { return &____leaseExpireTime_1; } inline void set__leaseExpireTime_1(DateTime_t3738529785 value) { ____leaseExpireTime_1 = value; } inline static int32_t get_offset_of__currentState_2() { return static_cast(offsetof(Lease_t4051722892, ____currentState_2)); } inline int32_t get__currentState_2() const { return ____currentState_2; } inline int32_t* get_address_of__currentState_2() { return &____currentState_2; } inline void set__currentState_2(int32_t value) { ____currentState_2 = value; } inline static int32_t get_offset_of__initialLeaseTime_3() { return static_cast(offsetof(Lease_t4051722892, ____initialLeaseTime_3)); } inline TimeSpan_t881159249 get__initialLeaseTime_3() const { return ____initialLeaseTime_3; } inline TimeSpan_t881159249 * get_address_of__initialLeaseTime_3() { return &____initialLeaseTime_3; } inline void set__initialLeaseTime_3(TimeSpan_t881159249 value) { ____initialLeaseTime_3 = value; } inline static int32_t get_offset_of__renewOnCallTime_4() { return static_cast(offsetof(Lease_t4051722892, ____renewOnCallTime_4)); } inline TimeSpan_t881159249 get__renewOnCallTime_4() const { return ____renewOnCallTime_4; } inline TimeSpan_t881159249 * get_address_of__renewOnCallTime_4() { return &____renewOnCallTime_4; } inline void set__renewOnCallTime_4(TimeSpan_t881159249 value) { ____renewOnCallTime_4 = value; } inline static int32_t get_offset_of__sponsorshipTimeout_5() { return static_cast(offsetof(Lease_t4051722892, ____sponsorshipTimeout_5)); } inline TimeSpan_t881159249 get__sponsorshipTimeout_5() const { return ____sponsorshipTimeout_5; } inline TimeSpan_t881159249 * get_address_of__sponsorshipTimeout_5() { return &____sponsorshipTimeout_5; } inline void set__sponsorshipTimeout_5(TimeSpan_t881159249 value) { ____sponsorshipTimeout_5 = value; } inline static int32_t get_offset_of__sponsors_6() { return static_cast(offsetof(Lease_t4051722892, ____sponsors_6)); } inline ArrayList_t2718874744 * get__sponsors_6() const { return ____sponsors_6; } inline ArrayList_t2718874744 ** get_address_of__sponsors_6() { return &____sponsors_6; } inline void set__sponsors_6(ArrayList_t2718874744 * value) { ____sponsors_6 = value; Il2CppCodeGenWriteBarrier((&____sponsors_6), value); } inline static int32_t get_offset_of__renewingSponsors_7() { return static_cast(offsetof(Lease_t4051722892, ____renewingSponsors_7)); } inline Queue_t3637523393 * get__renewingSponsors_7() const { return ____renewingSponsors_7; } inline Queue_t3637523393 ** get_address_of__renewingSponsors_7() { return &____renewingSponsors_7; } inline void set__renewingSponsors_7(Queue_t3637523393 * value) { ____renewingSponsors_7 = value; Il2CppCodeGenWriteBarrier((&____renewingSponsors_7), value); } inline static int32_t get_offset_of__renewalDelegate_8() { return static_cast(offsetof(Lease_t4051722892, ____renewalDelegate_8)); } inline RenewalDelegate_t3744801856 * get__renewalDelegate_8() const { return ____renewalDelegate_8; } inline RenewalDelegate_t3744801856 ** get_address_of__renewalDelegate_8() { return &____renewalDelegate_8; } inline void set__renewalDelegate_8(RenewalDelegate_t3744801856 * value) { ____renewalDelegate_8 = value; Il2CppCodeGenWriteBarrier((&____renewalDelegate_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LEASE_T4051722892_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef MISSINGFIELDEXCEPTION_T1989070983_H #define MISSINGFIELDEXCEPTION_T1989070983_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MissingFieldException struct MissingFieldException_t1989070983 : public MissingMemberException_t1385081665 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISSINGFIELDEXCEPTION_T1989070983_H #ifndef FILEINFO_T1169991790_H #define FILEINFO_T1169991790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileInfo struct FileInfo_t1169991790 : public FileSystemInfo_t3745885336 { public: // System.Boolean System.IO.FileInfo::exists bool ___exists_5; public: inline static int32_t get_offset_of_exists_5() { return static_cast(offsetof(FileInfo_t1169991790, ___exists_5)); } inline bool get_exists_5() const { return ___exists_5; } inline bool* get_address_of_exists_5() { return &___exists_5; } inline void set_exists_5(bool value) { ___exists_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEINFO_T1169991790_H #ifndef DIRECTORYINFO_T35957480_H #define DIRECTORYINFO_T35957480_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo struct DirectoryInfo_t35957480 : public FileSystemInfo_t3745885336 { public: // System.String System.IO.DirectoryInfo::current String_t* ___current_5; // System.String System.IO.DirectoryInfo::parent String_t* ___parent_6; public: inline static int32_t get_offset_of_current_5() { return static_cast(offsetof(DirectoryInfo_t35957480, ___current_5)); } inline String_t* get_current_5() const { return ___current_5; } inline String_t** get_address_of_current_5() { return &___current_5; } inline void set_current_5(String_t* value) { ___current_5 = value; Il2CppCodeGenWriteBarrier((&___current_5), value); } inline static int32_t get_offset_of_parent_6() { return static_cast(offsetof(DirectoryInfo_t35957480, ___parent_6)); } inline String_t* get_parent_6() const { return ___parent_6; } inline String_t** get_address_of_parent_6() { return &___parent_6; } inline void set_parent_6(String_t* value) { ___parent_6 = value; Il2CppCodeGenWriteBarrier((&___parent_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTORYINFO_T35957480_H // System.Object[] struct ObjectU5BU5D_t2843939325 : 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.Byte[] struct ByteU5BU5D_t4116647657 : 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_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t1281789340 : 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.Boolean[] struct BooleanU5BU5D_t2897418192 : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Reflection.CustomAttributeData[] struct CustomAttributeDataU5BU5D_t2798250719 : public RuntimeArray { public: ALIGN_FIELD (8) CustomAttributeData_t1084486650 * m_Items[1]; public: inline CustomAttributeData_t1084486650 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline CustomAttributeData_t1084486650 ** 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, CustomAttributeData_t1084486650 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline CustomAttributeData_t1084486650 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline CustomAttributeData_t1084486650 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, CustomAttributeData_t1084486650 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.UInt16[] struct UInt16U5BU5D_t3326319531 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t1659327989 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : 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.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t2651576203 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_t2559172825 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * 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_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t5769829 * m_Items[1]; public: inline ConstructorInfo_t5769829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t5769829 ** 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, ConstructorInfo_t5769829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorInfo_t5769829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t5769829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t5769829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBase_t * m_Items[1]; public: inline MethodBase_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBase_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, MethodBase_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) extern "C" IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t4292682451 * Array_AsReadOnly_TisRuntimeObject_m3652082723_gshared (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m2833621053 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_m2413769966 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2122266396 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m375085029 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.Int64) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m4210014069 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m1509243576 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Convert_ToDateTime_m2616935982 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int64_System_IConvertible_ToDateTime_m2535842508 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Int64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m1284279264 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int64_System_IConvertible_ToDecimal_m70934849 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int64) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m2180337032 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_m99143002 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int64) extern "C" IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4174439391 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_m4062196970 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1085875835 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_m772105781 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m2075162888 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m1560218307 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int64) extern "C" IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2653811524 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m267591194 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int64) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m2891972375 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m1368636517 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Object System.Convert::ToType(System.Object,System.Type,System.IFormatProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Convert_ToType_m2406080310 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, bool ___try_target_to_type3, const RuntimeMethod* method); // System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int64_System_IConvertible_ToType_m3223988955 (int64_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m3902921832 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m848637338 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m2194577773 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m109903525 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int64) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m409548990 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_m2815650160 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String Locale::GetText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m3374010885 (RuntimeObject * __this /* static, unused */, String_t* ___msg0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m1928360444 (int64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m858582563 (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Int64::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_m703091690 (int64_t* __this, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m3345789408 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Int64::Equals(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m680137412 (int64_t* __this, int64_t ___obj0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Exception System.Int32::GetFormatException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Int32_GetFormatException_m519586683 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Int32::ProcessTrailingWhitespace(System.Boolean,System.String,System.Int32,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_ProcessTrailingWhitespace_m220059206 (RuntimeObject * __this /* static, unused */, bool ___tryParse0, String_t* ___s1, int32_t ___position2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.Void System.OverflowException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void OverflowException__ctor_m694321376 (OverflowException_t2020128637 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3250361603 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 ___handle0, const RuntimeMethod* method); // System.Threading.Thread System.Threading.Thread::get_CurrentThread() extern "C" IL2CPP_METHOD_ATTR Thread_t2300836069 * Thread_get_CurrentThread_m4142136012 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * Thread_get_CurrentCulture_m349116646 (Thread_t2300836069 * __this, const RuntimeMethod* method); // System.Boolean System.Int32::CheckStyle(System.Globalization.NumberStyles,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_CheckStyle_m3421319992 (RuntimeObject * __this /* static, unused */, int32_t ___style0, bool ___tryParse1, Exception_t ** ___exc2, const RuntimeMethod* method); // System.Boolean System.Int32::JumpOverWhite(System.Int32&,System.String,System.Boolean,System.Boolean,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int32_JumpOverWhite_m208298144 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, bool ___reportError2, bool ___tryParse3, Exception_t ** ___exc4, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NegativeSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeSign_m2757109362 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_PositiveSign() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveSign_m240350949 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Void System.Int32::FindSign(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindSign_m3975667272 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundSign3, bool* ___negative4, const RuntimeMethod* method); // System.Void System.Int32::FindCurrency(System.Int32&,System.String,System.Globalization.NumberFormatInfo,System.Boolean&) extern "C" IL2CPP_METHOD_ATTR void Int32_FindCurrency_m3541026887 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, NumberFormatInfo_t435877138 * ___nfi2, bool* ___foundCurrency3, const RuntimeMethod* method); // System.Boolean System.Int32::ValidDigit(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool Int32_ValidDigit_m1059003769 (RuntimeObject * __this /* static, unused */, Il2CppChar ___e0, bool ___allowHex1, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m3292795925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Boolean System.Int32::FindOther(System.Int32&,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Int32_FindOther_m3593812441 (RuntimeObject * __this /* static, unused */, int32_t* ___pos0, String_t* ___s1, String_t* ___other2, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencyGroupSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberDecimalSeparator_m33502788 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_CurrencyDecimalSeparator() extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsDigit_m3646673943 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Boolean System.Char::IsLower(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLower_m3108076820 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.Globalization.NumberFormatInfo::get_CurrencyPositivePattern() extern "C" IL2CPP_METHOD_ATTR int32_t NumberFormatInfo_get_CurrencyPositivePattern_m2327563925 (NumberFormatInfo_t435877138 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method); // System.Boolean System.Int64::Parse(System.String,System.Boolean,System.Int64&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int64_Parse_m3309897583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int64_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method); // System.Boolean System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Int64&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int64_Parse_m1800613309 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___fp2, bool ___tryParse3, int64_t* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m2562899600 (RuntimeObject * __this /* static, unused */, int64_t ___value0, RuntimeObject* ___fp1, const RuntimeMethod* method); // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m623640997 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2085073918 (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.String System.Int64::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m414616559 (int64_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.NumberFormatter::NumberToString(System.String,System.Int64,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* NumberFormatter_NumberToString_m406010816 (RuntimeObject * __this /* static, unused */, String_t* ___format0, int64_t ___value1, RuntimeObject* ___fp2, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m987082960 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m987476171 (intptr_t* __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m3384658186 (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m2503729515 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m620280096 (intptr_t* __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int64 System.IntPtr::ToInt64() extern "C" IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m192765549 (intptr_t* __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3963995439 (SerializationInfo_t950877179 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method); // System.Void System.IntPtr::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475 (intptr_t* __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Boolean System.IntPtr::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_Equals_m3408989655 (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.IntPtr::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m3588219647 (intptr_t* __this, const RuntimeMethod* method); // System.Int32 System.IntPtr::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_m370911744 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void* System.IntPtr::ToPointer() extern "C" IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m4157623054 (intptr_t* __this, const RuntimeMethod* method); // System.String System.IntPtr::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m900170569 (intptr_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.String System.IntPtr::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m1831665121 (intptr_t* __this, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m372259452 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Exception_set_HResult_m3489164646 (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8UnmarkedUnsafe() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8UnmarkedUnsafe_m320312322 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m2266204403 (BinaryReader_t2428077293 * __this, Stream_t1273022909 * ___input0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1034312941 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::CheckBuffer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryReader_CheckBuffer_m2636825055 (BinaryReader_t2428077293 * __this, int32_t ___length0, const RuntimeMethod* method); // System.Void System.IO.EndOfStreamException::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2202021005 (EndOfStreamException_t2015613008 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 System.IO.BinaryReader::ReadCharBytes(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_ReadCharBytes_m2668665998 (BinaryReader_t2428077293 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, int32_t* ___bytes_read3, const RuntimeMethod* method); // System.Boolean System.Buffer::BlockCopyInternal(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Buffer_BlockCopyInternal_m418318694 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___src_offset1, RuntimeArray * ___dest2, int32_t ___dest_offset3, int32_t ___count4, const RuntimeMethod* method); // System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR double BitConverterLE_ToDouble_m1601000678 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Int32 System.IO.BinaryReader::Read7BitEncodedInt() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m3079148249 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4089665817 (StringBuilder_t * __this, CharU5BU5D_t3528271667* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR float BitConverterLE_ToSingle_m1153793442 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2439641268 (BinaryWriter_t3992595042 * __this, Stream_t1273022909 * ___output0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.IO.BinaryWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m3736305989 (BinaryWriter_t3992595042 * __this, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Double) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m3350143782 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Single) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BitConverterLE_GetBytes_m2590852453 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Void System.IO.BinaryWriter::Write7BitEncodedInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write7BitEncodedInt_m3825472103 (BinaryWriter_t3992595042 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m3941437302 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_Peek_m2272511193 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.ConsoleKeyInfo System.Console::ReadKey() extern "C" IL2CPP_METHOD_ATTR ConsoleKeyInfo_t1802691652 Console_ReadKey_m1122053118 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char System.ConsoleKeyInfo::get_KeyChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m3155064270 (ConsoleKeyInfo_t1802691652 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_m20464343 (TermInfoDriver_t2335718621 * __this, CharU5BU5D_t3528271667* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.String System.TermInfoDriver::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m2206695091 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.String System.IO.StreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* StreamReader_ReadToEnd_m371831293 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m2310301218 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::get_Initialized() extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m36760957 (TermInfoDriver_t2335718621 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m4109815652 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char) extern "C" IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m2147989117 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.TermInfoDriver::WriteSpecialKey(System.Char) extern "C" IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m353611763 (TermInfoDriver_t2335718621 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.IO.CStreamWriter::InternalWriteChar(System.Char) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChar_m637147095 (CStreamWriter_t3783449173 * __this, Il2CppChar ___val0, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m1660535366 (StreamWriter_t1266378904 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m2487601391 (StreamWriter_t1266378904 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectoriesInternal(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectoriesInternal_m3735342319 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::get_SecurityEnabled() extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_get_SecurityEnabled_m3467182822 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Security.Permissions.FileIOPermission::.ctor(System.Security.Permissions.FileIOPermissionAccess,System.String) extern "C" IL2CPP_METHOD_ATTR void FileIOPermission__ctor_m1915937234 (FileIOPermission_t3596906749 * __this, int32_t ___access0, String_t* ___path1, const RuntimeMethod* method); // System.Void System.Security.CodeAccessPermission::Demand() extern "C" IL2CPP_METHOD_ATTR void CodeAccessPermission_Demand_m2609746972 (CodeAccessPermission_t2681295399 * __this, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m126519516 (DirectoryInfo_t35957480 * __this, String_t* ___path0, bool ___simpleOriginalPath1, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.DirectoryInfo::get_Parent() extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * DirectoryInfo_get_Parent_m3736638393 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method); // System.Boolean System.IO.DirectoryInfo::get_Exists() extern "C" IL2CPP_METHOD_ATTR bool DirectoryInfo_get_Exists_m3142069876 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::Create() extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo_Create_m604858118 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::CreateDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_CreateDirectory_m120522531 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.Exception System.IO.MonoIO::GetException(System.String,System.IO.MonoIOError) extern "C" IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m1522387862 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___error1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::ExistsSymlink(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsSymlink_m3429865708 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::DeleteFile(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_DeleteFile_m3839141322 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::RemoveDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_RemoveDirectory_m1077394976 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.IO.DirectoryNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m3235664382 (DirectoryNotFoundException_t1220582502 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetDirectories(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetDirectories_m1966820948 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.Directory::RecursiveDelete(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_RecursiveDelete_m204998306 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFiles(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m932257245 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.Directory::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m2573534060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.Directory::CheckPathExceptions(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_CheckPathExceptions_m3433410395 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::ExistsDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsDirectory_m2182482658 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.String System.IO.MonoIO::GetCurrentDirectory(System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR String_t* MonoIO_GetCurrentDirectory_m762333289 (RuntimeObject * __this /* static, unused */, int32_t* ___error0, const RuntimeMethod* method); // System.Exception System.IO.MonoIO::GetException(System.IO.MonoIOError) extern "C" IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m865954703 (RuntimeObject * __this /* static, unused */, int32_t ___error0, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetDirectories(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetDirectories_m4129725300 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFileSystemEntries(System.String,System.String,System.IO.FileAttributes,System.IO.FileAttributes) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFileSystemEntries_m1684188607 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, int32_t ___mask2, int32_t ___attrs3, const RuntimeMethod* method); // System.String[] System.IO.Directory::GetFiles(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m2624572368 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.IO.Directory::GetFilesRecurse(System.String,System.String,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void Directory_GetFilesRecurse_m4179308762 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, ArrayList_t2718874744 * ___all2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.String System.IO.Path::GetDirectoryName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m3496866581 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::ExistsFile(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsFile_m812572516 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.String[] System.IO.MonoIO::GetFileSystemEntries(System.String,System.String,System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* MonoIO_GetFileSystemEntries_m37351365 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___path_with_pattern1, int32_t ___attrs2, int32_t ___mask3, int32_t* ___error4, const RuntimeMethod* method); // System.Void System.IO.FileSystemInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_m3035148496 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.Void System.IO.FileSystemInfo::CheckPath(System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_CheckPath_m1572836275 (FileSystemInfo_t3745885336 * __this, String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Path::GetFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m1354558116 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::Initialize() extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo_Initialize_m1389772934 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method); // System.Void System.IO.FileSystemInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_m3769019897 (FileSystemInfo_t3745885336 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m578673845 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Boolean System.Environment::get_IsRunningOnWindows() extern "C" IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m1804804030 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // System.Void System.IO.FileSystemInfo::Refresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_Refresh_m1497191506 (FileSystemInfo_t3745885336 * __this, bool ___force0, const RuntimeMethod* method); // System.Void System.IO.DirectoryInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m1000259829 (DirectoryInfo_t35957480 * __this, String_t* ___path0, const RuntimeMethod* method); // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m58488270 (IOException_t4088381929 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.IO.File::Copy(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void File_Copy_m3433232803 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::Exists(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_Exists_m1882747437 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.String Locale::GetText(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m1601577974 (RuntimeObject * __this /* static, unused */, String_t* ___fmt0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m1953317719 (FileNotFoundException_t225391025 * __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method); // System.IO.FileAttributes System.IO.File::GetAttributes(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t File_GetAttributes_m234088996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::CopyFile(System.String,System.String,System.Boolean,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_CopyFile_m171583172 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___dest1, bool ___overwrite2, int32_t* ___error3, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m604182744 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3340685739 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method); // System.Void System.UnauthorizedAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_m40101894 (UnauthorizedAccessException_t490705335 * __this, String_t* ___message0, const RuntimeMethod* method); // System.IO.FileAttributes System.IO.MonoIO::GetFileAttributes(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileAttributes_m2086493016 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::MoveFile(System.String,System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_MoveFile_m702121215 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___dest1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1616861391 (StreamReader_t4009935899 * __this, String_t* ___path0, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::OpenRead(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_OpenRead_m2936789020 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8Unmarked() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8Unmarked_m3350637783 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.IO.File::ReadAllText(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m3275939702 (RuntimeObject * __this /* static, unused */, String_t* ___path0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m448228252 (StreamReader_t4009935899 * __this, String_t* ___path0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.FileInfo::get_Exists() extern "C" IL2CPP_METHOD_ATTR bool FileInfo_get_Exists_m1365967814 (FileInfo_t1169991790 * __this, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m971599150 (IOException_t4088381929 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Type System.Exception::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Exception_GetType_m2227967756 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2989139009 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.Exception System.Exception::get_InnerException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m3836775 (Exception_t * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_CurrentCulture_m1632690660 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t2843939325* ___args2, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.IO.MonoFileType System.IO.MonoIO::GetFileType(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileType_m101289143 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.IO.FileStream::InitBuffer(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream_InitBuffer_m2135408785 (FileStream_t4292183065 * __this, int32_t ___size0, bool ___noBuffering1, const RuntimeMethod* method); // System.Int64 System.IO.MonoIO::Seek(System.IntPtr,System.Int64,System.IO.SeekOrigin,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int64_t MonoIO_Seek_m390267705 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int64_t ___offset1, int32_t ___origin2, int32_t* ___error3, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m1487083717 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___isAsync5, bool ___anonymous6, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean,System.IO.FileOptions) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3151488352 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___anonymous5, int32_t ___options6, const RuntimeMethod* method); // System.String System.IO.FileStream::GetSecureFileName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m2419304749 (FileStream_t4292183065 * __this, String_t* ___filename0, bool ___full1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.IO.FileStream::GetSecureFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m449783930 (FileStream_t4292183065 * __this, String_t* ___filename0, const RuntimeMethod* method); // System.IntPtr System.IO.MonoIO::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_Open_m2245605962 (RuntimeObject * __this /* static, unused */, String_t* ___filename0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___options4, int32_t* ___error5, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m3603759869 (ObjectDisposedException_t21392786 * __this, String_t* ___objectName0, const RuntimeMethod* method); // System.Void System.IO.FileStream::FlushBufferIfDirty() extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBufferIfDirty_m4249802951 (FileStream_t4292183065 * __this, const RuntimeMethod* method); // System.Int64 System.IO.MonoIO::GetLength(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int64_t MonoIO_GetLength_m2300093603 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::ReadData(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadData_m1637551634 (FileStream_t4292183065 * __this, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.IO.FileStream::RefillBuffer() extern "C" IL2CPP_METHOD_ATTR void FileStream_RefillBuffer_m4186945278 (FileStream_t4292183065 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::FlushBuffer() extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_m4115439312 (FileStream_t4292183065 * __this, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadInternal_m2099474616 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::ReadSegment(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadSegment_m3875398069 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___dest_offset1, int32_t ___count2, const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginRead_m2233539237 (Stream_t1273022909 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method); // System.Void System.IO.FileStream/ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m2067775798 (ReadDelegate_t714865915 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_m3697522094 (ReadDelegate_t714865915 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Stream_EndRead_m1896469262 (Stream_t1273022909 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Int32 System.IO.FileStream/ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m1567259657 (ReadDelegate_t714865915 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Void System.IO.FileStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream_WriteInternal_m4028396817 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.IO.MonoIO::Write(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_Write_m3999708352 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___src1, int32_t ___src_offset2, int32_t ___count3, int32_t* ___error4, const RuntimeMethod* method); // System.Int32 System.IO.FileStream::WriteSegment(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_WriteSegment_m4018885935 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___src_offset1, int32_t ___count2, const RuntimeMethod* method); // System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWrite_m1696564506 (Stream_t1273022909 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method); // System.Void System.IO.FileStreamAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FileStreamAsyncResult__ctor_m3441988901 (FileStreamAsyncResult_t2422587232 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::FlushBuffer(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_m914568182 (FileStream_t4292183065 * __this, Stream_t1273022909 * ___st0, const RuntimeMethod* method); // System.Void System.IO.FileStream/WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m760514430 (WriteDelegate_t4270993571 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IAsyncResult System.IO.FileStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m39624777 (WriteDelegate_t4270993571 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method); // System.Void System.IO.Stream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Stream_EndWrite_m1721488587 (Stream_t1273022909 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Void System.IO.FileStream/WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_m952736984 (WriteDelegate_t4270993571 * __this, RuntimeObject* ___result0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::SetLength(System.IntPtr,System.Int64,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_SetLength_m2811105392 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int64_t ___length1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::Close(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_Close_m3406045462 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, 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_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.IO.MonoIO::Read(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_Read_m1129074620 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___dest1, int32_t ___dest_offset2, int32_t ___count3, int32_t* ___error4, const RuntimeMethod* method); // System.Int32 System.IO.FileStream/ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_m853483996 (ReadDelegate_t714865915 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.FileStream/WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_m1581737441 (WriteDelegate_t4270993571 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m530647953 (AsyncCallback_t3962456242 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m4010886457 (ManualResetEvent_t451242010 * __this, bool ___initialState0, const RuntimeMethod* method); // System.IAsyncResult System.AsyncCallback::BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* AsyncCallback_BeginInvoke_m2710486612 (AsyncCallback_t3962456242 * __this, RuntimeObject* ___ar0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method); // System.Void System.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3906743584 (SerializationInfo_t950877179 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method); // System.DateTime System.DateTime::FromFileTime(System.Int64) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_FromFileTime_m47770515 (RuntimeObject * __this /* static, unused */, int64_t ___fileTime0, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_CreationTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_CreationTime_m3644550429 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastAccessTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastAccessTime_m2947231438 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.DateTime System.IO.FileSystemInfo::get_LastWriteTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastWriteTime_m1574089390 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::GetFileStat(System.String,System.IO.MonoIOStat&,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_GetFileStat_m678141354 (RuntimeObject * __this /* static, unused */, String_t* ___path0, MonoIOStat_t592533987 * ___stat1, int32_t* ___error2, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2128850779 (MemoryStream_t94973147 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::InternalConstructor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_InternalConstructor_m150311326 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publicallyVisible4, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::CheckIfClosedThrowDisposed() extern "C" IL2CPP_METHOD_ATTR void MemoryStream_CheckIfClosedThrowDisposed_m3740555627 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.UnauthorizedAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_m246605039 (UnauthorizedAccessException_t490705335 * __this, const RuntimeMethod* method); // System.Int32 System.IO.MemoryStream::CalculateNewCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MemoryStream_CalculateNewCapacity_m30466263 (MemoryStream_t94973147 * __this, int32_t ___minimum0, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Clear_m2231608178 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::Expand(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_Expand_m3554752073 (MemoryStream_t94973147 * __this, int32_t ___newSize0, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593085246 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Void System.IO.IOException::.ctor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m2367100481 (IOException_t4088381929 * __this, String_t* ___message0, int32_t ___hresult1, const RuntimeMethod* method); // System.Void System.IO.DriveNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m2354508450 (DriveNotFoundException_t3618847791 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.PathTooLongException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m2026445941 (PathTooLongException_t2919094560 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_VolumeSeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_VolumeSeparatorChar_m3246170182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_DirectorySeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_DirectorySeparatorChar_m820086465 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_AltDirectorySeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_AltDirectorySeparatorChar_m563952479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char System.IO.MonoIO::get_PathSeparator() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_PathSeparator_m4045322458 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Char[] System.IO.Path::GetInvalidPathChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidPathChars_m3959874485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsPathRooted(System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m3515805419 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2818852475 (String_t* __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method); // System.String System.IO.Path::GetPathRoot(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_m3499444155 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m545540478 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, const RuntimeMethod* method); // System.String System.IO.Path::CleanPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_CleanPath_m3974596557 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Int32 System.IO.Path::findExtension(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Path_findExtension_m910255017 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.String System.IO.Path::InsecureGetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m129101154 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.String System.IO.Directory::GetCurrentDirectory() extern "C" IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m219218555 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.IO.Path::WindowsDriveAdjustment(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_WindowsDriveAdjustment_m3256426255 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.IO.Path::IsDsc(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Path_IsDsc_m138487241 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.String System.IO.Path::CanonicalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_CanonicalizePath_m620086118 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.IO.MonoIO::RemapPath(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_RemapPath_m1142466502 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t** ___newPath1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___array0, RuntimeFieldHandle_t1871169219 ___fldHandle1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m3451222878 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.IO.Path::GetServerAndShare(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetServerAndShare_m2640882202 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t4157843068 * ___culture3, const RuntimeMethod* method); // System.Boolean System.Char::Equals(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_Equals_m198757577 (Il2CppChar* __this, Il2CppChar ___obj0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* ___separator0, const RuntimeMethod* method); // System.String System.String::TrimEnd(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m3824727301 (String_t* __this, CharU5BU5D_t3528271667* ___trimChars0, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m29736248 (RuntimeObject * __this /* static, unused */, String_t* ___separator0, StringU5BU5D_t1281789340* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Boolean System.IO.Path::SameRoot(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_SameRoot_m1518354096 (RuntimeObject * __this /* static, unused */, String_t* ___root0, String_t* ___path1, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_EndsWith_m1901926500 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m2510091139 (RuntimeObject * __this /* static, unused */, String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m2323029521 (String_t* __this, CharU5BU5D_t3528271667* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method); // System.Void System.IO.NullStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullStream__ctor_m2992573138 (NullStream_t1684893697 * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.StreamAsyncResult::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult__ctor_m3118856368 (StreamAsyncResult_t780248512 * __this, RuntimeObject * ___state0, const RuntimeMethod* method); // System.Void System.IO.StreamAsyncResult::SetComplete(System.Exception,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_SetComplete_m1102187093 (StreamAsyncResult_t780248512 * __this, Exception_t * ___e0, int32_t ___nbytes1, const RuntimeMethod* method); // System.Void System.AsyncCallback::Invoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m3156993048 (AsyncCallback_t3962456242 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method); // System.Void System.IO.StreamAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_SetComplete_m1247564615 (StreamAsyncResult_t780248512 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Int32 System.IO.StreamAsyncResult::get_NBytes() extern "C" IL2CPP_METHOD_ATTR int32_t StreamAsyncResult_get_NBytes_m548041729 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method); // System.Boolean System.IO.StreamAsyncResult::get_Done() extern "C" IL2CPP_METHOD_ATTR bool StreamAsyncResult_get_Done_m3405983634 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamAsyncResult::set_Done(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_set_Done_m376066337 (StreamAsyncResult_t780248512 * __this, bool ___value0, const RuntimeMethod* method); // System.Exception System.IO.StreamAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * StreamAsyncResult_get_Exception_m4050930077 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method); // System.Boolean System.Threading.EventWaitHandle::Set() extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m2445193251 (EventWaitHandle_t777845177 * __this, const RuntimeMethod* method); // System.Void System.IO.TextReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextReader__ctor_m605064712 (TextReader_t283511965 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m2783219104 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Void System.IO.StreamReader::Initialize(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader_Initialize_m3160193871 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m2637382018 (StreamReader_t4009935899 * __this, String_t* ___path0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Void System.IO.StreamReader/NullStreamReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullStreamReader__ctor_m3077615088 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method); // System.Void System.IO.TextReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextReader_Dispose_m2059554794 (TextReader_t283511965 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_BigEndianUnicode_m684646764 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUTF32() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_BigEndianUTF32_m2820363135 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF32() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF32_m1591929079 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::DoChecks(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_DoChecks_m1235625723 (StreamReader_t4009935899 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::ReadBuffer() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_ReadBuffer_m761134843 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::FindNextEOL() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_FindNextEOL_m2574298119 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m774364392 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m2088663745 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.IO.StreamReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m150050089 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m1245831116 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, int32_t ___bufferSize2, const RuntimeMethod* method); // System.Void System.IO.TextWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextWriter__ctor_m2859954372 (TextWriter_t3478189236 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Initialize(System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Initialize_m3490883444 (StreamWriter_t1266378904 * __this, Encoding_t1523322056 * ___encoding0, int32_t ___bufferSize1, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3973049521 (StreamWriter_t1266378904 * __this, String_t* ___path0, bool ___append1, Encoding_t1523322056 * ___encoding2, int32_t ___bufferSize3, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Decode() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Decode_m2340149035 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::FlushBytes() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_FlushBytes_m1531540244 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::LowLevelWrite(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_LowLevelWrite_m1318762026 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::LowLevelWrite(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_LowLevelWrite_m1081676583 (StreamWriter_t1266378904 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.IO.StringReader::CheckObjectDisposedException() extern "C" IL2CPP_METHOD_ATTR void StringReader_CheckObjectDisposedException_m3796163530 (StringReader_t3465604688 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m2803757991 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t3528271667* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1259274362 (StringWriter_t802263757 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m3987072682 (StringWriter_t802263757 * __this, StringBuilder_t * ___sb0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Void System.IO.TextWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Dispose_m368115211 (TextWriter_t3478189236 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.IO.TextReader/NullTextReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullTextReader__ctor_m2871254925 (NullTextReader_t763622204 * __this, const RuntimeMethod* method); // System.Void System.IO.SynchronizedReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void SynchronizedReader__ctor_m322282529 (SynchronizedReader_t1163115775 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method); // System.Void System.IO.TextWriter/NullTextWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullTextWriter__ctor_m1544833104 (NullTextWriter_t1377692031 * __this, const RuntimeMethod* method); // System.Void System.IO.SynchronizedWriter::.ctor(System.IO.TextWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter__ctor_m495278869 (SynchronizedWriter_t1722853220 * __this, TextWriter_t3478189236 * ___writer0, bool ___neverClose1, 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_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Default() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Default_m1632902165 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.IO.StreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_Read_m2554901735 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Boolean System.IO.UnexceptionalStreamReader::CheckEOL(System.Char) extern "C" IL2CPP_METHOD_ATTR bool UnexceptionalStreamReader_CheckEOL_m187999544 (UnexceptionalStreamReader_t2154476246 * __this, Il2CppChar ___current0, const RuntimeMethod* method); // System.String System.IO.StreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* StreamReader_ReadLine_m1468498645 (StreamReader_t4009935899 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Flush_m3311572543 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m2994525938 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m1222846562 (RuntimeObject * __this /* static, unused */, intptr_t ___source0, ByteU5BU5D_t4116647657* ___destination1, int32_t ___startIndex2, int32_t ___length3, const RuntimeMethod* method); // System.Byte System.Runtime.InteropServices.Marshal::ReadByte(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint8_t Marshal_ReadByte_m1960935664 (RuntimeObject * __this /* static, unused */, intptr_t ___ptr0, int32_t ___ofs1, const RuntimeMethod* method); // System.Void System.EventHandler::Invoke(System.Object,System.EventArgs) extern "C" IL2CPP_METHOD_ATTR void EventHandler_Invoke_m2047579917 (EventHandler_t1348719766 * __this, RuntimeObject * ___sender0, EventArgs_t3591816995 * ___e1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::WriteByte(System.IntPtr,System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Marshal_WriteByte_m951096718 (RuntimeObject * __this /* static, unused */, intptr_t ___ptr0, int32_t ___ofs1, uint8_t ___val2, const RuntimeMethod* method); // System.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Threading.Thread::FreeLocalSlotValues(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Thread_FreeLocalSlotValues_m1195763560 (RuntimeObject * __this /* static, unused */, int32_t ___slot0, bool ___thread_local1, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.RemotingException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void RemotingException__ctor_m2916537666 (RemotingException_t2290474311 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Runtime.Remoting.Lifetime.Lease System.Runtime.Remoting.ServerIdentity::get_Lease() extern "C" IL2CPP_METHOD_ATTR Lease_t4051722892 * ServerIdentity_get_Lease_m2153931427 (ServerIdentity_t2342208608 * __this, const RuntimeMethod* method); // System.Void System.Runtime.Remoting.Lifetime.Lease::.ctor() extern "C" IL2CPP_METHOD_ATTR void Lease__ctor_m3269477734 (Lease_t4051722892 * __this, const RuntimeMethod* method); // System.Decimal System.Decimal::Floor(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Floor_m1786329488 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Subtraction_m2530510375 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m3650533794 (Decimal_t2948259380 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m77262825 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Division(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Division_m2407964042 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Multiply_m2389849621 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1256289983 (Decimal_t2948259380 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m3543190500 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m627311519 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d10, Decimal_t2948259380 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Increment(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Increment_m2045993911 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method); // System.Double System.Math::Round2(System.Double,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR double Math_Round2_m4049995284 (RuntimeObject * __this /* static, unused */, double ___value0, int32_t ___digits1, bool ___away_from_zero2, const RuntimeMethod* method); // System.Void System.MemberAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3059744007 (MemberAccessException_t1734467078 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3713703094 (MemberAccessException_t1734467078 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.MissingMemberException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2571045846 (MissingMemberException_t1385081665 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.MissingMemberException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m1220732369 (MissingMemberException_t1385081665 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.String System.MissingMemberException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* MissingMemberException_get_Message_m54658002 (MissingMemberException_t1385081665 * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Void System.MemberAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m2501221062 (MemberAccessException_t1734467078 * __this, const RuntimeMethod* method); // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.MissingMemberException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2707802176 (MissingMemberException_t1385081665 * __this, String_t* ___className0, String_t* ___memberName1, const RuntimeMethod* method); // System.Void System.AttributeUsageAttribute::.ctor(System.AttributeTargets) extern "C" IL2CPP_METHOD_ATTR void AttributeUsageAttribute__ctor_m3683365572 (AttributeUsageAttribute_t290877318 * __this, int32_t ___validOn0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Object[] System.Reflection.MonoMethod::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoMethod_GetPseudoCustomAttributes_m3959384572 (MonoMethod_t * __this, const RuntimeMethod* method); // System.Object[] System.Reflection.FieldInfo::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* FieldInfo_GetPseudoCustomAttributes_m3351706050 (FieldInfo_t * __this, const RuntimeMethod* method); // System.Object[] System.Reflection.ParameterInfo::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ParameterInfo_GetPseudoCustomAttributes_m2207478763 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Object[] System.Type::GetPseudoCustomAttributes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Type_GetPseudoCustomAttributes_m1069564574 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.MonoCustomAttrs::IsUserCattrProvider(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsUserCattrProvider_m2878058089 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributesInternal_m648304078 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___pseudoAttrs2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetPseudoCustomAttributes_m765345333 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1347331976 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m2012725345 (AmbiguousMatchException_t566690781 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributesBase(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributesBase_m287804314 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsSealed() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsSealed_m3543837727 (Type_t * __this, const RuntimeMethod* method); // System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsage(System.Type) extern "C" IL2CPP_METHOD_ATTR AttributeUsageAttribute_t290877318 * MonoCustomAttrs_RetrieveAttributeUsage_m2717094301 (RuntimeObject * __this /* static, unused */, Type_t * ___attributeType0, const RuntimeMethod* method); // System.Boolean System.AttributeUsageAttribute::get_Inherited() extern "C" IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_Inherited_m2911062450 (AttributeUsageAttribute_t290877318 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1684344284 (Hashtable_t1853889766 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m3828927650 (ArrayList_t2718874744 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.AttributeUsageAttribute System.MonoCustomAttrs/AttributeInfo::get_Usage() extern "C" IL2CPP_METHOD_ATTR AttributeUsageAttribute_t290877318 * AttributeInfo_get_Usage_m3705131115 (AttributeInfo_t2216804170 * __this, const RuntimeMethod* method); // System.Boolean System.AttributeUsageAttribute::get_AllowMultiple() extern "C" IL2CPP_METHOD_ATTR bool AttributeUsageAttribute_get_AllowMultiple_m2247746686 (AttributeUsageAttribute_t290877318 * __this, const RuntimeMethod* method); // System.Int32 System.MonoCustomAttrs/AttributeInfo::get_InheritanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t AttributeInfo_get_InheritanceLevel_m1477952822 (AttributeInfo_t2216804170 * __this, const RuntimeMethod* method); // System.Void System.MonoCustomAttrs/AttributeInfo::.ctor(System.AttributeUsageAttribute,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttributeInfo__ctor_m140304083 (AttributeInfo_t2216804170 * __this, AttributeUsageAttribute_t290877318 * ___usage0, int32_t ___inheritanceLevel1, const RuntimeMethod* method); // System.Reflection.ICustomAttributeProvider System.MonoCustomAttrs::GetBase(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetBase_m624536374 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Object System.Array::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_m2672907798 (RuntimeArray * __this, const RuntimeMethod* method); // System.Reflection.CustomAttributeData[] System.MonoCustomAttrs::GetCustomAttributesDataInternal(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR CustomAttributeDataU5BU5D_t2798250719* MonoCustomAttrs_GetCustomAttributesDataInternal_m2195433393 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method); // System.Collections.ObjectModel.ReadOnlyCollection`1 System.Array::AsReadOnly(!!0[]) #define Array_AsReadOnly_TisCustomAttributeData_t1084486650_m1384178354(__this /* static, unused */, p0, method) (( ReadOnlyCollection_1_t2297062937 * (*) (RuntimeObject * /* static, unused */, CustomAttributeDataU5BU5D_t2798250719*, const RuntimeMethod*))Array_AsReadOnly_TisRuntimeObject_m3652082723_gshared)(__this /* static, unused */, p0, method) // System.Boolean System.MonoCustomAttrs::IsDefinedInternal(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefinedInternal_m2193933235 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___AttributeType1, const RuntimeMethod* method); // System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m2996012389 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsVirtual() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsVirtual_m2008546636 (MethodBase_t * __this, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Type,System.Type[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m2258969843 (Type_t * __this, String_t* ___name0, Type_t * ___returnType1, TypeU5BU5D_t3940880105* ___types2, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m2732503739 (Type_t * __this, String_t* ___name0, Type_t * ___returnType1, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.MonoCustomAttrs::GetBasePropertyDefinition(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * MonoCustomAttrs_GetBasePropertyDefinition_m1562543378 (RuntimeObject * __this /* static, unused */, PropertyInfo_t * ___property0, const RuntimeMethod* method); // System.Void System.MonoTODOAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m3050775643 (MonoTODOAttribute_t4131080581 * __this, String_t* ___comment0, const RuntimeMethod* method); // System.Void System.MonoEnumInfo::.ctor(System.MonoEnumInfo) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo__ctor_m3350651181 (MonoEnumInfo_t3694469084 * __this, MonoEnumInfo_t3694469084 ___other0, const RuntimeMethod* method); // System.Void System.MonoEnumInfo/SByteComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void SByteComparer__ctor_m3477407026 (SByteComparer_t2329725001 * __this, const RuntimeMethod* method); // System.Void System.MonoEnumInfo/ShortComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShortComparer__ctor_m1243157417 (ShortComparer_t2253094562 * __this, const RuntimeMethod* method); // System.Void System.MonoEnumInfo/IntComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntComparer__ctor_m2901422390 (IntComparer_t3812095803 * __this, const RuntimeMethod* method); // System.Void System.MonoEnumInfo/LongComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void LongComparer__ctor_m1468371684 (LongComparer_t1798269597 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.MonoEnumInfo::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * MonoEnumInfo_get_Cache_m752167006 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.MonoEnumInfo::get_enum_info(System.Type,System.MonoEnumInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo_get_enum_info_m1661176095 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, MonoEnumInfo_t3694469084 * ___info1, const RuntimeMethod* method); // System.Void System.Array::Sort(System.Array,System.Array,System.Collections.IComparer) extern "C" IL2CPP_METHOD_ATTR void Array_Sort_m3145621264 (RuntimeObject * __this /* static, unused */, RuntimeArray * ___keys0, RuntimeArray * ___items1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void System.MonoTypeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTypeInfo__ctor_m3401216922 (MonoTypeInfo_t3366989025 * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m1195697116 (Type_t * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method); // System.Reflection.TypeAttributes System.MonoType::get_attributes(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t MonoType_get_attributes_m1332507727 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Reflection.AmbiguousMatchException::.ctor() extern "C" IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m15419215 (AmbiguousMatchException_t566690781 * __this, const RuntimeMethod* method); // System.Reflection.MethodBase System.MonoType::CheckMethodSecurity(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MonoType_CheckMethodSecurity_m576144504 (MonoType_t * __this, MethodBase_t * ___mb0, const RuntimeMethod* method); // System.Reflection.Binder System.Reflection.Binder::get_DefaultBinder() extern "C" IL2CPP_METHOD_ATTR Binder_t2999457153 * Binder_get_DefaultBinder_m950908649 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.ConstructorInfo[] System.MonoType::GetConstructors_internal(System.Reflection.BindingFlags,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* MonoType_GetConstructors_internal_m2316633399 (MonoType_t * __this, int32_t ___bindingAttr0, Type_t * ___reflected_type1, const RuntimeMethod* method); // System.Reflection.EventInfo System.MonoType::InternalGetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * MonoType_InternalGetEvent_m1130657893 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.MonoType::GetFields_internal(System.Reflection.BindingFlags,System.Type) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* MonoType_GetFields_internal_m776921855 (MonoType_t * __this, int32_t ___bindingAttr0, Type_t * ___reflected_type1, const RuntimeMethod* method); // System.Reflection.MethodInfo[] System.MonoType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* MonoType_GetMethodsByName_m2005909471 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, Type_t * ___reflected_type3, const RuntimeMethod* method); // System.Reflection.MethodBase System.Reflection.Binder::FindMostDerivedMatch(System.Reflection.MethodBase[]) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * Binder_FindMostDerivedMatch_m239579024 (RuntimeObject * __this /* static, unused */, MethodBaseU5BU5D_t779831733* ___match0, const RuntimeMethod* method); // System.Reflection.PropertyInfo[] System.MonoType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* MonoType_GetPropertiesByName_m2491778142 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, Type_t * ___reflected_type3, const RuntimeMethod* method); // System.Boolean System.Type::IsArrayImpl(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_IsArrayImpl_m2757480859 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool Type_IsSubclassOf_m527829736 (Type_t * __this, Type_t * ___c0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstanceInternal(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstanceInternal_m1337209899 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.MissingMethodException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m3234469579 (MissingMethodException_t1274661534 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.MemberInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m3363303722 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * Attribute_GetCustomAttribute_m4034845276 (RuntimeObject * __this /* static, unused */, MemberInfo_t * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.String System.Reflection.DefaultMemberAttribute::get_MemberName() extern "C" IL2CPP_METHOD_ATTR String_t* DefaultMemberAttribute_get_MemberName_m3384235354 (DefaultMemberAttribute_t3275092422 * __this, const RuntimeMethod* method); // System.Boolean System.Attribute::IsDefined(System.Reflection.ParameterInfo,System.Type) extern "C" IL2CPP_METHOD_ATTR bool Attribute_IsDefined_m4069052474 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___element0, Type_t * ___attributeType1, const RuntimeMethod* method); // System.Void System.MonoType::ReorderParamArrayArguments(System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void MonoType_ReorderParamArrayArguments_m2458683451 (MonoType_t * __this, ObjectU5BU5D_t2843939325** ___args0, MethodBase_t * ___method1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * ___obj0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.MissingFieldException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingFieldException__ctor_m4282575076 (MissingFieldException_t1989070983 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.MonoType::getFullName(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_getFullName_m837685882 (MonoType_t * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method); // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1775925192 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method); // System.Void System.UnitySerializationHolder::GetTypeData(System.Type,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetTypeData_m2453779479 (RuntimeObject * __this /* static, unused */, Type_t * ___instance0, SerializationInfo_t950877179 * ___info1, StreamingContext_t3711869237 ___ctx2, const RuntimeMethod* method); // System.Boolean System.Type::get_HasElementType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_HasElementType_m710151977 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Type::GetGenericTypeDefinition_impl() extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetGenericTypeDefinition_impl_m1429894432 (Type_t * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Boolean System.Security.SecurityManager::ReflectedLinkDemandQuery(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR bool SecurityManager_ReflectedLinkDemandQuery_m926128300 (RuntimeObject * __this /* static, unused */, MethodBase_t * ___mb0, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Int64::System.IConvertible.ToBoolean(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR bool Int64_System_IConvertible_ToBoolean_m2413769966 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToBoolean_m2413769966_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); bool L_0 = Convert_ToBoolean_m2833621053(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" bool Int64_System_IConvertible_ToBoolean_m2413769966_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToBoolean_m2413769966(_thisAdjusted, ___provider0, method); } // System.Byte System.Int64::System.IConvertible.ToByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Int64_System_IConvertible_ToByte_m375085029 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToByte_m375085029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint8_t L_0 = Convert_ToByte_m2122266396(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint8_t Int64_System_IConvertible_ToByte_m375085029_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToByte_m375085029(_thisAdjusted, ___provider0, method); } // System.Char System.Int64::System.IConvertible.ToChar(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Int64_System_IConvertible_ToChar_m1509243576 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToChar_m1509243576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Il2CppChar L_0 = Convert_ToChar_m4210014069(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Il2CppChar Int64_System_IConvertible_ToChar_m1509243576_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToChar_m1509243576(_thisAdjusted, ___provider0, method); } // System.DateTime System.Int64::System.IConvertible.ToDateTime(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 Int64_System_IConvertible_ToDateTime_m2535842508 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToDateTime_m2535842508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); DateTime_t3738529785 L_0 = Convert_ToDateTime_m2616935982(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" DateTime_t3738529785 Int64_System_IConvertible_ToDateTime_m2535842508_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToDateTime_m2535842508(_thisAdjusted, ___provider0, method); } // System.Decimal System.Int64::System.IConvertible.ToDecimal(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Int64_System_IConvertible_ToDecimal_m70934849 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToDecimal_m70934849_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_0 = Convert_ToDecimal_m1284279264(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" Decimal_t2948259380 Int64_System_IConvertible_ToDecimal_m70934849_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToDecimal_m70934849(_thisAdjusted, ___provider0, method); } // System.Double System.Int64::System.IConvertible.ToDouble(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Int64_System_IConvertible_ToDouble_m99143002 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToDouble_m99143002_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_0 = Convert_ToDouble_m2180337032(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" double Int64_System_IConvertible_ToDouble_m99143002_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToDouble_m99143002(_thisAdjusted, ___provider0, method); } // System.Int16 System.Int64::System.IConvertible.ToInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int64_System_IConvertible_ToInt16_m4062196970 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToInt16_m4062196970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int16_t L_0 = Convert_ToInt16_m4174439391(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int16_t Int64_System_IConvertible_ToInt16_m4062196970_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToInt16_m4062196970(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int64::System.IConvertible.ToInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_System_IConvertible_ToInt32_m772105781 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToInt32_m772105781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_0 = Convert_ToInt32_m1085875835(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int32_t Int64_System_IConvertible_ToInt32_m772105781_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToInt32_m772105781(_thisAdjusted, ___provider0, method); } // System.Int64 System.Int64::System.IConvertible.ToInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_System_IConvertible_ToInt64_m1560218307 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToInt64_m1560218307_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_0 = Convert_ToInt64_m2075162888(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int64_t Int64_System_IConvertible_ToInt64_m1560218307_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToInt64_m1560218307(_thisAdjusted, ___provider0, method); } // System.SByte System.Int64::System.IConvertible.ToSByte(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t Int64_System_IConvertible_ToSByte_m267591194 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToSByte_m267591194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int8_t L_0 = Convert_ToSByte_m2653811524(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" int8_t Int64_System_IConvertible_ToSByte_m267591194_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToSByte_m267591194(_thisAdjusted, ___provider0, method); } // System.Single System.Int64::System.IConvertible.ToSingle(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Int64_System_IConvertible_ToSingle_m1368636517 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToSingle_m1368636517_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_0 = Convert_ToSingle_m2891972375(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" float Int64_System_IConvertible_ToSingle_m1368636517_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToSingle_m1368636517(_thisAdjusted, ___provider0, method); } // System.Object System.Int64::System.IConvertible.ToType(System.Type,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Int64_System_IConvertible_ToType_m3223988955 (int64_t* __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToType_m3223988955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___targetType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3252615044, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Int64_System_IConvertible_ToType_m3223988955_RuntimeMethod_var); } IL_0011: { int64_t L_2 = (*((int64_t*)__this)); RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); Type_t * L_4 = ___targetType0; RuntimeObject* L_5 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); RuntimeObject * L_6 = Convert_ToType_m2406080310(NULL /*static, unused*/, L_3, L_4, L_5, (bool)0, /*hidden argument*/NULL); return L_6; } } extern "C" RuntimeObject * Int64_System_IConvertible_ToType_m3223988955_AdjustorThunk (RuntimeObject * __this, Type_t * ___targetType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToType_m3223988955(_thisAdjusted, ___targetType0, ___provider1, method); } // System.UInt16 System.Int64::System.IConvertible.ToUInt16(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t Int64_System_IConvertible_ToUInt16_m848637338 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToUInt16_m848637338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint16_t L_0 = Convert_ToUInt16_m3902921832(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint16_t Int64_System_IConvertible_ToUInt16_m848637338_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToUInt16_m848637338(_thisAdjusted, ___provider0, method); } // System.UInt32 System.Int64::System.IConvertible.ToUInt32(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t Int64_System_IConvertible_ToUInt32_m109903525 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToUInt32_m109903525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint32_t L_0 = Convert_ToUInt32_m2194577773(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint32_t Int64_System_IConvertible_ToUInt32_m109903525_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToUInt32_m109903525(_thisAdjusted, ___provider0, method); } // System.UInt64 System.Int64::System.IConvertible.ToUInt64(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t Int64_System_IConvertible_ToUInt64_m2815650160 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_System_IConvertible_ToUInt64_m2815650160_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_0 = Convert_ToUInt64_m409548990(NULL /*static, unused*/, (*((int64_t*)__this)), /*hidden argument*/NULL); return L_0; } } extern "C" uint64_t Int64_System_IConvertible_ToUInt64_m2815650160_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_System_IConvertible_ToUInt64_m2815650160(_thisAdjusted, ___provider0, method); } // System.Int32 System.Int64::CompareTo(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m1928360444 (int64_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_CompareTo_m1928360444_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t G_B9_0 = 0; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0008; } } { return 1; } IL_0008: { RuntimeObject * L_1 = ___value0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_0023; } } { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4290921669, /*hidden argument*/NULL); ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Int64_CompareTo_m1928360444_RuntimeMethod_var); } IL_0023: { RuntimeObject * L_4 = ___value0; V_0 = ((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t3736567304_il2cpp_TypeInfo_var)))); int64_t L_5 = V_0; if ((!(((uint64_t)(*((int64_t*)__this))) == ((uint64_t)L_5)))) { goto IL_0034; } } { return 0; } IL_0034: { int64_t L_6 = V_0; if ((((int64_t)(*((int64_t*)__this))) >= ((int64_t)L_6))) { goto IL_0042; } } { G_B9_0 = (-1); goto IL_0043; } IL_0042: { G_B9_0 = 1; } IL_0043: { return G_B9_0; } } extern "C" int32_t Int64_CompareTo_m1928360444_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_CompareTo_m1928360444(_thisAdjusted, ___value0, method); } // System.Boolean System.Int64::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m858582563 (int64_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_Equals_m858582563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; return (bool)((((int64_t)((*(int64_t*)((int64_t*)UnBox(L_1, Int64_t3736567304_il2cpp_TypeInfo_var))))) == ((int64_t)(*((int64_t*)__this))))? 1 : 0); } } extern "C" bool Int64_Equals_m858582563_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_Equals_m858582563(_thisAdjusted, ___obj0, method); } // System.Int32 System.Int64::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_m703091690 (int64_t* __this, const RuntimeMethod* method) { { return ((int32_t)((int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)(*((int64_t*)__this))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))))^(int32_t)(((int32_t)((int32_t)((int64_t)((int64_t)(*((int64_t*)__this))>>(int32_t)((int32_t)32)))))))); } } extern "C" int32_t Int64_GetHashCode_m703091690_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_GetHashCode_m703091690(_thisAdjusted, method); } // System.Int32 System.Int64::CompareTo(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m3345789408 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; if ((!(((uint64_t)(*((int64_t*)__this))) == ((uint64_t)L_0)))) { goto IL_000a; } } { return 0; } IL_000a: { int64_t L_1 = ___value0; if ((((int64_t)(*((int64_t*)__this))) <= ((int64_t)L_1))) { goto IL_0014; } } { return 1; } IL_0014: { return (-1); } } extern "C" int32_t Int64_CompareTo_m3345789408_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_CompareTo_m3345789408(_thisAdjusted, ___value0, method); } // System.Boolean System.Int64::Equals(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Int64_Equals_m680137412 (int64_t* __this, int64_t ___obj0, const RuntimeMethod* method) { { int64_t L_0 = ___obj0; return (bool)((((int64_t)L_0) == ((int64_t)(*((int64_t*)__this))))? 1 : 0); } } extern "C" bool Int64_Equals_m680137412_AdjustorThunk (RuntimeObject * __this, int64_t ___obj0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_Equals_m680137412(_thisAdjusted, ___obj0, method); } // System.Boolean System.Int64::Parse(System.String,System.Boolean,System.Int64&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int64_Parse_m3309897583 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___tryParse1, int64_t* ___result2, Exception_t ** ___exc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_Parse_m3309897583_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; Il2CppChar V_5 = 0x0; uint8_t V_6 = 0x0; { V_0 = (((int64_t)((int64_t)0))); V_3 = 1; V_4 = (bool)0; int64_t* L_0 = ___result2; *((int64_t*)(L_0)) = (int64_t)(((int64_t)((int64_t)0))); Exception_t ** L_1 = ___exc3; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_0029; } } { bool L_3 = ___tryParse1; if (L_3) { goto IL_0027; } } { Exception_t ** L_4 = ___exc3; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3452614605, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_0027: { return (bool)0; } IL_0029: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_0055; } IL_0037: { String_t* L_8 = ___s0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_5 = L_10; Il2CppChar L_11 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_12 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0051; } } { goto IL_005c; } IL_0051: { int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0055: { int32_t L_14 = V_2; int32_t L_15 = V_1; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0037; } } IL_005c: { int32_t L_16 = V_2; int32_t L_17 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0072; } } { bool L_18 = ___tryParse1; if (L_18) { goto IL_0070; } } { Exception_t ** L_19 = ___exc3; Exception_t * L_20 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_20; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_20); } IL_0070: { return (bool)0; } IL_0072: { String_t* L_21 = ___s0; int32_t L_22 = V_2; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, L_22, /*hidden argument*/NULL); V_5 = L_23; Il2CppChar L_24 = V_5; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)43))))) { goto IL_008d; } } { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); goto IL_009c; } IL_008d: { Il2CppChar L_26 = V_5; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)45))))) { goto IL_009c; } } { V_3 = (-1); int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009c: { goto IL_016a; } IL_00a1: { String_t* L_28 = ___s0; int32_t L_29 = V_2; NullCheck(L_28); Il2CppChar L_30 = String_get_Chars_m2986988803(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; Il2CppChar L_31 = V_5; if ((((int32_t)L_31) < ((int32_t)((int32_t)48)))) { goto IL_0156; } } { Il2CppChar L_32 = V_5; if ((((int32_t)L_32) > ((int32_t)((int32_t)57)))) { goto IL_0156; } } { Il2CppChar L_33 = V_5; V_6 = (uint8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)48)))))); int64_t L_34 = V_0; if ((((int64_t)L_34) <= ((int64_t)((int64_t)922337203685477580LL)))) { goto IL_00d8; } } { goto IL_019e; } IL_00d8: { int64_t L_35 = V_0; if ((!(((uint64_t)L_35) == ((uint64_t)((int64_t)922337203685477580LL))))) { goto IL_0144; } } { uint8_t L_36 = V_6; if ((((int64_t)(((int64_t)((int64_t)L_36)))) <= ((int64_t)(((int64_t)((int64_t)7)))))) { goto IL_0107; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)1))) { goto IL_0102; } } { uint8_t L_38 = V_6; if ((((int64_t)(((int64_t)((int64_t)L_38)))) <= ((int64_t)(((int64_t)((int64_t)8)))))) { goto IL_0107; } } IL_0102: { goto IL_019e; } IL_0107: { int32_t L_39 = V_3; if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_0120; } } { int64_t L_40 = V_0; int32_t L_41 = V_3; uint8_t L_42 = V_6; V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_40, (int64_t)(((int64_t)((int64_t)L_41))))), (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)L_42))))); goto IL_012a; } IL_0120: { int64_t L_43 = V_0; uint8_t L_44 = V_6; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_43, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)L_44))))); } IL_012a: { bool L_45 = ___tryParse1; String_t* L_46 = ___s0; int32_t L_47 = V_2; Exception_t ** L_48 = ___exc3; bool L_49 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_45, L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013f; } } { int64_t* L_50 = ___result2; int64_t L_51 = V_0; *((int64_t*)(L_50)) = (int64_t)L_51; return (bool)1; } IL_013f: { goto IL_019e; } IL_0144: { int64_t L_52 = V_0; uint8_t L_53 = V_6; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_52, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)L_53))))); V_4 = (bool)1; goto IL_0166; } IL_0156: { bool L_54 = ___tryParse1; String_t* L_55 = ___s0; int32_t L_56 = V_2; Exception_t ** L_57 = ___exc3; bool L_58 = Int32_ProcessTrailingWhitespace_m220059206(NULL /*static, unused*/, L_54, L_55, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0166; } } { return (bool)0; } IL_0166: { int32_t L_59 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_016a: { int32_t L_60 = V_2; int32_t L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00a1; } } { bool L_62 = V_4; if (L_62) { goto IL_0187; } } { bool L_63 = ___tryParse1; if (L_63) { goto IL_0185; } } { Exception_t ** L_64 = ___exc3; Exception_t * L_65 = Int32_GetFormatException_m519586683(NULL /*static, unused*/, /*hidden argument*/NULL); *((RuntimeObject **)(L_64)) = (RuntimeObject *)L_65; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_64), (RuntimeObject *)L_65); } IL_0185: { return (bool)0; } IL_0187: { int32_t L_66 = V_3; if ((!(((uint32_t)L_66) == ((uint32_t)(-1))))) { goto IL_0199; } } { int64_t* L_67 = ___result2; int64_t L_68 = V_0; int32_t L_69 = V_3; *((int64_t*)(L_67)) = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_68, (int64_t)(((int64_t)((int64_t)L_69))))); goto IL_019c; } IL_0199: { int64_t* L_70 = ___result2; int64_t L_71 = V_0; *((int64_t*)(L_70)) = (int64_t)L_71; } IL_019c: { return (bool)1; } IL_019e: { bool L_72 = ___tryParse1; if (L_72) { goto IL_01b0; } } { Exception_t ** L_73 = ___exc3; OverflowException_t2020128637 * L_74 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_74, _stringLiteral724221676, /*hidden argument*/NULL); *((RuntimeObject **)(L_73)) = (RuntimeObject *)L_74; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_73), (RuntimeObject *)L_74); } IL_01b0: { return (bool)0; } } // System.Int64 System.Int64::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m1331690076 (RuntimeObject * __this /* static, unused */, String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { String_t* L_0 = ___s0; RuntimeObject* L_1 = ___provider1; int64_t L_2 = Int64_Parse_m3250361603(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Boolean,System.Int64&,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool Int64_Parse_m1800613309 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___fp2, bool ___tryParse3, int64_t* ___result4, Exception_t ** ___exc5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_Parse_m1800613309_MetadataUsageId); s_Il2CppMethodInitialized = true; } NumberFormatInfo_t435877138 * V_0 = NULL; Type_t * V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; bool V_6 = false; bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; int32_t V_11 = 0; bool V_12 = false; bool V_13 = false; bool V_14 = false; bool V_15 = false; int64_t V_16 = 0; int32_t V_17 = 0; bool V_18 = false; int32_t V_19 = 0; Il2CppChar V_20 = 0x0; uint64_t V_21 = 0; OverflowException_t2020128637 * V_22 = NULL; OverflowException_t2020128637 * V_23 = NULL; bool V_24 = 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 = 0; NO_UNUSED_WARNING (__leave_target); { int64_t* L_0 = ___result4; *((int64_t*)(L_0)) = (int64_t)(((int64_t)((int64_t)0))); Exception_t ** L_1 = ___exc5; *((RuntimeObject **)(L_1)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_1), (RuntimeObject *)NULL); String_t* L_2 = ___s0; if (L_2) { goto IL_0024; } } { bool L_3 = ___tryParse3; if (L_3) { goto IL_0022; } } { Exception_t ** L_4 = ___exc5; ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3452614605, /*hidden argument*/NULL); *((RuntimeObject **)(L_4)) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_4), (RuntimeObject *)L_5); } IL_0022: { return (bool)0; } IL_0024: { String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0044; } } { bool L_8 = ___tryParse3; if (L_8) { goto IL_0042; } } { Exception_t ** L_9 = ___exc5; FormatException_t154580423 * L_10 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_10, _stringLiteral3662444928, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_10); } IL_0042: { return (bool)0; } IL_0044: { V_0 = (NumberFormatInfo_t435877138 *)NULL; RuntimeObject* L_11 = ___fp2; if (!L_11) { goto IL_0064; } } { RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (NumberFormatInfo_t435877138_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; RuntimeObject* L_14 = ___fp2; Type_t * L_15 = V_1; NullCheck(L_14); RuntimeObject * L_16 = InterfaceFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(0 /* System.Object System.IFormatProvider::GetFormat(System.Type) */, IFormatProvider_t2518567562_il2cpp_TypeInfo_var, L_14, L_15); V_0 = ((NumberFormatInfo_t435877138 *)CastclassSealed((RuntimeObject*)L_16, NumberFormatInfo_t435877138_il2cpp_TypeInfo_var)); } IL_0064: { NumberFormatInfo_t435877138 * L_17 = V_0; if (L_17) { goto IL_007a; } } { IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_t2300836069 * L_18 = Thread_get_CurrentThread_m4142136012(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); CultureInfo_t4157843068 * L_19 = Thread_get_CurrentCulture_m349116646(L_18, /*hidden argument*/NULL); NullCheck(L_19); NumberFormatInfo_t435877138 * L_20 = VirtFuncInvoker0< NumberFormatInfo_t435877138 * >::Invoke(13 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_19); V_0 = L_20; } IL_007a: { int32_t L_21 = ___style1; bool L_22 = ___tryParse3; Exception_t ** L_23 = ___exc5; bool L_24 = Int32_CheckStyle_m3421319992(NULL /*static, unused*/, L_21, L_22, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_008a; } } { return (bool)0; } IL_008a: { int32_t L_25 = ___style1; V_2 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_25&(int32_t)((int32_t)256)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_26 = ___style1; V_3 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_26&(int32_t)((int32_t)512)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_27 = ___style1; V_4 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_27&(int32_t)((int32_t)64)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_28 = ___style1; V_5 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)32)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_29 = ___style1; V_6 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_30 = ___style1; V_7 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_30&(int32_t)8))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_31 = ___style1; V_8 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_31&(int32_t)4))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_32 = ___style1; V_9 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_32&(int32_t)2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); int32_t L_33 = ___style1; V_10 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_33&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_11 = 0; bool L_34 = V_10; if (!L_34) { goto IL_0113; } } { String_t* L_35 = ___s0; bool L_36 = ___tryParse3; Exception_t ** L_37 = ___exc5; bool L_38 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_35, (bool)1, L_36, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0113; } } { return (bool)0; } IL_0113: { V_12 = (bool)0; V_13 = (bool)0; V_14 = (bool)0; V_15 = (bool)0; bool L_39 = V_6; if (!L_39) { goto IL_01ce; } } { String_t* L_40 = ___s0; int32_t L_41 = V_11; NullCheck(L_40); Il2CppChar L_42 = String_get_Chars_m2986988803(L_40, L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)40))))) { goto IL_01ce; } } { V_12 = (bool)1; V_14 = (bool)1; V_13 = (bool)1; int32_t L_43 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); bool L_44 = V_10; if (!L_44) { goto IL_015e; } } { String_t* L_45 = ___s0; bool L_46 = ___tryParse3; Exception_t ** L_47 = ___exc5; bool L_48 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_45, (bool)1, L_46, L_47, /*hidden argument*/NULL); if (L_48) { goto IL_015e; } } { return (bool)0; } IL_015e: { String_t* L_49 = ___s0; int32_t L_50 = V_11; NumberFormatInfo_t435877138 * L_51 = V_0; NullCheck(L_51); String_t* L_52 = NumberFormatInfo_get_NegativeSign_m2757109362(L_51, /*hidden argument*/NULL); NullCheck(L_52); int32_t L_53 = String_get_Length_m3847582255(L_52, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_54 = String_Substring_m1610150815(L_49, L_50, L_53, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_55 = V_0; NullCheck(L_55); String_t* L_56 = NumberFormatInfo_get_NegativeSign_m2757109362(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0196; } } { bool L_58 = ___tryParse3; if (L_58) { goto IL_0194; } } { Exception_t ** L_59 = ___exc5; FormatException_t154580423 * L_60 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_60, _stringLiteral3357015121, /*hidden argument*/NULL); *((RuntimeObject **)(L_59)) = (RuntimeObject *)L_60; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_59), (RuntimeObject *)L_60); } IL_0194: { return (bool)0; } IL_0196: { String_t* L_61 = ___s0; int32_t L_62 = V_11; NumberFormatInfo_t435877138 * L_63 = V_0; NullCheck(L_63); String_t* L_64 = NumberFormatInfo_get_PositiveSign_m240350949(L_63, /*hidden argument*/NULL); NullCheck(L_64); int32_t L_65 = String_get_Length_m3847582255(L_64, /*hidden argument*/NULL); NullCheck(L_61); String_t* L_66 = String_Substring_m1610150815(L_61, L_62, L_65, /*hidden argument*/NULL); NumberFormatInfo_t435877138 * L_67 = V_0; NullCheck(L_67); String_t* L_68 = NumberFormatInfo_get_PositiveSign_m240350949(L_67, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_69 = String_op_Equality_m920492651(NULL /*static, unused*/, L_66, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_01ce; } } { bool L_70 = ___tryParse3; if (L_70) { goto IL_01cc; } } { Exception_t ** L_71 = ___exc5; FormatException_t154580423 * L_72 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_72, _stringLiteral3429153190, /*hidden argument*/NULL); *((RuntimeObject **)(L_71)) = (RuntimeObject *)L_72; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_71), (RuntimeObject *)L_72); } IL_01cc: { return (bool)0; } IL_01ce: { bool L_73 = V_8; if (!L_73) { goto IL_023c; } } { bool L_74 = V_14; if (L_74) { goto IL_023c; } } { String_t* L_75 = ___s0; NumberFormatInfo_t435877138 * L_76 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_11), L_75, L_76, (&V_14), (&V_13), /*hidden argument*/NULL); bool L_77 = V_14; if (!L_77) { goto IL_023c; } } { bool L_78 = V_10; if (!L_78) { goto IL_020a; } } { String_t* L_79 = ___s0; bool L_80 = ___tryParse3; Exception_t ** L_81 = ___exc5; bool L_82 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_79, (bool)1, L_80, L_81, /*hidden argument*/NULL); if (L_82) { goto IL_020a; } } { return (bool)0; } IL_020a: { bool L_83 = V_2; if (!L_83) { goto IL_023c; } } { String_t* L_84 = ___s0; NumberFormatInfo_t435877138 * L_85 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_11), L_84, L_85, (&V_15), /*hidden argument*/NULL); bool L_86 = V_15; if (!L_86) { goto IL_023c; } } { bool L_87 = V_10; if (!L_87) { goto IL_023c; } } { String_t* L_88 = ___s0; bool L_89 = ___tryParse3; Exception_t ** L_90 = ___exc5; bool L_91 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_88, (bool)1, L_89, L_90, /*hidden argument*/NULL); if (L_91) { goto IL_023c; } } { return (bool)0; } IL_023c: { bool L_92 = V_2; if (!L_92) { goto IL_02b8; } } { bool L_93 = V_15; if (L_93) { goto IL_02b8; } } { String_t* L_94 = ___s0; NumberFormatInfo_t435877138 * L_95 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_11), L_94, L_95, (&V_15), /*hidden argument*/NULL); bool L_96 = V_15; if (!L_96) { goto IL_02b8; } } { bool L_97 = V_10; if (!L_97) { goto IL_0275; } } { String_t* L_98 = ___s0; bool L_99 = ___tryParse3; Exception_t ** L_100 = ___exc5; bool L_101 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_98, (bool)1, L_99, L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0275; } } { return (bool)0; } IL_0275: { bool L_102 = V_15; if (!L_102) { goto IL_02b8; } } { bool L_103 = V_14; if (L_103) { goto IL_02b8; } } { bool L_104 = V_8; if (!L_104) { goto IL_02b8; } } { String_t* L_105 = ___s0; NumberFormatInfo_t435877138 * L_106 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_11), L_105, L_106, (&V_14), (&V_13), /*hidden argument*/NULL); bool L_107 = V_14; if (!L_107) { goto IL_02b8; } } { bool L_108 = V_10; if (!L_108) { goto IL_02b8; } } { String_t* L_109 = ___s0; bool L_110 = ___tryParse3; Exception_t ** L_111 = ___exc5; bool L_112 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_109, (bool)1, L_110, L_111, /*hidden argument*/NULL); if (L_112) { goto IL_02b8; } } { return (bool)0; } IL_02b8: { V_16 = (((int64_t)((int64_t)0))); V_17 = 0; V_18 = (bool)0; } IL_02c2: { String_t* L_113 = ___s0; int32_t L_114 = V_11; NullCheck(L_113); Il2CppChar L_115 = String_get_Chars_m2986988803(L_113, L_114, /*hidden argument*/NULL); bool L_116 = V_3; bool L_117 = Int32_ValidDigit_m1059003769(NULL /*static, unused*/, L_115, L_116, /*hidden argument*/NULL); if (L_117) { goto IL_0348; } } { bool L_118 = V_4; if (!L_118) { goto IL_0307; } } { String_t* L_119 = ___s0; NumberFormatInfo_t435877138 * L_120 = V_0; NullCheck(L_120); String_t* L_121 = NumberFormatInfo_get_NumberGroupSeparator_m3292795925(L_120, /*hidden argument*/NULL); bool L_122 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_11), L_119, L_121, /*hidden argument*/NULL); if (L_122) { goto IL_0302; } } { String_t* L_123 = ___s0; NumberFormatInfo_t435877138 * L_124 = V_0; NullCheck(L_124); String_t* L_125 = NumberFormatInfo_get_CurrencyGroupSeparator_m1514324779(L_124, /*hidden argument*/NULL); bool L_126 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_11), L_123, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_0307; } } IL_0302: { goto IL_0455; } IL_0307: { bool L_127 = V_18; if (L_127) { goto IL_0343; } } { bool L_128 = V_5; if (!L_128) { goto IL_0343; } } { String_t* L_129 = ___s0; NumberFormatInfo_t435877138 * L_130 = V_0; NullCheck(L_130); String_t* L_131 = NumberFormatInfo_get_NumberDecimalSeparator_m33502788(L_130, /*hidden argument*/NULL); bool L_132 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_11), L_129, L_131, /*hidden argument*/NULL); if (L_132) { goto IL_033b; } } { String_t* L_133 = ___s0; NumberFormatInfo_t435877138 * L_134 = V_0; NullCheck(L_134); String_t* L_135 = NumberFormatInfo_get_CurrencyDecimalSeparator_m2685056987(L_134, /*hidden argument*/NULL); bool L_136 = Int32_FindOther_m3593812441(NULL /*static, unused*/, (&V_11), L_133, L_135, /*hidden argument*/NULL); if (!L_136) { goto IL_0343; } } IL_033b: { V_18 = (bool)1; goto IL_0455; } IL_0343: { goto IL_0462; } IL_0348: { bool L_137 = V_3; if (!L_137) { goto IL_03d4; } } { int32_t L_138 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); String_t* L_139 = ___s0; int32_t L_140 = V_11; int32_t L_141 = L_140; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); NullCheck(L_139); Il2CppChar L_142 = String_get_Chars_m2986988803(L_139, L_141, /*hidden argument*/NULL); V_20 = L_142; Il2CppChar L_143 = V_20; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_144 = Char_IsDigit_m3646673943(NULL /*static, unused*/, L_143, /*hidden argument*/NULL); if (!L_144) { goto IL_037b; } } { Il2CppChar L_145 = V_20; V_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)((int32_t)48))); goto IL_03a0; } IL_037b: { Il2CppChar L_146 = V_20; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_147 = Char_IsLower_m3108076820(NULL /*static, unused*/, L_146, /*hidden argument*/NULL); if (!L_147) { goto IL_0396; } } { Il2CppChar L_148 = V_20; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_148, (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_03a0; } IL_0396: { Il2CppChar L_149 = V_20; V_19 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); } IL_03a0: { int64_t L_150 = V_16; V_21 = L_150; } IL_03a4: try { // begin try (depth: 1) uint64_t L_151 = V_21; if (il2cpp_codegen_check_mul_oveflow_u64(L_151, (((int64_t)((int64_t)((int32_t)16)))))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); int32_t L_152 = V_19; if ((uint64_t)(L_152) > std::numeric_limits::max()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); if ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_151, (int64_t)(((int64_t)((int64_t)((int32_t)16)))))) > kIl2CppUInt64Max - (uint64_t)(((uint64_t)((uint64_t)L_152)))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); V_16 = ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_151, (int64_t)(((int64_t)((int64_t)((int32_t)16)))))), (int64_t)(((uint64_t)((uint64_t)L_152))))); goto IL_03cf; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_t2020128637_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_03b5; throw e; } CATCH_03b5: { // begin catch(System.OverflowException) { V_22 = ((OverflowException_t2020128637 *)__exception_local); bool L_153 = ___tryParse3; if (L_153) { goto IL_03c2; } } IL_03bd: { Exception_t ** L_154 = ___exc5; OverflowException_t2020128637 * L_155 = V_22; *((RuntimeObject **)(L_154)) = (RuntimeObject *)L_155; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_154), (RuntimeObject *)L_155); } IL_03c2: { V_24 = (bool)0; goto IL_0681; } IL_03ca: { ; // IL_03ca: leave IL_03cf } } // end catch (depth: 1) IL_03cf: { goto IL_0455; } IL_03d4: { bool L_156 = V_18; if (!L_156) { goto IL_040f; } } { int32_t L_157 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)); String_t* L_158 = ___s0; int32_t L_159 = V_11; int32_t L_160 = L_159; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); NullCheck(L_158); Il2CppChar L_161 = String_get_Chars_m2986988803(L_158, L_160, /*hidden argument*/NULL); if ((((int32_t)L_161) == ((int32_t)((int32_t)48)))) { goto IL_040a; } } { bool L_162 = ___tryParse3; if (L_162) { goto IL_0408; } } { Exception_t ** L_163 = ___exc5; OverflowException_t2020128637 * L_164 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_164, _stringLiteral1489265497, /*hidden argument*/NULL); *((RuntimeObject **)(L_163)) = (RuntimeObject *)L_164; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_163), (RuntimeObject *)L_164); } IL_0408: { return (bool)0; } IL_040a: { goto IL_0455; } IL_040f: { int32_t L_165 = V_17; V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1)); } IL_0415: try { // begin try (depth: 1) int64_t L_166 = V_16; if (il2cpp_codegen_check_mul_overflow_i64((int64_t)L_166, (int64_t)(((int64_t)((int64_t)((int32_t)10)))), kIl2CppInt64Min, kIl2CppInt64Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); String_t* L_167 = ___s0; int32_t L_168 = V_11; int32_t L_169 = L_168; if (((int64_t)L_169 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_169 + (int64_t)1 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_169, (int32_t)1)); NullCheck(L_167); Il2CppChar L_170 = String_get_Chars_m2986988803(L_167, L_169, /*hidden argument*/NULL); if (((int64_t)L_170 - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_170 - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); if (il2cpp_codegen_check_sub_overflow((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_166, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_170, (int32_t)((int32_t)48)))))))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); V_16 = ((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_166, (int64_t)(((int64_t)((int64_t)((int32_t)10)))))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_170, (int32_t)((int32_t)48)))))))); goto IL_0455; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_t2020128637_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0434; throw e; } CATCH_0434: { // begin catch(System.OverflowException) { bool L_171 = ___tryParse3; if (L_171) { goto IL_0448; } } IL_043b: { Exception_t ** L_172 = ___exc5; OverflowException_t2020128637 * L_173 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_173, _stringLiteral1489265497, /*hidden argument*/NULL); *((RuntimeObject **)(L_172)) = (RuntimeObject *)L_173; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_172), (RuntimeObject *)L_173); } IL_0448: { V_24 = (bool)0; goto IL_0681; } IL_0450: { ; // IL_0450: leave IL_0455 } } // end catch (depth: 1) IL_0455: { int32_t L_174 = V_11; String_t* L_175 = ___s0; NullCheck(L_175); int32_t L_176 = String_get_Length_m3847582255(L_175, /*hidden argument*/NULL); if ((((int32_t)L_174) < ((int32_t)L_176))) { goto IL_02c2; } } IL_0462: { int32_t L_177 = V_17; if (L_177) { goto IL_047e; } } { bool L_178 = ___tryParse3; if (L_178) { goto IL_047c; } } { Exception_t ** L_179 = ___exc5; FormatException_t154580423 * L_180 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_180, _stringLiteral1504213813, /*hidden argument*/NULL); *((RuntimeObject **)(L_179)) = (RuntimeObject *)L_180; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_179), (RuntimeObject *)L_180); } IL_047c: { return (bool)0; } IL_047e: { bool L_181 = V_7; if (!L_181) { goto IL_04cb; } } { bool L_182 = V_14; if (L_182) { goto IL_04cb; } } { String_t* L_183 = ___s0; NumberFormatInfo_t435877138 * L_184 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_11), L_183, L_184, (&V_14), (&V_13), /*hidden argument*/NULL); bool L_185 = V_14; if (!L_185) { goto IL_04cb; } } { bool L_186 = V_9; if (!L_186) { goto IL_04ba; } } { String_t* L_187 = ___s0; bool L_188 = ___tryParse3; Exception_t ** L_189 = ___exc5; bool L_190 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_187, (bool)1, L_188, L_189, /*hidden argument*/NULL); if (L_190) { goto IL_04ba; } } { return (bool)0; } IL_04ba: { bool L_191 = V_2; if (!L_191) { goto IL_04cb; } } { String_t* L_192 = ___s0; NumberFormatInfo_t435877138 * L_193 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_11), L_192, L_193, (&V_15), /*hidden argument*/NULL); } IL_04cb: { bool L_194 = V_2; if (!L_194) { goto IL_055f; } } { bool L_195 = V_15; if (L_195) { goto IL_055f; } } { NumberFormatInfo_t435877138 * L_196 = V_0; NullCheck(L_196); int32_t L_197 = NumberFormatInfo_get_CurrencyPositivePattern_m2327563925(L_196, /*hidden argument*/NULL); if ((!(((uint32_t)L_197) == ((uint32_t)3)))) { goto IL_050b; } } { String_t* L_198 = ___s0; int32_t L_199 = V_11; int32_t L_200 = L_199; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)1)); NullCheck(L_198); Il2CppChar L_201 = String_get_Chars_m2986988803(L_198, L_200, /*hidden argument*/NULL); if ((((int32_t)L_201) == ((int32_t)((int32_t)32)))) { goto IL_050b; } } { bool L_202 = ___tryParse3; if (!L_202) { goto IL_0500; } } { return (bool)0; } IL_0500: { FormatException_t154580423 * L_203 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_203, _stringLiteral3580961148, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_203,Int64_Parse_m1800613309_RuntimeMethod_var); } IL_050b: { String_t* L_204 = ___s0; NumberFormatInfo_t435877138 * L_205 = V_0; Int32_FindCurrency_m3541026887(NULL /*static, unused*/, (&V_11), L_204, L_205, (&V_15), /*hidden argument*/NULL); bool L_206 = V_15; if (!L_206) { goto IL_055f; } } { int32_t L_207 = V_11; String_t* L_208 = ___s0; NullCheck(L_208); int32_t L_209 = String_get_Length_m3847582255(L_208, /*hidden argument*/NULL); if ((((int32_t)L_207) >= ((int32_t)L_209))) { goto IL_055f; } } { bool L_210 = V_9; if (!L_210) { goto IL_0544; } } { String_t* L_211 = ___s0; bool L_212 = ___tryParse3; Exception_t ** L_213 = ___exc5; bool L_214 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_211, (bool)1, L_212, L_213, /*hidden argument*/NULL); if (L_214) { goto IL_0544; } } { return (bool)0; } IL_0544: { bool L_215 = V_14; if (L_215) { goto IL_055f; } } { bool L_216 = V_7; if (!L_216) { goto IL_055f; } } { String_t* L_217 = ___s0; NumberFormatInfo_t435877138 * L_218 = V_0; Int32_FindSign_m3975667272(NULL /*static, unused*/, (&V_11), L_217, L_218, (&V_14), (&V_13), /*hidden argument*/NULL); } IL_055f: { bool L_219 = V_9; if (!L_219) { goto IL_0586; } } { int32_t L_220 = V_11; String_t* L_221 = ___s0; NullCheck(L_221); int32_t L_222 = String_get_Length_m3847582255(L_221, /*hidden argument*/NULL); if ((((int32_t)L_220) >= ((int32_t)L_222))) { goto IL_0586; } } { String_t* L_223 = ___s0; bool L_224 = ___tryParse3; Exception_t ** L_225 = ___exc5; bool L_226 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_223, (bool)0, L_224, L_225, /*hidden argument*/NULL); if (L_226) { goto IL_0586; } } { return (bool)0; } IL_0586: { bool L_227 = V_12; if (!L_227) { goto IL_05ea; } } { int32_t L_228 = V_11; String_t* L_229 = ___s0; NullCheck(L_229); int32_t L_230 = String_get_Length_m3847582255(L_229, /*hidden argument*/NULL); if ((((int32_t)L_228) >= ((int32_t)L_230))) { goto IL_05ae; } } { String_t* L_231 = ___s0; int32_t L_232 = V_11; int32_t L_233 = L_232; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_233, (int32_t)1)); NullCheck(L_231); Il2CppChar L_234 = String_get_Chars_m2986988803(L_231, L_233, /*hidden argument*/NULL); if ((((int32_t)L_234) == ((int32_t)((int32_t)41)))) { goto IL_05c3; } } IL_05ae: { bool L_235 = ___tryParse3; if (L_235) { goto IL_05c1; } } { Exception_t ** L_236 = ___exc5; FormatException_t154580423 * L_237 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_237, _stringLiteral1196407802, /*hidden argument*/NULL); *((RuntimeObject **)(L_236)) = (RuntimeObject *)L_237; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_236), (RuntimeObject *)L_237); } IL_05c1: { return (bool)0; } IL_05c3: { bool L_238 = V_9; if (!L_238) { goto IL_05ea; } } { int32_t L_239 = V_11; String_t* L_240 = ___s0; NullCheck(L_240); int32_t L_241 = String_get_Length_m3847582255(L_240, /*hidden argument*/NULL); if ((((int32_t)L_239) >= ((int32_t)L_241))) { goto IL_05ea; } } { String_t* L_242 = ___s0; bool L_243 = ___tryParse3; Exception_t ** L_244 = ___exc5; bool L_245 = Int32_JumpOverWhite_m208298144(NULL /*static, unused*/, (&V_11), L_242, (bool)0, L_243, L_244, /*hidden argument*/NULL); if (L_245) { goto IL_05ea; } } { return (bool)0; } IL_05ea: { int32_t L_246 = V_11; String_t* L_247 = ___s0; NullCheck(L_247); int32_t L_248 = String_get_Length_m3847582255(L_247, /*hidden argument*/NULL); if ((((int32_t)L_246) >= ((int32_t)L_248))) { goto IL_0647; } } { String_t* L_249 = ___s0; int32_t L_250 = V_11; NullCheck(L_249); Il2CppChar L_251 = String_get_Chars_m2986988803(L_249, L_250, /*hidden argument*/NULL); if (!L_251) { goto IL_0647; } } { bool L_252 = ___tryParse3; if (L_252) { goto IL_0645; } } { Exception_t ** L_253 = ___exc5; ObjectU5BU5D_t2843939325* L_254 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_254); ArrayElementTypeCheck (L_254, _stringLiteral1494540216); (L_254)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1494540216); ObjectU5BU5D_t2843939325* L_255 = L_254; int32_t L_256 = V_11; int32_t L_257 = L_256; RuntimeObject * L_258 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_257); NullCheck(L_255); ArrayElementTypeCheck (L_255, L_258); (L_255)->SetAt(static_cast(1), (RuntimeObject *)L_258); ObjectU5BU5D_t2843939325* L_259 = L_255; NullCheck(L_259); ArrayElementTypeCheck (L_259, _stringLiteral1627843445); (L_259)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1627843445); ObjectU5BU5D_t2843939325* L_260 = L_259; String_t* L_261 = ___s0; NullCheck(L_261); int32_t L_262 = String_get_Length_m3847582255(L_261, /*hidden argument*/NULL); int32_t L_263 = L_262; RuntimeObject * L_264 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_263); NullCheck(L_260); ArrayElementTypeCheck (L_260, L_264); (L_260)->SetAt(static_cast(3), (RuntimeObject *)L_264); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_265 = String_Concat_m2971454694(NULL /*static, unused*/, L_260, /*hidden argument*/NULL); FormatException_t154580423 * L_266 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_266, L_265, /*hidden argument*/NULL); *((RuntimeObject **)(L_253)) = (RuntimeObject *)L_266; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_253), (RuntimeObject *)L_266); } IL_0645: { return (bool)0; } IL_0647: { bool L_267 = V_13; if (L_267) { goto IL_067a; } } { bool L_268 = V_3; if (L_268) { goto IL_067a; } } IL_0654: try { // begin try (depth: 1) int64_t L_269 = V_16; if (il2cpp_codegen_check_sub_overflow((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)0)))))), (int64_t)L_269)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),Int64_Parse_m1800613309_RuntimeMethod_var); V_16 = ((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)0)))))), (int64_t)L_269)); goto IL_067a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_t2020128637_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0660; throw e; } CATCH_0660: { // begin catch(System.OverflowException) { V_23 = ((OverflowException_t2020128637 *)__exception_local); bool L_270 = ___tryParse3; if (L_270) { goto IL_066d; } } IL_0668: { Exception_t ** L_271 = ___exc5; OverflowException_t2020128637 * L_272 = V_23; *((RuntimeObject **)(L_271)) = (RuntimeObject *)L_272; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_271), (RuntimeObject *)L_272); } IL_066d: { V_24 = (bool)0; goto IL_0681; } IL_0675: { ; // IL_0675: leave IL_067a } } // end catch (depth: 1) IL_067a: { int64_t* L_273 = ___result4; int64_t L_274 = V_16; *((int64_t*)(L_273)) = (int64_t)L_274; return (bool)1; } IL_0681: { bool L_275 = V_24; return L_275; } } // System.Int64 System.Int64::Parse(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m662659148 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_Parse_m662659148_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int64_t V_1 = 0; { String_t* L_0 = ___s0; bool L_1 = Int64_Parse_m3309897583(NULL /*static, unused*/, L_0, (bool)0, (&V_1), (&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { Exception_t * L_2 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Int64_Parse_m662659148_RuntimeMethod_var); } IL_0012: { int64_t L_3 = V_1; return L_3; } } // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3250361603 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_Parse_m3250361603_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; int64_t V_1 = 0; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; bool L_3 = Int64_Parse_m1800613309(NULL /*static, unused*/, L_0, L_1, L_2, (bool)0, (&V_1), (&V_0), /*hidden argument*/NULL); if (L_3) { goto IL_0014; } } { Exception_t * L_4 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Int64_Parse_m3250361603_RuntimeMethod_var); } IL_0014: { int64_t L_5 = V_1; return L_5; } } // System.Boolean System.Int64::TryParse(System.String,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m2208578514 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int64_t* L_1 = ___result1; bool L_2 = Int64_Parse_m3309897583(NULL /*static, unused*/, L_0, (bool)1, L_1, (&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_0015; } } { int64_t* L_3 = ___result1; *((int64_t*)(L_3)) = (int64_t)(((int64_t)((int64_t)0))); return (bool)0; } IL_0015: { return (bool)1; } } // System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Int64_TryParse_m3606398488 (RuntimeObject * __this /* static, unused */, String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int64_t* ___result3, const RuntimeMethod* method) { Exception_t * V_0 = NULL; { String_t* L_0 = ___s0; int32_t L_1 = ___style1; RuntimeObject* L_2 = ___provider2; int64_t* L_3 = ___result3; bool L_4 = Int64_Parse_m1800613309(NULL /*static, unused*/, L_0, L_1, L_2, (bool)1, L_3, (&V_0), /*hidden argument*/NULL); if (L_4) { goto IL_0017; } } { int64_t* L_5 = ___result3; *((int64_t*)(L_5)) = (int64_t)(((int64_t)((int64_t)0))); return (bool)0; } IL_0017: { return (bool)1; } } // System.String System.Int64::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2986581816 (int64_t* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_ToString_m2986581816_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_0 = NumberFormatter_NumberToString_m2562899600(NULL /*static, unused*/, (*((int64_t*)__this)), (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* Int64_ToString_m2986581816_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_ToString_m2986581816(_thisAdjusted, method); } // System.String System.Int64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m623640997 (int64_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_ToString_m623640997_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___provider0; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_1 = NumberFormatter_NumberToString_m2562899600(NULL /*static, unused*/, (*((int64_t*)__this)), L_0, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int64_ToString_m623640997_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_ToString_m623640997(_thisAdjusted, ___provider0, method); } // System.String System.Int64::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m414616559 (int64_t* __this, String_t* ___format0, const RuntimeMethod* method) { { String_t* L_0 = ___format0; String_t* L_1 = Int64_ToString_m2085073918(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } extern "C" String_t* Int64_ToString_m414616559_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_ToString_m414616559(_thisAdjusted, ___format0, method); } // System.String System.Int64::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m2085073918 (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Int64_ToString_m2085073918_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject* L_1 = ___provider1; IL2CPP_RUNTIME_CLASS_INIT(NumberFormatter_t1182924621_il2cpp_TypeInfo_var); String_t* L_2 = NumberFormatter_NumberToString_m406010816(NULL /*static, unused*/, L_0, (*((int64_t*)__this)), L_1, /*hidden argument*/NULL); return L_2; } } extern "C" String_t* Int64_ToString_m2085073918_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { int64_t* _thisAdjusted = reinterpret_cast(__this + 1); return Int64_ToString_m2085073918(_thisAdjusted, ___format0, ___provider1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IntPtr::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m987082960 (intptr_t* __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; *__this = ((((intptr_t)L_0))); return; } } extern "C" void IntPtr__ctor_m987082960_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); IntPtr__ctor_m987082960(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Int64) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m987476171 (intptr_t* __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; *__this = ((((uintptr_t)L_0))); return; } } extern "C" void IntPtr__ctor_m987476171_AdjustorThunk (RuntimeObject * __this, int64_t ___value0, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); IntPtr__ctor_m987476171(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Void*) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m3384658186 (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } extern "C" void IntPtr__ctor_m3384658186_AdjustorThunk (RuntimeObject * __this, void* ___value0, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); IntPtr__ctor_m3384658186(_thisAdjusted, ___value0, method); } // System.Void System.IntPtr::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IntPtr__ctor_m620280096 (intptr_t* __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPtr__ctor_m620280096_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); int64_t L_1 = SerializationInfo_GetInt64_m2503729515(L_0, _stringLiteral3493618073, /*hidden argument*/NULL); V_0 = L_1; int64_t L_2 = V_0; *__this = ((((uintptr_t)L_2))); return; } } extern "C" void IntPtr__ctor_m620280096_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); IntPtr__ctor_m620280096(_thisAdjusted, ___info0, ___context1, method); } // System.Void System.IntPtr::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475 (intptr_t* __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475_RuntimeMethod_var); } IL_0011: { SerializationInfo_t950877179 * L_2 = ___info0; int64_t L_3 = IntPtr_ToInt64_m192765549(__this, /*hidden argument*/NULL); NullCheck(L_2); SerializationInfo_AddValue_m3963995439(L_2, _stringLiteral3493618073, L_3, /*hidden argument*/NULL); return; } } extern "C" void IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475_AdjustorThunk (RuntimeObject * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); IntPtr_System_Runtime_Serialization_ISerializable_GetObjectData_m1980135475(_thisAdjusted, ___info0, ___context1, method); } // System.Int32 System.IntPtr::get_Size() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_m370911744 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPtr_get_Size_m370911744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = il2cpp_codegen_sizeof(VoidU2A_t3811567795_il2cpp_TypeInfo_var); return L_0; } } // System.Boolean System.IntPtr::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_Equals_m3408989655 (intptr_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntPtr_Equals_m3408989655_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, IntPtr_t_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (bool)0; } IL_000d: { RuntimeObject * L_1 = ___obj0; V_0 = ((*(intptr_t*)((intptr_t*)UnBox(L_1, IntPtr_t_il2cpp_TypeInfo_var)))); intptr_t L_2 = V_0; intptr_t L_3 = *__this; return (bool)((((intptr_t)L_2) == ((intptr_t)L_3))? 1 : 0); } } extern "C" bool IntPtr_Equals_m3408989655_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_Equals_m3408989655(_thisAdjusted, ___obj0, method); } // System.Int32 System.IntPtr::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_GetHashCode_m3588219647 (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (((int32_t)((int32_t)L_0))); } } extern "C" int32_t IntPtr_GetHashCode_m3588219647_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_GetHashCode_m3588219647(_thisAdjusted, method); } // System.Int64 System.IntPtr::ToInt64() extern "C" IL2CPP_METHOD_ATTR int64_t IntPtr_ToInt64_m192765549 (intptr_t* __this, const RuntimeMethod* method) { { int32_t L_0 = IntPtr_get_Size_m370911744(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0014; } } { intptr_t L_1 = *__this; return (((int64_t)((int64_t)(((int32_t)((int32_t)L_1)))))); } IL_0014: { intptr_t L_2 = *__this; return (((int64_t)((uint64_t)L_2))); } } extern "C" int64_t IntPtr_ToInt64_m192765549_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_ToInt64_m192765549(_thisAdjusted, method); } // System.Void* System.IntPtr::ToPointer() extern "C" IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m4157623054 (intptr_t* __this, const RuntimeMethod* method) { { intptr_t L_0 = *__this; return (void*)(L_0); } } extern "C" void* IntPtr_ToPointer_m4157623054_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_ToPointer_m4157623054(_thisAdjusted, method); } // System.String System.IntPtr::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m1831665121 (intptr_t* __this, const RuntimeMethod* method) { { String_t* L_0 = IntPtr_ToString_m900170569(__this, (String_t*)NULL, /*hidden argument*/NULL); return L_0; } } extern "C" String_t* IntPtr_ToString_m1831665121_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_ToString_m1831665121(_thisAdjusted, method); } // System.String System.IntPtr::ToString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m900170569 (intptr_t* __this, String_t* ___format0, const RuntimeMethod* method) { int32_t V_0 = 0; int64_t V_1 = 0; { int32_t L_0 = IntPtr_get_Size_m370911744(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_001c; } } { intptr_t L_1 = *__this; V_0 = (((int32_t)((int32_t)L_1))); String_t* L_2 = ___format0; String_t* L_3 = Int32_ToString_m372259452((&V_0), L_2, /*hidden argument*/NULL); return L_3; } IL_001c: { intptr_t L_4 = *__this; V_1 = (((int64_t)((uint64_t)L_4))); String_t* L_5 = ___format0; String_t* L_6 = Int64_ToString_m414616559((&V_1), L_5, /*hidden argument*/NULL); return L_6; } } extern "C" String_t* IntPtr_ToString_m900170569_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method) { intptr_t* _thisAdjusted = reinterpret_cast(__this + 1); return IntPtr_ToString_m900170569(_thisAdjusted, ___format0, method); } // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) { { intptr_t L_0 = ___value10; intptr_t L_1 = ___value21; return (bool)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0); } } // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method) { { intptr_t L_0 = ___value10; intptr_t L_1 = ___value21; return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.IntPtr System.IntPtr::op_Explicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593216315 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; intptr_t L_1; memset(&L_1, 0, sizeof(L_1)); IntPtr__ctor_m987082960((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.IntPtr System.IntPtr::op_Explicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m1593085246 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; intptr_t L_1; memset(&L_1, 0, sizeof(L_1)); IntPtr__ctor_m987476171((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.IntPtr System.IntPtr::op_Explicit(System.Void*) extern "C" IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m536245531 (RuntimeObject * __this /* static, unused */, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; intptr_t L_1; memset(&L_1, 0, sizeof(L_1)); IntPtr__ctor_m3384658186((&L_1), (void*)(void*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_op_Explicit_m4220076518 (RuntimeObject * __this /* static, unused */, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; return (((int32_t)((int32_t)L_0))); } } // System.Void* System.IntPtr::op_Explicit(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m2520637223 (RuntimeObject * __this /* static, unused */, intptr_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = ___value0; return (void*)(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.InvalidCastException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m1807554410 (InvalidCastException_t3927145244 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvalidCastException__ctor_m1807554410_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1213362235, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467262), /*hidden argument*/NULL); return; } } // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147467262), /*hidden argument*/NULL); return; } } // System.Void System.InvalidCastException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m2551002860 (InvalidCastException_t3927145244 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InvalidOperationException__ctor_m2734335978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1828293723, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233079), /*hidden argument*/NULL); return; } } // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233079), /*hidden argument*/NULL); return; } } // System.Void System.InvalidOperationException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1685032583 (InvalidOperationException_t56020091 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233079), /*hidden argument*/NULL); return; } } // System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m262609521 (InvalidOperationException_t56020091 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m2602947653 (BinaryReader_t2428077293 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader__ctor_m2602947653_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8UnmarkedUnsafe_m320312322(NULL /*static, unused*/, /*hidden argument*/NULL); BinaryReader__ctor_m2266204403(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void BinaryReader__ctor_m2266204403 (BinaryReader_t2428077293 * __this, Stream_t1273022909 * ___input0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader__ctor_m2266204403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___input0; if (!L_0) { goto IL_0012; } } { Encoding_t1523322056 * L_1 = ___encoding1; if (L_1) { goto IL_0022; } } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral293168712, /*hidden argument*/NULL); ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader__ctor_m2266204403_RuntimeMethod_var); } IL_0022: { Stream_t1273022909 * L_4 = ___input0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (L_5) { goto IL_003d; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4058788746, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,BinaryReader__ctor_m2266204403_RuntimeMethod_var); } IL_003d: { Stream_t1273022909 * L_8 = ___input0; __this->set_m_stream_0(L_8); Encoding_t1523322056 * L_9 = ___encoding1; __this->set_m_encoding_1(L_9); Encoding_t1523322056 * L_10 = ___encoding1; NullCheck(L_10); Decoder_t2204182725 * L_11 = VirtFuncInvoker0< Decoder_t2204182725 * >::Invoke(16 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_10); __this->set_decoder_3(L_11); __this->set_m_buffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)))); return; } } // System.Void System.IO.BinaryReader::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void BinaryReader_System_IDisposable_Dispose_m1578048464 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.IO.Stream System.IO.BinaryReader::get_BaseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * BinaryReader_get_BaseStream_m3993550412 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_m_stream_0(); return L_0; } } // System.Void System.IO.BinaryReader::Close() extern "C" IL2CPP_METHOD_ATTR void BinaryReader_Close_m3868286242 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryReader::Dispose(System.Boolean) */, __this, (bool)1); __this->set_m_disposed_5((bool)1); return; } } // System.Void System.IO.BinaryReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BinaryReader_Dispose_m3769291377 (BinaryReader_t2428077293 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } { Stream_t1273022909 * L_1 = __this->get_m_stream_0(); if (!L_1) { goto IL_001c; } } { Stream_t1273022909 * L_2 = __this->get_m_stream_0(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_001c: { __this->set_m_disposed_5((bool)1); __this->set_m_buffer_2((ByteU5BU5D_t4116647657*)NULL); __this->set_m_encoding_1((Encoding_t1523322056 *)NULL); __this->set_m_stream_0((Stream_t1273022909 *)NULL); __this->set_charBuffer_4((CharU5BU5D_t3528271667*)NULL); return; } } // System.Void System.IO.BinaryReader::FillBuffer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryReader_FillBuffer_m1406780870 (BinaryReader_t2428077293 * __this, int32_t ___numBytes0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_FillBuffer_m1406780870_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_m_disposed_5(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral562539986, _stringLiteral306671832, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryReader_FillBuffer_m1406780870_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_2 = __this->get_m_stream_0(); if (L_2) { goto IL_0031; } } { IOException_t4088381929 * L_3 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_3, _stringLiteral2776535289, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader_FillBuffer_m1406780870_RuntimeMethod_var); } IL_0031: { int32_t L_4 = ___numBytes0; BinaryReader_CheckBuffer_m2636825055(__this, L_4, /*hidden argument*/NULL); V_0 = 0; goto IL_0065; } IL_003f: { Stream_t1273022909 * L_5 = __this->get_m_stream_0(); ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); int32_t L_7 = V_0; int32_t L_8 = ___numBytes0; int32_t L_9 = V_0; NullCheck(L_5); int32_t L_10 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))); V_1 = L_10; int32_t L_11 = V_1; if (L_11) { goto IL_0061; } } { EndOfStreamException_t2015613008 * L_12 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,BinaryReader_FillBuffer_m1406780870_RuntimeMethod_var); } IL_0061: { int32_t L_13 = V_0; int32_t L_14 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)); } IL_0065: { int32_t L_15 = V_0; int32_t L_16 = ___numBytes0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_003f; } } { return; } } // System.Int32 System.IO.BinaryReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_Read_m1362176249 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_Read_m1362176249_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { CharU5BU5D_t3528271667* L_0 = __this->get_charBuffer_4(); if (L_0) { goto IL_001b; } } { __this->set_charBuffer_4(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)))); } IL_001b: { CharU5BU5D_t3528271667* L_1 = __this->get_charBuffer_4(); int32_t L_2 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.BinaryReader::Read(System.Char[],System.Int32,System.Int32) */, __this, L_1, 0, 1); V_0 = L_2; int32_t L_3 = V_0; if (L_3) { goto IL_0032; } } { return (-1); } IL_0032: { CharU5BU5D_t3528271667* L_4 = __this->get_charBuffer_4(); NullCheck(L_4); int32_t L_5 = 0; uint16_t L_6 = (L_4)->GetAt(static_cast(L_5)); return L_6; } } // System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_Read_m763986032 (BinaryReader_t2428077293 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_Read_m763986032_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_m_stream_0(); if (L_0) { goto IL_0031; } } { bool L_1 = __this->get_m_disposed_5(); if (!L_1) { goto IL_0026; } } { ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral562539986, _stringLiteral306671832, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_0026: { IOException_t4088381929 * L_3 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_3, _stringLiteral2776535289, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_0031: { ByteU5BU5D_t4116647657* L_4 = ___buffer0; if (L_4) { goto IL_0042; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_0042: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0054; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1670863035, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_0054: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0066; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral2754268234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_0066: { ByteU5BU5D_t4116647657* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___index1; int32_t L_12 = ___count2; 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_007c; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral1505584556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,BinaryReader_Read_m763986032_RuntimeMethod_var); } IL_007c: { Stream_t1273022909 * L_14 = __this->get_m_stream_0(); ByteU5BU5D_t4116647657* L_15 = ___buffer0; int32_t L_16 = ___index1; int32_t L_17 = ___count2; NullCheck(L_14); int32_t L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_14, L_15, L_16, L_17); V_0 = L_18; int32_t L_19 = V_0; return L_19; } } // System.Int32 System.IO.BinaryReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_Read_m3708759962 (BinaryReader_t2428077293 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_Read_m3708759962_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_m_stream_0(); if (L_0) { goto IL_0031; } } { bool L_1 = __this->get_m_disposed_5(); if (!L_1) { goto IL_0026; } } { ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral562539986, _stringLiteral306671832, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_0026: { IOException_t4088381929 * L_3 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_3, _stringLiteral2776535289, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_0031: { CharU5BU5D_t3528271667* L_4 = ___buffer0; if (L_4) { goto IL_0042; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3151922804, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_0042: { int32_t L_6 = ___index1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0054; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral1670863035, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_0054: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_0066; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral2754268234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_0066: { CharU5BU5D_t3528271667* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___index1; int32_t L_12 = ___count2; 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_007c; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral1505584556, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,BinaryReader_Read_m3708759962_RuntimeMethod_var); } IL_007c: { CharU5BU5D_t3528271667* L_14 = ___buffer0; int32_t L_15 = ___index1; int32_t L_16 = ___count2; int32_t L_17 = BinaryReader_ReadCharBytes_m2668665998(__this, L_14, L_15, L_16, (&V_0), /*hidden argument*/NULL); return L_17; } } // System.Int32 System.IO.BinaryReader::ReadCharBytes(System.Char[],System.Int32,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_ReadCharBytes_m2668665998 (BinaryReader_t2428077293 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, int32_t* ___bytes_read3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; int32_t* L_0 = ___bytes_read3; *((int32_t*)(L_0)) = (int32_t)0; goto IL_006e; } IL_000b: { V_1 = 0; } IL_000d: { int32_t L_1 = V_1; BinaryReader_CheckBuffer_m2636825055(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL); Stream_t1273022909 * L_2 = __this->get_m_stream_0(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_2); V_2 = L_3; int32_t L_4 = V_2; if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_002b; } } { int32_t L_5 = V_0; return L_5; } IL_002b: { ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); int32_t L_7 = V_1; int32_t L_8 = L_7; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_2; NullCheck(L_6); (L_6)->SetAt(static_cast(L_8), (uint8_t)(((int32_t)((uint8_t)L_9)))); int32_t* L_10 = ___bytes_read3; int32_t* L_11 = ___bytes_read3; *((int32_t*)(L_10)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_11)), (int32_t)1)); Encoding_t1523322056 * L_12 = __this->get_m_encoding_1(); ByteU5BU5D_t4116647657* L_13 = __this->get_m_buffer_2(); int32_t L_14 = V_1; CharU5BU5D_t3528271667* L_15 = ___buffer0; int32_t L_16 = ___index1; int32_t L_17 = V_0; NullCheck(L_12); int32_t L_18 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(14 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_12, L_13, 0, L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))); V_3 = L_18; int32_t L_19 = V_3; if ((((int32_t)L_19) <= ((int32_t)0))) { goto IL_0065; } } { goto IL_006a; } IL_0065: { goto IL_000d; } IL_006a: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_006e: { int32_t L_21 = V_0; int32_t L_22 = ___count2; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_000b; } } { int32_t L_23 = V_0; return L_23; } } // System.Int32 System.IO.BinaryReader::Read7BitEncodedInt() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m3079148249 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_Read7BitEncodedInt_m3079148249_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; uint8_t V_3 = 0x0; { V_0 = 0; V_1 = 0; V_2 = 0; goto IL_0037; } IL_000b: { uint8_t L_0 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, __this); V_3 = L_0; int32_t L_1 = V_0; uint8_t L_2 = V_3; int32_t L_3 = V_1; V_0 = ((int32_t)((int32_t)L_1|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31))))))); int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)7)); uint8_t L_5 = V_3; if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)128)))) { goto IL_0033; } } { goto IL_003e; } IL_0033: { int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0037: { int32_t L_7 = V_2; if ((((int32_t)L_7) < ((int32_t)5))) { goto IL_000b; } } IL_003e: { int32_t L_8 = V_2; if ((((int32_t)L_8) >= ((int32_t)5))) { goto IL_0047; } } { int32_t L_9 = V_0; return L_9; } IL_0047: { FormatException_t154580423 * L_10 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_10, _stringLiteral973102727, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,BinaryReader_Read7BitEncodedInt_m3079148249_RuntimeMethod_var); } } // System.Boolean System.IO.BinaryReader::ReadBoolean() extern "C" IL2CPP_METHOD_ATTR bool BinaryReader_ReadBoolean_m3271855799 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { uint8_t L_0 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, __this); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Byte System.IO.BinaryReader::ReadByte() extern "C" IL2CPP_METHOD_ATTR uint8_t BinaryReader_ReadByte_m2842288049 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_ReadByte_m2842288049_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_m_stream_0(); if (L_0) { goto IL_0031; } } { bool L_1 = __this->get_m_disposed_5(); if (!L_1) { goto IL_0026; } } { ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral562539986, _stringLiteral306671832, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_ReadByte_m2842288049_RuntimeMethod_var); } IL_0026: { IOException_t4088381929 * L_3 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_3, _stringLiteral2776535289, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader_ReadByte_m2842288049_RuntimeMethod_var); } IL_0031: { Stream_t1273022909 * L_4 = __this->get_m_stream_0(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.IO.Stream::ReadByte() */, L_4); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0047; } } { int32_t L_7 = V_0; return (uint8_t)(((int32_t)((uint8_t)L_7))); } IL_0047: { EndOfStreamException_t2015613008 * L_8 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,BinaryReader_ReadByte_m2842288049_RuntimeMethod_var); } } // System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* BinaryReader_ReadBytes_m2025629328 (BinaryReader_t2428077293 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_ReadBytes_m2025629328_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; { Stream_t1273022909 * L_0 = __this->get_m_stream_0(); if (L_0) { goto IL_0031; } } { bool L_1 = __this->get_m_disposed_5(); if (!L_1) { goto IL_0026; } } { ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral562539986, _stringLiteral306671832, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_ReadBytes_m2025629328_RuntimeMethod_var); } IL_0026: { IOException_t4088381929 * L_3 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_3, _stringLiteral2776535289, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryReader_ReadBytes_m2025629328_RuntimeMethod_var); } IL_0031: { int32_t L_4 = ___count0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0043; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral2754268234, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,BinaryReader_ReadBytes_m2025629328_RuntimeMethod_var); } IL_0043: { int32_t L_6 = ___count0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_6)); V_1 = 0; goto IL_0071; } IL_0051: { Stream_t1273022909 * L_7 = __this->get_m_stream_0(); ByteU5BU5D_t4116647657* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = ___count0; int32_t L_11 = V_1; NullCheck(L_7); int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))); V_2 = L_12; int32_t L_13 = V_2; if (L_13) { goto IL_006d; } } { goto IL_0078; } IL_006d: { int32_t L_14 = V_1; int32_t L_15 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); } IL_0071: { int32_t L_16 = V_1; int32_t L_17 = ___count0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0051; } } IL_0078: { int32_t L_18 = V_1; int32_t L_19 = ___count0; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0093; } } { int32_t L_20 = V_1; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_20)); ByteU5BU5D_t4116647657* L_21 = V_0; ByteU5BU5D_t4116647657* L_22 = V_3; int32_t L_23 = V_1; Buffer_BlockCopyInternal_m418318694(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (RuntimeArray *)(RuntimeArray *)L_22, 0, L_23, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_24 = V_3; return L_24; } IL_0093: { ByteU5BU5D_t4116647657* L_25 = V_0; return L_25; } } // System.Char System.IO.BinaryReader::ReadChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar BinaryReader_ReadChar_m3380594564 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_ReadChar_m3380594564_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.BinaryReader::Read() */, __this); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0014; } } { EndOfStreamException_t2015613008 * L_2 = (EndOfStreamException_t2015613008 *)il2cpp_codegen_object_new(EndOfStreamException_t2015613008_il2cpp_TypeInfo_var); EndOfStreamException__ctor_m2202021005(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_ReadChar_m3380594564_RuntimeMethod_var); } IL_0014: { int32_t L_3 = V_0; return (((int32_t)((uint16_t)L_3))); } } // System.Decimal System.IO.BinaryReader::ReadDecimal() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 BinaryReader_ReadDecimal_m272106980 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_ReadDecimal_m272106980_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); uint8_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, ((int32_t)16)); V_1 = (uint8_t*)(&V_0); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_0 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (!L_0) { goto IL_0093; } } { V_2 = 0; goto IL_0086; } IL_001c: { int32_t L_1 = V_2; if ((((int32_t)L_1) >= ((int32_t)4))) { goto IL_0036; } } { uint8_t* L_2 = V_1; int32_t L_3 = V_2; ByteU5BU5D_t4116647657* L_4 = __this->get_m_buffer_2(); int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)8)))))) = (int8_t)L_7; goto IL_0082; } IL_0036: { int32_t L_8 = V_2; if ((((int32_t)L_8) >= ((int32_t)8))) { goto IL_0050; } } { uint8_t* L_9 = V_1; int32_t L_10 = V_2; ByteU5BU5D_t4116647657* L_11 = __this->get_m_buffer_2(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; uint8_t L_14 = (L_11)->GetAt(static_cast(L_13)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)8)))))) = (int8_t)L_14; goto IL_0082; } IL_0050: { int32_t L_15 = V_2; if ((((int32_t)L_15) >= ((int32_t)((int32_t)12)))) { goto IL_006b; } } { uint8_t* L_16 = V_1; int32_t L_17 = V_2; ByteU5BU5D_t4116647657* L_18 = __this->get_m_buffer_2(); int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; uint8_t L_21 = (L_18)->GetAt(static_cast(L_20)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)4)))))) = (int8_t)L_21; goto IL_0082; } IL_006b: { int32_t L_22 = V_2; if ((((int32_t)L_22) >= ((int32_t)((int32_t)16)))) { goto IL_0082; } } { uint8_t* L_23 = V_1; int32_t L_24 = V_2; ByteU5BU5D_t4116647657* L_25 = __this->get_m_buffer_2(); int32_t L_26 = V_2; NullCheck(L_25); int32_t L_27 = L_26; uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)12))))))) = (int8_t)L_28; } IL_0082: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0086: { int32_t L_30 = V_2; if ((((int32_t)L_30) < ((int32_t)((int32_t)16)))) { goto IL_001c; } } { goto IL_010f; } IL_0093: { V_3 = 0; goto IL_0107; } IL_009a: { int32_t L_31 = V_3; if ((((int32_t)L_31) >= ((int32_t)4))) { goto IL_00b5; } } { uint8_t* L_32 = V_1; int32_t L_33 = V_3; ByteU5BU5D_t4116647657* L_34 = __this->get_m_buffer_2(); int32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = L_35; uint8_t L_37 = (L_34)->GetAt(static_cast(L_36)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)11), (int32_t)L_33)))))) = (int8_t)L_37; goto IL_0103; } IL_00b5: { int32_t L_38 = V_3; if ((((int32_t)L_38) >= ((int32_t)8))) { goto IL_00d0; } } { uint8_t* L_39 = V_1; int32_t L_40 = V_3; ByteU5BU5D_t4116647657* L_41 = __this->get_m_buffer_2(); int32_t L_42 = V_3; NullCheck(L_41); int32_t L_43 = L_42; uint8_t L_44 = (L_41)->GetAt(static_cast(L_43)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)19), (int32_t)L_40)))))) = (int8_t)L_44; goto IL_0103; } IL_00d0: { int32_t L_45 = V_3; if ((((int32_t)L_45) >= ((int32_t)((int32_t)12)))) { goto IL_00ec; } } { uint8_t* L_46 = V_1; int32_t L_47 = V_3; ByteU5BU5D_t4116647657* L_48 = __this->get_m_buffer_2(); int32_t L_49 = V_3; NullCheck(L_48); int32_t L_50 = L_49; uint8_t L_51 = (L_48)->GetAt(static_cast(L_50)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_47)))))) = (int8_t)L_51; goto IL_0103; } IL_00ec: { int32_t L_52 = V_3; if ((((int32_t)L_52) >= ((int32_t)((int32_t)16)))) { goto IL_0103; } } { uint8_t* L_53 = V_1; int32_t L_54 = V_3; ByteU5BU5D_t4116647657* L_55 = __this->get_m_buffer_2(); int32_t L_56 = V_3; NullCheck(L_55); int32_t L_57 = L_56; uint8_t L_58 = (L_55)->GetAt(static_cast(L_57)); *((int8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_53, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_54)))))) = (int8_t)L_58; } IL_0103: { int32_t L_59 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0107: { int32_t L_60 = V_3; if ((((int32_t)L_60) < ((int32_t)((int32_t)16)))) { goto IL_009a; } } IL_010f: { Decimal_t2948259380 L_61 = V_0; return L_61; } } // System.Double System.IO.BinaryReader::ReadDouble() extern "C" IL2CPP_METHOD_ATTR double BinaryReader_ReadDouble_m2513998176 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); double L_1 = BitConverterLE_ToDouble_m1601000678(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int16 System.IO.BinaryReader::ReadInt16() extern "C" IL2CPP_METHOD_ATTR int16_t BinaryReader_ReadInt16_m816003668 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 2); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return (((int16_t)((int16_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))))); } } // System.Int32 System.IO.BinaryReader::ReadInt32() extern "C" IL2CPP_METHOD_ATTR int32_t BinaryReader_ReadInt32_m2994982418 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = __this->get_m_buffer_2(); NullCheck(L_9); int32_t L_10 = 3; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))); } } // System.Int64 System.IO.BinaryReader::ReadInt64() extern "C" IL2CPP_METHOD_ATTR int64_t BinaryReader_ReadInt64_m939370142 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = __this->get_m_buffer_2(); NullCheck(L_9); int32_t L_10 = 3; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))); ByteU5BU5D_t4116647657* L_12 = __this->get_m_buffer_2(); NullCheck(L_12); int32_t L_13 = 4; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); ByteU5BU5D_t4116647657* L_15 = __this->get_m_buffer_2(); NullCheck(L_15); int32_t L_16 = 5; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); ByteU5BU5D_t4116647657* L_18 = __this->get_m_buffer_2(); NullCheck(L_18); int32_t L_19 = 6; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_t4116647657* L_21 = __this->get_m_buffer_2(); NullCheck(L_21); int32_t L_22 = 7; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24))))); uint32_t L_24 = V_1; uint32_t L_25 = V_0; return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_24)))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)L_25))))); } } // System.SByte System.IO.BinaryReader::ReadSByte() extern "C" IL2CPP_METHOD_ATTR int8_t BinaryReader_ReadSByte_m3736742795 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { uint8_t L_0 = VirtFuncInvoker0< uint8_t >::Invoke(13 /* System.Byte System.IO.BinaryReader::ReadByte() */, __this); return (((int8_t)((int8_t)L_0))); } } // System.String System.IO.BinaryReader::ReadString() extern "C" IL2CPP_METHOD_ATTR String_t* BinaryReader_ReadString_m2204259855 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_ReadString_m2204259855_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B10_0 = 0; { int32_t L_0 = BinaryReader_Read7BitEncodedInt_m3079148249(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_0019; } } { IOException_t4088381929 * L_2 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_2, _stringLiteral3604756115, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,BinaryReader_ReadString_m2204259855_RuntimeMethod_var); } IL_0019: { int32_t L_3 = V_0; if (L_3) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0025: { CharU5BU5D_t3528271667* L_5 = __this->get_charBuffer_4(); if (L_5) { goto IL_0040; } } { __this->set_charBuffer_4(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)))); } IL_0040: { V_1 = (StringBuilder_t *)NULL; } IL_0042: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)((int32_t)128)))) { goto IL_0057; } } { G_B10_0 = ((int32_t)128); goto IL_0058; } IL_0057: { int32_t L_7 = V_0; G_B10_0 = L_7; } IL_0058: { V_2 = G_B10_0; int32_t L_8 = V_2; VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, L_8); Decoder_t2204182725 * L_9 = __this->get_decoder_3(); ByteU5BU5D_t4116647657* L_10 = __this->get_m_buffer_2(); int32_t L_11 = V_2; CharU5BU5D_t3528271667* L_12 = __this->get_charBuffer_4(); NullCheck(L_9); int32_t L_13 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(4 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_9, L_10, 0, L_11, L_12, 0); V_3 = L_13; StringBuilder_t * L_14 = V_1; if (L_14) { goto IL_0096; } } { int32_t L_15 = V_2; int32_t L_16 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0096; } } { CharU5BU5D_t3528271667* L_17 = __this->get_charBuffer_4(); int32_t L_18 = V_3; String_t* L_19 = String_CreateString_m860434552(NULL, L_17, 0, L_18, /*hidden argument*/NULL); return L_19; } IL_0096: { StringBuilder_t * L_20 = V_1; if (L_20) { goto IL_00a3; } } { int32_t L_21 = V_0; StringBuilder_t * L_22 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_22, L_21, /*hidden argument*/NULL); V_1 = L_22; } IL_00a3: { StringBuilder_t * L_23 = V_1; CharU5BU5D_t3528271667* L_24 = __this->get_charBuffer_4(); int32_t L_25 = V_3; NullCheck(L_23); StringBuilder_Append_m4089665817(L_23, L_24, 0, L_25, /*hidden argument*/NULL); int32_t L_26 = V_0; int32_t L_27 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); int32_t L_28 = V_0; if ((((int32_t)L_28) > ((int32_t)0))) { goto IL_0042; } } { StringBuilder_t * L_29 = V_1; NullCheck(L_29); String_t* L_30 = StringBuilder_ToString_m3317489284(L_29, /*hidden argument*/NULL); return L_30; } } // System.Single System.IO.BinaryReader::ReadSingle() extern "C" IL2CPP_METHOD_ATTR float BinaryReader_ReadSingle_m3384287259 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); float L_1 = BitConverterLE_ToSingle_m1153793442(NULL /*static, unused*/, L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.UInt16 System.IO.BinaryReader::ReadUInt16() extern "C" IL2CPP_METHOD_ATTR uint16_t BinaryReader_ReadUInt16_m267781130 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 2); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); return (uint16_t)(((int32_t)((uint16_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))))); } } // System.UInt32 System.IO.BinaryReader::ReadUInt32() extern "C" IL2CPP_METHOD_ATTR uint32_t BinaryReader_ReadUInt32_m2210658763 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = __this->get_m_buffer_2(); NullCheck(L_9); int32_t L_10 = 3; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))); } } // System.UInt64 System.IO.BinaryReader::ReadUInt64() extern "C" IL2CPP_METHOD_ATTR uint64_t BinaryReader_ReadUInt64_m4059726988 (BinaryReader_t2428077293 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; uint32_t V_1 = 0; { VirtActionInvoker1< int32_t >::Invoke(8 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8); ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = 0; uint8_t L_2 = (L_0)->GetAt(static_cast(L_1)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); NullCheck(L_3); int32_t L_4 = 1; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ByteU5BU5D_t4116647657* L_6 = __this->get_m_buffer_2(); NullCheck(L_6); int32_t L_7 = 2; uint8_t L_8 = (L_6)->GetAt(static_cast(L_7)); ByteU5BU5D_t4116647657* L_9 = __this->get_m_buffer_2(); NullCheck(L_9); int32_t L_10 = 3; uint8_t L_11 = (L_9)->GetAt(static_cast(L_10)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2|(int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)24))))); ByteU5BU5D_t4116647657* L_12 = __this->get_m_buffer_2(); NullCheck(L_12); int32_t L_13 = 4; uint8_t L_14 = (L_12)->GetAt(static_cast(L_13)); ByteU5BU5D_t4116647657* L_15 = __this->get_m_buffer_2(); NullCheck(L_15); int32_t L_16 = 5; uint8_t L_17 = (L_15)->GetAt(static_cast(L_16)); ByteU5BU5D_t4116647657* L_18 = __this->get_m_buffer_2(); NullCheck(L_18); int32_t L_19 = 6; uint8_t L_20 = (L_18)->GetAt(static_cast(L_19)); ByteU5BU5D_t4116647657* L_21 = __this->get_m_buffer_2(); NullCheck(L_21); int32_t L_22 = 7; uint8_t L_23 = (L_21)->GetAt(static_cast(L_22)); V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14|(int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_20<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_23<<(int32_t)((int32_t)24))))); uint32_t L_24 = V_1; uint32_t L_25 = V_0; return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_24)))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)L_25))))); } } // System.Void System.IO.BinaryReader::CheckBuffer(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryReader_CheckBuffer_m2636825055 (BinaryReader_t2428077293 * __this, int32_t ___length0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryReader_CheckBuffer_m2636825055_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { ByteU5BU5D_t4116647657* L_0 = __this->get_m_buffer_2(); NullCheck(L_0); int32_t L_1 = ___length0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) > ((int32_t)L_1))) { goto IL_0033; } } { int32_t L_2 = ___length0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2)); ByteU5BU5D_t4116647657* L_3 = __this->get_m_buffer_2(); ByteU5BU5D_t4116647657* L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = __this->get_m_buffer_2(); NullCheck(L_5); Buffer_BlockCopyInternal_m418318694(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = V_0; __this->set_m_buffer_2(L_6); } IL_0033: { 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.IO.BinaryWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m3736305989 (BinaryWriter_t3992595042 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter__ctor_m3736305989_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_0 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8UnmarkedUnsafe_m320312322(NULL /*static, unused*/, /*hidden argument*/NULL); BinaryWriter__ctor_m2439641268(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m1874693998 (BinaryWriter_t3992595042 * __this, Stream_t1273022909 * ___output0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter__ctor_m1874693998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___output0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8UnmarkedUnsafe_m320312322(NULL /*static, unused*/, /*hidden argument*/NULL); BinaryWriter__ctor_m2439641268(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2439641268 (BinaryWriter_t3992595042 * __this, Stream_t1273022909 * ___output0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter__ctor_m2439641268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___output0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1975106570, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter__ctor_m2439641268_RuntimeMethod_var); } IL_0017: { Encoding_t1523322056 * L_2 = ___encoding1; if (L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3002372288, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryWriter__ctor_m2439641268_RuntimeMethod_var); } IL_0028: { Stream_t1273022909 * L_4 = ___output0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_4); if (L_5) { goto IL_0043; } } { String_t* L_6 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3421170673, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,BinaryWriter__ctor_m2439641268_RuntimeMethod_var); } IL_0043: { Stream_t1273022909 * L_8 = ___output0; __this->set_OutStream_1(L_8); Encoding_t1523322056 * L_9 = ___encoding1; __this->set_m_encoding_2(L_9); __this->set_buffer_3(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16)))); return; } } // System.Void System.IO.BinaryWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void BinaryWriter__cctor_m874809665 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter__cctor_m874809665_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BinaryWriter_t3992595042 * L_0 = (BinaryWriter_t3992595042 *)il2cpp_codegen_object_new(BinaryWriter_t3992595042_il2cpp_TypeInfo_var); BinaryWriter__ctor_m3736305989(L_0, /*hidden argument*/NULL); ((BinaryWriter_t3992595042_StaticFields*)il2cpp_codegen_static_fields_for(BinaryWriter_t3992595042_il2cpp_TypeInfo_var))->set_Null_0(L_0); return; } } // System.Void System.IO.BinaryWriter::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_System_IDisposable_Dispose_m486394397 (BinaryWriter_t3992595042 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.IO.BinaryWriter::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.BinaryWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Dispose_m1020700223 (BinaryWriter_t3992595042 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } { Stream_t1273022909 * L_1 = __this->get_OutStream_1(); if (!L_1) { goto IL_001c; } } { Stream_t1273022909 * L_2 = __this->get_OutStream_1(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_001c: { __this->set_buffer_3((ByteU5BU5D_t4116647657*)NULL); __this->set_m_encoding_2((Encoding_t1523322056 *)NULL); __this->set_disposed_4((bool)1); return; } } // System.Void System.IO.BinaryWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Flush_m1376465554 (BinaryWriter_t3992595042 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_OutStream_1(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Void System.IO.BinaryWriter::Write(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m2685067618 (BinaryWriter_t3992595042 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m2685067618_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; ByteU5BU5D_t4116647657* G_B4_1 = NULL; int32_t G_B3_0 = 0; ByteU5BU5D_t4116647657* G_B3_1 = NULL; int32_t G_B5_0 = 0; int32_t G_B5_1 = 0; ByteU5BU5D_t4116647657* G_B5_2 = NULL; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m2685067618_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); bool L_3 = ___value0; G_B3_0 = 0; G_B3_1 = L_2; if (!L_3) { G_B4_0 = 0; G_B4_1 = L_2; goto IL_002e; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_002f; } IL_002e: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_002f: { NullCheck(G_B5_2); (G_B5_2)->SetAt(static_cast(G_B5_1), (uint8_t)(((int32_t)((uint8_t)G_B5_0)))); Stream_t1273022909 * L_4 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_5 = __this->get_buffer_3(); NullCheck(L_4); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, 1); return; } } // System.Void System.IO.BinaryWriter::Write(System.Byte) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m973309864 (BinaryWriter_t3992595042 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m973309864_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m973309864_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_2 = __this->get_OutStream_1(); uint8_t L_3 = ___value0; NullCheck(L_2); VirtActionInvoker1< uint8_t >::Invoke(23 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_2, L_3); return; } } // System.Void System.IO.BinaryWriter::Write(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3614538606 (BinaryWriter_t3992595042 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3614538606_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3614538606_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryWriter_Write_m3614538606_RuntimeMethod_var); } IL_002c: { Stream_t1273022909 * L_4 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_5 = ___buffer0; ByteU5BU5D_t4116647657* L_6 = ___buffer0; NullCheck(L_6); NullCheck(L_4); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))); return; } } // System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m259663284 (BinaryWriter_t3992595042 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m259663284_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m259663284_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryWriter_Write_m259663284_RuntimeMethod_var); } IL_002c: { Stream_t1273022909 * L_4 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = ___index1; int32_t L_7 = ___count2; NullCheck(L_4); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, L_6, L_7); return; } } // System.Void System.IO.BinaryWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m2841350030 (BinaryWriter_t3992595042 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m2841350030_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m2841350030_RuntimeMethod_var); } IL_001b: { V_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); CharU5BU5D_t3528271667* L_2 = V_0; Il2CppChar L_3 = ___ch0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)L_3); Encoding_t1523322056 * L_4 = __this->get_m_encoding_2(); CharU5BU5D_t3528271667* L_5 = V_0; NullCheck(L_4); ByteU5BU5D_t4116647657* L_6 = VirtFuncInvoker3< ByteU5BU5D_t4116647657*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32) */, L_4, L_5, 0, 1); V_1 = L_6; Stream_t1273022909 * L_7 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_8 = V_1; ByteU5BU5D_t4116647657* L_9 = V_1; NullCheck(L_9); NullCheck(L_7); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))); return; } } // System.Void System.IO.BinaryWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m340679106 (BinaryWriter_t3992595042 * __this, CharU5BU5D_t3528271667* ___chars0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m340679106_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m340679106_RuntimeMethod_var); } IL_001b: { CharU5BU5D_t3528271667* L_2 = ___chars0; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2698618727, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,BinaryWriter_Write_m340679106_RuntimeMethod_var); } IL_002c: { Encoding_t1523322056 * L_4 = __this->get_m_encoding_2(); CharU5BU5D_t3528271667* L_5 = ___chars0; CharU5BU5D_t3528271667* L_6 = ___chars0; NullCheck(L_6); NullCheck(L_4); ByteU5BU5D_t4116647657* L_7 = VirtFuncInvoker3< ByteU5BU5D_t4116647657*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32) */, L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))); V_0 = L_7; Stream_t1273022909 * L_8 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_9 = V_0; ByteU5BU5D_t4116647657* L_10 = V_0; NullCheck(L_10); NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))); return; } } // System.Void System.IO.BinaryWriter::Write(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m2081800750 (BinaryWriter_t3992595042 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m2081800750_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m2081800750_RuntimeMethod_var); } IL_001b: { V_0 = (uint8_t*)(&___value0); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t3118986983_il2cpp_TypeInfo_var); bool L_2 = ((BitConverter_t3118986983_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t3118986983_il2cpp_TypeInfo_var))->get_IsLittleEndian_1(); if (!L_2) { goto IL_009e; } } { V_1 = 0; goto IL_0091; } IL_002f: { int32_t L_3 = V_1; if ((((int32_t)L_3) >= ((int32_t)4))) { goto IL_004a; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_3(); int32_t L_5 = V_1; uint8_t* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)((int32_t)12)))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)L_7))))); goto IL_008d; } IL_004a: { int32_t L_8 = V_1; if ((((int32_t)L_8) >= ((int32_t)8))) { goto IL_0064; } } { ByteU5BU5D_t4116647657* L_9 = __this->get_buffer_3(); int32_t L_10 = V_1; uint8_t* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)4))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12))))); goto IL_008d; } IL_0064: { int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)((int32_t)12)))) { goto IL_007f; } } { ByteU5BU5D_t4116647657* L_14 = __this->get_buffer_3(); int32_t L_15 = V_1; uint8_t* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_14); (L_14)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)8))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)L_17))))); goto IL_008d; } IL_007f: { ByteU5BU5D_t4116647657* L_18 = __this->get_buffer_3(); int32_t L_19 = V_1; uint8_t* L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_18); (L_18)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)8))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)L_21))))); } IL_008d: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0091: { int32_t L_23 = V_1; if ((((int32_t)L_23) < ((int32_t)((int32_t)16)))) { goto IL_002f; } } { goto IL_0112; } IL_009e: { V_2 = 0; goto IL_010a; } IL_00a5: { int32_t L_24 = V_2; if ((((int32_t)L_24) >= ((int32_t)4))) { goto IL_00c0; } } { ByteU5BU5D_t4116647657* L_25 = __this->get_buffer_3(); int32_t L_26 = V_2; uint8_t* L_27 = V_0; int32_t L_28 = V_2; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_26))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)L_28))))); goto IL_0106; } IL_00c0: { int32_t L_29 = V_2; if ((((int32_t)L_29) >= ((int32_t)8))) { goto IL_00db; } } { ByteU5BU5D_t4116647657* L_30 = __this->get_buffer_3(); int32_t L_31 = V_2; uint8_t* L_32 = V_0; int32_t L_33 = V_2; NullCheck(L_30); (L_30)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_31))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)L_33))))); goto IL_0106; } IL_00db: { int32_t L_34 = V_2; if ((((int32_t)L_34) >= ((int32_t)((int32_t)12)))) { goto IL_00f7; } } { ByteU5BU5D_t4116647657* L_35 = __this->get_buffer_3(); int32_t L_36 = V_2; uint8_t* L_37 = V_0; int32_t L_38 = V_2; NullCheck(L_35); (L_35)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)11), (int32_t)L_36))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38))))); goto IL_0106; } IL_00f7: { ByteU5BU5D_t4116647657* L_39 = __this->get_buffer_3(); int32_t L_40 = V_2; uint8_t* L_41 = V_0; int32_t L_42 = V_2; NullCheck(L_39); (L_39)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)19), (int32_t)L_40))), (uint8_t)(*((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, (int32_t)L_42))))); } IL_0106: { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_010a: { int32_t L_44 = V_2; if ((((int32_t)L_44) < ((int32_t)((int32_t)16)))) { goto IL_00a5; } } IL_0112: { Stream_t1273022909 * L_45 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_46 = __this->get_buffer_3(); NullCheck(L_45); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_45, L_46, 0, ((int32_t)16)); return; } } // System.Void System.IO.BinaryWriter::Write(System.Double) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3941546326 (BinaryWriter_t3992595042 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3941546326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3941546326_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_2 = __this->get_OutStream_1(); double L_3 = ___value0; ByteU5BU5D_t4116647657* L_4 = BitConverterLE_GetBytes_m3350143782(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, 0, 8); return; } } // System.Void System.IO.BinaryWriter::Write(System.Int16) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m2414409956 (BinaryWriter_t3992595042 * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m2414409956_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m2414409956_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); int16_t L_3 = ___value0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_3)))); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_3(); int16_t L_5 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); Stream_t1273022909 * L_6 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_7 = __this->get_buffer_3(); NullCheck(L_6); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, 2); return; } } // System.Void System.IO.BinaryWriter::Write(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m88942200 (BinaryWriter_t3992595042 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m88942200_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m88942200_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); int32_t L_3 = ___value0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_3)))); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_3(); int32_t L_5 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); ByteU5BU5D_t4116647657* L_6 = __this->get_buffer_3(); int32_t L_7 = ___value0; NullCheck(L_6); (L_6)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)16))))))); ByteU5BU5D_t4116647657* L_8 = __this->get_buffer_3(); int32_t L_9 = ___value0; NullCheck(L_8); (L_8)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)24))))))); Stream_t1273022909 * L_10 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_11 = __this->get_buffer_3(); NullCheck(L_10); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, 4); return; } } // System.Void System.IO.BinaryWriter::Write(System.Int64) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3577537050 (BinaryWriter_t3992595042 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3577537050_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3577537050_RuntimeMethod_var); } IL_001b: { V_0 = 0; V_1 = 0; goto IL_003b; } IL_0024: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); int32_t L_3 = V_0; int64_t L_4 = ___value0; int32_t L_5 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_4>>(int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)63))))))))); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)); } IL_003b: { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)8))) { goto IL_0024; } } { Stream_t1273022909 * L_9 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_10 = __this->get_buffer_3(); NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, 8); return; } } // System.Void System.IO.BinaryWriter::Write(System.SByte) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3837784074 (BinaryWriter_t3992595042 * __this, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3837784074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3837784074_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); int8_t L_3 = ___value0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_3)))); Stream_t1273022909 * L_4 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_5 = __this->get_buffer_3(); NullCheck(L_4); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, 1); return; } } // System.Void System.IO.BinaryWriter::Write(System.Single) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3922404942 (BinaryWriter_t3992595042 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3922404942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3922404942_RuntimeMethod_var); } IL_001b: { Stream_t1273022909 * L_2 = __this->get_OutStream_1(); float L_3 = ___value0; ByteU5BU5D_t4116647657* L_4 = BitConverterLE_GetBytes_m2590852453(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_4, 0, 4); return; } } // System.Void System.IO.BinaryWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3658027000 (BinaryWriter_t3992595042 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m3658027000_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 G_B8_0 = 0; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m3658027000_RuntimeMethod_var); } IL_001b: { Encoding_t1523322056 * L_2 = __this->get_m_encoding_2(); String_t* L_3 = ___value0; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(6 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_2, L_3); V_0 = L_4; int32_t L_5 = V_0; BinaryWriter_Write7BitEncodedInt_m3825472103(__this, L_5, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_6 = __this->get_stringBuffer_5(); if (L_6) { goto IL_0062; } } { __this->set_stringBuffer_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)))); Encoding_t1523322056 * L_7 = __this->get_m_encoding_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(18 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_7, 1); __this->set_maxCharsPerRound_6(((int32_t)((int32_t)((int32_t)512)/(int32_t)L_8))); } IL_0062: { V_1 = 0; String_t* L_9 = ___value0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); V_2 = L_10; goto IL_00bc; } IL_0070: { int32_t L_11 = V_2; int32_t L_12 = __this->get_maxCharsPerRound_6(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0087; } } { int32_t L_13 = __this->get_maxCharsPerRound_6(); G_B8_0 = L_13; goto IL_0088; } IL_0087: { int32_t L_14 = V_2; G_B8_0 = L_14; } IL_0088: { V_3 = G_B8_0; Encoding_t1523322056 * L_15 = __this->get_m_encoding_2(); String_t* L_16 = ___value0; int32_t L_17 = V_1; int32_t L_18 = V_3; ByteU5BU5D_t4116647657* L_19 = __this->get_stringBuffer_5(); NullCheck(L_15); int32_t L_20 = VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(9 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_15, L_16, L_17, L_18, L_19, 0); V_4 = L_20; Stream_t1273022909 * L_21 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_22 = __this->get_stringBuffer_5(); int32_t L_23 = V_4; NullCheck(L_21); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_21, L_22, 0, L_23); int32_t L_24 = V_1; int32_t L_25 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25)); int32_t L_26 = V_2; int32_t L_27 = V_3; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)); } IL_00bc: { int32_t L_28 = V_2; if ((((int32_t)L_28) > ((int32_t)0))) { goto IL_0070; } } { return; } } // System.Void System.IO.BinaryWriter::Write(System.UInt16) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m1702572183 (BinaryWriter_t3992595042 * __this, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m1702572183_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m1702572183_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); uint16_t L_3 = ___value0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_3)))); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_3(); uint16_t L_5 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)8)))))); Stream_t1273022909 * L_6 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_7 = __this->get_buffer_3(); NullCheck(L_6); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, 2); return; } } // System.Void System.IO.BinaryWriter::Write(System.UInt32) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m1304446817 (BinaryWriter_t3992595042 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m1304446817_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m1304446817_RuntimeMethod_var); } IL_001b: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); uint32_t L_3 = ___value0; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (uint8_t)(((int32_t)((uint8_t)L_3)))); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_3(); uint32_t L_5 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>8)))))); ByteU5BU5D_t4116647657* L_6 = __this->get_buffer_3(); uint32_t L_7 = ___value0; NullCheck(L_6); (L_6)->SetAt(static_cast(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_7>>((int32_t)16))))))); ByteU5BU5D_t4116647657* L_8 = __this->get_buffer_3(); uint32_t L_9 = ___value0; NullCheck(L_8); (L_8)->SetAt(static_cast(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_9>>((int32_t)24))))))); Stream_t1273022909 * L_10 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_11 = __this->get_buffer_3(); NullCheck(L_10); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, 0, 4); return; } } // System.Void System.IO.BinaryWriter::Write(System.UInt64) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write_m162594906 (BinaryWriter_t3992595042 * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BinaryWriter_Write_m162594906_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_disposed_4(); if (!L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral4269423887, _stringLiteral1861089356, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,BinaryWriter_Write_m162594906_RuntimeMethod_var); } IL_001b: { V_0 = 0; V_1 = 0; goto IL_003b; } IL_0024: { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_3(); int32_t L_3 = V_0; uint64_t L_4 = ___value0; int32_t L_5 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_4>>((int32_t)((int32_t)L_5&(int32_t)((int32_t)63))))))))); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)8)); } IL_003b: { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)8))) { goto IL_0024; } } { Stream_t1273022909 * L_9 = __this->get_OutStream_1(); ByteU5BU5D_t4116647657* L_10 = __this->get_buffer_3(); NullCheck(L_9); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, 8); return; } } // System.Void System.IO.BinaryWriter::Write7BitEncodedInt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BinaryWriter_Write7BitEncodedInt_m3825472103 (BinaryWriter_t3992595042 * __this, int32_t ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; uint8_t V_1 = 0x0; IL_0000: { int32_t L_0 = ___value0; V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_0>>(int32_t)7))&(int32_t)((int32_t)33554431))); int32_t L_1 = ___value0; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)127)))))); int32_t L_2 = V_0; if (!L_2) { goto IL_001f; } } { uint8_t L_3 = V_1; V_1 = (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3|(int32_t)((int32_t)128)))))); } IL_001f: { uint8_t L_4 = V_1; VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, __this, L_4); int32_t L_5 = V_0; ___value0 = L_5; int32_t L_6 = ___value0; if (L_6) { goto IL_0000; } } { 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.IO.CStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void CStreamReader__ctor_m3149611978 (CStreamReader_t1059740272 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader__ctor_m3149611978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(__this, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_driver_0(); __this->set_driver_15(((TermInfoDriver_t2335718621 *)CastclassClass((RuntimeObject*)L_2, TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.IO.CStreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t CStreamReader_Peek_m278635384 (CStreamReader_t1059740272 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader_Peek_m278635384_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = StreamReader_Peek_m2272511193(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (-1); } IL_0019: { int32_t L_1 = V_0; return L_1; } } // System.Int32 System.IO.CStreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t CStreamReader_Read_m1544504743 (CStreamReader_t1059740272 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader_Read_m1544504743_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConsoleKeyInfo_t1802691652 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); ConsoleKeyInfo_t1802691652 L_0 = Console_ReadKey_m1122053118(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_0; Il2CppChar L_1 = ConsoleKeyInfo_get_KeyChar_m3155064270((&V_0), /*hidden argument*/NULL); V_1 = L_1; goto IL_0020; } IL_0013: { ; // IL_0013: leave IL_001e } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0018; throw e; } CATCH_0018: { // begin catch(System.IO.IOException) goto IL_001e; } // end catch (depth: 1) IL_001e: { return (-1); } IL_0020: { int32_t L_2 = V_1; return L_2; } } // System.Int32 System.IO.CStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CStreamReader_Read_m2189062878 (CStreamReader_t1059740272 * __this, CharU5BU5D_t3528271667* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader_Read_m2189062878_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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 = 0; NO_UNUSED_WARNING (__leave_target); { CharU5BU5D_t3528271667* L_0 = ___dest0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3940781671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,CStreamReader_Read_m2189062878_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,CStreamReader_Read_m2189062878_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,CStreamReader_Read_m2189062878_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___index1; CharU5BU5D_t3528271667* L_7 = ___dest0; NullCheck(L_7); int32_t L_8 = ___count2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral1016055495, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,CStreamReader_Read_m2189062878_RuntimeMethod_var); } IL_0055: try { // begin try (depth: 1) { TermInfoDriver_t2335718621 * L_10 = __this->get_driver_15(); CharU5BU5D_t3528271667* L_11 = ___dest0; int32_t L_12 = ___index1; int32_t L_13 = ___count2; NullCheck(L_10); int32_t L_14 = TermInfoDriver_Read_m20464343(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_0076; } IL_0069: { ; // IL_0069: leave IL_0074 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006e; throw e; } CATCH_006e: { // begin catch(System.IO.IOException) goto IL_0074; } // end catch (depth: 1) IL_0074: { return 0; } IL_0076: { int32_t L_15 = V_0; return L_15; } } // System.String System.IO.CStreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* CStreamReader_ReadLine_m3769642593 (CStreamReader_t1059740272 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader_ReadLine_m3769642593_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { TermInfoDriver_t2335718621 * L_0 = __this->get_driver_15(); NullCheck(L_0); String_t* L_1 = TermInfoDriver_ReadLine_m2206695091(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_001e; } IL_0011: { ; // IL_0011: leave IL_001c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0016; throw e; } CATCH_0016: { // begin catch(System.IO.IOException) goto IL_001c; } // end catch (depth: 1) IL_001c: { return (String_t*)NULL; } IL_001e: { String_t* L_2 = V_0; return L_2; } } // System.String System.IO.CStreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* CStreamReader_ReadToEnd_m2988189469 (CStreamReader_t1059740272 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamReader_ReadToEnd_m2988189469_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = StreamReader_ReadToEnd_m371831293(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (String_t*)NULL; } IL_0019: { String_t* L_1 = V_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.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m1932602514 (CStreamWriter_t3783449173 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter__ctor_m1932602514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m2310301218(__this, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((ConsoleDriver_t2486509443_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t2486509443_il2cpp_TypeInfo_var))->get_driver_0(); __this->set_driver_14(((TermInfoDriver_t2335718621 *)CastclassClass((RuntimeObject*)L_2, TermInfoDriver_t2335718621_il2cpp_TypeInfo_var))); return; } } // System.Void System.IO.CStreamWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_Write_m2721888638 (CStreamWriter_t3783449173 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_Write_m2721888638_MetadataUsageId); s_Il2CppMethodInitialized = true; } CStreamWriter_t3783449173 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; 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 = 0; NO_UNUSED_WARNING (__leave_target); { int32_t L_0 = ___count2; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0008; } } { return; } IL_0008: { TermInfoDriver_t2335718621 * L_1 = __this->get_driver_14(); NullCheck(L_1); bool L_2 = TermInfoDriver_get_Initialized_m36760957(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } IL_0018: try { // begin try (depth: 1) CharU5BU5D_t3528271667* L_3 = ___buffer0; int32_t L_4 = ___index1; int32_t L_5 = ___count2; StreamWriter_Write_m4109815652(__this, L_3, L_4, L_5, /*hidden argument*/NULL); goto IL_002c; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0026; throw e; } CATCH_0026: { // begin catch(System.IO.IOException) goto IL_002c; } // end catch (depth: 1) IL_002c: { return; } IL_002d: { V_0 = __this; CStreamWriter_t3783449173 * L_6 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); } IL_0035: try { // begin try (depth: 1) { int32_t L_7 = ___index1; int32_t L_8 = ___count2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); int32_t L_9 = ___index1; V_2 = L_9; V_3 = 0; } IL_003d: { CharU5BU5D_t3528271667* L_10 = ___buffer0; int32_t L_11 = V_2; int32_t L_12 = L_11; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (L_10)->GetAt(static_cast(L_13)); V_4 = L_14; TermInfoDriver_t2335718621 * L_15 = __this->get_driver_14(); Il2CppChar L_16 = V_4; NullCheck(L_15); bool L_17 = TermInfoDriver_IsSpecialKey_m2147989117(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008a; } } IL_0058: { int32_t L_18 = V_3; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0075; } } IL_005f: try { // begin try (depth: 2) CharU5BU5D_t3528271667* L_19 = ___buffer0; int32_t L_20 = ___index1; int32_t L_21 = V_3; StreamWriter_Write_m4109815652(__this, L_19, L_20, L_21, /*hidden argument*/NULL); goto IL_0073; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006d; throw e; } CATCH_006d: { // begin catch(System.IO.IOException) goto IL_0073; } // end catch (depth: 2) IL_0073: { V_3 = 0; } IL_0075: { TermInfoDriver_t2335718621 * L_22 = __this->get_driver_14(); Il2CppChar L_23 = V_4; NullCheck(L_22); TermInfoDriver_WriteSpecialKey_m353611763(L_22, L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; ___index1 = L_24; goto IL_008e; } IL_008a: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_008e: { int32_t L_26 = V_2; int32_t L_27 = V_1; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_003d; } } IL_0095: { int32_t L_28 = V_3; if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00b0; } } IL_009c: try { // begin try (depth: 2) CharU5BU5D_t3528271667* L_29 = ___buffer0; int32_t L_30 = ___index1; int32_t L_31 = V_3; StreamWriter_Write_m4109815652(__this, L_29, L_30, L_31, /*hidden argument*/NULL); goto IL_00b0; } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00aa; throw e; } CATCH_00aa: { // begin catch(System.IO.IOException) goto IL_00b0; } // end catch (depth: 2) IL_00b0: { IL2CPP_LEAVE(0xBC, FINALLY_00b5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b5; } FINALLY_00b5: { // begin finally (depth: 1) CStreamWriter_t3783449173 * L_32 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); IL2CPP_END_FINALLY(181) } // end finally (depth: 1) IL2CPP_CLEANUP(181) { IL2CPP_JUMP_TBL(0xBC, IL_00bc) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00bc: { return; } } // System.Void System.IO.CStreamWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_Write_m2532518825 (CStreamWriter_t3783449173 * __this, Il2CppChar ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_Write_m2532518825_MetadataUsageId); s_Il2CppMethodInitialized = true; } CStreamWriter_t3783449173 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; CStreamWriter_t3783449173 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) try { // begin try (depth: 2) { TermInfoDriver_t2335718621 * L_1 = __this->get_driver_14(); Il2CppChar L_2 = ___val0; NullCheck(L_1); bool L_3 = TermInfoDriver_IsSpecialKey_m2147989117(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } IL_0019: { TermInfoDriver_t2335718621 * L_4 = __this->get_driver_14(); Il2CppChar L_5 = ___val0; NullCheck(L_4); TermInfoDriver_WriteSpecialKey_m353611763(L_4, L_5, /*hidden argument*/NULL); goto IL_0031; } IL_002a: { Il2CppChar L_6 = ___val0; CStreamWriter_InternalWriteChar_m637147095(__this, L_6, /*hidden argument*/NULL); } IL_0031: { goto IL_003c; } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.IO.IOException) goto IL_003c; } // end catch (depth: 2) IL_003c: { IL2CPP_LEAVE(0x48, FINALLY_0041); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0041; } FINALLY_0041: { // begin finally (depth: 1) CStreamWriter_t3783449173 * L_7 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); IL2CPP_END_FINALLY(65) } // end finally (depth: 1) IL2CPP_CLEANUP(65) { IL2CPP_JUMP_TBL(0x48, IL_0048) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { return; } } // System.Void System.IO.CStreamWriter::InternalWriteString(System.String) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_m2840293380 (CStreamWriter_t3783449173 * __this, String_t* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteString_m2840293380_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___val0; StreamWriter_Write_m1660535366(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.IO.IOException) goto IL_0012; } // end catch (depth: 1) IL_0012: { return; } } // System.Void System.IO.CStreamWriter::InternalWriteChar(System.Char) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChar_m637147095 (CStreamWriter_t3783449173 * __this, Il2CppChar ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteChar_m637147095_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) Il2CppChar L_0 = ___val0; StreamWriter_Write_m2487601391(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.IO.IOException) goto IL_0012; } // end catch (depth: 1) IL_0012: { return; } } // System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_m1882864391 (CStreamWriter_t3783449173 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___n1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteChars_m1882864391_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) CharU5BU5D_t3528271667* L_0 = ___buffer0; int32_t L_1 = ___n1; StreamWriter_Write_m4109815652(__this, L_0, 0, L_1, /*hidden argument*/NULL); goto IL_0014; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000e; throw e; } CATCH_000e: { // begin catch(System.IO.IOException) goto IL_0014; } // end catch (depth: 1) IL_0014: { return; } } // System.Void System.IO.CStreamWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_Write_m2625434818 (CStreamWriter_t3783449173 * __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = ___val0; CharU5BU5D_t3528271667* L_1 = ___val0; NullCheck(L_1); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.CStreamWriter::Write(System.Char[],System.Int32,System.Int32) */, __this, L_0, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))); return; } } // System.Void System.IO.CStreamWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void CStreamWriter_Write_m2594036893 (CStreamWriter_t3783449173 * __this, String_t* ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CStreamWriter_Write_m2594036893_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 = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___val0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { TermInfoDriver_t2335718621 * L_1 = __this->get_driver_14(); NullCheck(L_1); bool L_2 = TermInfoDriver_get_Initialized_m36760957(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { String_t* L_3 = ___val0; NullCheck(L_3); CharU5BU5D_t3528271667* L_4 = String_ToCharArray_m1492846834(L_3, /*hidden argument*/NULL); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(13 /* System.Void System.IO.CStreamWriter::Write(System.Char[]) */, __this, L_4); goto IL_003a; } IL_0028: try { // begin try (depth: 1) String_t* L_5 = ___val0; StreamWriter_Write_m1660535366(__this, L_5, /*hidden argument*/NULL); goto IL_003a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0034; throw e; } CATCH_0034: { // begin catch(System.IO.IOException) goto IL_003a; } // end catch (depth: 1) IL_003a: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectory_m751642867 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_CreateDirectory_m751642867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral600247140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_5); int32_t L_7 = String_IndexOfAny_m4159774896(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral1551696851, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_0043: { String_t* L_9 = ___path0; NullCheck(L_9); String_t* L_10 = String_Trim_m923598732(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_005e; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral704315150, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_005e: { String_t* L_13 = ___path0; bool L_14 = File_Exists_m3943585060(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007f; } } { String_t* L_15 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4265629597, L_15, _stringLiteral144229802, /*hidden argument*/NULL); IOException_t4088381929 * L_17 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_007f: { String_t* L_18 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral3452614550, /*hidden argument*/NULL); if (!L_19) { goto IL_009a; } } { ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_20, _stringLiteral3194155472, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,Directory_CreateDirectory_m751642867_RuntimeMethod_var); } IL_009a: { String_t* L_21 = ___path0; DirectoryInfo_t35957480 * L_22 = Directory_CreateDirectoriesInternal_m3735342319(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return L_22; } } // System.IO.DirectoryInfo System.IO.Directory::CreateDirectoriesInternal(System.String) extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * Directory_CreateDirectoriesInternal_m3735342319 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_CreateDirectoriesInternal_m3735342319_MetadataUsageId); s_Il2CppMethodInitialized = true; } DirectoryInfo_t35957480 * V_0 = NULL; int32_t V_1 = 0; { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_0 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___path0; FileIOPermission_t3596906749 * L_2 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_2, 3, L_1, /*hidden argument*/NULL); NullCheck(L_2); CodeAccessPermission_Demand_m2609746972(L_2, /*hidden argument*/NULL); } IL_0016: { String_t* L_3 = ___path0; DirectoryInfo_t35957480 * L_4 = (DirectoryInfo_t35957480 *)il2cpp_codegen_object_new(DirectoryInfo_t35957480_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m126519516(L_4, L_3, (bool)1, /*hidden argument*/NULL); V_0 = L_4; DirectoryInfo_t35957480 * L_5 = V_0; NullCheck(L_5); DirectoryInfo_t35957480 * L_6 = DirectoryInfo_get_Parent_m3736638393(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0044; } } { DirectoryInfo_t35957480 * L_7 = V_0; NullCheck(L_7); DirectoryInfo_t35957480 * L_8 = DirectoryInfo_get_Parent_m3736638393(L_7, /*hidden argument*/NULL); NullCheck(L_8); bool L_9 = DirectoryInfo_get_Exists_m3142069876(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0044; } } { DirectoryInfo_t35957480 * L_10 = V_0; NullCheck(L_10); DirectoryInfo_t35957480 * L_11 = DirectoryInfo_get_Parent_m3736638393(L_10, /*hidden argument*/NULL); NullCheck(L_11); DirectoryInfo_Create_m604858118(L_11, /*hidden argument*/NULL); } IL_0044: { String_t* L_12 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_13 = MonoIO_CreateDirectory_m120522531(NULL /*static, unused*/, L_12, (&V_1), /*hidden argument*/NULL); if (L_13) { goto IL_006c; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)183)))) { goto IL_006c; } } { int32_t L_15 = V_1; if ((((int32_t)L_15) == ((int32_t)((int32_t)80)))) { goto IL_006c; } } { String_t* L_16 = ___path0; int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_18 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,Directory_CreateDirectoriesInternal_m3735342319_RuntimeMethod_var); } IL_006c: { DirectoryInfo_t35957480 * L_19 = V_0; return L_19; } } // System.Void System.IO.Directory::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m2573534060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_Delete_m2573534060_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral600247140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_5); int32_t L_7 = String_IndexOfAny_m4159774896(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral1551696851, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_0043: { String_t* L_9 = ___path0; NullCheck(L_9); String_t* L_10 = String_Trim_m923598732(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_005e; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral704315150, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_005e: { String_t* L_13 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral3452614550, /*hidden argument*/NULL); if (!L_14) { goto IL_0079; } } { NotSupportedException_t1314879016 * L_15 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_15, _stringLiteral3194155472, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_0079: { String_t* L_16 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_17 = MonoIO_ExistsSymlink_m3429865708(NULL /*static, unused*/, L_16, (&V_0), /*hidden argument*/NULL); if (!L_17) { goto IL_0094; } } { String_t* L_18 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_19 = MonoIO_DeleteFile_m3839141322(NULL /*static, unused*/, L_18, (&V_0), /*hidden argument*/NULL); V_1 = L_19; goto IL_009d; } IL_0094: { String_t* L_20 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_21 = MonoIO_RemoveDirectory_m1077394976(NULL /*static, unused*/, L_20, (&V_0), /*hidden argument*/NULL); V_1 = L_21; } IL_009d: { bool L_22 = V_1; if (L_22) { goto IL_00d3; } } { int32_t L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_00cb; } } { String_t* L_24 = ___path0; bool L_25 = File_Exists_m3943585060(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c0; } } { IOException_t4088381929 * L_26 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_26, _stringLiteral4250091465, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_00c0: { DirectoryNotFoundException_t1220582502 * L_27 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_27, _stringLiteral2367493981, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_00cb: { String_t* L_28 = ___path0; int32_t L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_30 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,Directory_Delete_m2573534060_RuntimeMethod_var); } IL_00d3: { return; } } // System.Void System.IO.Directory::RecursiveDelete(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_RecursiveDelete_m204998306 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_RecursiveDelete_m204998306_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; int32_t V_6 = 0; { String_t* L_0 = ___path0; StringU5BU5D_t1281789340* L_1 = Directory_GetDirectories_m1966820948(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_0037; } IL_000e: { StringU5BU5D_t1281789340* L_2 = V_2; int32_t L_3 = V_3; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; String_t* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_7 = MonoIO_ExistsSymlink_m3429865708(NULL /*static, unused*/, L_6, (&V_0), /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { String_t* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_DeleteFile_m3839141322(NULL /*static, unused*/, L_8, (&V_0), /*hidden argument*/NULL); goto IL_0033; } IL_002d: { String_t* L_9 = V_1; Directory_RecursiveDelete_m204998306(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); } IL_0033: { int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0037: { int32_t L_11 = V_3; StringU5BU5D_t1281789340* L_12 = V_2; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_000e; } } { String_t* L_13 = ___path0; StringU5BU5D_t1281789340* L_14 = Directory_GetFiles_m932257245(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_5 = L_14; V_6 = 0; goto IL_0064; } IL_0050: { StringU5BU5D_t1281789340* L_15 = V_5; int32_t L_16 = V_6; NullCheck(L_15); int32_t L_17 = L_16; String_t* L_18 = (L_15)->GetAt(static_cast(L_17)); V_4 = L_18; String_t* L_19 = V_4; File_Delete_m321251800(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); int32_t L_20 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0064: { int32_t L_21 = V_6; StringU5BU5D_t1281789340* L_22 = V_5; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0050; } } { String_t* L_23 = ___path0; Directory_Delete_m2573534060(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); return; } } // System.Void System.IO.Directory::Delete(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Directory_Delete_m3266154992 (RuntimeObject * __this /* static, unused */, String_t* ___path0, bool ___recursive1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Directory_CheckPathExceptions_m3433410395(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); bool L_1 = ___recursive1; if (!L_1) { goto IL_0017; } } { String_t* L_2 = ___path0; Directory_RecursiveDelete_m204998306(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); goto IL_001d; } IL_0017: { String_t* L_3 = ___path0; Directory_Delete_m2573534060(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001d: { return; } } // System.Boolean System.IO.Directory::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_m1484791558 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_Exists_m1484791558_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { String_t* L_0 = ___path0; if (L_0) { goto IL_0008; } } { return (bool)0; } IL_0008: { String_t* L_1 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_2 = MonoIO_ExistsDirectory_m2182482658(NULL /*static, unused*/, L_1, (&V_0), /*hidden argument*/NULL); V_1 = L_2; bool L_3 = V_1; return L_3; } } // System.String System.IO.Directory::GetCurrentDirectory() extern "C" IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m219218555 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_GetCurrentDirectory_m219218555_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); String_t* L_0 = MonoIO_GetCurrentDirectory_m762333289(NULL /*static, unused*/, (&V_0), /*hidden argument*/NULL); V_1 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0015; } } { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_3 = MonoIO_GetException_m865954703(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Directory_GetCurrentDirectory_m219218555_RuntimeMethod_var); } IL_0015: { String_t* L_4 = V_1; if (!L_4) { goto IL_003d; } } { String_t* L_5 = V_1; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_7 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } { String_t* L_8 = V_1; FileIOPermission_t3596906749 * L_9 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_9, 8, L_8, /*hidden argument*/NULL); NullCheck(L_9); CodeAccessPermission_Demand_m2609746972(L_9, /*hidden argument*/NULL); } IL_003d: { String_t* L_10 = V_1; return L_10; } } // System.String[] System.IO.Directory::GetDirectories(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetDirectories_m1966820948 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_GetDirectories_m1966820948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; StringU5BU5D_t1281789340* L_1 = Directory_GetDirectories_m4129725300(NULL /*static, unused*/, L_0, _stringLiteral3452614534, /*hidden argument*/NULL); return L_1; } } // System.String[] System.IO.Directory::GetDirectories(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetDirectories_m4129725300 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; String_t* L_1 = ___searchPattern1; StringU5BU5D_t1281789340* L_2 = Directory_GetFileSystemEntries_m1684188607(NULL /*static, unused*/, L_0, L_1, ((int32_t)16), ((int32_t)16), /*hidden argument*/NULL); return L_2; } } // System.String[] System.IO.Directory::GetFiles(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m932257245 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_GetFiles_m932257245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; StringU5BU5D_t1281789340* L_1 = Directory_GetFiles_m2624572368(NULL /*static, unused*/, L_0, _stringLiteral3452614534, /*hidden argument*/NULL); return L_1; } } // System.String[] System.IO.Directory::GetFiles(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m2624572368 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; String_t* L_1 = ___searchPattern1; StringU5BU5D_t1281789340* L_2 = Directory_GetFileSystemEntries_m1684188607(NULL /*static, unused*/, L_0, L_1, ((int32_t)16), 0, /*hidden argument*/NULL); return L_2; } } // System.String[] System.IO.Directory::GetFiles(System.String,System.String,System.IO.SearchOption) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFiles_m182026717 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_GetFiles_m182026717_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; { int32_t L_0 = ___searchOption2; if (L_0) { goto IL_000e; } } { String_t* L_1 = ___path0; String_t* L_2 = ___searchPattern1; StringU5BU5D_t1281789340* L_3 = Directory_GetFiles_m2624572368(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_000e: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___path0; String_t* L_6 = ___searchPattern1; ArrayList_t2718874744 * L_7 = V_0; Directory_GetFilesRecurse_m4179308762(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); ArrayList_t2718874744 * L_8 = V_0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeArray * L_11 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_8, L_10); return ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_11, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); } } // System.Void System.IO.Directory::GetFilesRecurse(System.String,System.String,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void Directory_GetFilesRecurse_m4179308762 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, ArrayList_t2718874744 * ___all2, const RuntimeMethod* method) { String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { ArrayList_t2718874744 * L_0 = ___all2; String_t* L_1 = ___path0; String_t* L_2 = ___searchPattern1; StringU5BU5D_t1281789340* L_3 = Directory_GetFiles_m2624572368(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_0, (RuntimeObject*)(RuntimeObject*)L_3); String_t* L_4 = ___path0; StringU5BU5D_t1281789340* L_5 = Directory_GetDirectories_m1966820948(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_1 = L_5; V_2 = 0; goto IL_002b; } IL_001b: { StringU5BU5D_t1281789340* L_6 = V_1; int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; String_t* L_9 = (L_6)->GetAt(static_cast(L_8)); V_0 = L_9; String_t* L_10 = V_0; String_t* L_11 = ___searchPattern1; ArrayList_t2718874744 * L_12 = ___all2; Directory_GetFilesRecurse_m4179308762(NULL /*static, unused*/, L_10, L_11, L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_002b: { int32_t L_14 = V_2; StringU5BU5D_t1281789340* L_15 = V_1; NullCheck(L_15); if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))))) { goto IL_001b; } } { return; } } // System.Void System.IO.Directory::CheckPathExceptions(System.String) extern "C" IL2CPP_METHOD_ATTR void Directory_CheckPathExceptions_m3433410395 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_CheckPathExceptions_m3433410395_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Directory_CheckPathExceptions_m3433410395_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral600246148, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Directory_CheckPathExceptions_m3433410395_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___path0; NullCheck(L_5); String_t* L_6 = String_Trim_m923598732(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0042; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral704315150, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Directory_CheckPathExceptions_m3433410395_RuntimeMethod_var); } IL_0042: { String_t* L_9 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_10 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_9); int32_t L_11 = String_IndexOfAny_m4159774896(L_9, L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)(-1)))) { goto IL_005e; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral1551696851, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Directory_CheckPathExceptions_m3433410395_RuntimeMethod_var); } IL_005e: { return; } } // System.String[] System.IO.Directory::GetFileSystemEntries(System.String,System.String,System.IO.FileAttributes,System.IO.FileAttributes) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* Directory_GetFileSystemEntries_m1684188607 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___searchPattern1, int32_t ___mask2, int32_t ___attrs3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Directory_GetFileSystemEntries_m1684188607_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; StringU5BU5D_t1281789340* V_5 = NULL; { String_t* L_0 = ___path0; if (!L_0) { goto IL_000c; } } { String_t* L_1 = ___searchPattern1; if (L_1) { goto IL_0012; } } IL_000c: { ArgumentNullException_t1615371798 * L_2 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_0012: { String_t* L_3 = ___searchPattern1; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_0024: { String_t* L_5 = ___path0; NullCheck(L_5); String_t* L_6 = String_Trim_m923598732(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003f; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral533058703, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_003f: { String_t* L_9 = ___path0; String_t* L_10 = ___searchPattern1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_11 = Path_Combine_m3389272516(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; String_t* L_13 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_1 = L_13; String_t* L_14 = V_1; CharU5BU5D_t3528271667* L_15 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_14); int32_t L_16 = String_IndexOfAny_m4159774896(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_006a; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral2032356311, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_006a: { String_t* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_19 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_18); int32_t L_20 = String_IndexOfAny_m4159774896(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)(-1)))) { goto IL_00ac; } } { String_t* L_21 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(SearchPattern_t3793128359_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_22 = ((SearchPattern_t3793128359_StaticFields*)il2cpp_codegen_static_fields_for(SearchPattern_t3793128359_il2cpp_TypeInfo_var))->get_InvalidChars_1(); NullCheck(L_21); int32_t L_23 = String_IndexOfAny_m4159774896(L_21, L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)(-1))))) { goto IL_009c; } } { ArgumentException_t132251570 * L_24 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_24, _stringLiteral2032356311, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_009c: { ArgumentException_t132251570 * L_25 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_25, _stringLiteral3803080522, _stringLiteral2326546891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_00ac: { String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_27 = MonoIO_ExistsDirectory_m2182482658(NULL /*static, unused*/, L_26, (&V_2), /*hidden argument*/NULL); if (L_27) { goto IL_013e; } } { int32_t L_28 = V_2; if (L_28) { goto IL_00d7; } } { String_t* L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_30 = MonoIO_ExistsFile_m812572516(NULL /*static, unused*/, L_29, (&V_3), /*hidden argument*/NULL); if (!L_30) { goto IL_00d7; } } { StringU5BU5D_t1281789340* L_31 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_32 = V_1; NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (String_t*)L_32); return L_31; } IL_00d7: { int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)3))) { goto IL_00e6; } } { String_t* L_34 = V_1; int32_t L_35 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_36 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_00e6: { String_t* L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SearchPattern_t3793128359_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_38 = ((SearchPattern_t3793128359_StaticFields*)il2cpp_codegen_static_fields_for(SearchPattern_t3793128359_il2cpp_TypeInfo_var))->get_WildcardChars_0(); NullCheck(L_37); int32_t L_39 = String_IndexOfAny_m4159774896(L_37, L_38, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_010d; } } { String_t* L_40 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4083943340, L_40, _stringLiteral3013478277, /*hidden argument*/NULL); DirectoryNotFoundException_t1220582502 * L_42 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_42, L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_010d: { String_t* L_43 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(SearchPattern_t3793128359_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_44 = ((SearchPattern_t3793128359_StaticFields*)il2cpp_codegen_static_fields_for(SearchPattern_t3793128359_il2cpp_TypeInfo_var))->get_WildcardChars_0(); NullCheck(L_43); int32_t L_45 = String_IndexOfAny_m4159774896(L_43, L_44, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)(-1))))) { goto IL_012e; } } { ArgumentException_t132251570 * L_46 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_46, _stringLiteral3594052903, _stringLiteral3006113026, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_012e: { ArgumentException_t132251570 * L_47 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_47, _stringLiteral2477126898, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_013e: { String_t* L_48 = V_1; String_t* L_49 = ___searchPattern1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_50 = Path_Combine_m3389272516(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); V_4 = L_50; String_t* L_51 = ___path0; String_t* L_52 = V_4; int32_t L_53 = ___attrs3; int32_t L_54 = ___mask2; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_55 = MonoIO_GetFileSystemEntries_m37351365(NULL /*static, unused*/, L_51, L_52, L_53, L_54, (&V_2), /*hidden argument*/NULL); V_5 = L_55; int32_t L_56 = V_2; if (!L_56) { goto IL_0163; } } { String_t* L_57 = V_1; int32_t L_58 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_59 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,Directory_GetFileSystemEntries_m1684188607_RuntimeMethod_var); } IL_0163: { StringU5BU5D_t1281789340* L_60 = V_5; return L_60; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.DirectoryInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m1000259829 (DirectoryInfo_t35957480 * __this, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; DirectoryInfo__ctor_m126519516(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.DirectoryInfo::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m126519516 (DirectoryInfo_t35957480 * __this, String_t* ___path0, bool ___simpleOriginalPath1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DirectoryInfo__ctor_m126519516_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo__ctor_m3035148496(__this, /*hidden argument*/NULL); String_t* L_0 = ___path0; FileSystemInfo_CheckPath_m1572836275(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_2 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ((FileSystemInfo_t3745885336 *)__this)->set_FullPath_1(L_2); bool L_3 = ___simpleOriginalPath1; if (!L_3) { goto IL_0030; } } { String_t* L_4 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_5 = Path_GetFileName_m1354558116(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); ((FileSystemInfo_t3745885336 *)__this)->set_OriginalPath_2(L_5); goto IL_0037; } IL_0030: { String_t* L_6 = ___path0; ((FileSystemInfo_t3745885336 *)__this)->set_OriginalPath_2(L_6); } IL_0037: { DirectoryInfo_Initialize_m1389772934(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.DirectoryInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m481305441 (DirectoryInfo_t35957480 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; FileSystemInfo__ctor_m3769019897(__this, L_0, L_1, /*hidden argument*/NULL); DirectoryInfo_Initialize_m1389772934(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.DirectoryInfo::Initialize() extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo_Initialize_m1389772934 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DirectoryInfo_Initialize_m1389772934_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)1))) { goto IL_002f; } } { String_t* L_3 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_6 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_002f; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); } IL_002f: { String_t* L_8 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_9 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); int32_t L_10 = V_0; NullCheck(L_8); int32_t L_11 = String_LastIndexOf_m578673845(L_8, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0054; } } { int32_t L_13 = V_1; if (L_13) { goto IL_006c; } } { int32_t L_14 = V_0; if (L_14) { goto IL_006c; } } IL_0054: { String_t* L_15 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); __this->set_current_5(L_15); __this->set_parent_6((String_t*)NULL); goto IL_0115; } IL_006c: { String_t* L_16 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); int32_t L_17 = V_1; int32_t L_18 = V_0; int32_t L_19 = V_1; NullCheck(L_16); String_t* L_20 = String_Substring_m1610150815(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); __this->set_current_5(L_20); int32_t L_21 = V_1; if (L_21) { goto IL_00a3; } } { bool L_22 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (L_22) { goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_23 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); __this->set_parent_6(L_23); goto IL_00b6; } IL_00a3: { String_t* L_24 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); int32_t L_25 = V_1; NullCheck(L_24); String_t* L_26 = String_Substring_m1610150815(L_24, 0, L_25, /*hidden argument*/NULL); __this->set_parent_6(L_26); } IL_00b6: { bool L_27 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_27) { goto IL_0115; } } { String_t* L_28 = __this->get_parent_6(); NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)2)))) { goto IL_0115; } } { String_t* L_30 = __this->get_parent_6(); NullCheck(L_30); Il2CppChar L_31 = String_get_Chars_m2986988803(L_30, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)58))))) { goto IL_0115; } } { String_t* L_32 = __this->get_parent_6(); NullCheck(L_32); Il2CppChar L_33 = String_get_Chars_m2986988803(L_32, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_34 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0115; } } { String_t* L_35 = __this->get_parent_6(); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_36 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_37 = L_36; RuntimeObject * L_38 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_37); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Concat_m904156431(NULL /*static, unused*/, L_35, L_38, /*hidden argument*/NULL); __this->set_parent_6(L_39); } IL_0115: { return; } } // System.Boolean System.IO.DirectoryInfo::get_Exists() extern "C" IL2CPP_METHOD_ATTR bool DirectoryInfo_get_Exists_m3142069876 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DirectoryInfo_get_Exists_m3142069876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_address_of_stat_3(); int32_t L_1 = L_0->get_Attributes_1(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001e; } } { return (bool)0; } IL_001e: { MonoIOStat_t592533987 * L_3 = ((FileSystemInfo_t3745885336 *)__this)->get_address_of_stat_3(); int32_t L_4 = L_3->get_Attributes_1(); if (((int32_t)((int32_t)L_4&(int32_t)((int32_t)16)))) { goto IL_0033; } } { return (bool)0; } IL_0033: { return (bool)1; } } // System.IO.DirectoryInfo System.IO.DirectoryInfo::get_Parent() extern "C" IL2CPP_METHOD_ATTR DirectoryInfo_t35957480 * DirectoryInfo_get_Parent_m3736638393 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DirectoryInfo_get_Parent_m3736638393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_parent_6(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_parent_6(); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } IL_001b: { return (DirectoryInfo_t35957480 *)NULL; } IL_001d: { String_t* L_3 = __this->get_parent_6(); DirectoryInfo_t35957480 * L_4 = (DirectoryInfo_t35957480 *)il2cpp_codegen_object_new(DirectoryInfo_t35957480_il2cpp_TypeInfo_var); DirectoryInfo__ctor_m1000259829(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.IO.DirectoryInfo::Create() extern "C" IL2CPP_METHOD_ATTR void DirectoryInfo_Create_m604858118 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); Directory_CreateDirectory_m751642867(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return; } } // System.String System.IO.DirectoryInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* DirectoryInfo_ToString_m330992229 (DirectoryInfo_t35957480 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_OriginalPath_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.DirectoryNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m4004339866 (DirectoryNotFoundException_t1220582502 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DirectoryNotFoundException__ctor_m4004339866_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IOException__ctor_m3662782713(__this, _stringLiteral1066574560, /*hidden argument*/NULL); return; } } // System.Void System.IO.DirectoryNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m3235664382 (DirectoryNotFoundException_t1220582502 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.DirectoryNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m1689636868 (DirectoryNotFoundException_t1220582502 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; IOException__ctor_m58488270(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.DriveNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m2606352475 (DriveNotFoundException_t3618847791 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DriveNotFoundException__ctor_m2606352475_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IOException__ctor_m3662782713(__this, _stringLiteral2104917571, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024893), /*hidden argument*/NULL); return; } } // System.Void System.IO.DriveNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m2354508450 (DriveNotFoundException_t3618847791 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024893), /*hidden argument*/NULL); return; } } // System.Void System.IO.DriveNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m4115383362 (DriveNotFoundException_t3618847791 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; IOException__ctor_m58488270(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.EndOfStreamException::.ctor() extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2202021005 (EndOfStreamException_t2015613008 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EndOfStreamException__ctor_m2202021005_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral151525696, /*hidden argument*/NULL); IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.EndOfStreamException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m2720774049 (EndOfStreamException_t2015613008 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.EndOfStreamException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m1590165188 (EndOfStreamException_t2015613008 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; IOException__ctor_m58488270(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.File::Copy(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void File_Copy_m497281780 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, const RuntimeMethod* method) { { String_t* L_0 = ___sourceFileName0; String_t* L_1 = ___destFileName1; File_Copy_m3433232803(NULL /*static, unused*/, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.File::Copy(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void File_Copy_m3433232803 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Copy_m3433232803_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; { String_t* L_0 = ___sourceFileName0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2478695753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,File_Copy_m3433232803_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___destFileName1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral176967007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,File_Copy_m3433232803_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___sourceFileName0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral3851976972, _stringLiteral2478695753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,File_Copy_m3433232803_RuntimeMethod_var); } IL_003d: { String_t* L_7 = ___sourceFileName0; NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { String_t* L_10 = ___sourceFileName0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_11 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_10); int32_t L_12 = String_IndexOfAny_m4159774896(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0069; } } IL_005e: { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral3358977461, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,File_Copy_m3433232803_RuntimeMethod_var); } IL_0069: { String_t* L_14 = ___destFileName1; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0084; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_16, _stringLiteral3851976972, _stringLiteral176967007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,File_Copy_m3433232803_RuntimeMethod_var); } IL_0084: { String_t* L_17 = ___destFileName1; NullCheck(L_17); String_t* L_18 = String_Trim_m923598732(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a5; } } { String_t* L_20 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_21 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_20); int32_t L_22 = String_IndexOfAny_m4159774896(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)(-1)))) { goto IL_00b0; } } IL_00a5: { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, _stringLiteral3358977461, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,File_Copy_m3433232803_RuntimeMethod_var); } IL_00b0: { String_t* L_24 = ___sourceFileName0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_25 = MonoIO_Exists_m1882747437(NULL /*static, unused*/, L_24, (&V_0), /*hidden argument*/NULL); if (L_25) { goto IL_00d8; } } { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_27 = ___sourceFileName0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2040393884, L_26, /*hidden argument*/NULL); String_t* L_29 = ___sourceFileName0; FileNotFoundException_t225391025 * L_30 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_30, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,File_Copy_m3433232803_RuntimeMethod_var); } IL_00d8: { String_t* L_31 = ___sourceFileName0; int32_t L_32 = File_GetAttributes_m234088996(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_32&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_0102; } } { ObjectU5BU5D_t2843939325* L_33 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_34 = ___sourceFileName0; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(0), (RuntimeObject *)L_34); String_t* L_35 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1216087016, L_33, /*hidden argument*/NULL); ArgumentException_t132251570 * L_36 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_36, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36,File_Copy_m3433232803_RuntimeMethod_var); } IL_0102: { String_t* L_37 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_38 = MonoIO_Exists_m1882747437(NULL /*static, unused*/, L_37, (&V_0), /*hidden argument*/NULL); if (!L_38) { goto IL_0159; } } { String_t* L_39 = ___destFileName1; int32_t L_40 = File_GetAttributes_m234088996(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)((int32_t)L_40&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16))))) { goto IL_0139; } } { ObjectU5BU5D_t2843939325* L_41 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_42 = ___destFileName1; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(0), (RuntimeObject *)L_42); String_t* L_43 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1216087016, L_41, /*hidden argument*/NULL); ArgumentException_t132251570 * L_44 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,File_Copy_m3433232803_RuntimeMethod_var); } IL_0139: { bool L_45 = ___overwrite2; if (L_45) { goto IL_0159; } } { ObjectU5BU5D_t2843939325* L_46 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_47 = ___destFileName1; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(0), (RuntimeObject *)L_47); String_t* L_48 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral320813398, L_46, /*hidden argument*/NULL); IOException_t4088381929 * L_49 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_49, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,File_Copy_m3433232803_RuntimeMethod_var); } IL_0159: { String_t* L_50 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_51 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); V_1 = L_51; String_t* L_52 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_54 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0195; } } { String_t* L_55 = V_1; bool L_56 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); if (L_56) { goto IL_0195; } } { ObjectU5BU5D_t2843939325* L_57 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_58 = V_1; NullCheck(L_57); ArrayElementTypeCheck (L_57, L_58); (L_57)->SetAt(static_cast(0), (RuntimeObject *)L_58); String_t* L_59 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1814130925, L_57, /*hidden argument*/NULL); DirectoryNotFoundException_t1220582502 * L_60 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_60, L_59, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,File_Copy_m3433232803_RuntimeMethod_var); } IL_0195: { String_t* L_61 = ___sourceFileName0; String_t* L_62 = ___destFileName1; bool L_63 = ___overwrite2; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_64 = MonoIO_CopyFile_m171583172(NULL /*static, unused*/, L_61, L_62, L_63, (&V_0), /*hidden argument*/NULL); if (L_64) { goto IL_01c5; } } { ObjectU5BU5D_t2843939325* L_65 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); String_t* L_66 = ___sourceFileName0; NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(0), (RuntimeObject *)L_66); ObjectU5BU5D_t2843939325* L_67 = L_65; String_t* L_68 = ___destFileName1; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_68); (L_67)->SetAt(static_cast(1), (RuntimeObject *)L_68); String_t* L_69 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral197338200, L_67, /*hidden argument*/NULL); V_2 = L_69; String_t* L_70 = V_2; int32_t L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_72 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72,File_Copy_m3433232803_RuntimeMethod_var); } IL_01c5: { return; } } // System.IO.FileStream System.IO.File::Create(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m2207667142 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = File_Create_m604182744(NULL /*static, unused*/, L_0, ((int32_t)8192), /*hidden argument*/NULL); return L_1; } } // System.IO.FileStream System.IO.File::Create(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Create_m604182744 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Create_m604182744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; int32_t L_1 = ___bufferSize1; FileStream_t4292183065 * L_2 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m3340685739(L_2, L_0, 2, 3, 0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.IO.File::Delete(System.String) extern "C" IL2CPP_METHOD_ATTR void File_Delete_m321251800 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Delete_m321251800_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,File_Delete_m321251800_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_5); int32_t L_7 = String_IndexOfAny_m4159774896(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_003d; } } IL_0032: { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,File_Delete_m321251800_RuntimeMethod_var); } IL_003d: { String_t* L_9 = ___path0; bool L_10 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0062; } } { ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_12 = ___path0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); String_t* L_13 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1216087016, L_11, /*hidden argument*/NULL); UnauthorizedAccessException_t490705335 * L_14 = (UnauthorizedAccessException_t490705335 *)il2cpp_codegen_object_new(UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var); UnauthorizedAccessException__ctor_m40101894(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,File_Delete_m321251800_RuntimeMethod_var); } IL_0062: { String_t* L_15 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_16 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); V_0 = L_16; String_t* L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_19 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_009e; } } { String_t* L_20 = V_0; bool L_21 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_009e; } } { ObjectU5BU5D_t2843939325* L_22 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_23 = ___path0; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_23); String_t* L_24 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral1942005715, L_22, /*hidden argument*/NULL); DirectoryNotFoundException_t1220582502 * L_25 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,File_Delete_m321251800_RuntimeMethod_var); } IL_009e: { String_t* L_26 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_27 = MonoIO_DeleteFile_m3839141322(NULL /*static, unused*/, L_26, (&V_1), /*hidden argument*/NULL); if (L_27) { goto IL_00ba; } } { int32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)2))) { goto IL_00ba; } } { String_t* L_29 = ___path0; int32_t L_30 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_31 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,File_Delete_m321251800_RuntimeMethod_var); } IL_00ba: { return; } } // System.Boolean System.IO.File::Exists(System.String) extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m3943585060 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Exists_m3943585060_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_0027; } } { String_t* L_1 = ___path0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0027; } } { String_t* L_4 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_5 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_4); int32_t L_6 = String_IndexOfAny_m4159774896(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0029; } } IL_0027: { return (bool)0; } IL_0029: { String_t* L_7 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_8 = MonoIO_ExistsFile_m812572516(NULL /*static, unused*/, L_7, (&V_0), /*hidden argument*/NULL); return L_8; } } // System.IO.FileAttributes System.IO.File::GetAttributes(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t File_GetAttributes_m234088996 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_GetAttributes_m234088996_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,File_GetAttributes_m234088996_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral600247140, /*hidden argument*/NULL); ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,File_GetAttributes_m234088996_RuntimeMethod_var); } IL_0031: { String_t* L_7 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_8 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_7); int32_t L_9 = String_IndexOfAny_m4159774896(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)0))) { goto IL_0052; } } { String_t* L_10 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1551696851, /*hidden argument*/NULL); ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,File_GetAttributes_m234088996_RuntimeMethod_var); } IL_0052: { String_t* L_12 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_13 = MonoIO_GetFileAttributes_m2086493016(NULL /*static, unused*/, L_12, (&V_0), /*hidden argument*/NULL); V_1 = L_13; int32_t L_14 = V_0; if (!L_14) { goto IL_0069; } } { String_t* L_15 = ___path0; int32_t L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_17 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,File_GetAttributes_m234088996_RuntimeMethod_var); } IL_0069: { int32_t L_18 = V_1; return L_18; } } // System.Void System.IO.File::Move(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void File_Move_m1898656234 (RuntimeObject * __this /* static, unused */, String_t* ___sourceFileName0, String_t* ___destFileName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Move_m1898656234_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___sourceFileName0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2478695753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,File_Move_m1898656234_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___destFileName1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral176967007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,File_Move_m1898656234_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___sourceFileName0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral3851976972, _stringLiteral2478695753, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,File_Move_m1898656234_RuntimeMethod_var); } IL_003d: { String_t* L_7 = ___sourceFileName0; NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { String_t* L_10 = ___sourceFileName0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_11 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_10); int32_t L_12 = String_IndexOfAny_m4159774896(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0069; } } IL_005e: { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral3358977461, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,File_Move_m1898656234_RuntimeMethod_var); } IL_0069: { String_t* L_14 = ___destFileName1; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0084; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_16, _stringLiteral3851976972, _stringLiteral176967007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,File_Move_m1898656234_RuntimeMethod_var); } IL_0084: { String_t* L_17 = ___destFileName1; NullCheck(L_17); String_t* L_18 = String_Trim_m923598732(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a5; } } { String_t* L_20 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_21 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_20); int32_t L_22 = String_IndexOfAny_m4159774896(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)(-1)))) { goto IL_00b0; } } IL_00a5: { ArgumentException_t132251570 * L_23 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_23, _stringLiteral3358977461, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,File_Move_m1898656234_RuntimeMethod_var); } IL_00b0: { String_t* L_24 = ___sourceFileName0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_25 = MonoIO_Exists_m1882747437(NULL /*static, unused*/, L_24, (&V_0), /*hidden argument*/NULL); if (L_25) { goto IL_00d8; } } { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_27 = ___sourceFileName0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (RuntimeObject *)L_27); String_t* L_28 = Locale_GetText_m1601577974(NULL /*static, unused*/, _stringLiteral2040393884, L_26, /*hidden argument*/NULL); String_t* L_29 = ___sourceFileName0; FileNotFoundException_t225391025 * L_30 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_30, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,File_Move_m1898656234_RuntimeMethod_var); } IL_00d8: { String_t* L_31 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_32 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_1 = L_32; String_t* L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_35 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_010a; } } { String_t* L_36 = V_1; bool L_37 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_010a; } } { String_t* L_38 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1505158719, /*hidden argument*/NULL); DirectoryNotFoundException_t1220582502 * L_39 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,File_Move_m1898656234_RuntimeMethod_var); } IL_010a: { String_t* L_40 = ___sourceFileName0; String_t* L_41 = ___destFileName1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_42 = MonoIO_MoveFile_m702121215(NULL /*static, unused*/, L_40, L_41, (&V_0), /*hidden argument*/NULL); if (L_42) { goto IL_0141; } } { int32_t L_43 = V_0; if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)183))))) { goto IL_012a; } } { int32_t L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_45 = MonoIO_GetException_m865954703(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,File_Move_m1898656234_RuntimeMethod_var); } IL_012a: { int32_t L_46 = V_0; if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)32))))) { goto IL_013a; } } { String_t* L_47 = ___sourceFileName0; int32_t L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_49 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,File_Move_m1898656234_RuntimeMethod_var); } IL_013a: { int32_t L_50 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_51 = MonoIO_GetException_m865954703(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,File_Move_m1898656234_RuntimeMethod_var); } IL_0141: { return; } } // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Open_m664439378 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Open_m664439378_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; String_t* G_B2_1 = NULL; int32_t G_B1_0 = 0; String_t* G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; String_t* G_B3_2 = NULL; { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___mode1; G_B1_0 = L_1; G_B1_1 = L_0; if ((!(((uint32_t)L_2) == ((uint32_t)6)))) { G_B2_0 = L_1; G_B2_1 = L_0; goto IL_000f; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0010; } IL_000f: { G_B3_0 = 3; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0010: { FileStream_t4292183065 * L_3 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_3, G_B3_2, G_B3_1, G_B3_0, 0, /*hidden argument*/NULL); return L_3; } } // System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_Open_m3218582222 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_Open_m3218582222_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___access2; int32_t L_3 = ___share3; FileStream_t4292183065 * L_4 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.IO.FileStream System.IO.File::OpenRead(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_OpenRead_m2936789020 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_OpenRead_m2936789020_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_1, L_0, 3, 1, 1, /*hidden argument*/NULL); return L_1; } } // System.IO.StreamReader System.IO.File::OpenText(System.String) extern "C" IL2CPP_METHOD_ATTR StreamReader_t4009935899 * File_OpenText_m196858847 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_OpenText_m196858847_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; StreamReader_t4009935899 * L_1 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m1616861391(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.IO.FileStream System.IO.File::OpenWrite(System.String) extern "C" IL2CPP_METHOD_ATTR FileStream_t4292183065 * File_OpenWrite_m24069155 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_OpenWrite_m24069155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_1, L_0, 4, 2, 0, /*hidden argument*/NULL); return L_1; } } // System.Byte[] System.IO.File::ReadAllBytes(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* File_ReadAllBytes_m1435775076 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_ReadAllBytes_m1435775076_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStream_t4292183065 * V_0 = NULL; int64_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_t4116647657* V_4 = NULL; int32_t V_5 = 0; ByteU5BU5D_t4116647657* V_6 = 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 = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) { FileStream_t4292183065 * L_2 = V_0; NullCheck(L_2); int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::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)2147483647LL))))))) { goto IL_0025; } } IL_001a: { IOException_t4088381929 * L_5 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_5, _stringLiteral3373857335, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,File_ReadAllBytes_m1435775076_RuntimeMethod_var); } IL_0025: { V_2 = 0; int64_t L_6 = V_1; V_3 = (((int32_t)((int32_t)L_6))); int64_t L_7 = V_1; if ((int64_t)(L_7) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),File_ReadAllBytes_m1435775076_RuntimeMethod_var); V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_7)))); goto IL_0060; } IL_0038: { FileStream_t4292183065 * L_8 = V_0; ByteU5BU5D_t4116647657* L_9 = V_4; int32_t L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_8); int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); V_5 = L_12; int32_t L_13 = V_5; if (L_13) { goto IL_0056; } } IL_004b: { IOException_t4088381929 * L_14 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_14, _stringLiteral3219921725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,File_ReadAllBytes_m1435775076_RuntimeMethod_var); } IL_0056: { int32_t L_15 = V_2; int32_t L_16 = V_5; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); int32_t L_17 = V_3; int32_t L_18 = V_5; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); } IL_0060: { int32_t L_19 = V_3; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0038; } } IL_0067: { ByteU5BU5D_t4116647657* L_20 = V_4; V_6 = L_20; IL2CPP_LEAVE(0x82, FINALLY_0075); } IL_0070: { ; // IL_0070: leave IL_0082 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 1) { FileStream_t4292183065 * L_21 = V_0; if (!L_21) { goto IL_0081; } } IL_007b: { FileStream_t4292183065 * L_22 = V_0; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_22); } IL_0081: { IL2CPP_END_FINALLY(117) } } // end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { ByteU5BU5D_t4116647657* L_23 = V_6; return L_23; } } // System.String System.IO.File::ReadAllText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m2815479134 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_ReadAllText_m2815479134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = File_ReadAllText_m3275939702(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.IO.File::ReadAllText(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m3275939702 (RuntimeObject * __this /* static, unused */, String_t* ___path0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_ReadAllText_m3275939702_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamReader_t4009935899 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; Encoding_t1523322056 * L_1 = ___encoding1; StreamReader_t4009935899 * L_2 = (StreamReader_t4009935899 *)il2cpp_codegen_object_new(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m448228252(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0008: try { // begin try (depth: 1) { StreamReader_t4009935899 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.StreamReader::ReadToEnd() */, L_3); V_1 = L_4; IL2CPP_LEAVE(0x26, FINALLY_0019); } IL_0014: { ; // IL_0014: leave IL_0026 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) { StreamReader_t4009935899 * L_5 = V_0; if (!L_5) { goto IL_0025; } } IL_001f: { StreamReader_t4009935899 * L_6 = V_0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_6); } IL_0025: { IL2CPP_END_FINALLY(25) } } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x26, IL_0026) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0026: { String_t* L_7 = V_1; return L_7; } } // System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void File_WriteAllBytes_m4252682105 (RuntimeObject * __this /* static, unused */, String_t* ___path0, ByteU5BU5D_t4116647657* ___bytes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (File_WriteAllBytes_m4252682105_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___path0; FileStream_t4292183065 * L_1 = File_Create_m2207667142(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0007: try { // begin try (depth: 1) Stream_t1273022909 * L_2 = V_0; ByteU5BU5D_t4116647657* L_3 = ___bytes1; ByteU5BU5D_t4116647657* L_4 = ___bytes1; NullCheck(L_4); NullCheck(L_2); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); IL2CPP_LEAVE(0x24, FINALLY_0017); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0017; } FINALLY_0017: { // begin finally (depth: 1) { Stream_t1273022909 * L_5 = V_0; if (!L_5) { goto IL_0023; } } IL_001d: { Stream_t1273022909 * L_6 = V_0; NullCheck(L_6); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_6); } IL_0023: { IL2CPP_END_FINALLY(23) } } // end finally (depth: 1) IL2CPP_CLEANUP(23) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { 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.IO.FileInfo::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FileInfo__ctor_m3289795077 (FileInfo_t1169991790 * __this, String_t* ___fileName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileInfo__ctor_m3289795077_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo__ctor_m3035148496(__this, /*hidden argument*/NULL); String_t* L_0 = ___fileName0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1969920661, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileInfo__ctor_m3289795077_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___fileName0; FileSystemInfo_CheckPath_m1572836275(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___fileName0; ((FileSystemInfo_t3745885336 *)__this)->set_OriginalPath_2(L_3); String_t* L_4 = ___fileName0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_5 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); ((FileSystemInfo_t3745885336 *)__this)->set_FullPath_1(L_5); return; } } // System.Void System.IO.FileInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileInfo__ctor_m1254204251 (FileInfo_t1169991790 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; FileSystemInfo__ctor_m3769019897(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileInfo::InternalRefresh() extern "C" IL2CPP_METHOD_ATTR void FileInfo_InternalRefresh_m2894054257 (FileInfo_t1169991790 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_FullPath_1(); bool L_1 = File_Exists_m3943585060(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); __this->set_exists_5(L_1); return; } } // System.Boolean System.IO.FileInfo::get_Exists() extern "C" IL2CPP_METHOD_ATTR bool FileInfo_get_Exists_m1365967814 (FileInfo_t1169991790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileInfo_get_Exists_m1365967814_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_address_of_stat_3(); int32_t L_1 = L_0->get_Attributes_1(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_001e; } } { return (bool)0; } IL_001e: { MonoIOStat_t592533987 * L_3 = ((FileSystemInfo_t3745885336 *)__this)->get_address_of_stat_3(); int32_t L_4 = L_3->get_Attributes_1(); if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)16)))) { goto IL_0033; } } { return (bool)0; } IL_0033: { bool L_5 = __this->get_exists_5(); return L_5; } } // System.Int64 System.IO.FileInfo::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_m1421843225 (FileInfo_t1169991790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileInfo_get_Length_m1421843225_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = FileInfo_get_Exists_m1365967814(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002c; } } { String_t* L_1 = ((FileSystemInfo_t3745885336 *)__this)->get_OriginalPath_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4087453285, L_1, _stringLiteral3450648446, /*hidden argument*/NULL); String_t* L_3 = ((FileSystemInfo_t3745885336 *)__this)->get_OriginalPath_2(); FileNotFoundException_t225391025 * L_4 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_4, L_2, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FileInfo_get_Length_m1421843225_RuntimeMethod_var); } IL_002c: { MonoIOStat_t592533987 * L_5 = ((FileSystemInfo_t3745885336 *)__this)->get_address_of_stat_3(); int64_t L_6 = L_5->get_Length_2(); return L_6; } } // System.String System.IO.FileInfo::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* FileInfo_ToString_m1090232810 (FileInfo_t1169991790 * __this, const RuntimeMethod* method) { { String_t* L_0 = ((FileSystemInfo_t3745885336 *)__this)->get_OriginalPath_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.FileLoadException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileLoadException__ctor_m3879680456 (FileLoadException_t549148505 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileLoadException__ctor_m3879680456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3923874395, /*hidden argument*/NULL); IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2147024894), /*hidden argument*/NULL); String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3923874395, /*hidden argument*/NULL); __this->set_msg_12(L_1); return; } } // System.Void System.IO.FileLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileLoadException__ctor_m3104411427 (FileLoadException_t549148505 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileLoadException__ctor_m3104411427_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IOException__ctor_m971599150(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; NullCheck(L_0); String_t* L_1 = SerializationInfo_GetString_m3155282843(L_0, _stringLiteral3534888232, /*hidden argument*/NULL); __this->set_fileName_13(L_1); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral1608674021, /*hidden argument*/NULL); __this->set_fusionLog_14(L_3); return; } } // System.String System.IO.FileLoadException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* FileLoadException_get_Message_m1316268913 (FileLoadException_t549148505 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_msg_12(); return L_0; } } // System.Void System.IO.FileLoadException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileLoadException_GetObjectData_m1844968812 (FileLoadException_t549148505 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileLoadException_GetObjectData_m1844968812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_fileName_13(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral3534888232, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_fusionLog_14(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral1608674021, L_5, /*hidden argument*/NULL); return; } } // System.String System.IO.FileLoadException::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* FileLoadException_ToString_m2989457882 (FileLoadException_t549148505 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileLoadException_ToString_m2989457882_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { Type_t * L_0 = Exception_GetType_m2227967756(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = V_0; String_t* L_4 = __this->get_msg_12(); NullCheck(L_3); StringBuilder_AppendFormat_m3016532472(L_3, _stringLiteral3669466394, L_4, /*hidden argument*/NULL); String_t* L_5 = __this->get_fileName_13(); if (!L_5) { goto IL_0040; } } { StringBuilder_t * L_6 = V_0; String_t* L_7 = __this->get_fileName_13(); NullCheck(L_6); StringBuilder_AppendFormat_m3016532472(L_6, _stringLiteral1899319728, L_7, /*hidden argument*/NULL); } IL_0040: { Exception_t * L_8 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_005d; } } { StringBuilder_t * L_9 = V_0; Exception_t * L_10 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_AppendFormat_m3016532472(L_9, _stringLiteral1350003372, L_10, /*hidden argument*/NULL); } IL_005d: { String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); if (!L_11) { goto IL_0081; } } { StringBuilder_t * L_12 = V_0; String_t* L_13 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_13, /*hidden argument*/NULL); StringBuilder_t * L_14 = V_0; String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_15, /*hidden argument*/NULL); } IL_0081: { StringBuilder_t * L_16 = V_0; NullCheck(L_16); String_t* L_17 = StringBuilder_ToString_m3317489284(L_16, /*hidden argument*/NULL); return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.FileNotFoundException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m2359931775 (FileNotFoundException_t225391025 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileNotFoundException__ctor_m2359931775_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral61911830, /*hidden argument*/NULL); IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232799), /*hidden argument*/NULL); return; } } // System.Void System.IO.FileNotFoundException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m3252664930 (FileNotFoundException_t225391025 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232799), /*hidden argument*/NULL); return; } } // System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m1953317719 (FileNotFoundException_t225391025 * __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146232799), /*hidden argument*/NULL); String_t* L_1 = ___fileName1; __this->set_fileName_11(L_1); return; } } // System.Void System.IO.FileNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m2477162036 (FileNotFoundException_t225391025 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileNotFoundException__ctor_m2477162036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; IOException__ctor_m58488270(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral2147064275, /*hidden argument*/NULL); __this->set_fileName_11(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral269541620, /*hidden argument*/NULL); __this->set_fusionLog_12(L_5); return; } } // System.String System.IO.FileNotFoundException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* FileNotFoundException_get_Message_m2807351025 (FileNotFoundException_t225391025 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileNotFoundException_get_Message_m2807351025_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((Exception_t *)__this)->get_message_2(); if (L_0) { goto IL_0037; } } { String_t* L_1 = __this->get_fileName_11(); if (!L_1) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_CurrentCulture_m1632690660(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_4 = __this->get_fileName_11(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m1881875187(NULL /*static, unused*/, L_2, _stringLiteral2267417895, L_3, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; return L_6; } IL_0037: { String_t* L_7 = ((Exception_t *)__this)->get_message_2(); return L_7; } } // System.Void System.IO.FileNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileNotFoundException_GetObjectData_m3195845120 (FileNotFoundException_t225391025 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileNotFoundException_GetObjectData_m3195845120_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_fileName_11(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral2147064275, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_fusionLog_12(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral269541620, L_5, /*hidden argument*/NULL); return; } } // System.String System.IO.FileNotFoundException::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* FileNotFoundException_ToString_m3487423565 (FileNotFoundException_t225391025 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileNotFoundException_ToString_m3487423565_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { Type_t * L_0 = Exception_GetType_m2227967756(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_0); StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2989139009(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; StringBuilder_t * L_3 = V_0; String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.IO.FileNotFoundException::get_Message() */, __this); NullCheck(L_3); StringBuilder_AppendFormat_m3016532472(L_3, _stringLiteral3669466394, L_4, /*hidden argument*/NULL); String_t* L_5 = __this->get_fileName_11(); if (!L_5) { goto IL_005d; } } { String_t* L_6 = __this->get_fileName_11(); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_005d; } } { StringBuilder_t * L_8 = V_0; String_t* L_9 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m1965104174(L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_10 = V_0; String_t* L_11 = __this->get_fileName_11(); NullCheck(L_10); StringBuilder_AppendFormat_m3016532472(L_10, _stringLiteral4087326242, L_11, /*hidden argument*/NULL); } IL_005d: { Exception_t * L_12 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_007a; } } { StringBuilder_t * L_13 = V_0; Exception_t * L_14 = Exception_get_InnerException_m3836775(__this, /*hidden argument*/NULL); NullCheck(L_13); StringBuilder_AppendFormat_m3016532472(L_13, _stringLiteral3248178041, L_14, /*hidden argument*/NULL); } IL_007a: { String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); if (!L_15) { goto IL_009e; } } { StringBuilder_t * L_16 = V_0; String_t* L_17 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_16); StringBuilder_Append_m1965104174(L_16, L_17, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this); NullCheck(L_18); StringBuilder_Append_m1965104174(L_18, L_19, /*hidden argument*/NULL); } IL_009e: { StringBuilder_t * L_20 = V_0; NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); return L_21; } } #ifdef __clang__ #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.IO.FileStream::.ctor(System.IntPtr,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3087090334 (FileStream_t4292183065 * __this, intptr_t ___handle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___noBuffering5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream__ctor_m3087090334_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_name_14(_stringLiteral639039807); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_0 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); __this->set_handle_15(L_0); intptr_t L_1 = ___handle0; intptr_t L_2 = __this->get_handle_15(); bool L_3 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0042; } } { String_t* L_4 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1976079223, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_5, _stringLiteral3942337302, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream__ctor_m3087090334_RuntimeMethod_var); } IL_0042: { int32_t L_6 = ___access1; if ((((int32_t)L_6) < ((int32_t)1))) { goto IL_0050; } } { int32_t L_7 = ___access1; if ((((int32_t)L_7) <= ((int32_t)3))) { goto IL_005b; } } IL_0050: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_8, _stringLiteral2349568099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FileStream__ctor_m3087090334_RuntimeMethod_var); } IL_005b: { intptr_t L_9 = ___handle0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_10 = MonoIO_GetFileType_m101289143(NULL /*static, unused*/, L_9, (&V_0), /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_0; if (!L_11) { goto IL_0077; } } { String_t* L_12 = __this->get_name_14(); int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_14 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,FileStream__ctor_m3087090334_RuntimeMethod_var); } IL_0077: { int32_t L_15 = V_1; if (L_15) { goto IL_0088; } } { IOException_t4088381929 * L_16 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_16, _stringLiteral1624340332, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,FileStream__ctor_m3087090334_RuntimeMethod_var); } IL_0088: { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_009b; } } { __this->set_canseek_5((bool)1); goto IL_00a2; } IL_009b: { __this->set_canseek_5((bool)0); } IL_00a2: { intptr_t L_18 = ___handle0; __this->set_handle_15(L_18); int32_t L_19 = ___access1; __this->set_access_2(L_19); bool L_20 = ___ownsHandle2; __this->set_owner_3(L_20); bool L_21 = ___isAsync4; __this->set_async_4(L_21); __this->set_anonymous_7((bool)0); int32_t L_22 = ___bufferSize3; bool L_23 = ___noBuffering5; FileStream_InitBuffer_m2135408785(__this, L_22, L_23, /*hidden argument*/NULL); bool L_24 = __this->get_canseek_5(); if (!L_24) { goto IL_00ff; } } { intptr_t L_25 = ___handle0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int64_t L_26 = MonoIO_Seek_m390267705(NULL /*static, unused*/, L_25, (((int64_t)((int64_t)0))), 1, (&V_0), /*hidden argument*/NULL); __this->set_buf_start_13(L_26); int32_t L_27 = V_0; if (!L_27) { goto IL_00ff; } } { String_t* L_28 = __this->get_name_14(); int32_t L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_30 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,FileStream__ctor_m3087090334_RuntimeMethod_var); } IL_00ff: { __this->set_append_startpos_6((((int64_t)((int64_t)0)))); return; } } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3135402178 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B2_1 = 0; String_t* G_B2_2 = NULL; FileStream_t4292183065 * G_B2_3 = NULL; int32_t G_B1_0 = 0; int32_t G_B1_1 = 0; String_t* G_B1_2 = NULL; FileStream_t4292183065 * G_B1_3 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; int32_t G_B3_2 = 0; String_t* G_B3_3 = NULL; FileStream_t4292183065 * G_B3_4 = NULL; { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___access2; int32_t L_3 = ___access2; G_B1_0 = L_2; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { G_B2_0 = L_2; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_0011; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_0012; } IL_0011: { G_B3_0 = 1; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_0012: { NullCheck(G_B3_4); FileStream__ctor_m1487083717(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, ((int32_t)8192), (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method) { { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___access2; int32_t L_3 = ___share3; FileStream__ctor_m3151488352(__this, L_0, L_1, L_2, L_3, ((int32_t)8192), (bool)0, 0, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3340685739 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method) { { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___access2; int32_t L_3 = ___share3; int32_t L_4 = ___bufferSize4; FileStream__ctor_m3151488352(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, 0, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m1487083717 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___isAsync5, bool ___anonymous6, const RuntimeMethod* method) { bool G_B2_0 = false; int32_t G_B2_1 = 0; int32_t G_B2_2 = 0; int32_t G_B2_3 = 0; int32_t G_B2_4 = 0; String_t* G_B2_5 = NULL; FileStream_t4292183065 * G_B2_6 = NULL; bool G_B1_0 = false; int32_t G_B1_1 = 0; int32_t G_B1_2 = 0; int32_t G_B1_3 = 0; int32_t G_B1_4 = 0; String_t* G_B1_5 = NULL; FileStream_t4292183065 * G_B1_6 = NULL; int32_t G_B3_0 = 0; bool G_B3_1 = false; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; int32_t G_B3_4 = 0; int32_t G_B3_5 = 0; String_t* G_B3_6 = NULL; FileStream_t4292183065 * G_B3_7 = NULL; { String_t* L_0 = ___path0; int32_t L_1 = ___mode1; int32_t L_2 = ___access2; int32_t L_3 = ___share3; int32_t L_4 = ___bufferSize4; bool L_5 = ___anonymous6; bool L_6 = ___isAsync5; G_B1_0 = L_5; G_B1_1 = L_4; G_B1_2 = L_3; G_B1_3 = L_2; G_B1_4 = L_1; G_B1_5 = L_0; G_B1_6 = __this; if (!L_6) { G_B2_0 = L_5; G_B2_1 = L_4; G_B2_2 = L_3; G_B2_3 = L_2; G_B2_4 = L_1; G_B2_5 = L_0; G_B2_6 = __this; goto IL_001b; } } { G_B3_0 = ((int32_t)1073741824); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; G_B3_5 = G_B1_4; G_B3_6 = G_B1_5; G_B3_7 = G_B1_6; goto IL_001c; } IL_001b: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; G_B3_5 = G_B2_4; G_B3_6 = G_B2_5; G_B3_7 = G_B2_6; } IL_001c: { NullCheck(G_B3_7); FileStream__ctor_m3151488352(G_B3_7, G_B3_6, G_B3_5, G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean,System.IO.FileOptions) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m3151488352 (FileStream_t4292183065 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___anonymous5, int32_t ___options6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream__ctor_m3151488352_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; String_t* V_7 = NULL; int32_t V_8 = 0; int64_t V_9 = 0; String_t* G_B35_0 = NULL; int64_t G_B56_0 = 0; { __this->set_name_14(_stringLiteral639039807); IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); String_t* L_0 = ___path0; if (L_0) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0022: { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral600247140, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0038: { int32_t L_5 = ___share3; ___share3 = ((int32_t)((int32_t)L_5&(int32_t)((int32_t)-17))); int32_t L_6 = ___bufferSize4; if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0057; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral1172510602, _stringLiteral3589369415, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0057: { int32_t L_8 = ___mode1; if ((((int32_t)L_8) < ((int32_t)1))) { goto IL_0065; } } { int32_t L_9 = ___mode1; if ((((int32_t)L_9) <= ((int32_t)6))) { goto IL_0075; } } IL_0065: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral1985170617, _stringLiteral1635630473, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0075: { int32_t L_11 = ___access2; if ((((int32_t)L_11) < ((int32_t)1))) { goto IL_0083; } } { int32_t L_12 = ___access2; if ((((int32_t)L_12) <= ((int32_t)3))) { goto IL_0093; } } IL_0083: { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral2349568099, _stringLiteral1635630473, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0093: { int32_t L_14 = ___share3; if ((((int32_t)L_14) < ((int32_t)0))) { goto IL_00a3; } } { int32_t L_15 = ___share3; if ((((int32_t)L_15) <= ((int32_t)7))) { goto IL_00b3; } } IL_00a3: { ArgumentOutOfRangeException_t777629997 * L_16 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_16, _stringLiteral2698619213, _stringLiteral1635630473, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_00b3: { String_t* L_17 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_18 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_17); int32_t L_19 = String_IndexOfAny_m4159774896(L_17, L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)(-1)))) { goto IL_00cf; } } { ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_20, _stringLiteral3654764444, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_00cf: { String_t* L_21 = ___path0; bool L_22 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00f9; } } { String_t* L_23 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3239408877, /*hidden argument*/NULL); V_0 = L_23; String_t* L_24 = V_0; String_t* L_25 = ___path0; String_t* L_26 = FileStream_GetSecureFileName_m2419304749(__this, L_25, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m2844511972(NULL /*static, unused*/, L_24, L_26, /*hidden argument*/NULL); UnauthorizedAccessException_t490705335 * L_28 = (UnauthorizedAccessException_t490705335 *)il2cpp_codegen_object_new(UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var); UnauthorizedAccessException__ctor_m40101894(L_28, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_00f9: { int32_t L_29 = ___mode1; if ((!(((uint32_t)L_29) == ((uint32_t)6)))) { goto IL_0114; } } { int32_t L_30 = ___access2; if ((!(((uint32_t)((int32_t)((int32_t)L_30&(int32_t)1))) == ((uint32_t)1)))) { goto IL_0114; } } { ArgumentException_t132251570 * L_31 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_31, _stringLiteral2192588596, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0114: { int32_t L_32 = ___access2; if (((int32_t)((int32_t)L_32&(int32_t)2))) { goto IL_014d; } } { int32_t L_33 = ___mode1; if ((((int32_t)L_33) == ((int32_t)3))) { goto IL_014d; } } { int32_t L_34 = ___mode1; if ((((int32_t)L_34) == ((int32_t)4))) { goto IL_014d; } } { String_t* L_35 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1981444773, /*hidden argument*/NULL); V_1 = L_35; String_t* L_36 = V_1; int32_t L_37 = ___access2; int32_t L_38 = L_37; RuntimeObject * L_39 = Box(FileAccess_t1659085276_il2cpp_TypeInfo_var, &L_38); int32_t L_40 = ___mode1; int32_t L_41 = L_40; RuntimeObject * L_42 = Box(FileMode_t1183438340_il2cpp_TypeInfo_var, &L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Format_m2556382932(NULL /*static, unused*/, L_36, L_39, L_42, /*hidden argument*/NULL); ArgumentException_t132251570 * L_44 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_44, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_014d: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_45 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_45) == ((int32_t)((int32_t)47)))) { goto IL_0178; } } { String_t* L_46 = ___path0; NullCheck(L_46); int32_t L_47 = String_IndexOf_m363431711(L_46, ((int32_t)47), /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)0))) { goto IL_0178; } } { String_t* L_48 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_49 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); String_t* L_50 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); V_2 = L_50; goto IL_017f; } IL_0178: { String_t* L_51 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_52 = Path_GetDirectoryName_m3496866581(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); V_2 = L_52; } IL_017f: { String_t* L_53 = V_2; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); if ((((int32_t)L_54) <= ((int32_t)0))) { goto IL_01cd; } } { String_t* L_55 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_56 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); V_3 = L_56; String_t* L_57 = V_3; bool L_58 = Directory_Exists_m1484791558(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_01cd; } } { String_t* L_59 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1942005715, /*hidden argument*/NULL); V_4 = L_59; bool L_60 = ___anonymous5; if (!L_60) { goto IL_01b6; } } { String_t* L_61 = V_2; G_B35_0 = L_61; goto IL_01bc; } IL_01b6: { String_t* L_62 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_63 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); G_B35_0 = L_63; } IL_01bc: { V_5 = G_B35_0; String_t* L_64 = V_4; String_t* L_65 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Format_m2844511972(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); DirectoryNotFoundException_t1220582502 * L_67 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_67, L_66, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_01cd: { int32_t L_68 = ___access2; if ((!(((uint32_t)L_68) == ((uint32_t)1)))) { goto IL_021a; } } { int32_t L_69 = ___mode1; if ((((int32_t)L_69) == ((int32_t)2))) { goto IL_021a; } } { int32_t L_70 = ___mode1; if ((((int32_t)L_70) == ((int32_t)4))) { goto IL_021a; } } { int32_t L_71 = ___mode1; if ((((int32_t)L_71) == ((int32_t)1))) { goto IL_021a; } } { String_t* L_72 = ___path0; bool L_73 = File_Exists_m3943585060(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); if (L_73) { goto IL_021a; } } { String_t* L_74 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3973445635, /*hidden argument*/NULL); V_6 = L_74; String_t* L_75 = ___path0; String_t* L_76 = FileStream_GetSecureFileName_m449783930(__this, L_75, /*hidden argument*/NULL); V_7 = L_76; String_t* L_77 = V_6; String_t* L_78 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_79 = String_Format_m2844511972(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); String_t* L_80 = V_7; FileNotFoundException_t225391025 * L_81 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_81, L_79, L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_021a: { bool L_82 = ___anonymous5; if (L_82) { goto IL_0228; } } { String_t* L_83 = ___path0; __this->set_name_14(L_83); } IL_0228: { String_t* L_84 = ___path0; int32_t L_85 = ___mode1; int32_t L_86 = ___access2; int32_t L_87 = ___share3; int32_t L_88 = ___options6; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_89 = MonoIO_Open_m2245605962(NULL /*static, unused*/, L_84, L_85, L_86, L_87, L_88, (&V_8), /*hidden argument*/NULL); __this->set_handle_15(L_89); intptr_t L_90 = __this->get_handle_15(); intptr_t L_91 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_92 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_0260; } } { String_t* L_93 = ___path0; String_t* L_94 = FileStream_GetSecureFileName_m449783930(__this, L_93, /*hidden argument*/NULL); int32_t L_95 = V_8; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_96 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_94, L_95, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_96,FileStream__ctor_m3151488352_RuntimeMethod_var); } IL_0260: { int32_t L_97 = ___access2; __this->set_access_2(L_97); __this->set_owner_3((bool)1); bool L_98 = ___anonymous5; __this->set_anonymous_7(L_98); intptr_t L_99 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_100 = MonoIO_GetFileType_m101289143(NULL /*static, unused*/, L_99, (&V_8), /*hidden argument*/NULL); if ((!(((uint32_t)L_100) == ((uint32_t)1)))) { goto IL_02a9; } } { __this->set_canseek_5((bool)1); int32_t L_101 = ___options6; __this->set_async_4((bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_101&(int32_t)((int32_t)1073741824)))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)); goto IL_02b7; } IL_02a9: { __this->set_canseek_5((bool)0); __this->set_async_4((bool)0); } IL_02b7: { int32_t L_102 = ___access2; if ((!(((uint32_t)L_102) == ((uint32_t)1)))) { goto IL_0304; } } { bool L_103 = __this->get_canseek_5(); if (!L_103) { goto IL_0304; } } { int32_t L_104 = ___bufferSize4; if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)8192))))) { goto IL_0304; } } { int64_t L_105 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::get_Length() */, __this); V_9 = L_105; int32_t L_106 = ___bufferSize4; int64_t L_107 = V_9; if ((((int64_t)(((int64_t)((int64_t)L_106)))) <= ((int64_t)L_107))) { goto IL_0304; } } { int64_t L_108 = V_9; if ((((int64_t)L_108) >= ((int64_t)(((int64_t)((int64_t)((int32_t)1000))))))) { goto IL_02ff; } } { G_B56_0 = (((int64_t)((int64_t)((int32_t)1000)))); goto IL_0301; } IL_02ff: { int64_t L_109 = V_9; G_B56_0 = L_109; } IL_0301: { ___bufferSize4 = (((int32_t)((int32_t)G_B56_0))); } IL_0304: { int32_t L_110 = ___bufferSize4; FileStream_InitBuffer_m2135408785(__this, L_110, (bool)0, /*hidden argument*/NULL); int32_t L_111 = ___mode1; if ((!(((uint32_t)L_111) == ((uint32_t)6)))) { goto IL_032f; } } { VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.FileStream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, (((int64_t)((int64_t)0))), 2); int64_t L_112 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.FileStream::get_Position() */, __this); __this->set_append_startpos_6(L_112); goto IL_0337; } IL_032f: { __this->set_append_startpos_6((((int64_t)((int64_t)0)))); } IL_0337: { return; } } // System.Boolean System.IO.FileStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool FileStream_get_CanRead_m860786786 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_2(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_2(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.IO.FileStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool FileStream_get_CanWrite_m1199612770 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_access_2(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0017; } } { int32_t L_1 = __this->get_access_2(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.IO.FileStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool FileStream_get_CanSeek_m331583577 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_canseek_5(); return L_0; } } // System.Int64 System.IO.FileStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t FileStream_get_Length_m426703983 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_get_Length_m426703983_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_get_Length_m426703983_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3529764071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_get_Length_m426703983_RuntimeMethod_var); } IL_0036: { FileStream_FlushBufferIfDirty_m4249802951(__this, /*hidden argument*/NULL); intptr_t L_6 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int64_t L_7 = MonoIO_GetLength_m2300093603(NULL /*static, unused*/, L_6, (&V_0), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_0; if (!L_8) { goto IL_0063; } } { String_t* L_9 = __this->get_name_14(); String_t* L_10 = FileStream_GetSecureFileName_m449783930(__this, L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_12 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileStream_get_Length_m426703983_RuntimeMethod_var); } IL_0063: { int64_t L_13 = V_1; return L_13; } } // System.Int64 System.IO.FileStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t FileStream_get_Position_m3002807042 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_get_Position_m3002807042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_get_Position_m3002807042_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3529764071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_get_Position_m3002807042_RuntimeMethod_var); } IL_0036: { int64_t L_6 = __this->get_buf_start_13(); int32_t L_7 = __this->get_buf_offset_11(); return ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_7))))); } } // System.Void System.IO.FileStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FileStream_set_Position_m196127886 (FileStream_t4292183065 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_set_Position_m196127886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_set_Position_m196127886_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3529764071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_set_Position_m196127886_RuntimeMethod_var); } IL_0036: { int64_t L_6 = ___value0; if ((((int64_t)L_6) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0049; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_7, _stringLiteral2880256252, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_set_Position_m196127886_RuntimeMethod_var); } IL_0049: { int64_t L_8 = ___value0; VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(20 /* System.Int64 System.IO.FileStream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, L_8, 0); return; } } // System.Int32 System.IO.FileStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadByte_m2651547500 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_ReadByte_m2651547500_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_ReadByte_m2651547500_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.FileStream::get_CanRead() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3523588373, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_ReadByte_m2651547500_RuntimeMethod_var); } IL_0036: { int32_t L_6 = __this->get_buf_size_9(); if (L_6) { goto IL_0067; } } { intptr_t L_7 = __this->get_handle_15(); ByteU5BU5D_t4116647657* L_8 = __this->get_buf_8(); int32_t L_9 = FileStream_ReadData_m1637551634(__this, L_7, L_8, 0, 1, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if (L_10) { goto IL_005e; } } { return (-1); } IL_005e: { ByteU5BU5D_t4116647657* L_11 = __this->get_buf_8(); NullCheck(L_11); int32_t L_12 = 0; uint8_t L_13 = (L_11)->GetAt(static_cast(L_12)); return L_13; } IL_0067: { int32_t L_14 = __this->get_buf_offset_11(); int32_t L_15 = __this->get_buf_length_10(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_008b; } } { FileStream_RefillBuffer_m4186945278(__this, /*hidden argument*/NULL); int32_t L_16 = __this->get_buf_length_10(); if (L_16) { goto IL_008b; } } { return (-1); } IL_008b: { ByteU5BU5D_t4116647657* L_17 = __this->get_buf_8(); int32_t L_18 = __this->get_buf_offset_11(); int32_t L_19 = L_18; V_1 = L_19; __this->set_buf_offset_11(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_1; NullCheck(L_17); int32_t L_21 = L_20; uint8_t L_22 = (L_17)->GetAt(static_cast(L_21)); return L_22; } } // System.Void System.IO.FileStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void FileStream_WriteByte_m3899504766 (FileStream_t4292183065 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_WriteByte_m3899504766_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_WriteByte_m3899504766_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileStream::get_CanWrite() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral1654115010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_WriteByte_m3899504766_RuntimeMethod_var); } IL_0036: { int32_t L_6 = __this->get_buf_offset_11(); int32_t L_7 = __this->get_buf_size_9(); if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_004d; } } { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); } IL_004d: { int32_t L_8 = __this->get_buf_size_9(); if (L_8) { goto IL_0076; } } { ByteU5BU5D_t4116647657* L_9 = __this->get_buf_8(); uint8_t L_10 = ___value0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (uint8_t)L_10); __this->set_buf_dirty_12((bool)1); __this->set_buf_length_10(1); FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); return; } IL_0076: { ByteU5BU5D_t4116647657* L_11 = __this->get_buf_8(); int32_t L_12 = __this->get_buf_offset_11(); int32_t L_13 = L_12; V_0 = L_13; __this->set_buf_offset_11(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; uint8_t L_15 = ___value0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)L_15); int32_t L_16 = __this->get_buf_offset_11(); int32_t L_17 = __this->get_buf_length_10(); if ((((int32_t)L_16) <= ((int32_t)L_17))) { goto IL_00ac; } } { int32_t L_18 = __this->get_buf_offset_11(); __this->set_buf_length_10(L_18); } IL_00ac: { __this->set_buf_dirty_12((bool)1); return; } } // System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_Read_m3303017364 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_Read_m3303017364_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_0020: { ByteU5BU5D_t4116647657* L_4 = ___array0; if (L_4) { goto IL_0031; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_0031: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.FileStream::get_CanRead() */, __this); if (L_6) { goto IL_0047; } } { NotSupportedException_t1314879016 * L_7 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_7, _stringLiteral3523588373, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_0047: { ByteU5BU5D_t4116647657* L_8 = ___array0; NullCheck(L_8); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))); int32_t L_9 = ___offset1; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0062; } } { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_10, _stringLiteral1082126080, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_0062: { int32_t L_11 = ___count2; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0079; } } { ArgumentOutOfRangeException_t777629997 * L_12 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_12, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_0079: { int32_t L_13 = ___offset1; int32_t L_14 = V_0; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_008b; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral2557759028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_008b: { int32_t L_16 = ___offset1; int32_t L_17 = V_0; int32_t L_18 = ___count2; if ((((int32_t)L_16) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))))) { goto IL_009f; } } { ArgumentException_t132251570 * L_19 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_19, _stringLiteral1411713704, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,FileStream_Read_m3303017364_RuntimeMethod_var); } IL_009f: { bool L_20 = __this->get_async_4(); if (!L_20) { goto IL_00be; } } { ByteU5BU5D_t4116647657* L_21 = ___array0; int32_t L_22 = ___offset1; int32_t L_23 = ___count2; RuntimeObject* L_24 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(24 /* System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_21, L_22, L_23, (AsyncCallback_t3962456242 *)NULL, NULL); V_1 = L_24; RuntimeObject* L_25 = V_1; int32_t L_26 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(26 /* System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult) */, __this, L_25); return L_26; } IL_00be: { ByteU5BU5D_t4116647657* L_27 = ___array0; int32_t L_28 = ___offset1; int32_t L_29 = ___count2; int32_t L_30 = FileStream_ReadInternal_m2099474616(__this, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } } // System.Int32 System.IO.FileStream::ReadInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadInternal_m2099474616 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; ByteU5BU5D_t4116647657* L_0 = ___dest0; int32_t L_1 = ___offset1; int32_t L_2 = ___count2; int32_t L_3 = FileStream_ReadSegment_m3875398069(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_0; int32_t L_5 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)); int32_t L_6 = ___count2; int32_t L_7 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)); int32_t L_8 = ___count2; if (L_8) { goto IL_001d; } } { int32_t L_9 = V_0; return L_9; } IL_001d: { int32_t L_10 = ___count2; int32_t L_11 = __this->get_buf_size_9(); if ((((int32_t)L_10) <= ((int32_t)L_11))) { goto IL_0055; } } { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); intptr_t L_12 = __this->get_handle_15(); ByteU5BU5D_t4116647657* L_13 = ___dest0; int32_t L_14 = ___offset1; int32_t L_15 = V_0; int32_t L_16 = ___count2; int32_t L_17 = FileStream_ReadData_m1637551634(__this, L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), L_16, /*hidden argument*/NULL); V_1 = L_17; int64_t L_18 = __this->get_buf_start_13(); int32_t L_19 = V_1; __this->set_buf_start_13(((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)(((int64_t)((int64_t)L_19)))))); goto IL_0067; } IL_0055: { FileStream_RefillBuffer_m4186945278(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_20 = ___dest0; int32_t L_21 = ___offset1; int32_t L_22 = V_0; int32_t L_23 = ___count2; int32_t L_24 = FileStream_ReadSegment_m3875398069(__this, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL); V_1 = L_24; } IL_0067: { int32_t L_25 = V_0; int32_t L_26 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = V_0; return L_27; } } // System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_m2419864669 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3962456242 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_BeginRead_m2419864669_MetadataUsageId); s_Il2CppMethodInitialized = true; } ReadDelegate_t714865915 * V_0 = NULL; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.FileStream::get_CanRead() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral4185363193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_0036: { ByteU5BU5D_t4116647657* L_6 = ___array0; if (L_6) { goto IL_0047; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_0047: { int32_t L_8 = ___numBytes2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_005e; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral3322427519, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_005e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0075; } } { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral1082126080, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_0075: { int32_t L_12 = ___numBytes2; ByteU5BU5D_t4116647657* L_13 = ___array0; NullCheck(L_13); int32_t L_14 = ___offset1; 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_008b; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral4090150660, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_BeginRead_m2419864669_RuntimeMethod_var); } IL_008b: { bool L_16 = __this->get_async_4(); if (L_16) { goto IL_00a4; } } { ByteU5BU5D_t4116647657* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___numBytes2; AsyncCallback_t3962456242 * L_20 = ___userCallback3; RuntimeObject * L_21 = ___stateObject4; RuntimeObject* L_22 = Stream_BeginRead_m2233539237(__this, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_00a4: { intptr_t L_23 = (intptr_t)FileStream_ReadInternal_m2099474616_RuntimeMethod_var; ReadDelegate_t714865915 * L_24 = (ReadDelegate_t714865915 *)il2cpp_codegen_object_new(ReadDelegate_t714865915_il2cpp_TypeInfo_var); ReadDelegate__ctor_m2067775798(L_24, __this, L_23, /*hidden argument*/NULL); V_0 = L_24; ReadDelegate_t714865915 * L_25 = V_0; ByteU5BU5D_t4116647657* L_26 = ___array0; int32_t L_27 = ___offset1; int32_t L_28 = ___numBytes2; AsyncCallback_t3962456242 * L_29 = ___userCallback3; RuntimeObject * L_30 = ___stateObject4; NullCheck(L_25); RuntimeObject* L_31 = ReadDelegate_BeginInvoke_m3697522094(L_25, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return L_31; } } // System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_m3904255625 (FileStream_t4292183065 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_EndRead_m3904255625_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; ReadDelegate_t714865915 * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileStream_EndRead_m3904255625_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get_async_4(); if (L_2) { goto IL_0024; } } { RuntimeObject* L_3 = ___asyncResult0; int32_t L_4 = Stream_EndRead_m1896469262(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0024: { RuntimeObject* L_5 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_5, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_6 = V_0; if (L_6) { goto IL_0041; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_EndRead_m3904255625_RuntimeMethod_var); } IL_0041: { AsyncResult_t4194309572 * L_8 = V_0; NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_8); V_1 = ((ReadDelegate_t714865915 *)IsInstSealed((RuntimeObject*)L_9, ReadDelegate_t714865915_il2cpp_TypeInfo_var)); ReadDelegate_t714865915 * L_10 = V_1; if (L_10) { goto IL_0063; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_11, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,FileStream_EndRead_m3904255625_RuntimeMethod_var); } IL_0063: { ReadDelegate_t714865915 * L_12 = V_1; RuntimeObject* L_13 = ___asyncResult0; NullCheck(L_12); int32_t L_14 = ReadDelegate_EndInvoke_m1567259657(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream_Write_m2254426030 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_Write_m2254426030_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_0020: { ByteU5BU5D_t4116647657* L_4 = ___array0; if (L_4) { goto IL_0031; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_0031: { int32_t L_6 = ___offset1; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0048; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral1082126080, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_0048: { int32_t L_8 = ___count2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_005f; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_005f: { int32_t L_10 = ___offset1; ByteU5BU5D_t4116647657* L_11 = ___array0; NullCheck(L_11); int32_t L_12 = ___count2; if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)L_12))))) { goto IL_0075; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral1411713704, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_0075: { bool L_14 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileStream::get_CanWrite() */, __this); if (L_14) { goto IL_008b; } } { NotSupportedException_t1314879016 * L_15 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_15, _stringLiteral1654115010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_Write_m2254426030_RuntimeMethod_var); } IL_008b: { bool L_16 = __this->get_async_4(); if (!L_16) { goto IL_00aa; } } { ByteU5BU5D_t4116647657* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___count2; RuntimeObject* L_20 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_t4116647657*, int32_t, int32_t, AsyncCallback_t3962456242 *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_17, L_18, L_19, (AsyncCallback_t3962456242 *)NULL, NULL); V_0 = L_20; RuntimeObject* L_21 = V_0; VirtActionInvoker1< RuntimeObject* >::Invoke(27 /* System.Void System.IO.FileStream::EndWrite(System.IAsyncResult) */, __this, L_21); return; } IL_00aa: { ByteU5BU5D_t4116647657* L_22 = ___array0; int32_t L_23 = ___offset1; int32_t L_24 = ___count2; FileStream_WriteInternal_m4028396817(__this, L_22, L_23, L_24, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::WriteInternal(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void FileStream_WriteInternal_m4028396817 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_WriteInternal_m4028396817_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 L_0 = ___count2; int32_t L_1 = __this->get_buf_size_9(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0067; } } { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); int32_t L_2 = ___count2; V_1 = L_2; goto IL_004c; } IL_0019: { intptr_t L_3 = __this->get_handle_15(); ByteU5BU5D_t4116647657* L_4 = ___src0; int32_t L_5 = ___offset1; int32_t L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_7 = MonoIO_Write_m3999708352(NULL /*static, unused*/, L_3, L_4, L_5, L_6, (&V_0), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_0; if (!L_8) { goto IL_0043; } } { String_t* L_9 = __this->get_name_14(); String_t* L_10 = FileStream_GetSecureFileName_m449783930(__this, L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_12 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileStream_WriteInternal_m4028396817_RuntimeMethod_var); } IL_0043: { int32_t L_13 = V_1; int32_t L_14 = V_2; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)); int32_t L_15 = ___offset1; int32_t L_16 = V_2; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); } IL_004c: { int32_t L_17 = V_1; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0019; } } { int64_t L_18 = __this->get_buf_start_13(); int32_t L_19 = ___count2; __this->set_buf_start_13(((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)(((int64_t)((int64_t)L_19)))))); goto IL_009e; } IL_0067: { V_3 = 0; goto IL_0097; } IL_006e: { ByteU5BU5D_t4116647657* L_20 = ___src0; int32_t L_21 = ___offset1; int32_t L_22 = V_3; int32_t L_23 = ___count2; int32_t L_24 = FileStream_WriteSegment_m4018885935(__this, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL); V_4 = L_24; int32_t L_25 = V_3; int32_t L_26 = V_4; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = ___count2; int32_t L_28 = V_4; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); int32_t L_29 = ___count2; if (L_29) { goto IL_0091; } } { goto IL_009e; } IL_0091: { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); } IL_0097: { int32_t L_30 = ___count2; if ((((int32_t)L_30) > ((int32_t)0))) { goto IL_006e; } } IL_009e: { return; } } // System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m626715259 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3962456242 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_BeginWrite_m626715259_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStreamAsyncResult_t2422587232 * V_0 = NULL; MemoryStream_t94973147 * V_1 = NULL; WriteDelegate_t4270993571 * V_2 = NULL; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileStream::get_CanWrite() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral1272525310, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_0036: { ByteU5BU5D_t4116647657* L_6 = ___array0; if (L_6) { goto IL_0047; } } { ArgumentNullException_t1615371798 * L_7 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_7, _stringLiteral4007973390, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_0047: { int32_t L_8 = ___numBytes2; if ((((int32_t)L_8) >= ((int32_t)0))) { goto IL_005e; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_9, _stringLiteral3322427519, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_005e: { int32_t L_10 = ___offset1; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0075; } } { ArgumentOutOfRangeException_t777629997 * L_11 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_11, _stringLiteral1082126080, _stringLiteral3867580481, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_0075: { int32_t L_12 = ___numBytes2; ByteU5BU5D_t4116647657* L_13 = ___array0; NullCheck(L_13); int32_t L_14 = ___offset1; 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_008b; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_15, _stringLiteral3781551740, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_BeginWrite_m626715259_RuntimeMethod_var); } IL_008b: { bool L_16 = __this->get_async_4(); if (L_16) { goto IL_00a4; } } { ByteU5BU5D_t4116647657* L_17 = ___array0; int32_t L_18 = ___offset1; int32_t L_19 = ___numBytes2; AsyncCallback_t3962456242 * L_20 = ___userCallback3; RuntimeObject * L_21 = ___stateObject4; RuntimeObject* L_22 = Stream_BeginWrite_m1696564506(__this, L_17, L_18, L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_00a4: { AsyncCallback_t3962456242 * L_23 = ___userCallback3; RuntimeObject * L_24 = ___stateObject4; FileStreamAsyncResult_t2422587232 * L_25 = (FileStreamAsyncResult_t2422587232 *)il2cpp_codegen_object_new(FileStreamAsyncResult_t2422587232_il2cpp_TypeInfo_var); FileStreamAsyncResult__ctor_m3441988901(L_25, L_23, L_24, /*hidden argument*/NULL); V_0 = L_25; FileStreamAsyncResult_t2422587232 * L_26 = V_0; NullCheck(L_26); L_26->set_BytesRead_6((-1)); FileStreamAsyncResult_t2422587232 * L_27 = V_0; int32_t L_28 = ___numBytes2; NullCheck(L_27); L_27->set_Count_4(L_28); FileStreamAsyncResult_t2422587232 * L_29 = V_0; int32_t L_30 = ___numBytes2; NullCheck(L_29); L_29->set_OriginalCount_5(L_30); bool L_31 = __this->get_buf_dirty_12(); if (!L_31) { goto IL_00f0; } } { MemoryStream_t94973147 * L_32 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_32, /*hidden argument*/NULL); V_1 = L_32; MemoryStream_t94973147 * L_33 = V_1; FileStream_FlushBuffer_m914568182(__this, L_33, /*hidden argument*/NULL); MemoryStream_t94973147 * L_34 = V_1; ByteU5BU5D_t4116647657* L_35 = ___array0; int32_t L_36 = ___offset1; int32_t L_37 = ___numBytes2; NullCheck(L_34); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_34, L_35, L_36, L_37); ___offset1 = 0; MemoryStream_t94973147 * L_38 = V_1; NullCheck(L_38); int64_t L_39 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.MemoryStream::get_Length() */, L_38); ___numBytes2 = (((int32_t)((int32_t)L_39))); } IL_00f0: { intptr_t L_40 = (intptr_t)FileStream_WriteInternal_m4028396817_RuntimeMethod_var; WriteDelegate_t4270993571 * L_41 = (WriteDelegate_t4270993571 *)il2cpp_codegen_object_new(WriteDelegate_t4270993571_il2cpp_TypeInfo_var); WriteDelegate__ctor_m760514430(L_41, __this, L_40, /*hidden argument*/NULL); V_2 = L_41; WriteDelegate_t4270993571 * L_42 = V_2; ByteU5BU5D_t4116647657* L_43 = ___array0; int32_t L_44 = ___offset1; int32_t L_45 = ___numBytes2; AsyncCallback_t3962456242 * L_46 = ___userCallback3; RuntimeObject * L_47 = ___stateObject4; NullCheck(L_42); RuntimeObject* L_48 = WriteDelegate_BeginInvoke_m39624777(L_42, L_43, L_44, L_45, L_46, L_47, /*hidden argument*/NULL); return L_48; } } // System.Void System.IO.FileStream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FileStream_EndWrite_m4002445354 (FileStream_t4292183065 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_EndWrite_m4002445354_MetadataUsageId); s_Il2CppMethodInitialized = true; } AsyncResult_t4194309572 * V_0 = NULL; WriteDelegate_t4270993571 * V_1 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileStream_EndWrite_m4002445354_RuntimeMethod_var); } IL_0011: { bool L_2 = __this->get_async_4(); if (L_2) { goto IL_0024; } } { RuntimeObject* L_3 = ___asyncResult0; Stream_EndWrite_m1721488587(__this, L_3, /*hidden argument*/NULL); return; } IL_0024: { RuntimeObject* L_4 = ___asyncResult0; V_0 = ((AsyncResult_t4194309572 *)IsInstClass((RuntimeObject*)L_4, AsyncResult_t4194309572_il2cpp_TypeInfo_var)); AsyncResult_t4194309572 * L_5 = V_0; if (L_5) { goto IL_0041; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,FileStream_EndWrite_m4002445354_RuntimeMethod_var); } IL_0041: { AsyncResult_t4194309572 * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, L_7); V_1 = ((WriteDelegate_t4270993571 *)IsInstSealed((RuntimeObject*)L_8, WriteDelegate_t4270993571_il2cpp_TypeInfo_var)); WriteDelegate_t4270993571 * L_9 = V_1; if (L_9) { goto IL_0063; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileStream_EndWrite_m4002445354_RuntimeMethod_var); } IL_0063: { WriteDelegate_t4270993571 * L_11 = V_1; RuntimeObject* L_12 = ___asyncResult0; NullCheck(L_11); WriteDelegate_EndInvoke_m952736984(L_11, L_12, /*hidden argument*/NULL); return; } } // System.Int64 System.IO.FileStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t FileStream_Seek_m2017853129 (FileStream_t4292183065 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_Seek_m2017853129_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3529764071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_0036: { int32_t L_6 = ___origin1; V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_006b; } case 1: { goto IL_005d; } case 2: { goto IL_004f; } } } { goto IL_0072; } IL_004f: { int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.FileStream::get_Length() */, __this); int64_t L_9 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)L_9)); goto IL_0082; } IL_005d: { int64_t L_10 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.FileStream::get_Position() */, __this); int64_t L_11 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)); goto IL_0082; } IL_006b: { int64_t L_12 = ___offset0; V_0 = L_12; goto IL_0082; } IL_0072: { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, _stringLiteral493945629, _stringLiteral4261885912, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_0082: { int64_t L_14 = V_0; if ((((int64_t)L_14) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0095; } } { IOException_t4088381929 * L_15 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_15, _stringLiteral3572409600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_0095: { int64_t L_16 = V_0; int64_t L_17 = __this->get_append_startpos_6(); if ((((int64_t)L_16) >= ((int64_t)L_17))) { goto IL_00ac; } } { IOException_t4088381929 * L_18 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_18, _stringLiteral208141766, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_00ac: { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); intptr_t L_19 = __this->get_handle_15(); int64_t L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int64_t L_21 = MonoIO_Seek_m390267705(NULL /*static, unused*/, L_19, L_20, 0, (&V_1), /*hidden argument*/NULL); __this->set_buf_start_13(L_21); int32_t L_22 = V_1; if (!L_22) { goto IL_00e0; } } { String_t* L_23 = __this->get_name_14(); String_t* L_24 = FileStream_GetSecureFileName_m449783930(__this, L_23, /*hidden argument*/NULL); int32_t L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_26 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,FileStream_Seek_m2017853129_RuntimeMethod_var); } IL_00e0: { int64_t L_27 = __this->get_buf_start_13(); return L_27; } } // System.Void System.IO.FileStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void FileStream_SetLength_m99749826 (FileStream_t4292183065 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_SetLength_m99749826_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_SetLength_m99749826_RuntimeMethod_var); } IL_0020: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (L_4) { goto IL_0036; } } { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_5, _stringLiteral3529764071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,FileStream_SetLength_m99749826_RuntimeMethod_var); } IL_0036: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileStream::get_CanWrite() */, __this); if (L_6) { goto IL_004c; } } { NotSupportedException_t1314879016 * L_7 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_7, _stringLiteral2248435839, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,FileStream_SetLength_m99749826_RuntimeMethod_var); } IL_004c: { int64_t L_8 = ___value0; if ((((int64_t)L_8) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_005f; } } { ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_9, _stringLiteral72258121, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,FileStream_SetLength_m99749826_RuntimeMethod_var); } IL_005f: { VirtActionInvoker0::Invoke(17 /* System.Void System.IO.FileStream::Flush() */, __this); intptr_t L_10 = __this->get_handle_15(); int64_t L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_SetLength_m2811105392(NULL /*static, unused*/, L_10, L_11, (&V_0), /*hidden argument*/NULL); int32_t L_12 = V_0; if (!L_12) { goto IL_008d; } } { String_t* L_13 = __this->get_name_14(); String_t* L_14 = FileStream_GetSecureFileName_m449783930(__this, L_13, /*hidden argument*/NULL); int32_t L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_16 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,FileStream_SetLength_m99749826_RuntimeMethod_var); } IL_008d: { int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.FileStream::get_Position() */, __this); int64_t L_18 = ___value0; if ((((int64_t)L_17) <= ((int64_t)L_18))) { goto IL_00a0; } } { int64_t L_19 = ___value0; VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.FileStream::set_Position(System.Int64) */, __this, L_19); } IL_00a0: { return; } } // System.Void System.IO.FileStream::Flush() extern "C" IL2CPP_METHOD_ATTR void FileStream_Flush_m948103572 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_Flush_m948103572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { ObjectDisposedException_t21392786 * L_3 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_3, _stringLiteral3175168068, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,FileStream_Flush_m948103572_RuntimeMethod_var); } IL_0020: { FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::Finalize() extern "C" IL2CPP_METHOD_ATTR void FileStream_Finalize_m1626396852 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.IO.FileStream::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void System.IO.FileStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream_Dispose_m2599766137 (FileStream_t4292183065 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_Dispose_m2599766137_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 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 = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (Exception_t *)NULL; intptr_t L_0 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_1 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); bool L_2 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0067; } } IL_0017: try { // begin try (depth: 1) FileStream_FlushBuffer_m4115439312(__this, /*hidden argument*/NULL); goto IL_002a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0022; throw e; } CATCH_0022: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_3 = V_1; V_0 = L_3; goto IL_002a; } // end catch (depth: 1) IL_002a: { bool L_4 = __this->get_owner_3(); if (!L_4) { goto IL_0067; } } { intptr_t L_5 = __this->get_handle_15(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_Close_m3406045462(NULL /*static, unused*/, L_5, (&V_2), /*hidden argument*/NULL); int32_t L_6 = V_2; if (!L_6) { goto IL_005c; } } { String_t* L_7 = __this->get_name_14(); String_t* L_8 = FileStream_GetSecureFileName_m449783930(__this, L_7, /*hidden argument*/NULL); int32_t L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_10 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileStream_Dispose_m2599766137_RuntimeMethod_var); } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); intptr_t L_11 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidHandle_1(); __this->set_handle_15(L_11); } IL_0067: { __this->set_canseek_5((bool)0); __this->set_access_2(0); bool L_12 = ___disposing0; if (!L_12) { goto IL_0082; } } { __this->set_buf_8((ByteU5BU5D_t4116647657*)NULL); } IL_0082: { bool L_13 = ___disposing0; if (!L_13) { goto IL_008e; } } { GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_008e: { Exception_t * L_14 = V_0; if (!L_14) { goto IL_0096; } } { Exception_t * L_15 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,FileStream_Dispose_m2599766137_RuntimeMethod_var); } IL_0096: { return; } } // System.Int32 System.IO.FileStream::ReadSegment(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadSegment_m3875398069 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___dest0, int32_t ___dest_offset1, int32_t ___count2, const RuntimeMethod* method) { { int32_t L_0 = ___count2; int32_t L_1 = __this->get_buf_length_10(); int32_t L_2 = __this->get_buf_offset_11(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))))) { goto IL_0022; } } { int32_t L_3 = __this->get_buf_length_10(); int32_t L_4 = __this->get_buf_offset_11(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)); } IL_0022: { int32_t L_5 = ___count2; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004b; } } { ByteU5BU5D_t4116647657* L_6 = __this->get_buf_8(); int32_t L_7 = __this->get_buf_offset_11(); ByteU5BU5D_t4116647657* L_8 = ___dest0; int32_t L_9 = ___dest_offset1; int32_t L_10 = ___count2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = __this->get_buf_offset_11(); int32_t L_12 = ___count2; __this->set_buf_offset_11(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); } IL_004b: { int32_t L_13 = ___count2; return L_13; } } // System.Int32 System.IO.FileStream::WriteSegment(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_WriteSegment_m4018885935 (FileStream_t4292183065 * __this, ByteU5BU5D_t4116647657* ___src0, int32_t ___src_offset1, int32_t ___count2, const RuntimeMethod* method) { { int32_t L_0 = ___count2; int32_t L_1 = __this->get_buf_size_9(); int32_t L_2 = __this->get_buf_offset_11(); if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))))) { goto IL_0022; } } { int32_t L_3 = __this->get_buf_size_9(); int32_t L_4 = __this->get_buf_offset_11(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)); } IL_0022: { int32_t L_5 = ___count2; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_006f; } } { ByteU5BU5D_t4116647657* L_6 = ___src0; int32_t L_7 = ___src_offset1; ByteU5BU5D_t4116647657* L_8 = __this->get_buf_8(); int32_t L_9 = __this->get_buf_offset_11(); int32_t L_10 = ___count2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL); int32_t L_11 = __this->get_buf_offset_11(); int32_t L_12 = ___count2; __this->set_buf_offset_11(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); int32_t L_13 = __this->get_buf_offset_11(); int32_t L_14 = __this->get_buf_length_10(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0068; } } { int32_t L_15 = __this->get_buf_offset_11(); __this->set_buf_length_10(L_15); } IL_0068: { __this->set_buf_dirty_12((bool)1); } IL_006f: { int32_t L_16 = ___count2; return L_16; } } // System.Void System.IO.FileStream::FlushBuffer(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_m914568182 (FileStream_t4292183065 * __this, Stream_t1273022909 * ___st0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_FlushBuffer_m914568182_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_buf_dirty_12(); if (!L_0) { goto IL_0096; } } { bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.FileStream::get_CanSeek() */, __this); if (!L_1) { goto IL_0044; } } { intptr_t L_2 = __this->get_handle_15(); int64_t L_3 = __this->get_buf_start_13(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_Seek_m390267705(NULL /*static, unused*/, L_2, L_3, 0, (&V_0), /*hidden argument*/NULL); int32_t L_4 = V_0; if (!L_4) { goto IL_0044; } } { String_t* L_5 = __this->get_name_14(); String_t* L_6 = FileStream_GetSecureFileName_m449783930(__this, L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_8 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FileStream_FlushBuffer_m914568182_RuntimeMethod_var); } IL_0044: { Stream_t1273022909 * L_9 = ___st0; if (L_9) { goto IL_0083; } } { intptr_t L_10 = __this->get_handle_15(); ByteU5BU5D_t4116647657* L_11 = __this->get_buf_8(); int32_t L_12 = __this->get_buf_length_10(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_Write_m3999708352(NULL /*static, unused*/, L_10, L_11, 0, L_12, (&V_0), /*hidden argument*/NULL); int32_t L_13 = V_0; if (!L_13) { goto IL_007e; } } { String_t* L_14 = __this->get_name_14(); String_t* L_15 = FileStream_GetSecureFileName_m449783930(__this, L_14, /*hidden argument*/NULL); int32_t L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_17 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,FileStream_FlushBuffer_m914568182_RuntimeMethod_var); } IL_007e: { goto IL_0096; } IL_0083: { Stream_t1273022909 * L_18 = ___st0; ByteU5BU5D_t4116647657* L_19 = __this->get_buf_8(); int32_t L_20 = __this->get_buf_length_10(); NullCheck(L_18); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_18, L_19, 0, L_20); } IL_0096: { int64_t L_21 = __this->get_buf_start_13(); int32_t L_22 = __this->get_buf_offset_11(); __this->set_buf_start_13(((int64_t)il2cpp_codegen_add((int64_t)L_21, (int64_t)(((int64_t)((int64_t)L_22)))))); int32_t L_23 = 0; V_1 = L_23; __this->set_buf_length_10(L_23); int32_t L_24 = V_1; __this->set_buf_offset_11(L_24); __this->set_buf_dirty_12((bool)0); return; } } // System.Void System.IO.FileStream::FlushBuffer() extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_m4115439312 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { { FileStream_FlushBuffer_m914568182(__this, (Stream_t1273022909 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.IO.FileStream::FlushBufferIfDirty() extern "C" IL2CPP_METHOD_ATTR void FileStream_FlushBufferIfDirty_m4249802951 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_buf_dirty_12(); if (!L_0) { goto IL_0012; } } { FileStream_FlushBuffer_m914568182(__this, (Stream_t1273022909 *)NULL, /*hidden argument*/NULL); } IL_0012: { return; } } // System.Void System.IO.FileStream::RefillBuffer() extern "C" IL2CPP_METHOD_ATTR void FileStream_RefillBuffer_m4186945278 (FileStream_t4292183065 * __this, const RuntimeMethod* method) { { FileStream_FlushBuffer_m914568182(__this, (Stream_t1273022909 *)NULL, /*hidden argument*/NULL); intptr_t L_0 = __this->get_handle_15(); ByteU5BU5D_t4116647657* L_1 = __this->get_buf_8(); int32_t L_2 = __this->get_buf_size_9(); int32_t L_3 = FileStream_ReadData_m1637551634(__this, L_0, L_1, 0, L_2, /*hidden argument*/NULL); __this->set_buf_length_10(L_3); return; } } // System.Int32 System.IO.FileStream::ReadData(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t FileStream_ReadData_m1637551634 (FileStream_t4292183065 * __this, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___buf1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_ReadData_m1637551634_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_1 = 0; intptr_t L_0 = ___handle0; ByteU5BU5D_t4116647657* L_1 = ___buf1; int32_t L_2 = ___offset2; int32_t L_3 = ___count3; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_4 = MonoIO_Read_m1129074620(NULL /*static, unused*/, L_0, L_1, L_2, L_3, (&V_0), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)109))))) { goto IL_001e; } } { V_1 = 0; goto IL_0037; } IL_001e: { int32_t L_6 = V_0; if (!L_6) { goto IL_0037; } } { String_t* L_7 = __this->get_name_14(); String_t* L_8 = FileStream_GetSecureFileName_m449783930(__this, L_7, /*hidden argument*/NULL); int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_10 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,FileStream_ReadData_m1637551634_RuntimeMethod_var); } IL_0037: { int32_t L_11 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0044; } } { IOException_t4088381929 * L_12 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m971599150(L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,FileStream_ReadData_m1637551634_RuntimeMethod_var); } IL_0044: { int32_t L_13 = V_1; return L_13; } } // System.Void System.IO.FileStream::InitBuffer(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileStream_InitBuffer_m2135408785 (FileStream_t4292183065 * __this, int32_t ___size0, bool ___noBuffering1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_InitBuffer_m2135408785_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = ___noBuffering1; if (!L_0) { goto IL_001a; } } { ___size0 = 0; __this->set_buf_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1))); goto IL_0047; } IL_001a: { int32_t L_1 = ___size0; if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0031; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_2, _stringLiteral1172510602, _stringLiteral3589369415, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,FileStream_InitBuffer_m2135408785_RuntimeMethod_var); } IL_0031: { int32_t L_3 = ___size0; if ((((int32_t)L_3) >= ((int32_t)8))) { goto IL_003b; } } { ___size0 = 8; } IL_003b: { int32_t L_4 = ___size0; __this->set_buf_8(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_4))); } IL_0047: { int32_t L_5 = ___size0; __this->set_buf_size_9(L_5); __this->set_buf_start_13((((int64_t)((int64_t)0)))); int32_t L_6 = 0; V_0 = L_6; __this->set_buf_length_10(L_6); int32_t L_7 = V_0; __this->set_buf_offset_11(L_7); __this->set_buf_dirty_12((bool)0); return; } } // System.String System.IO.FileStream::GetSecureFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m449783930 (FileStream_t4292183065 * __this, String_t* ___filename0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_GetSecureFileName_m449783930_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { bool L_0 = __this->get_anonymous_7(); if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___filename0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_2 = Path_GetFileName_m1354558116(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_0016: { String_t* L_3 = ___filename0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_4 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_001c: { return G_B3_0; } } // System.String System.IO.FileStream::GetSecureFileName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m2419304749 (FileStream_t4292183065 * __this, String_t* ___filename0, bool ___full1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStream_GetSecureFileName_m2419304749_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; { bool L_0 = __this->get_anonymous_7(); if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___filename0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_2 = Path_GetFileName_m1354558116(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B5_0 = L_2; goto IL_0028; } IL_0016: { bool L_3 = ___full1; if (!L_3) { goto IL_0027; } } { String_t* L_4 = ___filename0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_5 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); G_B5_0 = L_5; goto IL_0028; } IL_0027: { String_t* L_6 = ___filename0; G_B5_0 = L_6; } IL_0028: { return G_B5_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DelegatePInvokeWrapper_ReadDelegate_t714865915 (ReadDelegate_t714865915 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___count2); return returnValue; } // System.Void System.IO.FileStream/ReadDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m2067775798 (ReadDelegate_t714865915 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 System.IO.FileStream/ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_m853483996 (ReadDelegate_t714865915 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { ReadDelegate_Invoke_m853483996((ReadDelegate_t714865915 *)__this->get_prev_9(), ___buffer0, ___offset1, ___count2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___offset1, ___count2, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___offset1, ___count2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___count2); else result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___count2); else result = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___count2); } } else { typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___count2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___count2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___count2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___count2); } } else { typedef int32_t (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___count2, targetMethod); } } } return result; } // System.IAsyncResult System.IO.FileStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_m3697522094 (ReadDelegate_t714865915 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ReadDelegate_BeginInvoke_m3697522094_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.IO.FileStream/ReadDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m1567259657 (ReadDelegate_t714865915 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void DelegatePInvokeWrapper_WriteDelegate_t4270993571 (WriteDelegate_t4270993571 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { ____buffer0_marshaled = reinterpret_cast((___buffer0)->GetAddressAtUnchecked(0)); } // Native function invocation il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___count2); } // System.Void System.IO.FileStream/WriteDelegate::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m760514430 (WriteDelegate_t4270993571 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.IO.FileStream/WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_m1581737441 (WriteDelegate_t4270993571 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { WriteDelegate_Invoke_m1581737441((WriteDelegate_t4270993571 *)__this->get_prev_9(), ___buffer0, ___offset1, ___count2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___offset1, ___count2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___offset1, ___count2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___count2); else GenericVirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___count2); else VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___count2); } } else { typedef void (*FunctionPointerType) (void*, ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___count2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___count2); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___count2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___count2); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___count2); } } else { typedef void (*FunctionPointerType) (ByteU5BU5D_t4116647657*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___count2, targetMethod); } } } } // System.IAsyncResult System.IO.FileStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m39624777 (WriteDelegate_t4270993571 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (WriteDelegate_BeginInvoke_m39624777_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___count2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void System.IO.FileStream/WriteDelegate::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_m952736984 (WriteDelegate_t4270993571 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.IO.FileStreamAsyncResult::.ctor(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR void FileStreamAsyncResult__ctor_m3441988901 (FileStreamAsyncResult_t2422587232 * __this, AsyncCallback_t3962456242 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStreamAsyncResult__ctor_m3441988901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___state1; __this->set_state_0(L_0); AsyncCallback_t3962456242 * L_1 = ___cb0; __this->set_realcb_7(L_1); AsyncCallback_t3962456242 * L_2 = __this->get_realcb_7(); if (!L_2) { goto IL_0031; } } { intptr_t L_3 = (intptr_t)FileStreamAsyncResult_CBWrapper_m1670848754_RuntimeMethod_var; AsyncCallback_t3962456242 * L_4 = (AsyncCallback_t3962456242 *)il2cpp_codegen_object_new(AsyncCallback_t3962456242_il2cpp_TypeInfo_var); AsyncCallback__ctor_m530647953(L_4, NULL, L_3, /*hidden argument*/NULL); __this->set_cb_3(L_4); } IL_0031: { ManualResetEvent_t451242010 * L_5 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_5, (bool)0, /*hidden argument*/NULL); __this->set_wh_2(L_5); return; } } // System.Void System.IO.FileStreamAsyncResult::CBWrapper(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void FileStreamAsyncResult_CBWrapper_m1670848754 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___ares0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileStreamAsyncResult_CBWrapper_m1670848754_MetadataUsageId); s_Il2CppMethodInitialized = true; } FileStreamAsyncResult_t2422587232 * V_0 = NULL; { RuntimeObject* L_0 = ___ares0; V_0 = ((FileStreamAsyncResult_t2422587232 *)CastclassClass((RuntimeObject*)L_0, FileStreamAsyncResult_t2422587232_il2cpp_TypeInfo_var)); FileStreamAsyncResult_t2422587232 * L_1 = V_0; NullCheck(L_1); AsyncCallback_t3962456242 * L_2 = L_1->get_realcb_7(); RuntimeObject* L_3 = ___ares0; NullCheck(L_2); AsyncCallback_BeginInvoke_m2710486612(L_2, L_3, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); return; } } // System.Object System.IO.FileStreamAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * FileStreamAsyncResult_get_AsyncState_m3919989221 (FileStreamAsyncResult_t2422587232 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_0(); return L_0; } } // System.Threading.WaitHandle System.IO.FileStreamAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * FileStreamAsyncResult_get_AsyncWaitHandle_m1811816191 (FileStreamAsyncResult_t2422587232 * __this, const RuntimeMethod* method) { { ManualResetEvent_t451242010 * L_0 = __this->get_wh_2(); return L_0; } } // System.Boolean System.IO.FileStreamAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool FileStreamAsyncResult_get_IsCompleted_m2730893434 (FileStreamAsyncResult_t2422587232 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.FileSystemInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_m3035148496 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); __this->set_valid_4((bool)0); __this->set_FullPath_1((String_t*)NULL); return; } } // System.Void System.IO.FileSystemInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_m3769019897 (FileSystemInfo_t3745885336 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo__ctor_m3769019897_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_0 = ___info0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral79347, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileSystemInfo__ctor_m3769019897_RuntimeMethod_var); } IL_0017: { SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral2092008752, /*hidden argument*/NULL); __this->set_FullPath_1(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral3276972723, /*hidden argument*/NULL); __this->set_OriginalPath_2(L_5); return; } } // System.Void System.IO.FileSystemInfo::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_GetObjectData_m812231621 (FileSystemInfo_t3745885336 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_GetObjectData_m812231621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; String_t* L_1 = __this->get_OriginalPath_2(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_0); SerializationInfo_AddValue_m3906743584(L_0, _stringLiteral3276972723, L_1, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_FullPath_1(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_4); SerializationInfo_AddValue_m3906743584(L_4, _stringLiteral2092008752, L_5, L_7, /*hidden argument*/NULL); return; } } // System.String System.IO.FileSystemInfo::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* FileSystemInfo_get_FullName_m3468398407 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_FullPath_1(); return L_0; } } // System.IO.FileAttributes System.IO.FileSystemInfo::get_Attributes() extern "C" IL2CPP_METHOD_ATTR int32_t FileSystemInfo_get_Attributes_m3376634478 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = __this->get_address_of_stat_3(); int32_t L_1 = L_0->get_Attributes_1(); return L_1; } } // System.DateTime System.IO.FileSystemInfo::get_CreationTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_CreationTime_m3644550429 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_get_CreationTime_m3644550429_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = __this->get_address_of_stat_3(); int64_t L_1 = L_0->get_CreationTime_3(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_FromFileTime_m47770515(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.IO.FileSystemInfo::get_CreationTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_CreationTimeUtc_m2985402610 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { DateTime_t3738529785 L_0 = FileSystemInfo_get_CreationTime_m3644550429(__this, /*hidden argument*/NULL); V_0 = L_0; DateTime_t3738529785 L_1 = DateTime_ToUniversalTime_m1945318289((&V_0), /*hidden argument*/NULL); return L_1; } } // System.DateTime System.IO.FileSystemInfo::get_LastAccessTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastAccessTime_m2947231438 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_get_LastAccessTime_m2947231438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = __this->get_address_of_stat_3(); int64_t L_1 = L_0->get_LastAccessTime_4(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_FromFileTime_m47770515(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.IO.FileSystemInfo::get_LastAccessTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastAccessTimeUtc_m3493456900 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); DateTime_t3738529785 L_0 = FileSystemInfo_get_LastAccessTime_m2947231438(__this, /*hidden argument*/NULL); V_0 = L_0; DateTime_t3738529785 L_1 = DateTime_ToUniversalTime_m1945318289((&V_0), /*hidden argument*/NULL); return L_1; } } // System.DateTime System.IO.FileSystemInfo::get_LastWriteTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastWriteTime_m1574089390 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_get_LastWriteTime_m1574089390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); MonoIOStat_t592533987 * L_0 = __this->get_address_of_stat_3(); int64_t L_1 = L_0->get_LastWriteTime_5(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_FromFileTime_m47770515(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.IO.FileSystemInfo::get_LastWriteTimeUtc() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 FileSystemInfo_get_LastWriteTimeUtc_m3231859333 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { DateTime_t3738529785 V_0; memset(&V_0, 0, sizeof(V_0)); { FileSystemInfo_Refresh_m1497191506(__this, (bool)0, /*hidden argument*/NULL); DateTime_t3738529785 L_0 = FileSystemInfo_get_LastWriteTime_m1574089390(__this, /*hidden argument*/NULL); V_0 = L_0; DateTime_t3738529785 L_1 = DateTime_ToUniversalTime_m1945318289((&V_0), /*hidden argument*/NULL); return L_1; } } // System.Void System.IO.FileSystemInfo::Refresh(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_Refresh_m1497191506 (FileSystemInfo_t3745885336 * __this, bool ___force0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_Refresh_m1497191506_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_valid_4(); if (!L_0) { goto IL_0012; } } { bool L_1 = ___force0; if (L_1) { goto IL_0012; } } { return; } IL_0012: { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.IO.FileSystemInfo::get_FullName() */, __this); MonoIOStat_t592533987 * L_3 = __this->get_address_of_stat_3(); IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); MonoIO_GetFileStat_m678141354(NULL /*static, unused*/, L_2, L_3, (&V_0), /*hidden argument*/NULL); __this->set_valid_4((bool)1); VirtActionInvoker0::Invoke(10 /* System.Void System.IO.FileSystemInfo::InternalRefresh() */, __this); return; } } // System.Void System.IO.FileSystemInfo::InternalRefresh() extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_InternalRefresh_m1700260373 (FileSystemInfo_t3745885336 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.IO.FileSystemInfo::CheckPath(System.String) extern "C" IL2CPP_METHOD_ATTR void FileSystemInfo_CheckPath_m1572836275 (FileSystemInfo_t3745885336 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FileSystemInfo_CheckPath_m1572836275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,FileSystemInfo_CheckPath_m1572836275_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral3851976972, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,FileSystemInfo_CheckPath_m1572836275_RuntimeMethod_var); } IL_0027: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_5); int32_t L_7 = String_IndexOfAny_m4159774896(L_5, L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,FileSystemInfo_CheckPath_m1572836275_RuntimeMethod_var); } IL_0043: { 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.IO.IOException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m971599150 (IOException_t4088381929 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IOException__ctor_m971599150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException__ctor_m3298527747(__this, _stringLiteral3923874395, /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3662782713 (IOException_t4088381929 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m3246761956 (IOException_t4088381929 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m58488270 (IOException_t4088381929 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.IOException::.ctor(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m2367100481 (IOException_t4088381929 * __this, String_t* ___message0, int32_t ___hresult1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___hresult1; Exception_set_HResult_m3489164646(__this, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { MemoryStream__ctor_m2128850779(__this, 0, /*hidden argument*/NULL); return; } } // System.Void System.IO.MemoryStream::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2128850779 (MemoryStream_t94973147 * __this, int32_t ___capacity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream__ctor_m2128850779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); int32_t L_0 = ___capacity0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_1, _stringLiteral3623012086, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream__ctor_m2128850779_RuntimeMethod_var); } IL_0018: { __this->set_canWrite_2((bool)1); int32_t L_2 = ___capacity0; __this->set_capacity_4(L_2); int32_t L_3 = ___capacity0; __this->set_internalBuffer_6(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_3))); __this->set_expandable_8((bool)1); __this->set_allowGetBuffer_3((bool)1); return; } } // System.Void System.IO.MemoryStream::.ctor(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m4100805873 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream__ctor_m4100805873_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream__ctor_m4100805873_RuntimeMethod_var); } IL_0017: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; ByteU5BU5D_t4116647657* L_3 = ___buffer0; NullCheck(L_3); MemoryStream_InternalConstructor_m150311326(__this, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (bool)1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.IO.MemoryStream::InternalConstructor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_InternalConstructor_m150311326 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___index1, int32_t ___count2, bool ___writable3, bool ___publicallyVisible4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_InternalConstructor_m150311326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_InternalConstructor_m150311326_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_3 = ___count2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_002a; } } IL_001f: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral418218535, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MemoryStream_InternalConstructor_m150311326_RuntimeMethod_var); } IL_002a: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; NullCheck(L_5); int32_t L_6 = ___index1; int32_t L_7 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)L_6))) >= ((int32_t)L_7))) { goto IL_0045; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral3404462235, _stringLiteral2315682141, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,MemoryStream_InternalConstructor_m150311326_RuntimeMethod_var); } IL_0045: { bool L_9 = ___writable3; __this->set_canWrite_2(L_9); ByteU5BU5D_t4116647657* L_10 = ___buffer0; __this->set_internalBuffer_6(L_10); int32_t L_11 = ___count2; int32_t L_12 = ___index1; __this->set_capacity_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))); int32_t L_13 = __this->get_capacity_4(); __this->set_length_5(L_13); int32_t L_14 = ___index1; __this->set_position_10(L_14); int32_t L_15 = ___index1; __this->set_initialIndex_7(L_15); bool L_16 = ___publicallyVisible4; __this->set_allowGetBuffer_3(L_16); __this->set_expandable_8((bool)0); return; } } // System.Void System.IO.MemoryStream::CheckIfClosedThrowDisposed() extern "C" IL2CPP_METHOD_ATTR void MemoryStream_CheckIfClosedThrowDisposed_m3740555627 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_CheckIfClosedThrowDisposed_m3740555627_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_streamClosed_9(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3035997554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_CheckIfClosedThrowDisposed_m3740555627_RuntimeMethod_var); } IL_0016: { return; } } // System.Boolean System.IO.MemoryStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool MemoryStream_get_CanRead_m1639425566 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_streamClosed_9(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.IO.MemoryStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool MemoryStream_get_CanSeek_m2835368013 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_streamClosed_9(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.IO.MemoryStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool MemoryStream_get_CanWrite_m3127242210 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_streamClosed_9(); if (L_0) { goto IL_0013; } } { bool L_1 = __this->get_canWrite_2(); G_B3_0 = ((int32_t)(L_1)); goto IL_0014; } IL_0013: { G_B3_0 = 0; } IL_0014: { return (bool)G_B3_0; } } // System.Void System.IO.MemoryStream::set_Capacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_set_Capacity_m1773624579 (MemoryStream_t94973147 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_set_Capacity_m1773624579_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int32_t L_0 = ___value0; int32_t L_1 = __this->get_capacity_4(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0013; } } { return; } IL_0013: { bool L_2 = __this->get_expandable_8(); if (L_2) { goto IL_0029; } } { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral3534562261, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MemoryStream_set_Capacity_m1773624579_RuntimeMethod_var); } IL_0029: { int32_t L_4 = ___value0; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_003c; } } { int32_t L_5 = ___value0; int32_t L_6 = __this->get_length_5(); if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0079; } } IL_003c: { ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1672541915); (L_7)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1672541915); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = ___value0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3452614528); (L_12)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614528); ObjectU5BU5D_t2843939325* L_13 = L_12; int32_t L_14 = __this->get_capacity_4(); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m2971454694(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_18 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_18, _stringLiteral3493618073, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,MemoryStream_set_Capacity_m1773624579_RuntimeMethod_var); } IL_0079: { V_0 = (ByteU5BU5D_t4116647657*)NULL; int32_t L_19 = ___value0; if (!L_19) { goto IL_009c; } } { int32_t L_20 = ___value0; V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_20)); ByteU5BU5D_t4116647657* L_21 = __this->get_internalBuffer_6(); ByteU5BU5D_t4116647657* L_22 = V_0; int32_t L_23 = __this->get_length_5(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, 0, (RuntimeArray *)(RuntimeArray *)L_22, 0, L_23, /*hidden argument*/NULL); } IL_009c: { __this->set_dirty_bytes_11(0); ByteU5BU5D_t4116647657* L_24 = V_0; __this->set_internalBuffer_6(L_24); int32_t L_25 = ___value0; __this->set_capacity_4(L_25); return; } } // System.Int64 System.IO.MemoryStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t MemoryStream_get_Length_m1064991453 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_length_5(); int32_t L_1 = __this->get_initialIndex_7(); return (((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))))); } } // System.Int64 System.IO.MemoryStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t MemoryStream_get_Position_m3733941202 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_position_10(); int32_t L_1 = __this->get_initialIndex_7(); return (((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))))); } } // System.Void System.IO.MemoryStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_set_Position_m3169779190 (MemoryStream_t94973147 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_set_Position_m3169779190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_001e; } } { ArgumentOutOfRangeException_t777629997 * L_1 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_1, _stringLiteral3493618073, _stringLiteral2220137664, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_set_Position_m3169779190_RuntimeMethod_var); } IL_001e: { int64_t L_2 = ___value0; if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_003a; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral3493618073, _stringLiteral2714334566, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MemoryStream_set_Position_m3169779190_RuntimeMethod_var); } IL_003a: { int32_t L_4 = __this->get_initialIndex_7(); int64_t L_5 = ___value0; __this->set_position_10(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)(((int32_t)((int32_t)L_5)))))); return; } } // System.Void System.IO.MemoryStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_Dispose_m3070412825 (MemoryStream_t94973147 * __this, bool ___disposing0, const RuntimeMethod* method) { { __this->set_streamClosed_9((bool)1); __this->set_expandable_8((bool)0); return; } } // System.Void System.IO.MemoryStream::Flush() extern "C" IL2CPP_METHOD_ATTR void MemoryStream_Flush_m404193925 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { { return; } } // System.Byte[] System.IO.MemoryStream::GetBuffer() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MemoryStream_GetBuffer_m1167568916 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_GetBuffer_m1167568916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_allowGetBuffer_3(); if (L_0) { goto IL_0011; } } { UnauthorizedAccessException_t490705335 * L_1 = (UnauthorizedAccessException_t490705335 *)il2cpp_codegen_object_new(UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var); UnauthorizedAccessException__ctor_m246605039(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_GetBuffer_m1167568916_RuntimeMethod_var); } IL_0011: { ByteU5BU5D_t4116647657* L_2 = __this->get_internalBuffer_6(); return L_2; } } // System.Int32 System.IO.MemoryStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MemoryStream_Read_m337792459 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_Read_m337792459_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_Read_m337792459_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___offset1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_3 = ___count2; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0030; } } IL_0025: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral1888689445, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MemoryStream_Read_m337792459_RuntimeMethod_var); } IL_0030: { ByteU5BU5D_t4116647657* L_5 = ___buffer0; NullCheck(L_5); int32_t L_6 = ___offset1; int32_t L_7 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)L_6))) >= ((int32_t)L_7))) { goto IL_004b; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_8, _stringLiteral3296080155, _stringLiteral1733152007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,MemoryStream_Read_m337792459_RuntimeMethod_var); } IL_004b: { int32_t L_9 = __this->get_position_10(); int32_t L_10 = __this->get_length_5(); if ((((int32_t)L_9) >= ((int32_t)L_10))) { goto IL_0062; } } { int32_t L_11 = ___count2; if (L_11) { goto IL_0064; } } IL_0062: { return 0; } IL_0064: { int32_t L_12 = __this->get_position_10(); int32_t L_13 = __this->get_length_5(); int32_t L_14 = ___count2; if ((((int32_t)L_12) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))))) { goto IL_0086; } } { int32_t L_15 = __this->get_length_5(); int32_t L_16 = __this->get_position_10(); ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)); } IL_0086: { ByteU5BU5D_t4116647657* L_17 = __this->get_internalBuffer_6(); int32_t L_18 = __this->get_position_10(); ByteU5BU5D_t4116647657* L_19 = ___buffer0; int32_t L_20 = ___offset1; int32_t L_21 = ___count2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, L_18, (RuntimeArray *)(RuntimeArray *)L_19, L_20, L_21, /*hidden argument*/NULL); int32_t L_22 = __this->get_position_10(); int32_t L_23 = ___count2; __this->set_position_10(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23))); int32_t L_24 = ___count2; return L_24; } } // System.Int32 System.IO.MemoryStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t MemoryStream_ReadByte_m881980848 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_position_10(); int32_t L_1 = __this->get_length_5(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0019; } } { return (-1); } IL_0019: { ByteU5BU5D_t4116647657* L_2 = __this->get_internalBuffer_6(); int32_t L_3 = __this->get_position_10(); int32_t L_4 = L_3; V_0 = L_4; __this->set_position_10(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); int32_t L_6 = L_5; uint8_t L_7 = (L_2)->GetAt(static_cast(L_6)); return L_7; } } // System.Int64 System.IO.MemoryStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t MemoryStream_Seek_m3459579537 (MemoryStream_t94973147 * __this, int64_t ___offset0, int32_t ___loc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_Seek_m3459579537_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); int64_t L_0 = ___offset0; if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0028; } } { int64_t L_1 = ___offset0; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1806919118, L_3, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,MemoryStream_Seek_m3459579537_RuntimeMethod_var); } IL_0028: { int32_t L_6 = ___loc1; V_1 = L_6; int32_t L_7 = V_1; switch (L_7) { case 0: { goto IL_0041; } case 1: { goto IL_0060; } case 2: { goto IL_006c; } } } { goto IL_0078; } IL_0041: { int64_t L_8 = ___offset0; if ((((int64_t)L_8) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0054; } } { IOException_t4088381929 * L_9 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_9, _stringLiteral1968931435, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,MemoryStream_Seek_m3459579537_RuntimeMethod_var); } IL_0054: { int32_t L_10 = __this->get_initialIndex_7(); V_0 = L_10; goto IL_0088; } IL_0060: { int32_t L_11 = __this->get_position_10(); V_0 = L_11; goto IL_0088; } IL_006c: { int32_t L_12 = __this->get_length_5(); V_0 = L_12; goto IL_0088; } IL_0078: { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, _stringLiteral537188383, _stringLiteral4261885912, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,MemoryStream_Seek_m3459579537_RuntimeMethod_var); } IL_0088: { int32_t L_14 = V_0; int64_t L_15 = ___offset0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)(((int32_t)((int32_t)L_15))))); int32_t L_16 = V_0; int32_t L_17 = __this->get_initialIndex_7(); if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_00a4; } } { IOException_t4088381929 * L_18 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_18, _stringLiteral1968931435, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,MemoryStream_Seek_m3459579537_RuntimeMethod_var); } IL_00a4: { int32_t L_19 = V_0; __this->set_position_10(L_19); int32_t L_20 = __this->get_position_10(); return (((int64_t)((int64_t)L_20))); } } // System.Int32 System.IO.MemoryStream::CalculateNewCapacity(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t MemoryStream_CalculateNewCapacity_m30466263 (MemoryStream_t94973147 * __this, int32_t ___minimum0, const RuntimeMethod* method) { { int32_t L_0 = ___minimum0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)256)))) { goto IL_0012; } } { ___minimum0 = ((int32_t)256); } IL_0012: { int32_t L_1 = ___minimum0; int32_t L_2 = __this->get_capacity_4(); if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))))) { goto IL_002a; } } { int32_t L_3 = __this->get_capacity_4(); ___minimum0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)); } IL_002a: { int32_t L_4 = ___minimum0; return L_4; } } // System.Void System.IO.MemoryStream::Expand(System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_Expand_m3554752073 (MemoryStream_t94973147 * __this, int32_t ___newSize0, const RuntimeMethod* method) { { int32_t L_0 = ___newSize0; int32_t L_1 = __this->get_capacity_4(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_001e; } } { int32_t L_2 = ___newSize0; int32_t L_3 = MemoryStream_CalculateNewCapacity_m30466263(__this, L_2, /*hidden argument*/NULL); VirtActionInvoker1< int32_t >::Invoke(28 /* System.Void System.IO.MemoryStream::set_Capacity(System.Int32) */, __this, L_3); goto IL_0048; } IL_001e: { int32_t L_4 = __this->get_dirty_bytes_11(); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0048; } } { ByteU5BU5D_t4116647657* L_5 = __this->get_internalBuffer_6(); int32_t L_6 = __this->get_length_5(); int32_t L_7 = __this->get_dirty_bytes_11(); Array_Clear_m2231608178(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_dirty_bytes_11(0); } IL_0048: { return; } } // System.Void System.IO.MemoryStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_SetLength_m974389318 (MemoryStream_t94973147 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_SetLength_m974389318_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_expandable_8(); if (L_0) { goto IL_0023; } } { int64_t L_1 = ___value0; int32_t L_2 = __this->get_capacity_4(); if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)L_2)))))) { goto IL_0023; } } { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral1724789403, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MemoryStream_SetLength_m974389318_RuntimeMethod_var); } IL_0023: { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); bool L_4 = __this->get_canWrite_2(); if (L_4) { goto IL_0044; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2876265277, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_6 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,MemoryStream_SetLength_m974389318_RuntimeMethod_var); } IL_0044: { int64_t L_7 = ___value0; if ((((int64_t)L_7) < ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0060; } } { int64_t L_8 = ___value0; int32_t L_9 = __this->get_initialIndex_7(); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)L_9)))))) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_0066; } } IL_0060: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,MemoryStream_SetLength_m974389318_RuntimeMethod_var); } IL_0066: { int64_t L_11 = ___value0; int32_t L_12 = __this->get_initialIndex_7(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)L_11))), (int32_t)L_12)); int32_t L_13 = V_0; int32_t L_14 = __this->get_length_5(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0088; } } { int32_t L_15 = V_0; MemoryStream_Expand_m3554752073(__this, L_15, /*hidden argument*/NULL); goto IL_00a9; } IL_0088: { int32_t L_16 = V_0; int32_t L_17 = __this->get_length_5(); if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_00a9; } } { int32_t L_18 = __this->get_dirty_bytes_11(); int32_t L_19 = __this->get_length_5(); int32_t L_20 = V_0; __this->set_dirty_bytes_11(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))))); } IL_00a9: { int32_t L_21 = V_0; __this->set_length_5(L_21); int32_t L_22 = __this->get_position_10(); int32_t L_23 = __this->get_length_5(); if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_00cd; } } { int32_t L_24 = __this->get_length_5(); __this->set_position_10(L_24); } IL_00cd: { return; } } // System.Byte[] System.IO.MemoryStream::ToArray() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* MemoryStream_ToArray_m3911744835 (MemoryStream_t94973147 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_ToArray_m3911744835_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_t4116647657* V_1 = NULL; { int32_t L_0 = __this->get_length_5(); int32_t L_1 = __this->get_initialIndex_7(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_0; V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_2)); ByteU5BU5D_t4116647657* L_3 = __this->get_internalBuffer_6(); if (!L_3) { goto IL_0034; } } { ByteU5BU5D_t4116647657* L_4 = __this->get_internalBuffer_6(); int32_t L_5 = __this->get_initialIndex_7(); ByteU5BU5D_t4116647657* L_6 = V_1; int32_t L_7 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, (RuntimeArray *)(RuntimeArray *)L_6, 0, L_7, /*hidden argument*/NULL); } IL_0034: { ByteU5BU5D_t4116647657* L_8 = V_1; return L_8; } } // System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_Write_m162543801 (MemoryStream_t94973147 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_Write_m162543801_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); bool L_0 = __this->get_canWrite_2(); if (L_0) { goto IL_001c; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral3997828764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_Write_m162543801_RuntimeMethod_var); } IL_001c: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MemoryStream_Write_m162543801_RuntimeMethod_var); } IL_002d: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_003b; } } { int32_t L_5 = ___count2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0041; } } IL_003b: { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,MemoryStream_Write_m162543801_RuntimeMethod_var); } IL_0041: { ByteU5BU5D_t4116647657* L_7 = ___buffer0; NullCheck(L_7); int32_t L_8 = ___offset1; int32_t L_9 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))) >= ((int32_t)L_9))) { goto IL_005c; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral3296080155, _stringLiteral1733152007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,MemoryStream_Write_m162543801_RuntimeMethod_var); } IL_005c: { int32_t L_11 = __this->get_position_10(); int32_t L_12 = __this->get_length_5(); int32_t L_13 = ___count2; if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))))) { goto IL_007d; } } { int32_t L_14 = __this->get_position_10(); int32_t L_15 = ___count2; MemoryStream_Expand_m3554752073(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL); } IL_007d: { ByteU5BU5D_t4116647657* L_16 = ___buffer0; int32_t L_17 = ___offset1; ByteU5BU5D_t4116647657* L_18 = __this->get_internalBuffer_6(); int32_t L_19 = __this->get_position_10(); int32_t L_20 = ___count2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_16, L_17, (RuntimeArray *)(RuntimeArray *)L_18, L_19, L_20, /*hidden argument*/NULL); int32_t L_21 = __this->get_position_10(); int32_t L_22 = ___count2; __this->set_position_10(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22))); int32_t L_23 = __this->get_position_10(); int32_t L_24 = __this->get_length_5(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_00bc; } } { int32_t L_25 = __this->get_position_10(); __this->set_length_5(L_25); } IL_00bc: { return; } } // System.Void System.IO.MemoryStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void MemoryStream_WriteByte_m4085656483 (MemoryStream_t94973147 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemoryStream_WriteByte_m4085656483_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { MemoryStream_CheckIfClosedThrowDisposed_m3740555627(__this, /*hidden argument*/NULL); bool L_0 = __this->get_canWrite_2(); if (L_0) { goto IL_001c; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral3997828764, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MemoryStream_WriteByte_m4085656483_RuntimeMethod_var); } IL_001c: { int32_t L_2 = __this->get_position_10(); int32_t L_3 = __this->get_length_5(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0049; } } { int32_t L_4 = __this->get_position_10(); MemoryStream_Expand_m3554752073(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); int32_t L_5 = __this->get_position_10(); __this->set_length_5(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); } IL_0049: { ByteU5BU5D_t4116647657* L_6 = __this->get_internalBuffer_6(); int32_t L_7 = __this->get_position_10(); int32_t L_8 = L_7; V_0 = L_8; __this->set_position_10(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; uint8_t L_10 = ___value0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)L_10); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.MonoIO::.cctor() extern "C" IL2CPP_METHOD_ATTR void MonoIO__cctor_m3715714639 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO__cctor_m3715714639_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->set_InvalidFileAttributes_0((-1)); intptr_t L_0 = IntPtr_op_Explicit_m1593085246(NULL /*static, unused*/, (((int64_t)((int64_t)(-1)))), /*hidden argument*/NULL); ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->set_InvalidHandle_1(L_0); return; } } // System.Exception System.IO.MonoIO::GetException(System.IO.MonoIOError) extern "C" IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m865954703 (RuntimeObject * __this /* static, unused */, int32_t ___error0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_GetException_m865954703_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___error0; V_1 = L_0; int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0016; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)80)))) { goto IL_0021; } } { goto IL_0035; } IL_0016: { UnauthorizedAccessException_t490705335 * L_3 = (UnauthorizedAccessException_t490705335 *)il2cpp_codegen_object_new(UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var); UnauthorizedAccessException__ctor_m40101894(L_3, _stringLiteral948995225, /*hidden argument*/NULL); return L_3; } IL_0021: { V_0 = _stringLiteral3659692807; String_t* L_4 = V_0; int32_t L_5 = ___error0; IOException_t4088381929 * L_6 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_6, L_4, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_5)), /*hidden argument*/NULL); return L_6; } IL_0035: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); int32_t L_8 = ___error0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Exception_t * L_9 = MonoIO_GetException_m1522387862(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Exception System.IO.MonoIO::GetException(System.String,System.IO.MonoIOError) extern "C" IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m1522387862 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_GetException_m1522387862_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___error1; V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2))) { case 0: { goto IL_009b; } case 1: { goto IL_00c1; } case 2: { goto IL_00af; } case 3: { goto IL_00d4; } case 4: { goto IL_00e7; } } } { int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)29)))) { case 0: { goto IL_0160; } case 1: { goto IL_003b; } case 2: { goto IL_003b; } case 3: { goto IL_017a; } case 4: { goto IL_0194; } } } IL_003b: { int32_t L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)15)))) { case 0: { goto IL_0101; } case 1: { goto IL_0050; } case 2: { goto IL_020e; } } } IL_0050: { int32_t L_4 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)80)))) { case 0: { goto IL_0114; } case 1: { goto IL_0065; } case 2: { goto IL_01f4; } } } IL_0065: { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)39)))) { goto IL_01ae; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)87)))) { goto IL_0141; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)145)))) { goto IL_01c8; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)206)))) { goto IL_012e; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)6000)))) { goto IL_01e2; } } { goto IL_0222; } IL_009b: { String_t* L_10 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3974625283, L_10, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; String_t* L_13 = ___path0; FileNotFoundException_t225391025 * L_14 = (FileNotFoundException_t225391025 *)il2cpp_codegen_object_new(FileNotFoundException_t225391025_il2cpp_TypeInfo_var); FileNotFoundException__ctor_m1953317719(L_14, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_00af: { int32_t L_15 = ___error1; IOException_t4088381929 * L_16 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_16, _stringLiteral3502775573, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_15)), /*hidden argument*/NULL); return L_16; } IL_00c1: { String_t* L_17 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral501917651, L_17, /*hidden argument*/NULL); V_0 = L_18; String_t* L_19 = V_0; DirectoryNotFoundException_t1220582502 * L_20 = (DirectoryNotFoundException_t1220582502 *)il2cpp_codegen_object_new(DirectoryNotFoundException_t1220582502_il2cpp_TypeInfo_var); DirectoryNotFoundException__ctor_m3235664382(L_20, L_19, /*hidden argument*/NULL); return L_20; } IL_00d4: { String_t* L_21 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2448348224, L_21, /*hidden argument*/NULL); V_0 = L_22; String_t* L_23 = V_0; UnauthorizedAccessException_t490705335 * L_24 = (UnauthorizedAccessException_t490705335 *)il2cpp_codegen_object_new(UnauthorizedAccessException_t490705335_il2cpp_TypeInfo_var); UnauthorizedAccessException__ctor_m40101894(L_24, L_23, /*hidden argument*/NULL); return L_24; } IL_00e7: { String_t* L_25 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3684854129, L_25, /*hidden argument*/NULL); V_0 = L_26; String_t* L_27 = V_0; int32_t L_28 = ___error1; IOException_t4088381929 * L_29 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_29, L_27, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_28)), /*hidden argument*/NULL); return L_29; } IL_0101: { String_t* L_30 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral261303297, L_30, /*hidden argument*/NULL); V_0 = L_31; String_t* L_32 = V_0; DriveNotFoundException_t3618847791 * L_33 = (DriveNotFoundException_t3618847791 *)il2cpp_codegen_object_new(DriveNotFoundException_t3618847791_il2cpp_TypeInfo_var); DriveNotFoundException__ctor_m2354508450(L_33, L_32, /*hidden argument*/NULL); return L_33; } IL_0114: { String_t* L_34 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4034784504, L_34, /*hidden argument*/NULL); V_0 = L_35; String_t* L_36 = V_0; int32_t L_37 = ___error1; IOException_t4088381929 * L_38 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_38, L_36, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_37)), /*hidden argument*/NULL); return L_38; } IL_012e: { String_t* L_39 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1775864726, L_39, /*hidden argument*/NULL); V_0 = L_40; String_t* L_41 = V_0; PathTooLongException_t2919094560 * L_42 = (PathTooLongException_t2919094560 *)il2cpp_codegen_object_new(PathTooLongException_t2919094560_il2cpp_TypeInfo_var); PathTooLongException__ctor_m2026445941(L_42, L_41, /*hidden argument*/NULL); return L_42; } IL_0141: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral2495367332, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); V_0 = L_43; String_t* L_44 = V_0; int32_t L_45 = ___error1; IOException_t4088381929 * L_46 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_46, L_44, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_45)), /*hidden argument*/NULL); return L_46; } IL_0160: { String_t* L_47 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2573870367, L_47, /*hidden argument*/NULL); V_0 = L_48; String_t* L_49 = V_0; int32_t L_50 = ___error1; IOException_t4088381929 * L_51 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_51, L_49, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_50)), /*hidden argument*/NULL); return L_51; } IL_017a: { String_t* L_52 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral684787437, L_52, /*hidden argument*/NULL); V_0 = L_53; String_t* L_54 = V_0; int32_t L_55 = ___error1; IOException_t4088381929 * L_56 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_56, L_54, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_55)), /*hidden argument*/NULL); return L_56; } IL_0194: { String_t* L_57 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2022657592, L_57, /*hidden argument*/NULL); V_0 = L_58; String_t* L_59 = V_0; int32_t L_60 = ___error1; IOException_t4088381929 * L_61 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_61, L_59, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_60)), /*hidden argument*/NULL); return L_61; } IL_01ae: { String_t* L_62 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4210835147, L_62, /*hidden argument*/NULL); V_0 = L_63; String_t* L_64 = V_0; int32_t L_65 = ___error1; IOException_t4088381929 * L_66 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_66, L_64, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_65)), /*hidden argument*/NULL); return L_66; } IL_01c8: { String_t* L_67 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3622919541, L_67, /*hidden argument*/NULL); V_0 = L_68; String_t* L_69 = V_0; int32_t L_70 = ___error1; IOException_t4088381929 * L_71 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_71, L_69, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_70)), /*hidden argument*/NULL); return L_71; } IL_01e2: { int32_t L_72 = ___error1; IOException_t4088381929 * L_73 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_73, _stringLiteral2730556301, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_72)), /*hidden argument*/NULL); return L_73; } IL_01f4: { String_t* L_74 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3669075127, L_74, /*hidden argument*/NULL); V_0 = L_75; String_t* L_76 = V_0; int32_t L_77 = ___error1; IOException_t4088381929 * L_78 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_78, L_76, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_77)), /*hidden argument*/NULL); return L_78; } IL_020e: { V_0 = _stringLiteral1184655191; String_t* L_79 = V_0; int32_t L_80 = ___error1; IOException_t4088381929 * L_81 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_81, L_79, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_80)), /*hidden argument*/NULL); return L_81; } IL_0222: { int32_t L_82 = ___error1; int32_t L_83 = L_82; RuntimeObject * L_84 = Box(MonoIOError_t367894402_il2cpp_TypeInfo_var, &L_83); String_t* L_85 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_86 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3246380181, L_84, L_85, /*hidden argument*/NULL); V_0 = L_86; String_t* L_87 = V_0; int32_t L_88 = ___error1; IOException_t4088381929 * L_89 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m2367100481(L_89, L_87, ((int32_t)((int32_t)((int32_t)-2147024896)|(int32_t)L_88)), /*hidden argument*/NULL); return L_89; } } // System.Boolean System.IO.MonoIO::CreateDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_CreateDirectory_m120522531 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { typedef bool (*MonoIO_CreateDirectory_m120522531_ftn) (String_t*, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_CreateDirectory_m120522531_ftn)mscorlib::System::IO::MonoIO::CreateDirectory) (___path0, ___error1); } // System.Boolean System.IO.MonoIO::RemoveDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_RemoveDirectory_m1077394976 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { typedef bool (*MonoIO_RemoveDirectory_m1077394976_ftn) (String_t*, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_RemoveDirectory_m1077394976_ftn)mscorlib::System::IO::MonoIO::RemoveDirectory) (___path0, ___error1); } // System.String[] System.IO.MonoIO::GetFileSystemEntries(System.String,System.String,System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* MonoIO_GetFileSystemEntries_m37351365 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___path_with_pattern1, int32_t ___attrs2, int32_t ___mask3, int32_t* ___error4, const RuntimeMethod* method) { typedef StringU5BU5D_t1281789340* (*MonoIO_GetFileSystemEntries_m37351365_ftn) (String_t*, String_t*, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetFileSystemEntries_m37351365_ftn)mscorlib::System::IO::MonoIO::GetFileSystemEntries) (___path0, ___path_with_pattern1, ___attrs2, ___mask3, ___error4); } // System.String System.IO.MonoIO::GetCurrentDirectory(System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR String_t* MonoIO_GetCurrentDirectory_m762333289 (RuntimeObject * __this /* static, unused */, int32_t* ___error0, const RuntimeMethod* method) { typedef String_t* (*MonoIO_GetCurrentDirectory_m762333289_ftn) (int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetCurrentDirectory_m762333289_ftn)mscorlib::System::IO::MonoIO::GetCurrentDirectory) (___error0); } // System.Boolean System.IO.MonoIO::MoveFile(System.String,System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_MoveFile_m702121215 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___dest1, int32_t* ___error2, const RuntimeMethod* method) { typedef bool (*MonoIO_MoveFile_m702121215_ftn) (String_t*, String_t*, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_MoveFile_m702121215_ftn)mscorlib::System::IO::MonoIO::MoveFile) (___path0, ___dest1, ___error2); } // System.Boolean System.IO.MonoIO::CopyFile(System.String,System.String,System.Boolean,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_CopyFile_m171583172 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t* ___dest1, bool ___overwrite2, int32_t* ___error3, const RuntimeMethod* method) { typedef bool (*MonoIO_CopyFile_m171583172_ftn) (String_t*, String_t*, bool, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_CopyFile_m171583172_ftn)mscorlib::System::IO::MonoIO::CopyFile) (___path0, ___dest1, ___overwrite2, ___error3); } // System.Boolean System.IO.MonoIO::DeleteFile(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_DeleteFile_m3839141322 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { typedef bool (*MonoIO_DeleteFile_m3839141322_ftn) (String_t*, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_DeleteFile_m3839141322_ftn)mscorlib::System::IO::MonoIO::DeleteFile) (___path0, ___error1); } // System.IO.FileAttributes System.IO.MonoIO::GetFileAttributes(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileAttributes_m2086493016 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { typedef int32_t (*MonoIO_GetFileAttributes_m2086493016_ftn) (String_t*, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetFileAttributes_m2086493016_ftn)mscorlib::System::IO::MonoIO::GetFileAttributes) (___path0, ___error1); } // System.IO.MonoFileType System.IO.MonoIO::GetFileType(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileType_m101289143 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method) { typedef int32_t (*MonoIO_GetFileType_m101289143_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetFileType_m101289143_ftn)mscorlib::System::IO::MonoIO::GetFileType) (___handle0, ___error1); } // System.Boolean System.IO.MonoIO::Exists(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_Exists_m1882747437 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_Exists_m1882747437_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; int32_t* L_1 = ___error1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = MonoIO_GetFileAttributes_m2086493016(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0015; } } { return (bool)0; } IL_0015: { return (bool)1; } } // System.Boolean System.IO.MonoIO::ExistsFile(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsFile_m812572516 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_ExistsFile_m812572516_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; int32_t* L_1 = ___error1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = MonoIO_GetFileAttributes_m2086493016(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0015; } } { return (bool)0; } IL_0015: { int32_t L_5 = V_0; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)16)))) { goto IL_0020; } } { return (bool)0; } IL_0020: { return (bool)1; } } // System.Boolean System.IO.MonoIO::ExistsDirectory(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsDirectory_m2182482658 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_ExistsDirectory_m2182482658_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; int32_t* L_1 = ___error1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = MonoIO_GetFileAttributes_m2086493016(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t* L_3 = ___error1; if ((!(((uint32_t)(*((int32_t*)L_3))) == ((uint32_t)2)))) { goto IL_0013; } } { int32_t* L_4 = ___error1; *((int32_t*)(L_4)) = (int32_t)3; } IL_0013: { int32_t L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_6 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_7 = V_0; if (((int32_t)((int32_t)L_7&(int32_t)((int32_t)16)))) { goto IL_002b; } } { return (bool)0; } IL_002b: { return (bool)1; } } // System.Boolean System.IO.MonoIO::ExistsSymlink(System.String,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_ExistsSymlink_m3429865708 (RuntimeObject * __this /* static, unused */, String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoIO_ExistsSymlink_m3429865708_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; int32_t* L_1 = ___error1; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); int32_t L_2 = MonoIO_GetFileAttributes_m2086493016(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; int32_t L_4 = ((MonoIO_t2601436415_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t2601436415_il2cpp_TypeInfo_var))->get_InvalidFileAttributes_0(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0015; } } { return (bool)0; } IL_0015: { int32_t L_5 = V_0; if (((int32_t)((int32_t)L_5&(int32_t)((int32_t)1024)))) { goto IL_0023; } } { return (bool)0; } IL_0023: { return (bool)1; } } // System.Boolean System.IO.MonoIO::GetFileStat(System.String,System.IO.MonoIOStat&,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_GetFileStat_m678141354 (RuntimeObject * __this /* static, unused */, String_t* ___path0, MonoIOStat_t592533987 * ___stat1, int32_t* ___error2, const RuntimeMethod* method) { typedef bool (*MonoIO_GetFileStat_m678141354_ftn) (String_t*, MonoIOStat_t592533987 *, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetFileStat_m678141354_ftn)mscorlib::System::IO::MonoIO::GetFileStat) (___path0, ___stat1, ___error2); } // System.IntPtr System.IO.MonoIO::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_Open_m2245605962 (RuntimeObject * __this /* static, unused */, String_t* ___filename0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___options4, int32_t* ___error5, const RuntimeMethod* method) { typedef intptr_t (*MonoIO_Open_m2245605962_ftn) (String_t*, int32_t, int32_t, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_Open_m2245605962_ftn)mscorlib::System::IO::MonoIO::Open) (___filename0, ___mode1, ___access2, ___share3, ___options4, ___error5); } // System.Boolean System.IO.MonoIO::Close(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_Close_m3406045462 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method) { typedef bool (*MonoIO_Close_m3406045462_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_Close_m3406045462_ftn)mscorlib::System::IO::MonoIO::Close) (___handle0, ___error1); } // System.Int32 System.IO.MonoIO::Read(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_Read_m1129074620 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___dest1, int32_t ___dest_offset2, int32_t ___count3, int32_t* ___error4, const RuntimeMethod* method) { typedef int32_t (*MonoIO_Read_m1129074620_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_Read_m1129074620_ftn)mscorlib::System::IO::MonoIO::Read) (___handle0, ___dest1, ___dest_offset2, ___count3, ___error4); } // System.Int32 System.IO.MonoIO::Write(System.IntPtr,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int32_t MonoIO_Write_m3999708352 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, ByteU5BU5D_t4116647657* ___src1, int32_t ___src_offset2, int32_t ___count3, int32_t* ___error4, const RuntimeMethod* method) { typedef int32_t (*MonoIO_Write_m3999708352_ftn) (intptr_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_Write_m3999708352_ftn)mscorlib::System::IO::MonoIO::Write) (___handle0, ___src1, ___src_offset2, ___count3, ___error4); } // System.Int64 System.IO.MonoIO::Seek(System.IntPtr,System.Int64,System.IO.SeekOrigin,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int64_t MonoIO_Seek_m390267705 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int64_t ___offset1, int32_t ___origin2, int32_t* ___error3, const RuntimeMethod* method) { typedef int64_t (*MonoIO_Seek_m390267705_ftn) (intptr_t, int64_t, int32_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_Seek_m390267705_ftn)mscorlib::System::IO::MonoIO::Seek) (___handle0, ___offset1, ___origin2, ___error3); } // System.Int64 System.IO.MonoIO::GetLength(System.IntPtr,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR int64_t MonoIO_GetLength_m2300093603 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method) { typedef int64_t (*MonoIO_GetLength_m2300093603_ftn) (intptr_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_GetLength_m2300093603_ftn)mscorlib::System::IO::MonoIO::GetLength) (___handle0, ___error1); } // System.Boolean System.IO.MonoIO::SetLength(System.IntPtr,System.Int64,System.IO.MonoIOError&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_SetLength_m2811105392 (RuntimeObject * __this /* static, unused */, intptr_t ___handle0, int64_t ___length1, int32_t* ___error2, const RuntimeMethod* method) { typedef bool (*MonoIO_SetLength_m2811105392_ftn) (intptr_t, int64_t, int32_t*); using namespace il2cpp::icalls; return ((MonoIO_SetLength_m2811105392_ftn)mscorlib::System::IO::MonoIO::SetLength) (___handle0, ___length1, ___error2); } // System.IntPtr System.IO.MonoIO::get_ConsoleOutput() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleOutput_m1601613425 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (*MonoIO_get_ConsoleOutput_m1601613425_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_ConsoleOutput_m1601613425_ftn)mscorlib::System::IO::MonoIO::get_ConsoleOutput) (); } // System.IntPtr System.IO.MonoIO::get_ConsoleInput() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleInput_m610865495 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (*MonoIO_get_ConsoleInput_m610865495_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_ConsoleInput_m610865495_ftn)mscorlib::System::IO::MonoIO::get_ConsoleInput) (); } // System.IntPtr System.IO.MonoIO::get_ConsoleError() extern "C" IL2CPP_METHOD_ATTR intptr_t MonoIO_get_ConsoleError_m1156784591 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (*MonoIO_get_ConsoleError_m1156784591_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_ConsoleError_m1156784591_ftn)mscorlib::System::IO::MonoIO::get_ConsoleError) (); } // System.Char System.IO.MonoIO::get_VolumeSeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_VolumeSeparatorChar_m3246170182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Il2CppChar (*MonoIO_get_VolumeSeparatorChar_m3246170182_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_VolumeSeparatorChar_m3246170182_ftn)mscorlib::System::IO::MonoIO::get_VolumeSeparatorChar) (); } // System.Char System.IO.MonoIO::get_DirectorySeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_DirectorySeparatorChar_m820086465 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Il2CppChar (*MonoIO_get_DirectorySeparatorChar_m820086465_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_DirectorySeparatorChar_m820086465_ftn)mscorlib::System::IO::MonoIO::get_DirectorySeparatorChar) (); } // System.Char System.IO.MonoIO::get_AltDirectorySeparatorChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_AltDirectorySeparatorChar_m563952479 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Il2CppChar (*MonoIO_get_AltDirectorySeparatorChar_m563952479_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_AltDirectorySeparatorChar_m563952479_ftn)mscorlib::System::IO::MonoIO::get_AltDirectorySeparatorChar) (); } // System.Char System.IO.MonoIO::get_PathSeparator() extern "C" IL2CPP_METHOD_ATTR Il2CppChar MonoIO_get_PathSeparator_m4045322458 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef Il2CppChar (*MonoIO_get_PathSeparator_m4045322458_ftn) (); using namespace il2cpp::icalls; return ((MonoIO_get_PathSeparator_m4045322458_ftn)mscorlib::System::IO::MonoIO::get_PathSeparator) (); } // System.Boolean System.IO.MonoIO::RemapPath(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR bool MonoIO_RemapPath_m1142466502 (RuntimeObject * __this /* static, unused */, String_t* ___path0, String_t** ___newPath1, const RuntimeMethod* method) { typedef bool (*MonoIO_RemapPath_m1142466502_ftn) (String_t*, String_t**); using namespace il2cpp::icalls; return ((MonoIO_RemapPath_m1142466502_ftn)mscorlib::System::IO::MonoIO::RemapPath) (___path0, ___newPath1); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.IO.MonoIOStat extern "C" void MonoIOStat_t592533987_marshal_pinvoke(const MonoIOStat_t592533987& unmarshaled, MonoIOStat_t592533987_marshaled_pinvoke& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Name_0()); marshaled.___Attributes_1 = unmarshaled.get_Attributes_1(); marshaled.___Length_2 = unmarshaled.get_Length_2(); marshaled.___CreationTime_3 = unmarshaled.get_CreationTime_3(); marshaled.___LastAccessTime_4 = unmarshaled.get_LastAccessTime_4(); marshaled.___LastWriteTime_5 = unmarshaled.get_LastWriteTime_5(); } extern "C" void MonoIOStat_t592533987_marshal_pinvoke_back(const MonoIOStat_t592533987_marshaled_pinvoke& marshaled, MonoIOStat_t592533987& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_string_result(marshaled.___Name_0)); int32_t unmarshaled_Attributes_temp_1 = 0; unmarshaled_Attributes_temp_1 = marshaled.___Attributes_1; unmarshaled.set_Attributes_1(unmarshaled_Attributes_temp_1); int64_t unmarshaled_Length_temp_2 = 0; unmarshaled_Length_temp_2 = marshaled.___Length_2; unmarshaled.set_Length_2(unmarshaled_Length_temp_2); int64_t unmarshaled_CreationTime_temp_3 = 0; unmarshaled_CreationTime_temp_3 = marshaled.___CreationTime_3; unmarshaled.set_CreationTime_3(unmarshaled_CreationTime_temp_3); int64_t unmarshaled_LastAccessTime_temp_4 = 0; unmarshaled_LastAccessTime_temp_4 = marshaled.___LastAccessTime_4; unmarshaled.set_LastAccessTime_4(unmarshaled_LastAccessTime_temp_4); int64_t unmarshaled_LastWriteTime_temp_5 = 0; unmarshaled_LastWriteTime_temp_5 = marshaled.___LastWriteTime_5; unmarshaled.set_LastWriteTime_5(unmarshaled_LastWriteTime_temp_5); } // Conversion method for clean up from marshalling of: System.IO.MonoIOStat extern "C" void MonoIOStat_t592533987_marshal_pinvoke_cleanup(MonoIOStat_t592533987_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Name_0); marshaled.___Name_0 = NULL; } // Conversion methods for marshalling of: System.IO.MonoIOStat extern "C" void MonoIOStat_t592533987_marshal_com(const MonoIOStat_t592533987& unmarshaled, MonoIOStat_t592533987_marshaled_com& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Name_0()); marshaled.___Attributes_1 = unmarshaled.get_Attributes_1(); marshaled.___Length_2 = unmarshaled.get_Length_2(); marshaled.___CreationTime_3 = unmarshaled.get_CreationTime_3(); marshaled.___LastAccessTime_4 = unmarshaled.get_LastAccessTime_4(); marshaled.___LastWriteTime_5 = unmarshaled.get_LastWriteTime_5(); } extern "C" void MonoIOStat_t592533987_marshal_com_back(const MonoIOStat_t592533987_marshaled_com& marshaled, MonoIOStat_t592533987& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Name_0)); int32_t unmarshaled_Attributes_temp_1 = 0; unmarshaled_Attributes_temp_1 = marshaled.___Attributes_1; unmarshaled.set_Attributes_1(unmarshaled_Attributes_temp_1); int64_t unmarshaled_Length_temp_2 = 0; unmarshaled_Length_temp_2 = marshaled.___Length_2; unmarshaled.set_Length_2(unmarshaled_Length_temp_2); int64_t unmarshaled_CreationTime_temp_3 = 0; unmarshaled_CreationTime_temp_3 = marshaled.___CreationTime_3; unmarshaled.set_CreationTime_3(unmarshaled_CreationTime_temp_3); int64_t unmarshaled_LastAccessTime_temp_4 = 0; unmarshaled_LastAccessTime_temp_4 = marshaled.___LastAccessTime_4; unmarshaled.set_LastAccessTime_4(unmarshaled_LastAccessTime_temp_4); int64_t unmarshaled_LastWriteTime_temp_5 = 0; unmarshaled_LastWriteTime_temp_5 = marshaled.___LastWriteTime_5; unmarshaled.set_LastWriteTime_5(unmarshaled_LastWriteTime_temp_5); } // Conversion method for clean up from marshalling of: System.IO.MonoIOStat extern "C" void MonoIOStat_t592533987_marshal_com_cleanup(MonoIOStat_t592533987_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Name_0); marshaled.___Name_0 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.NullStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullStream__ctor_m2992573138 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullStream__ctor_m2992573138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.IO.NullStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool NullStream_get_CanRead_m1034149266 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.IO.NullStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool NullStream_get_CanSeek_m500620687 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.IO.NullStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool NullStream_get_CanWrite_m1245688616 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int64 System.IO.NullStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t NullStream_get_Length_m3184233382 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Int64 System.IO.NullStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t NullStream_get_Position_m4048431226 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Void System.IO.NullStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NullStream_set_Position_m4054051091 (NullStream_t1684893697 * __this, int64_t ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.NullStream::Flush() extern "C" IL2CPP_METHOD_ATTR void NullStream_Flush_m3382897993 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return; } } // System.Int32 System.IO.NullStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NullStream_Read_m3464254343 (NullStream_t1684893697 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.IO.NullStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t NullStream_ReadByte_m3043548024 (NullStream_t1684893697 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int64 System.IO.NullStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t NullStream_Seek_m1914924606 (NullStream_t1684893697 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { return (((int64_t)((int64_t)0))); } } // System.Void System.IO.NullStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void NullStream_SetLength_m1485742029 (NullStream_t1684893697 * __this, int64_t ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.NullStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NullStream_Write_m3898870979 (NullStream_t1684893697 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { return; } } // System.Void System.IO.NullStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void NullStream_WriteByte_m2819073019 (NullStream_t1684893697 * __this, uint8_t ___value0, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.Path::.cctor() extern "C" IL2CPP_METHOD_ATTR void Path__cctor_m3273994011 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path__cctor_m3273994011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); Il2CppChar L_0 = MonoIO_get_VolumeSeparatorChar_m3246170182(NULL /*static, unused*/, /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_VolumeSeparatorChar_5(L_0); Il2CppChar L_1 = MonoIO_get_DirectorySeparatorChar_m820086465(NULL /*static, unused*/, /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_DirectorySeparatorChar_2(L_1); Il2CppChar L_2 = MonoIO_get_AltDirectorySeparatorChar_m563952479(NULL /*static, unused*/, /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_AltDirectorySeparatorChar_1(L_2); Il2CppChar L_3 = MonoIO_get_PathSeparator_m4045322458(NULL /*static, unused*/, /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_PathSeparator_3(L_3); CharU5BU5D_t3528271667* L_4 = Path_GetInvalidPathChars_m3959874485(NULL /*static, unused*/, /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_InvalidPathChars_0(L_4); String_t* L_5 = Char_ToString_m3588025615((((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_address_of_DirectorySeparatorChar_2()), /*hidden argument*/NULL); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_DirectorySeparatorStr_4(L_5); CharU5BU5D_t3528271667* L_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); Il2CppChar L_7 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_6); (L_6)->SetAt(static_cast(0), (Il2CppChar)L_7); CharU5BU5D_t3528271667* L_8 = L_6; Il2CppChar L_9 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); NullCheck(L_8); (L_8)->SetAt(static_cast(1), (Il2CppChar)L_9); CharU5BU5D_t3528271667* L_10 = L_8; Il2CppChar L_11 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); NullCheck(L_10); (L_10)->SetAt(static_cast(2), (Il2CppChar)L_11); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_PathSeparatorChars_6(L_10); Il2CppChar L_12 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_13 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->set_dirEqualsVolume_7((bool)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0)); return; } } // System.String System.IO.Path::Combine(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_m3389272516 (RuntimeObject * __this /* static, unused */, String_t* ___path10, String_t* ___path21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_Combine_m3389272516_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { String_t* L_0 = ___path10; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral416398811, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Path_Combine_m3389272516_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path21; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral416398814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Path_Combine_m3389272516_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___path10; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { String_t* L_6 = ___path21; return L_6; } IL_002f: { String_t* L_7 = ___path21; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003c; } } { String_t* L_9 = ___path10; return L_9; } IL_003c: { String_t* L_10 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_11 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_10); int32_t L_12 = String_IndexOfAny_m4159774896(L_10, L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0058; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_13, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,Path_Combine_m3389272516_RuntimeMethod_var); } IL_0058: { String_t* L_14 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_15 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_14); int32_t L_16 = String_IndexOfAny_m4159774896(L_14, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) == ((int32_t)(-1)))) { goto IL_0074; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_17, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,Path_Combine_m3389272516_RuntimeMethod_var); } IL_0074: { String_t* L_18 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_19 = Path_IsPathRooted_m3515805419(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0081; } } { String_t* L_20 = ___path21; return L_20; } IL_0081: { String_t* L_21 = ___path10; String_t* L_22 = ___path10; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); NullCheck(L_21); Il2CppChar L_24 = String_get_Chars_m2986988803(L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_24; Il2CppChar L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_26 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_00be; } } { Il2CppChar L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_28 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_27) == ((int32_t)L_28))) { goto IL_00be; } } { Il2CppChar L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_30 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_29) == ((int32_t)L_30))) { goto IL_00be; } } { String_t* L_31 = ___path10; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_32 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_33 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m3755062657(NULL /*static, unused*/, L_31, L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00be: { String_t* L_35 = ___path10; String_t* L_36 = ___path21; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); return L_37; } } // System.String System.IO.Path::CleanPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_CleanPath_m3974596557 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_CleanPath_m3974596557_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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; CharU5BU5D_t3528271667* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; String_t* L_2 = ___s0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 0, /*hidden argument*/NULL); V_3 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)2))) { goto IL_0032; } } { Il2CppChar L_5 = V_3; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)92))))) { goto IL_0032; } } { String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)92))))) { goto IL_0032; } } { V_2 = 2; } IL_0032: { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0051; } } { Il2CppChar L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_10 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_004f; } } { Il2CppChar L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0051; } } IL_004f: { String_t* L_13 = ___s0; return L_13; } IL_0051: { int32_t L_14 = V_2; V_4 = L_14; goto IL_00c1; } IL_0059: { String_t* L_15 = ___s0; int32_t L_16 = V_4; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; Il2CppChar L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_19 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0080; } } { Il2CppChar L_20 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_21 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0080; } } { goto IL_00bb; } IL_0080: { int32_t L_22 = V_4; int32_t L_23 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))) == ((uint32_t)L_23)))) { goto IL_0093; } } { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); goto IL_00bb; } IL_0093: { String_t* L_25 = ___s0; int32_t L_26 = V_4; NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_27; Il2CppChar L_28 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_28) == ((int32_t)L_29))) { goto IL_00b7; } } { Il2CppChar L_30 = V_5; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_31 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((!(((uint32_t)L_30) == ((uint32_t)L_31)))) { goto IL_00bb; } } IL_00b7: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00bb: { int32_t L_33 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c1: { int32_t L_34 = V_4; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0059; } } { int32_t L_36 = V_1; if (L_36) { goto IL_00d1; } } { String_t* L_37 = ___s0; return L_37; } IL_00d1: { int32_t L_38 = V_0; int32_t L_39 = V_1; V_6 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)))); int32_t L_40 = V_2; if (!L_40) { goto IL_00ed; } } { CharU5BU5D_t3528271667* L_41 = V_6; NullCheck(L_41); (L_41)->SetAt(static_cast(0), (Il2CppChar)((int32_t)92)); CharU5BU5D_t3528271667* L_42 = V_6; NullCheck(L_42); (L_42)->SetAt(static_cast(1), (Il2CppChar)((int32_t)92)); } IL_00ed: { int32_t L_43 = V_2; V_7 = L_43; int32_t L_44 = V_2; V_8 = L_44; goto IL_018b; } IL_00f8: { String_t* L_45 = ___s0; int32_t L_46 = V_7; NullCheck(L_45); Il2CppChar L_47 = String_get_Chars_m2986988803(L_45, L_46, /*hidden argument*/NULL); V_9 = L_47; Il2CppChar L_48 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_49 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_48) == ((int32_t)L_49))) { goto IL_012b; } } { Il2CppChar L_50 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_51 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_50) == ((int32_t)L_51))) { goto IL_012b; } } { CharU5BU5D_t3528271667* L_52 = V_6; int32_t L_53 = V_8; int32_t L_54 = L_53; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); Il2CppChar L_55 = V_9; NullCheck(L_52); (L_52)->SetAt(static_cast(L_54), (Il2CppChar)L_55); goto IL_0185; } IL_012b: { int32_t L_56 = V_8; CharU5BU5D_t3528271667* L_57 = V_6; NullCheck(L_57); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length))))))) { goto IL_0185; } } { CharU5BU5D_t3528271667* L_58 = V_6; int32_t L_59 = V_8; int32_t L_60 = L_59; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_61 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_58); (L_58)->SetAt(static_cast(L_60), (Il2CppChar)L_61); goto IL_017b; } IL_014c: { String_t* L_62 = ___s0; int32_t L_63 = V_7; NullCheck(L_62); Il2CppChar L_64 = String_get_Chars_m2986988803(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)), /*hidden argument*/NULL); V_9 = L_64; Il2CppChar L_65 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_66 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_65) == ((int32_t)L_66))) { goto IL_0175; } } { Il2CppChar L_67 = V_9; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_68 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_67) == ((int32_t)L_68))) { goto IL_0175; } } { goto IL_0185; } IL_0175: { int32_t L_69 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_017b: { int32_t L_70 = V_7; int32_t L_71 = V_0; if ((((int32_t)L_70) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)1))))) { goto IL_014c; } } IL_0185: { int32_t L_72 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_018b: { int32_t L_73 = V_7; int32_t L_74 = V_0; if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_019e; } } { int32_t L_75 = V_8; CharU5BU5D_t3528271667* L_76 = V_6; NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_00f8; } } IL_019e: { CharU5BU5D_t3528271667* L_77 = V_6; String_t* L_78 = String_CreateString_m2818852475(NULL, L_77, /*hidden argument*/NULL); return L_78; } } // System.String System.IO.Path::GetDirectoryName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m3496866581 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetDirectoryName_m3496866581_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral2592622521, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Path_GetDirectoryName_m3496866581_RuntimeMethod_var); } IL_001b: { String_t* L_4 = ___path0; if (!L_4) { goto IL_0032; } } { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_6 = Path_GetPathRoot_m3499444155(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); String_t* L_7 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0034; } } IL_0032: { return (String_t*)NULL; } IL_0034: { String_t* L_9 = ___path0; NullCheck(L_9); String_t* L_10 = String_Trim_m923598732(L_9, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_004f; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral1605982211, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,Path_GetDirectoryName_m3496866581_RuntimeMethod_var); } IL_004f: { String_t* L_13 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_14 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_13); int32_t L_15 = String_IndexOfAny_m4159774896(L_13, L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)(-1)))) { goto IL_006b; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, _stringLiteral2032356311, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,Path_GetDirectoryName_m3496866581_RuntimeMethod_var); } IL_006b: { String_t* L_17 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_18 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_17); int32_t L_19 = String_LastIndexOfAny_m545540478(L_17, L_18, /*hidden argument*/NULL); V_0 = L_19; int32_t L_20 = V_0; if (L_20) { goto IL_0081; } } { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0081: { int32_t L_22 = V_0; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00d6; } } { String_t* L_23 = ___path0; int32_t L_24 = V_0; NullCheck(L_23); String_t* L_25 = String_Substring_m1610150815(L_23, 0, L_24, /*hidden argument*/NULL); V_1 = L_25; String_t* L_26 = V_1; NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); V_2 = L_27; int32_t L_28 = V_2; if ((((int32_t)L_28) < ((int32_t)2))) { goto IL_00cf; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_29 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)92))))) { goto IL_00cf; } } { String_t* L_30 = V_1; int32_t L_31 = V_2; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_33 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00cf; } } { String_t* L_34 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_35 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_36 = L_35; RuntimeObject * L_37 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m904156431(NULL /*static, unused*/, L_34, L_37, /*hidden argument*/NULL); return L_38; } IL_00cf: { String_t* L_39 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_40 = Path_CleanPath_m3974596557(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); return L_40; } IL_00d6: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_41; } } // System.String System.IO.Path::GetExtension(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m1021339115 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetExtension_m1021339115_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_1); int32_t L_3 = String_IndexOfAny_m4159774896(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0024; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Path_GetExtension_m1021339115_RuntimeMethod_var); } IL_0024: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); int32_t L_6 = Path_findExtension_m910255017(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) <= ((int32_t)(-1)))) { goto IL_0048; } } { int32_t L_8 = V_0; String_t* L_9 = ___path0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))))) { goto IL_0048; } } { String_t* L_11 = ___path0; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13 = String_Substring_m2848979100(L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_0048: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_14; } } // System.String System.IO.Path::GetFileName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m1354558116 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetFileName_m1354558116_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { String_t* L_3 = ___path0; return L_3; } IL_0013: { String_t* L_4 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_5 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_4); int32_t L_6 = String_IndexOfAny_m4159774896(L_4, L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_002f; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Path_GetFileName_m1354558116_RuntimeMethod_var); } IL_002f: { String_t* L_8 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_9 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_8); int32_t L_10 = String_LastIndexOfAny_m545540478(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_004c; } } { String_t* L_12 = ___path0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = String_Substring_m2848979100(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); return L_14; } IL_004c: { String_t* L_15 = ___path0; return L_15; } } // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetFullPath_m4142135635_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_1 = Path_InsecureGetFullPath_m129101154(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_2 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { String_t* L_3 = V_0; FileIOPermission_t3596906749 * L_4 = (FileIOPermission_t3596906749 *)il2cpp_codegen_object_new(FileIOPermission_t3596906749_il2cpp_TypeInfo_var); FileIOPermission__ctor_m1915937234(L_4, 8, L_3, /*hidden argument*/NULL); NullCheck(L_4); CodeAccessPermission_Demand_m2609746972(L_4, /*hidden argument*/NULL); } IL_001d: { String_t* L_5 = V_0; return L_5; } } // System.String System.IO.Path::WindowsDriveAdjustment(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_WindowsDriveAdjustment_m3256426255 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_WindowsDriveAdjustment_m3256426255_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___path0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_000e; } } { String_t* L_2 = ___path0; return L_2; } IL_000e: { String_t* L_3 = ___path0; NullCheck(L_3); Il2CppChar L_4 = String_get_Chars_m2986988803(L_3, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)58))))) { goto IL_002d; } } { String_t* L_5 = ___path0; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m2986988803(L_5, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_002f; } } IL_002d: { String_t* L_8 = ___path0; return L_8; } IL_002f: { String_t* L_9 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ___path0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0070; } } { String_t* L_12 = V_0; NullCheck(L_12); Il2CppChar L_13 = String_get_Chars_m2986988803(L_12, 0, /*hidden argument*/NULL); String_t* L_14 = ___path0; NullCheck(L_14); Il2CppChar L_15 = String_get_Chars_m2986988803(L_14, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_005c; } } { String_t* L_16 = V_0; ___path0 = L_16; goto IL_006b; } IL_005c: { String_t* L_17 = ___path0; Il2CppChar L_18 = ((Il2CppChar)((int32_t)92)); RuntimeObject * L_19 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m904156431(NULL /*static, unused*/, L_17, L_19, /*hidden argument*/NULL); ___path0 = L_20; } IL_006b: { goto IL_00e4; } IL_0070: { String_t* L_21 = ___path0; NullCheck(L_21); Il2CppChar L_22 = String_get_Chars_m2986988803(L_21, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_23 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_22) == ((int32_t)L_23))) { goto IL_00e4; } } { String_t* L_24 = ___path0; NullCheck(L_24); Il2CppChar L_25 = String_get_Chars_m2986988803(L_24, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_26 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_25) == ((int32_t)L_26))) { goto IL_00e4; } } { String_t* L_27 = V_0; NullCheck(L_27); Il2CppChar L_28 = String_get_Chars_m2986988803(L_27, 0, /*hidden argument*/NULL); String_t* L_29 = ___path0; NullCheck(L_29); Il2CppChar L_30 = String_get_Chars_m2986988803(L_29, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)L_30)))) { goto IL_00c1; } } { String_t* L_31 = V_0; String_t* L_32 = ___path0; String_t* L_33 = ___path0; NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_35 = String_Substring_m1610150815(L_32, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_36 = Path_Combine_m3389272516(NULL /*static, unused*/, L_31, L_35, /*hidden argument*/NULL); ___path0 = L_36; goto IL_00e4; } IL_00c1: { String_t* L_37 = ___path0; NullCheck(L_37); String_t* L_38 = String_Substring_m1610150815(L_37, 0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_39 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_40 = ___path0; String_t* L_41 = ___path0; NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_43 = String_Substring_m1610150815(L_40, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3755062657(NULL /*static, unused*/, L_38, L_39, L_43, /*hidden argument*/NULL); ___path0 = L_44; } IL_00e4: { String_t* L_45 = ___path0; return L_45; } } // System.String System.IO.Path::InsecureGetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m129101154 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_InsecureGetFullPath_m129101154_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; String_t* V_2 = NULL; String_t* V_3 = NULL; { String_t* L_0 = ___path0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Path_InsecureGetFullPath_m129101154_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___path0; NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { String_t* L_5 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2388942563, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Path_InsecureGetFullPath_m129101154_RuntimeMethod_var); } IL_0033: { bool L_8 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_8) { goto IL_0045; } } { String_t* L_9 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_10 = Path_WindowsDriveAdjustment_m3256426255(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); ___path0 = L_10; } IL_0045: { String_t* L_11 = ___path0; String_t* L_12 = ___path0; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); NullCheck(L_11); Il2CppChar L_14 = String_get_Chars_m2986988803(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = ___path0; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)2))) { goto IL_00dd; } } { String_t* L_17 = ___path0; NullCheck(L_17); Il2CppChar L_18 = String_get_Chars_m2986988803(L_17, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_19 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00dd; } } { String_t* L_20 = ___path0; NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m2986988803(L_20, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_22 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00dd; } } { String_t* L_23 = ___path0; NullCheck(L_23); int32_t L_24 = String_get_Length_m3847582255(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)2))) { goto IL_00a2; } } { String_t* L_25 = ___path0; String_t* L_26 = ___path0; NullCheck(L_26); Il2CppChar L_27 = String_get_Chars_m2986988803(L_26, 0, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_28 = String_IndexOf_m2466398549(L_25, L_27, 2, /*hidden argument*/NULL); if ((((int32_t)L_28) >= ((int32_t)0))) { goto IL_00ad; } } IL_00a2: { ArgumentException_t132251570 * L_29 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_29, _stringLiteral3738901531, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,Path_InsecureGetFullPath_m129101154_RuntimeMethod_var); } IL_00ad: { String_t* L_30 = ___path0; NullCheck(L_30); Il2CppChar L_31 = String_get_Chars_m2986988803(L_30, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_32 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_31) == ((int32_t)L_32))) { goto IL_00d0; } } { String_t* L_33 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_34 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_35 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_33); String_t* L_36 = String_Replace_m3726209165(L_33, L_34, L_35, /*hidden argument*/NULL); ___path0 = L_36; } IL_00d0: { String_t* L_37 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_38 = Path_CanonicalizePath_m620086118(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); ___path0 = L_38; goto IL_018b; } IL_00dd: { String_t* L_39 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_40 = Path_IsPathRooted_m3515805419(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_00ff; } } { String_t* L_41 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_42 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_43 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3755062657(NULL /*static, unused*/, L_41, L_42, L_43, /*hidden argument*/NULL); ___path0 = L_44; goto IL_0183; } IL_00ff: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_45 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)92))))) { goto IL_0183; } } { String_t* L_46 = ___path0; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)2))) { goto IL_0183; } } { String_t* L_48 = ___path0; NullCheck(L_48); Il2CppChar L_49 = String_get_Chars_m2986988803(L_48, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_50 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0183; } } { String_t* L_51 = ___path0; NullCheck(L_51); Il2CppChar L_52 = String_get_Chars_m2986988803(L_51, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_53 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); if (L_53) { goto IL_0183; } } { String_t* L_54 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); V_2 = L_54; String_t* L_55 = V_2; NullCheck(L_55); Il2CppChar L_56 = String_get_Chars_m2986988803(L_55, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_57 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_56) == ((uint32_t)L_57)))) { goto IL_0165; } } { String_t* L_58 = V_2; NullCheck(L_58); String_t* L_59 = String_Substring_m1610150815(L_58, 0, 2, /*hidden argument*/NULL); String_t* L_60 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m3937257545(NULL /*static, unused*/, L_59, L_60, /*hidden argument*/NULL); ___path0 = L_61; goto IL_0183; } IL_0165: { String_t* L_62 = V_2; String_t* L_63 = V_2; String_t* L_64 = V_2; NullCheck(L_64); int32_t L_65 = String_IndexOf_m1977622757(L_64, _stringLiteral3458119668, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_66 = String_IndexOf_m2466398549(L_63, ((int32_t)92), ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_62); String_t* L_67 = String_Substring_m1610150815(L_62, 0, L_66, /*hidden argument*/NULL); ___path0 = L_67; } IL_0183: { String_t* L_68 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_69 = Path_CanonicalizePath_m620086118(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); ___path0 = L_69; } IL_018b: { Il2CppChar L_70 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_71 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01c0; } } { String_t* L_72 = ___path0; String_t* L_73 = ___path0; NullCheck(L_73); int32_t L_74 = String_get_Length_m3847582255(L_73, /*hidden argument*/NULL); NullCheck(L_72); Il2CppChar L_75 = String_get_Chars_m2986988803(L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_76 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_75) == ((int32_t)L_76))) { goto IL_01c0; } } { String_t* L_77 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_78 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_79 = L_78; RuntimeObject * L_80 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_79); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_81 = String_Concat_m904156431(NULL /*static, unused*/, L_77, L_80, /*hidden argument*/NULL); ___path0 = L_81; } IL_01c0: { String_t* L_82 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t2601436415_il2cpp_TypeInfo_var); bool L_83 = MonoIO_RemapPath_m1142466502(NULL /*static, unused*/, L_82, (&V_3), /*hidden argument*/NULL); if (!L_83) { goto IL_01d0; } } { String_t* L_84 = V_3; ___path0 = L_84; } IL_01d0: { String_t* L_85 = ___path0; return L_85; } } // System.Boolean System.IO.Path::IsDsc(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Path_IsDsc_m138487241 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_IsDsc_m138487241_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_1 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0015; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_3 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); G_B3_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0); goto IL_0016; } IL_0015: { G_B3_0 = 1; } IL_0016: { return (bool)G_B3_0; } } // System.String System.IO.Path::GetPathRoot(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetPathRoot_m3499444155 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetPathRoot_m3499444155_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B10_0 = NULL; { String_t* L_0 = ___path0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___path0; NullCheck(L_1); String_t* L_2 = String_Trim_m923598732(L_1, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0023; } } { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral3020263587, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Path_GetPathRoot_m3499444155_RuntimeMethod_var); } IL_0023: { String_t* L_5 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_6 = Path_IsPathRooted_m3515805419(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_8 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47))))) { goto IL_0061; } } { String_t* L_9 = ___path0; NullCheck(L_9); Il2CppChar L_10 = String_get_Chars_m2986988803(L_9, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_11 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_12 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); G_B10_0 = L_12; goto IL_0060; } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B10_0 = L_13; } IL_0060: { return G_B10_0; } IL_0061: { V_0 = 2; String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0086; } } { String_t* L_16 = ___path0; NullCheck(L_16); Il2CppChar L_17 = String_get_Chars_m2986988803(L_16, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_18 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_19 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_19; } IL_0086: { String_t* L_20 = ___path0; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)2))) { goto IL_0098; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_22; } IL_0098: { String_t* L_23 = ___path0; NullCheck(L_23); Il2CppChar L_24 = String_get_Chars_m2986988803(L_23, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_25 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_013f; } } { String_t* L_26 = ___path0; NullCheck(L_26); Il2CppChar L_27 = String_get_Chars_m2986988803(L_26, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_28 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_013f; } } { goto IL_00c3; } IL_00bf: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c3: { int32_t L_30 = V_0; String_t* L_31 = ___path0; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) >= ((int32_t)L_32))) { goto IL_00e0; } } { String_t* L_33 = ___path0; int32_t L_34 = V_0; NullCheck(L_33); Il2CppChar L_35 = String_get_Chars_m2986988803(L_33, L_34, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_36 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00bf; } } IL_00e0: { int32_t L_37 = V_0; String_t* L_38 = ___path0; NullCheck(L_38); int32_t L_39 = String_get_Length_m3847582255(L_38, /*hidden argument*/NULL); if ((((int32_t)L_37) >= ((int32_t)L_39))) { goto IL_0116; } } { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); goto IL_00f9; } IL_00f5: { int32_t L_41 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f9: { int32_t L_42 = V_0; String_t* L_43 = ___path0; NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); if ((((int32_t)L_42) >= ((int32_t)L_44))) { goto IL_0116; } } { String_t* L_45 = ___path0; int32_t L_46 = V_0; NullCheck(L_45); Il2CppChar L_47 = String_get_Chars_m2986988803(L_45, L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_48 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00f5; } } IL_0116: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_49 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_50 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_51 = ___path0; int32_t L_52 = V_0; NullCheck(L_51); String_t* L_53 = String_Substring_m1610150815(L_51, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)2)), /*hidden argument*/NULL); Il2CppChar L_54 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_55 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_53); String_t* L_56 = String_Replace_m3726209165(L_53, L_54, L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m3755062657(NULL /*static, unused*/, L_49, L_50, L_56, /*hidden argument*/NULL); return L_57; } IL_013f: { String_t* L_58 = ___path0; NullCheck(L_58); Il2CppChar L_59 = String_get_Chars_m2986988803(L_58, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_60 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0156; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_61 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); return L_61; } IL_0156: { String_t* L_62 = ___path0; NullCheck(L_62); Il2CppChar L_63 = String_get_Chars_m2986988803(L_62, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_64 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_63) == ((uint32_t)L_64)))) { goto IL_018d; } } { String_t* L_65 = ___path0; NullCheck(L_65); int32_t L_66 = String_get_Length_m3847582255(L_65, /*hidden argument*/NULL); if ((((int32_t)L_66) < ((int32_t)3))) { goto IL_0188; } } { String_t* L_67 = ___path0; NullCheck(L_67); Il2CppChar L_68 = String_get_Chars_m2986988803(L_67, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_69 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0188; } } { int32_t L_70 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_0188: { goto IL_019a; } IL_018d: { String_t* L_71 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_71); String_t* L_72 = String_Substring_m1610150815(L_71, 0, 2, /*hidden argument*/NULL); return L_72; } IL_019a: { String_t* L_73 = ___path0; int32_t L_74 = V_0; NullCheck(L_73); String_t* L_75 = String_Substring_m1610150815(L_73, 0, L_74, /*hidden argument*/NULL); return L_75; } } // System.Boolean System.IO.Path::IsPathRooted(System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_IsPathRooted_m3515805419 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_IsPathRooted_m3515805419_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t G_B11_0 = 0; int32_t G_B13_0 = 0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { return (bool)0; } IL_0013: { String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_3); int32_t L_5 = String_IndexOfAny_m4159774896(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_002f; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral3377063666, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Path_IsPathRooted_m3515805419_RuntimeMethod_var); } IL_002f: { String_t* L_7 = ___path0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 0, /*hidden argument*/NULL); V_0 = L_8; Il2CppChar L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_10 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); if ((((int32_t)L_9) == ((int32_t)L_10))) { goto IL_0076; } } { Il2CppChar L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_12 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0076; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_13 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_dirEqualsVolume_7(); if (L_13) { goto IL_0073; } } { String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_15) <= ((int32_t)1))) { goto IL_0073; } } { String_t* L_16 = ___path0; NullCheck(L_16); Il2CppChar L_17 = String_get_Chars_m2986988803(L_16, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_18 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); G_B11_0 = ((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0); goto IL_0074; } IL_0073: { G_B11_0 = 0; } IL_0074: { G_B13_0 = G_B11_0; goto IL_0077; } IL_0076: { G_B13_0 = 1; } IL_0077: { return (bool)G_B13_0; } } // System.Char[] System.IO.Path::GetInvalidFileNameChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidFileNameChars_m535930204 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetInvalidFileNameChars_m535930204_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)41))); RuntimeFieldHandle_t1871169219 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D34_25_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } IL_001d: { CharU5BU5D_t3528271667* L_3 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Il2CppChar)((int32_t)47)); return L_3; } } // System.Char[] System.IO.Path::GetInvalidPathChars() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* Path_GetInvalidPathChars_m3959874485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetInvalidPathChars_m3959874485_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)36))); RuntimeFieldHandle_t1871169219 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D35_26_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); return L_1; } IL_001d: { return ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); } } // System.Int32 System.IO.Path::findExtension(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Path_findExtension_m910255017 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_findExtension_m910255017_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___path0; if (!L_0) { goto IL_0024; } } { String_t* L_1 = ___path0; NullCheck(L_1); int32_t L_2 = String_LastIndexOf_m3451222878(L_1, ((int32_t)46), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_4 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_3); int32_t L_5 = String_LastIndexOfAny_m545540478(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0024; } } { int32_t L_8 = V_0; return L_8; } IL_0024: { return (-1); } } // System.String System.IO.Path::GetServerAndShare(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetServerAndShare_m2640882202 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_GetServerAndShare_m2640882202_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 2; goto IL_000b; } IL_0007: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } IL_000b: { int32_t L_1 = V_0; String_t* L_2 = ___path0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0028; } } { String_t* L_4 = ___path0; int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_7 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0007; } } IL_0028: { int32_t L_8 = V_0; String_t* L_9 = ___path0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_005e; } } { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0041; } IL_003d: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0041: { int32_t L_13 = V_0; String_t* L_14 = ___path0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_005e; } } { String_t* L_16 = ___path0; int32_t L_17 = V_0; NullCheck(L_16); Il2CppChar L_18 = String_get_Chars_m2986988803(L_16, L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_19 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_003d; } } IL_005e: { String_t* L_20 = ___path0; int32_t L_21 = V_0; NullCheck(L_20); String_t* L_22 = String_Substring_m1610150815(L_20, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_23 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); Il2CppChar L_24 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_22); String_t* L_25 = String_Replace_m3726209165(L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Boolean System.IO.Path::SameRoot(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_SameRoot_m1518354096 (RuntimeObject * __this /* static, unused */, String_t* ___root0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_SameRoot_m1518354096_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t G_B18_0 = 0; { String_t* L_0 = ___root0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) < ((int32_t)2))) { goto IL_0018; } } { String_t* L_2 = ___path1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) >= ((int32_t)2))) { goto IL_001a; } } IL_0018: { return (bool)0; } IL_001a: { String_t* L_4 = ___root0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_6 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_007f; } } { String_t* L_7 = ___root0; NullCheck(L_7); Il2CppChar L_8 = String_get_Chars_m2986988803(L_7, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_9 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_007f; } } { String_t* L_10 = ___path1; NullCheck(L_10); Il2CppChar L_11 = String_get_Chars_m2986988803(L_10, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_12 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005e; } } { String_t* L_13 = ___path1; NullCheck(L_13); Il2CppChar L_14 = String_get_Chars_m2986988803(L_13, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_15 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0060; } } IL_005e: { return (bool)0; } IL_0060: { String_t* L_16 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_17 = Path_GetServerAndShare_m2640882202(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_0 = L_17; String_t* L_18 = ___path1; String_t* L_19 = Path_GetServerAndShare_m2640882202(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); V_1 = L_19; String_t* L_20 = V_0; String_t* L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_22 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_23 = String_Compare_m1293271421(NULL /*static, unused*/, L_20, L_21, (bool)1, L_22, /*hidden argument*/NULL); return (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0); } IL_007f: { String_t* L_24 = ___root0; NullCheck(L_24); Il2CppChar L_25 = String_get_Chars_m2986988803(L_24, 0, /*hidden argument*/NULL); V_2 = L_25; String_t* L_26 = ___path1; NullCheck(L_26); Il2CppChar L_27 = String_get_Chars_m2986988803(L_26, 0, /*hidden argument*/NULL); bool L_28 = Char_Equals_m198757577((&V_2), L_27, /*hidden argument*/NULL); if (L_28) { goto IL_009c; } } { return (bool)0; } IL_009c: { String_t* L_29 = ___path1; NullCheck(L_29); Il2CppChar L_30 = String_get_Chars_m2986988803(L_29, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_31 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((((int32_t)L_30) == ((int32_t)L_31))) { goto IL_00af; } } { return (bool)0; } IL_00af: { String_t* L_32 = ___root0; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)2))) { goto IL_00e8; } } { String_t* L_34 = ___path1; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)2))) { goto IL_00e8; } } { String_t* L_36 = ___root0; NullCheck(L_36); Il2CppChar L_37 = String_get_Chars_m2986988803(L_36, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_38 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00e6; } } { String_t* L_39 = ___path1; NullCheck(L_39); Il2CppChar L_40 = String_get_Chars_m2986988803(L_39, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_41 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); G_B18_0 = ((int32_t)(L_41)); goto IL_00e7; } IL_00e6: { G_B18_0 = 0; } IL_00e7: { return (bool)G_B18_0; } IL_00e8: { return (bool)1; } } // System.String System.IO.Path::CanonicalizePath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_CanonicalizePath_m620086118 (RuntimeObject * __this /* static, unused */, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_CanonicalizePath_m620086118_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; String_t* V_7 = NULL; int32_t G_B11_0 = 0; int32_t G_B14_0 = 0; { String_t* L_0 = ___path0; if (L_0) { goto IL_0008; } } { String_t* L_1 = ___path0; return L_1; } IL_0008: { bool L_2 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_2) { goto IL_001a; } } { String_t* L_3 = ___path0; NullCheck(L_3); String_t* L_4 = String_Trim_m923598732(L_3, /*hidden argument*/NULL); ___path0 = L_4; } IL_001a: { String_t* L_5 = ___path0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0027; } } { String_t* L_7 = ___path0; return L_7; } IL_0027: { String_t* L_8 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_9 = Path_GetPathRoot_m3499444155(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ___path0; CharU5BU5D_t3528271667* L_11 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); Il2CppChar L_12 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (Il2CppChar)L_12); CharU5BU5D_t3528271667* L_13 = L_11; Il2CppChar L_14 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); NullCheck(L_13); (L_13)->SetAt(static_cast(1), (Il2CppChar)L_14); NullCheck(L_10); StringU5BU5D_t1281789340* L_15 = String_Split_m3646115398(L_10, L_13, /*hidden argument*/NULL); V_1 = L_15; V_2 = 0; bool L_16 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_16) { goto IL_0082; } } { String_t* L_17 = V_0; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if ((((int32_t)L_18) <= ((int32_t)2))) { goto IL_0082; } } { String_t* L_19 = V_0; NullCheck(L_19); Il2CppChar L_20 = String_get_Chars_m2986988803(L_19, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_21 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0082; } } { String_t* L_22 = V_0; NullCheck(L_22); Il2CppChar L_23 = String_get_Chars_m2986988803(L_22, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_24 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); G_B11_0 = ((int32_t)(L_24)); goto IL_0083; } IL_0082: { G_B11_0 = 0; } IL_0083: { V_3 = (bool)G_B11_0; bool L_25 = V_3; if (!L_25) { goto IL_0090; } } { G_B14_0 = 3; goto IL_0091; } IL_0090: { G_B14_0 = 0; } IL_0091: { V_4 = G_B14_0; V_5 = 0; goto IL_011a; } IL_009b: { bool L_26 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_26) { goto IL_00b8; } } { StringU5BU5D_t1281789340* L_27 = V_1; int32_t L_28 = V_5; StringU5BU5D_t1281789340* L_29 = V_1; int32_t L_30 = V_5; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); String_t* L_33 = String_TrimEnd_m3824727301(L_32, ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_33); (L_27)->SetAt(static_cast(L_28), (String_t*)L_33); } IL_00b8: { StringU5BU5D_t1281789340* L_34 = V_1; int32_t L_35 = V_5; NullCheck(L_34); int32_t L_36 = L_35; String_t* L_37 = (L_34)->GetAt(static_cast(L_36)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_38 = String_op_Equality_m920492651(NULL /*static, unused*/, L_37, _stringLiteral3452614530, /*hidden argument*/NULL); if (L_38) { goto IL_00e0; } } { int32_t L_39 = V_5; if (!L_39) { goto IL_00e5; } } { StringU5BU5D_t1281789340* L_40 = V_1; int32_t L_41 = V_5; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); NullCheck(L_43); int32_t L_44 = String_get_Length_m3847582255(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00e5; } } IL_00e0: { goto IL_0114; } IL_00e5: { StringU5BU5D_t1281789340* L_45 = V_1; int32_t L_46 = V_5; NullCheck(L_45); int32_t L_47 = L_46; String_t* L_48 = (L_45)->GetAt(static_cast(L_47)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral3450648450, /*hidden argument*/NULL); if (!L_49) { goto IL_0109; } } { int32_t L_50 = V_2; int32_t L_51 = V_4; if ((((int32_t)L_50) <= ((int32_t)L_51))) { goto IL_0104; } } { int32_t L_52 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)1)); } IL_0104: { goto IL_0114; } IL_0109: { StringU5BU5D_t1281789340* L_53 = V_1; int32_t L_54 = V_2; int32_t L_55 = L_54; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); StringU5BU5D_t1281789340* L_56 = V_1; int32_t L_57 = V_5; NullCheck(L_56); int32_t L_58 = L_57; String_t* L_59 = (L_56)->GetAt(static_cast(L_58)); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_59); (L_53)->SetAt(static_cast(L_55), (String_t*)L_59); } IL_0114: { int32_t L_60 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); } IL_011a: { int32_t L_61 = V_5; StringU5BU5D_t1281789340* L_62 = V_1; NullCheck(L_62); if ((((int32_t)L_61) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length))))))) { goto IL_009b; } } { int32_t L_63 = V_2; if (!L_63) { goto IL_0143; } } { int32_t L_64 = V_2; if ((!(((uint32_t)L_64) == ((uint32_t)1)))) { goto IL_0145; } } { StringU5BU5D_t1281789340* L_65 = V_1; NullCheck(L_65); int32_t L_66 = 0; String_t* L_67 = (L_65)->GetAt(static_cast(L_66)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_69 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0145; } } IL_0143: { String_t* L_70 = V_0; return L_70; } IL_0145: { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_71 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); StringU5BU5D_t1281789340* L_72 = V_1; int32_t L_73 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Join_m29736248(NULL /*static, unused*/, L_71, L_72, 0, L_73, /*hidden argument*/NULL); V_6 = L_74; bool L_75 = Environment_get_IsRunningOnWindows_m1804804030(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_75) { goto IL_028e; } } { bool L_76 = V_3; if (!L_76) { goto IL_0172; } } { IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_77 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); String_t* L_78 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_79 = String_Concat_m3937257545(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); V_6 = L_79; } IL_0172: { String_t* L_80 = V_0; String_t* L_81 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_82 = Path_SameRoot_m1518354096(NULL /*static, unused*/, L_80, L_81, /*hidden argument*/NULL); if (L_82) { goto IL_0189; } } { String_t* L_83 = V_0; String_t* L_84 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = String_Concat_m3937257545(NULL /*static, unused*/, L_83, L_84, /*hidden argument*/NULL); V_6 = L_85; } IL_0189: { bool L_86 = V_3; if (!L_86) { goto IL_0192; } } { String_t* L_87 = V_6; return L_87; } IL_0192: { String_t* L_88 = ___path0; NullCheck(L_88); Il2CppChar L_89 = String_get_Chars_m2986988803(L_88, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_90 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_89, /*hidden argument*/NULL); if (L_90) { goto IL_01e3; } } { String_t* L_91 = V_0; String_t* L_92 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_93 = Path_SameRoot_m1518354096(NULL /*static, unused*/, L_91, L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_01e3; } } { String_t* L_94 = V_6; NullCheck(L_94); int32_t L_95 = String_get_Length_m3847582255(L_94, /*hidden argument*/NULL); if ((((int32_t)L_95) > ((int32_t)2))) { goto IL_01e0; } } { String_t* L_96 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_97 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4(); NullCheck(L_96); bool L_98 = String_EndsWith_m1901926500(L_96, L_97, /*hidden argument*/NULL); if (L_98) { goto IL_01e0; } } { String_t* L_99 = V_6; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_100 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); Il2CppChar L_101 = L_100; RuntimeObject * L_102 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_101); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_103 = String_Concat_m904156431(NULL /*static, unused*/, L_99, L_102, /*hidden argument*/NULL); V_6 = L_103; } IL_01e0: { String_t* L_104 = V_6; return L_104; } IL_01e3: { String_t* L_105 = Directory_GetCurrentDirectory_m219218555(NULL /*static, unused*/, /*hidden argument*/NULL); V_7 = L_105; String_t* L_106 = V_7; NullCheck(L_106); int32_t L_107 = String_get_Length_m3847582255(L_106, /*hidden argument*/NULL); if ((((int32_t)L_107) <= ((int32_t)1))) { goto IL_0248; } } { String_t* L_108 = V_7; NullCheck(L_108); Il2CppChar L_109 = String_get_Chars_m2986988803(L_108, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_110 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_VolumeSeparatorChar_5(); if ((!(((uint32_t)L_109) == ((uint32_t)L_110)))) { goto IL_0248; } } { String_t* L_111 = V_6; NullCheck(L_111); int32_t L_112 = String_get_Length_m3847582255(L_111, /*hidden argument*/NULL); if (!L_112) { goto IL_0227; } } { String_t* L_113 = V_6; NullCheck(L_113); Il2CppChar L_114 = String_get_Chars_m2986988803(L_113, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_115 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_0237; } } IL_0227: { String_t* L_116 = V_6; Il2CppChar L_117 = ((Il2CppChar)((int32_t)92)); RuntimeObject * L_118 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_117); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_119 = String_Concat_m904156431(NULL /*static, unused*/, L_116, L_118, /*hidden argument*/NULL); V_6 = L_119; } IL_0237: { String_t* L_120 = V_7; NullCheck(L_120); String_t* L_121 = String_Substring_m1610150815(L_120, 0, 2, /*hidden argument*/NULL); String_t* L_122 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_123 = String_Concat_m3937257545(NULL /*static, unused*/, L_121, L_122, /*hidden argument*/NULL); return L_123; } IL_0248: { String_t* L_124 = V_7; String_t* L_125 = V_7; NullCheck(L_125); int32_t L_126 = String_get_Length_m3847582255(L_125, /*hidden argument*/NULL); NullCheck(L_124); Il2CppChar L_127 = String_get_Chars_m2986988803(L_124, ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_128 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_0284; } } { String_t* L_129 = V_6; NullCheck(L_129); Il2CppChar L_130 = String_get_Chars_m2986988803(L_129, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); bool L_131 = Path_IsDsc_m138487241(NULL /*static, unused*/, L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_0284; } } { String_t* L_132 = V_7; String_t* L_133 = V_6; NullCheck(L_133); String_t* L_134 = String_Substring_m2848979100(L_133, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_135 = String_Concat_m3937257545(NULL /*static, unused*/, L_132, L_134, /*hidden argument*/NULL); return L_135; } IL_0284: { String_t* L_136 = V_7; String_t* L_137 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_138 = String_Concat_m3937257545(NULL /*static, unused*/, L_136, L_137, /*hidden argument*/NULL); return L_138; } IL_028e: { String_t* L_139 = V_6; return L_139; } } // System.Boolean System.IO.Path::IsPathSubsetOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool Path_IsPathSubsetOf_m3034834568 (RuntimeObject * __this /* static, unused */, String_t* ___subset0, String_t* ___path1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Path_IsPathSubsetOf_m3034834568_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___subset0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); String_t* L_2 = ___path1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0013; } } { return (bool)0; } IL_0013: { String_t* L_4 = ___subset0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_5 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); NullCheck(L_4); int32_t L_6 = String_LastIndexOfAny_m545540478(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; String_t* L_7 = ___subset0; String_t* L_8 = ___path1; int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_10 = String_Compare_m2510091139(NULL /*static, unused*/, L_7, 0, L_8, 0, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0030; } } { return (bool)0; } IL_0030: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); String_t* L_12 = ___path1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_13 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_PathSeparatorChars_6(); int32_t L_14 = V_0; NullCheck(L_12); int32_t L_15 = String_IndexOfAny_m2323029521(L_12, L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_005d; } } { String_t* L_18 = ___subset0; int32_t L_19 = V_0; String_t* L_20 = ___path1; int32_t L_21 = V_0; String_t* L_22 = ___path1; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); int32_t L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_25 = String_Compare_m2510091139(NULL /*static, unused*/, L_18, L_19, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)L_24)), /*hidden argument*/NULL); return (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0); } IL_005d: { String_t* L_26 = ___subset0; NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); String_t* L_28 = ___path1; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) == ((int32_t)L_29))) { goto IL_0070; } } { return (bool)0; } IL_0070: { String_t* L_30 = ___subset0; int32_t L_31 = V_0; String_t* L_32 = ___path1; int32_t L_33 = V_0; String_t* L_34 = ___subset0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); int32_t L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_37 = String_Compare_m2510091139(NULL /*static, unused*/, L_30, L_31, L_32, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); return (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.PathTooLongException::.ctor() extern "C" IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m3265957480 (PathTooLongException_t2919094560 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (PathTooLongException__ctor_m3265957480_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2811349545, /*hidden argument*/NULL); IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.PathTooLongException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m2026445941 (PathTooLongException_t2919094560 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; IOException__ctor_m3662782713(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.PathTooLongException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void PathTooLongException__ctor_m3626892488 (PathTooLongException_t2919094560 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; IOException__ctor_m58488270(__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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.SearchPattern::.cctor() extern "C" IL2CPP_METHOD_ATTR void SearchPattern__cctor_m3525595274 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SearchPattern__cctor_m3525595274_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)42)); CharU5BU5D_t3528271667* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(1), (Il2CppChar)((int32_t)63)); ((SearchPattern_t3793128359_StaticFields*)il2cpp_codegen_static_fields_for(SearchPattern_t3793128359_il2cpp_TypeInfo_var))->set_WildcardChars_0(L_1); CharU5BU5D_t3528271667* L_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)2)); IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); Il2CppChar L_3 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2(); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (Il2CppChar)L_3); CharU5BU5D_t3528271667* L_4 = L_2; Il2CppChar L_5 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1(); NullCheck(L_4); (L_4)->SetAt(static_cast(1), (Il2CppChar)L_5); ((SearchPattern_t3793128359_StaticFields*)il2cpp_codegen_static_fields_for(SearchPattern_t3793128359_il2cpp_TypeInfo_var))->set_InvalidChars_1(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.Stream::.cctor() extern "C" IL2CPP_METHOD_ATTR void Stream__cctor_m3168732477 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream__cctor_m3168732477_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullStream_t1684893697 * L_0 = (NullStream_t1684893697 *)il2cpp_codegen_object_new(NullStream_t1684893697_il2cpp_TypeInfo_var); NullStream__ctor_m2992573138(L_0, /*hidden argument*/NULL); ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->set_Null_1(L_0); return; } } // System.Void System.IO.Stream::Dispose() extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m2589290611 (Stream_t1273022909 * __this, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, __this); return; } } // System.Void System.IO.Stream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_m874059170 (Stream_t1273022909 * __this, bool ___disposing0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.Stream::Close() extern "C" IL2CPP_METHOD_ATTR void Stream_Close_m771352034 (Stream_t1273022909 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(13 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Int32 System.IO.Stream::get_ReadTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Stream_get_ReadTimeout_m2137060894 (Stream_t1273022909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_get_ReadTimeout_m2137060894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral4252124418, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Stream_get_ReadTimeout_m2137060894_RuntimeMethod_var); } } // System.Int32 System.IO.Stream::get_WriteTimeout() extern "C" IL2CPP_METHOD_ATTR int32_t Stream_get_WriteTimeout_m3852257656 (Stream_t1273022909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_get_WriteTimeout_m3852257656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral4252124418, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,Stream_get_WriteTimeout_m3852257656_RuntimeMethod_var); } } // System.Int32 System.IO.Stream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t Stream_ReadByte_m4291052673 (Stream_t1273022909 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_ReadByte_m4291052673_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); ByteU5BU5D_t4116647657* L_0 = V_0; int32_t L_1 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_0, 0, 1); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_001a; } } { ByteU5BU5D_t4116647657* L_2 = V_0; NullCheck(L_2); int32_t L_3 = 0; uint8_t L_4 = (L_2)->GetAt(static_cast(L_3)); return L_4; } IL_001a: { return (-1); } } // System.Void System.IO.Stream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void Stream_WriteByte_m1519852120 (Stream_t1273022909 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_WriteByte_m1519852120_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)1)); ByteU5BU5D_t4116647657* L_0 = V_0; uint8_t L_1 = ___value0; NullCheck(L_0); (L_0)->SetAt(static_cast(0), (uint8_t)L_1); ByteU5BU5D_t4116647657* L_2 = V_0; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_2, 0, 1); return; } } // System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginRead_m2233539237 (Stream_t1273022909 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_BeginRead_m2233539237_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamAsyncResult_t780248512 * V_0 = NULL; int32_t V_1 = 0; Exception_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 = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this); if (L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral4185363193, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stream_BeginRead_m2233539237_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_2 = ___state4; StreamAsyncResult_t780248512 * L_3 = (StreamAsyncResult_t780248512 *)il2cpp_codegen_object_new(StreamAsyncResult_t780248512_il2cpp_TypeInfo_var); StreamAsyncResult__ctor_m3118856368(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t L_5 = ___offset1; int32_t L_6 = ___count2; int32_t L_7 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, __this, L_4, L_5, L_6); V_1 = L_7; StreamAsyncResult_t780248512 * L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); StreamAsyncResult_SetComplete_m1102187093(L_8, (Exception_t *)NULL, L_9, /*hidden argument*/NULL); goto IL_0043; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0035; throw e; } CATCH_0035: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); StreamAsyncResult_t780248512 * L_10 = V_0; Exception_t * L_11 = V_2; NullCheck(L_10); StreamAsyncResult_SetComplete_m1102187093(L_10, L_11, 0, /*hidden argument*/NULL); goto IL_0043; } // end catch (depth: 1) IL_0043: { AsyncCallback_t3962456242 * L_12 = ___callback3; if (!L_12) { goto IL_0052; } } { AsyncCallback_t3962456242 * L_13 = ___callback3; StreamAsyncResult_t780248512 * L_14 = V_0; NullCheck(L_13); AsyncCallback_Invoke_m3156993048(L_13, L_14, /*hidden argument*/NULL); } IL_0052: { StreamAsyncResult_t780248512 * L_15 = V_0; return L_15; } } // System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWrite_m1696564506 (Stream_t1273022909 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_BeginWrite_m1696564506_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamAsyncResult_t780248512 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this); if (L_0) { goto IL_0016; } } { NotSupportedException_t1314879016 * L_1 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_1, _stringLiteral1272525310, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stream_BeginWrite_m1696564506_RuntimeMethod_var); } IL_0016: { RuntimeObject * L_2 = ___state4; StreamAsyncResult_t780248512 * L_3 = (StreamAsyncResult_t780248512 *)il2cpp_codegen_object_new(StreamAsyncResult_t780248512_il2cpp_TypeInfo_var); StreamAsyncResult__ctor_m3118856368(L_3, L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_001e: try { // begin try (depth: 1) ByteU5BU5D_t4116647657* L_4 = ___buffer0; int32_t L_5 = ___offset1; int32_t L_6 = ___count2; VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_4, L_5, L_6); StreamAsyncResult_t780248512 * L_7 = V_0; NullCheck(L_7); StreamAsyncResult_SetComplete_m1247564615(L_7, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0040; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0033; throw e; } CATCH_0033: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); StreamAsyncResult_t780248512 * L_8 = V_0; Exception_t * L_9 = V_1; NullCheck(L_8); StreamAsyncResult_SetComplete_m1247564615(L_8, L_9, /*hidden argument*/NULL); goto IL_0040; } // end catch (depth: 1) IL_0040: { AsyncCallback_t3962456242 * L_10 = ___callback3; if (!L_10) { goto IL_0052; } } { AsyncCallback_t3962456242 * L_11 = ___callback3; StreamAsyncResult_t780248512 * L_12 = V_0; NullCheck(L_11); AsyncCallback_BeginInvoke_m2710486612(L_11, L_12, (AsyncCallback_t3962456242 *)NULL, NULL, /*hidden argument*/NULL); } IL_0052: { StreamAsyncResult_t780248512 * L_13 = V_0; return L_13; } } // System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t Stream_EndRead_m1896469262 (Stream_t1273022909 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_EndRead_m1896469262_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamAsyncResult_t780248512 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stream_EndRead_m1896469262_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((StreamAsyncResult_t780248512 *)IsInstClass((RuntimeObject*)L_2, StreamAsyncResult_t780248512_il2cpp_TypeInfo_var)); StreamAsyncResult_t780248512 * L_3 = V_0; if (!L_3) { goto IL_002a; } } { StreamAsyncResult_t780248512 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = StreamAsyncResult_get_NBytes_m548041729(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_003a; } } IL_002a: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Stream_EndRead_m1896469262_RuntimeMethod_var); } IL_003a: { StreamAsyncResult_t780248512 * L_7 = V_0; NullCheck(L_7); bool L_8 = StreamAsyncResult_get_Done_m3405983634(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, _stringLiteral1981463852, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Stream_EndRead_m1896469262_RuntimeMethod_var); } IL_0050: { StreamAsyncResult_t780248512 * L_10 = V_0; NullCheck(L_10); StreamAsyncResult_set_Done_m376066337(L_10, (bool)1, /*hidden argument*/NULL); StreamAsyncResult_t780248512 * L_11 = V_0; NullCheck(L_11); Exception_t * L_12 = StreamAsyncResult_get_Exception_m4050930077(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0069; } } { StreamAsyncResult_t780248512 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14 = StreamAsyncResult_get_Exception_m4050930077(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Stream_EndRead_m1896469262_RuntimeMethod_var); } IL_0069: { StreamAsyncResult_t780248512 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = StreamAsyncResult_get_NBytes_m548041729(L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.IO.Stream::EndWrite(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void Stream_EndWrite_m1721488587 (Stream_t1273022909 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Stream_EndWrite_m1721488587_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamAsyncResult_t780248512 * V_0 = NULL; { RuntimeObject* L_0 = ___asyncResult0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Stream_EndWrite_m1721488587_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___asyncResult0; V_0 = ((StreamAsyncResult_t780248512 *)IsInstClass((RuntimeObject*)L_2, StreamAsyncResult_t780248512_il2cpp_TypeInfo_var)); StreamAsyncResult_t780248512 * L_3 = V_0; if (!L_3) { goto IL_002a; } } { StreamAsyncResult_t780248512 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = StreamAsyncResult_get_NBytes_m548041729(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_003a; } } IL_002a: { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_6, _stringLiteral1043874018, _stringLiteral844061258, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,Stream_EndWrite_m1721488587_RuntimeMethod_var); } IL_003a: { StreamAsyncResult_t780248512 * L_7 = V_0; NullCheck(L_7); bool L_8 = StreamAsyncResult_get_Done_m3405983634(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0050; } } { InvalidOperationException_t56020091 * L_9 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_9, _stringLiteral871763871, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,Stream_EndWrite_m1721488587_RuntimeMethod_var); } IL_0050: { StreamAsyncResult_t780248512 * L_10 = V_0; NullCheck(L_10); StreamAsyncResult_set_Done_m376066337(L_10, (bool)1, /*hidden argument*/NULL); StreamAsyncResult_t780248512 * L_11 = V_0; NullCheck(L_11); Exception_t * L_12 = StreamAsyncResult_get_Exception_m4050930077(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0069; } } { StreamAsyncResult_t780248512 * L_13 = V_0; NullCheck(L_13); Exception_t * L_14 = StreamAsyncResult_get_Exception_m4050930077(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,Stream_EndWrite_m1721488587_RuntimeMethod_var); } IL_0069: { 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.IO.StreamAsyncResult::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult__ctor_m3118856368 (StreamAsyncResult_t780248512 * __this, RuntimeObject * ___state0, const RuntimeMethod* method) { { __this->set_nbytes_4((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___state0; __this->set_state_0(L_0); return; } } // System.Void System.IO.StreamAsyncResult::SetComplete(System.Exception) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_SetComplete_m1247564615 (StreamAsyncResult_t780248512 * __this, Exception_t * ___e0, const RuntimeMethod* method) { StreamAsyncResult_t780248512 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Exception_t * L_0 = ___e0; __this->set_exc_3(L_0); __this->set_completed_1((bool)1); V_0 = __this; StreamAsyncResult_t780248512 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0016: try { // begin try (depth: 1) { ManualResetEvent_t451242010 * L_2 = __this->get_wh_5(); if (!L_2) { goto IL_002d; } } IL_0021: { ManualResetEvent_t451242010 * L_3 = __this->get_wh_5(); NullCheck(L_3); EventWaitHandle_Set_m2445193251(L_3, /*hidden argument*/NULL); } IL_002d: { IL2CPP_LEAVE(0x39, FINALLY_0032); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 1) StreamAsyncResult_t780248512 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(50) } // end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_JUMP_TBL(0x39, IL_0039) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0039: { return; } } // System.Void System.IO.StreamAsyncResult::SetComplete(System.Exception,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_SetComplete_m1102187093 (StreamAsyncResult_t780248512 * __this, Exception_t * ___e0, int32_t ___nbytes1, const RuntimeMethod* method) { { int32_t L_0 = ___nbytes1; __this->set_nbytes_4(L_0); Exception_t * L_1 = ___e0; StreamAsyncResult_SetComplete_m1247564615(__this, L_1, /*hidden argument*/NULL); return; } } // System.Object System.IO.StreamAsyncResult::get_AsyncState() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * StreamAsyncResult_get_AsyncState_m3822420114 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_state_0(); return L_0; } } // System.Threading.WaitHandle System.IO.StreamAsyncResult::get_AsyncWaitHandle() extern "C" IL2CPP_METHOD_ATTR WaitHandle_t1743403487 * StreamAsyncResult_get_AsyncWaitHandle_m3390046559 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamAsyncResult_get_AsyncWaitHandle_m3390046559_MetadataUsageId); s_Il2CppMethodInitialized = true; } StreamAsyncResult_t780248512 * V_0 = NULL; WaitHandle_t1743403487 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; StreamAsyncResult_t780248512 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { ManualResetEvent_t451242010 * L_1 = __this->get_wh_5(); if (L_1) { goto IL_0024; } } IL_0013: { bool L_2 = __this->get_completed_1(); ManualResetEvent_t451242010 * L_3 = (ManualResetEvent_t451242010 *)il2cpp_codegen_object_new(ManualResetEvent_t451242010_il2cpp_TypeInfo_var); ManualResetEvent__ctor_m4010886457(L_3, L_2, /*hidden argument*/NULL); __this->set_wh_5(L_3); } IL_0024: { ManualResetEvent_t451242010 * L_4 = __this->get_wh_5(); V_1 = L_4; IL2CPP_LEAVE(0x3C, FINALLY_0035); } IL_0030: { ; // IL_0030: leave IL_003c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0035; } FINALLY_0035: { // begin finally (depth: 1) StreamAsyncResult_t780248512 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(53) } // end finally (depth: 1) IL2CPP_CLEANUP(53) { IL2CPP_JUMP_TBL(0x3C, IL_003c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_003c: { WaitHandle_t1743403487 * L_6 = V_1; return L_6; } } // System.Boolean System.IO.StreamAsyncResult::get_IsCompleted() extern "C" IL2CPP_METHOD_ATTR bool StreamAsyncResult_get_IsCompleted_m2732733162 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_completed_1(); return L_0; } } // System.Exception System.IO.StreamAsyncResult::get_Exception() extern "C" IL2CPP_METHOD_ATTR Exception_t * StreamAsyncResult_get_Exception_m4050930077 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { { Exception_t * L_0 = __this->get_exc_3(); return L_0; } } // System.Int32 System.IO.StreamAsyncResult::get_NBytes() extern "C" IL2CPP_METHOD_ATTR int32_t StreamAsyncResult_get_NBytes_m548041729 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nbytes_4(); return L_0; } } // System.Boolean System.IO.StreamAsyncResult::get_Done() extern "C" IL2CPP_METHOD_ATTR bool StreamAsyncResult_get_Done_m3405983634 (StreamAsyncResult_t780248512 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_done_2(); return L_0; } } // System.Void System.IO.StreamAsyncResult::set_Done(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StreamAsyncResult_set_Done_m376066337 (StreamAsyncResult_t780248512 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_done_2(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.IO.StreamReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m150050089 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__ctor_m150050089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1047876681 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__ctor_m1047876681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader__ctor_m2783219104(__this, L_0, L_1, (bool)1, ((int32_t)1024), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m3941437302 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; StreamReader__ctor_m2783219104(__this, L_0, L_1, (bool)1, ((int32_t)1024), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m2783219104 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__ctor_m2783219104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; bool L_2 = ___detectEncodingFromByteOrderMarks2; int32_t L_3 = ___bufferSize3; StreamReader_Initialize_m3160193871(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m1616861391 (StreamReader_t4009935899 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__ctor_m1616861391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); StreamReader__ctor_m2637382018(__this, L_0, L_1, (bool)1, ((int32_t)4096), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m448228252 (StreamReader_t4009935899 * __this, String_t* ___path0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { { String_t* L_0 = ___path0; Encoding_t1523322056 * L_1 = ___encoding1; StreamReader__ctor_m2637382018(__this, L_0, L_1, (bool)1, ((int32_t)4096), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader__ctor_m2637382018 (StreamReader_t4009935899 * __this, String_t* ___path0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__ctor_m2637382018_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); String_t* L_0 = ___path0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1610285846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader__ctor_m2637382018_RuntimeMethod_var); } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_3 = ___path0; bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral3005837202, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamReader__ctor_m2637382018_RuntimeMethod_var); } IL_0032: { String_t* L_6 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_7 = ((Path_t1605229823_StaticFields*)il2cpp_codegen_static_fields_for(Path_t1605229823_il2cpp_TypeInfo_var))->get_InvalidPathChars_0(); NullCheck(L_6); int32_t L_8 = String_IndexOfAny_m4159774896(L_6, L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_004e; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2440521168, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,StreamReader__ctor_m2637382018_RuntimeMethod_var); } IL_004e: { Encoding_t1523322056 * L_10 = ___encoding1; if (L_10) { goto IL_005f; } } { ArgumentNullException_t1615371798 * L_11 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_11, _stringLiteral3002372288, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,StreamReader__ctor_m2637382018_RuntimeMethod_var); } IL_005f: { int32_t L_12 = ___bufferSize3; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0077; } } { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_13, _stringLiteral1172510602, _stringLiteral1400852678, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,StreamReader__ctor_m2637382018_RuntimeMethod_var); } IL_0077: { String_t* L_14 = ___path0; FileStream_t4292183065 * L_15 = File_OpenRead_m2936789020(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_0 = L_15; Stream_t1273022909 * L_16 = V_0; Encoding_t1523322056 * L_17 = ___encoding1; bool L_18 = ___detectEncodingFromByteOrderMarks2; int32_t L_19 = ___bufferSize3; StreamReader_Initialize_m3160193871(__this, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void StreamReader__cctor_m874052303 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader__cctor_m874052303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullStreamReader_t3364671800 * L_0 = (NullStreamReader_t3364671800 *)il2cpp_codegen_object_new(NullStreamReader_t3364671800_il2cpp_TypeInfo_var); NullStreamReader__ctor_m3077615088(L_0, /*hidden argument*/NULL); ((StreamReader_t4009935899_StaticFields*)il2cpp_codegen_static_fields_for(StreamReader_t4009935899_il2cpp_TypeInfo_var))->set_Null_13(L_0); return; } } // System.Void System.IO.StreamReader::Initialize(System.IO.Stream,System.Text.Encoding,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamReader_Initialize_m3160193871 (StreamReader_t4009935899 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, bool ___detectEncodingFromByteOrderMarks2, int32_t ___bufferSize3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_Initialize_m3160193871_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; StreamReader_t4009935899 * G_B12_0 = NULL; StreamReader_t4009935899 * G_B11_0 = NULL; int32_t G_B13_0 = 0; StreamReader_t4009935899 * G_B13_1 = NULL; int32_t G_B15_0 = 0; StreamReader_t4009935899 * G_B15_1 = NULL; int32_t G_B14_0 = 0; StreamReader_t4009935899 * G_B14_1 = NULL; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; StreamReader_t4009935899 * G_B16_2 = NULL; { Stream_t1273022909 * L_0 = ___stream0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_Initialize_m3160193871_RuntimeMethod_var); } IL_0011: { Encoding_t1523322056 * L_2 = ___encoding1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3002372288, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamReader_Initialize_m3160193871_RuntimeMethod_var); } IL_0022: { Stream_t1273022909 * L_4 = ___stream0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4); if (L_5) { goto IL_0038; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral3225331716, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,StreamReader_Initialize_m3160193871_RuntimeMethod_var); } IL_0038: { int32_t L_7 = ___bufferSize3; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0050; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral1172510602, _stringLiteral1400852678, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StreamReader_Initialize_m3160193871_RuntimeMethod_var); } IL_0050: { int32_t L_9 = ___bufferSize3; if ((((int32_t)L_9) >= ((int32_t)((int32_t)128)))) { goto IL_0063; } } { ___bufferSize3 = ((int32_t)128); } IL_0063: { Stream_t1273022909 * L_10 = ___stream0; __this->set_base_stream_10(L_10); int32_t L_11 = ___bufferSize3; __this->set_input_buffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_11))); int32_t L_12 = ___bufferSize3; __this->set_buffer_size_6(L_12); Encoding_t1523322056 * L_13 = ___encoding1; __this->set_encoding_8(L_13); Encoding_t1523322056 * L_14 = ___encoding1; NullCheck(L_14); Decoder_t2204182725 * L_15 = VirtFuncInvoker0< Decoder_t2204182725 * >::Invoke(16 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_14); __this->set_decoder_9(L_15); Encoding_t1523322056 * L_16 = ___encoding1; NullCheck(L_16); ByteU5BU5D_t4116647657* L_17 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(20 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_16); V_0 = L_17; bool L_18 = ___detectEncodingFromByteOrderMarks2; G_B11_0 = __this; if (!L_18) { G_B12_0 = __this; goto IL_00a6; } } { G_B13_0 = 1; G_B13_1 = G_B11_0; goto IL_00a7; } IL_00a6: { G_B13_0 = 0; G_B13_1 = G_B12_0; } IL_00a7: { NullCheck(G_B13_1); G_B13_1->set_do_checks_7(G_B13_0); int32_t L_19 = __this->get_do_checks_7(); ByteU5BU5D_t4116647657* L_20 = V_0; NullCheck(L_20); G_B14_0 = L_19; G_B14_1 = __this; if ((((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))) { G_B15_0 = L_19; G_B15_1 = __this; goto IL_00c1; } } { G_B16_0 = 0; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_00c2; } IL_00c1: { G_B16_0 = 2; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_00c2: { NullCheck(G_B16_2); G_B16_2->set_do_checks_7(((int32_t)il2cpp_codegen_add((int32_t)G_B16_1, (int32_t)G_B16_0))); Encoding_t1523322056 * L_21 = ___encoding1; int32_t L_22 = ___bufferSize3; NullCheck(L_21); int32_t L_23 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_21, L_22); __this->set_decoded_buffer_3(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))))); __this->set_decoded_count_4(0); __this->set_pos_5(0); return; } } // System.Void System.IO.StreamReader::Close() extern "C" IL2CPP_METHOD_ATTR void StreamReader_Close_m4195491216 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.IO.StreamReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.StreamReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StreamReader_Dispose_m156389394 (StreamReader_t4009935899 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } { Stream_t1273022909 * L_1 = __this->get_base_stream_10(); if (!L_1) { goto IL_001c; } } { Stream_t1273022909 * L_2 = __this->get_base_stream_10(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_001c: { __this->set_input_buffer_2((ByteU5BU5D_t4116647657*)NULL); __this->set_decoded_buffer_3((CharU5BU5D_t3528271667*)NULL); __this->set_encoding_8((Encoding_t1523322056 *)NULL); __this->set_decoder_9((Decoder_t2204182725 *)NULL); __this->set_base_stream_10((Stream_t1273022909 *)NULL); bool L_3 = ___disposing0; TextReader_Dispose_m2059554794(__this, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.StreamReader::DoChecks(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_DoChecks_m1235625723 (StreamReader_t4009935899 * __this, int32_t ___count0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_DoChecks_m1235625723_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_do_checks_7(); if ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) == ((uint32_t)2)))) { goto IL_0055; } } { Encoding_t1523322056 * L_1 = __this->get_encoding_8(); NullCheck(L_1); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(20 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_1); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; NullCheck(L_3); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); int32_t L_4 = ___count0; int32_t L_5 = V_1; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0055; } } { V_2 = 0; goto IL_0045; } IL_002c: { ByteU5BU5D_t4116647657* L_6 = __this->get_input_buffer_2(); int32_t L_7 = V_2; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); ByteU5BU5D_t4116647657* L_10 = V_0; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; uint8_t L_13 = (L_10)->GetAt(static_cast(L_12)); if ((((int32_t)L_9) == ((int32_t)L_13))) { goto IL_0041; } } { goto IL_004c; } IL_0041: { int32_t L_14 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0045: { int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_002c; } } IL_004c: { int32_t L_17 = V_2; int32_t L_18 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_0055; } } { int32_t L_19 = V_2; return L_19; } IL_0055: { int32_t L_20 = __this->get_do_checks_7(); if ((!(((uint32_t)((int32_t)((int32_t)L_20&(int32_t)1))) == ((uint32_t)1)))) { goto IL_01d3; } } { int32_t L_21 = ___count0; if ((((int32_t)L_21) >= ((int32_t)2))) { goto IL_006c; } } { return 0; } IL_006c: { ByteU5BU5D_t4116647657* L_22 = __this->get_input_buffer_2(); NullCheck(L_22); int32_t L_23 = 0; uint8_t L_24 = (L_22)->GetAt(static_cast(L_23)); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)254))))) { goto IL_009d; } } { ByteU5BU5D_t4116647657* L_25 = __this->get_input_buffer_2(); NullCheck(L_25); int32_t L_26 = 1; uint8_t L_27 = (L_25)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)255))))) { goto IL_009d; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_28 = Encoding_get_BigEndianUnicode_m684646764(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_28); return 2; } IL_009d: { int32_t L_29 = ___count0; if ((((int32_t)L_29) >= ((int32_t)3))) { goto IL_00a6; } } { return 0; } IL_00a6: { ByteU5BU5D_t4116647657* L_30 = __this->get_input_buffer_2(); NullCheck(L_30); int32_t L_31 = 0; uint8_t L_32 = (L_30)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)239))))) { goto IL_00e9; } } { ByteU5BU5D_t4116647657* L_33 = __this->get_input_buffer_2(); NullCheck(L_33); int32_t L_34 = 1; uint8_t L_35 = (L_33)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)187))))) { goto IL_00e9; } } { ByteU5BU5D_t4116647657* L_36 = __this->get_input_buffer_2(); NullCheck(L_36); int32_t L_37 = 2; uint8_t L_38 = (L_36)->GetAt(static_cast(L_37)); if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)191))))) { goto IL_00e9; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_39 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_39); return 3; } IL_00e9: { int32_t L_40 = ___count0; if ((((int32_t)L_40) >= ((int32_t)4))) { goto IL_0130; } } { ByteU5BU5D_t4116647657* L_41 = __this->get_input_buffer_2(); NullCheck(L_41); int32_t L_42 = 0; uint8_t L_43 = (L_41)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)255))))) { goto IL_012e; } } { ByteU5BU5D_t4116647657* L_44 = __this->get_input_buffer_2(); NullCheck(L_44); int32_t L_45 = 1; uint8_t L_46 = (L_44)->GetAt(static_cast(L_45)); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)254))))) { goto IL_012e; } } { ByteU5BU5D_t4116647657* L_47 = __this->get_input_buffer_2(); NullCheck(L_47); int32_t L_48 = 2; uint8_t L_49 = (L_47)->GetAt(static_cast(L_48)); if (!L_49) { goto IL_012e; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_50 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_50); return 2; } IL_012e: { return 0; } IL_0130: { ByteU5BU5D_t4116647657* L_51 = __this->get_input_buffer_2(); NullCheck(L_51); int32_t L_52 = 0; uint8_t L_53 = (L_51)->GetAt(static_cast(L_52)); if (L_53) { goto IL_017b; } } { ByteU5BU5D_t4116647657* L_54 = __this->get_input_buffer_2(); NullCheck(L_54); int32_t L_55 = 1; uint8_t L_56 = (L_54)->GetAt(static_cast(L_55)); if (L_56) { goto IL_017b; } } { ByteU5BU5D_t4116647657* L_57 = __this->get_input_buffer_2(); NullCheck(L_57); int32_t L_58 = 2; uint8_t L_59 = (L_57)->GetAt(static_cast(L_58)); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)254))))) { goto IL_017b; } } { ByteU5BU5D_t4116647657* L_60 = __this->get_input_buffer_2(); NullCheck(L_60); int32_t L_61 = 3; uint8_t L_62 = (L_60)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)255))))) { goto IL_017b; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_63 = Encoding_get_BigEndianUTF32_m2820363135(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_63); return 4; } IL_017b: { ByteU5BU5D_t4116647657* L_64 = __this->get_input_buffer_2(); NullCheck(L_64); int32_t L_65 = 0; uint8_t L_66 = (L_64)->GetAt(static_cast(L_65)); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)255))))) { goto IL_01d3; } } { ByteU5BU5D_t4116647657* L_67 = __this->get_input_buffer_2(); NullCheck(L_67); int32_t L_68 = 1; uint8_t L_69 = (L_67)->GetAt(static_cast(L_68)); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)254))))) { goto IL_01d3; } } { ByteU5BU5D_t4116647657* L_70 = __this->get_input_buffer_2(); NullCheck(L_70); int32_t L_71 = 2; uint8_t L_72 = (L_70)->GetAt(static_cast(L_71)); if (L_72) { goto IL_01c6; } } { ByteU5BU5D_t4116647657* L_73 = __this->get_input_buffer_2(); NullCheck(L_73); int32_t L_74 = 3; uint8_t L_75 = (L_73)->GetAt(static_cast(L_74)); if (L_75) { goto IL_01c6; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_76 = Encoding_get_UTF32_m1591929079(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_76); return 4; } IL_01c6: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_77 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_8(L_77); return 2; } IL_01d3: { return 0; } } // System.Int32 System.IO.StreamReader::ReadBuffer() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_ReadBuffer_m761134843 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_ReadBuffer_m761134843_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Encoding_t1523322056 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { __this->set_pos_5(0); V_0 = 0; __this->set_decoded_count_4(0); V_1 = 0; } IL_0012: { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); ByteU5BU5D_t4116647657* L_1 = __this->get_input_buffer_2(); int32_t L_2 = __this->get_buffer_size_6(); NullCheck(L_0); int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, L_2); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0034; } } { return 0; } IL_0034: { int32_t L_5 = V_0; int32_t L_6 = __this->get_buffer_size_6(); __this->set_mayBlock_11((bool)((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0)); int32_t L_7 = __this->get_do_checks_7(); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_00bf; } } { Encoding_t1523322056 * L_8 = __this->get_encoding_8(); V_2 = L_8; int32_t L_9 = V_0; int32_t L_10 = StreamReader_DoChecks_m1235625723(__this, L_9, /*hidden argument*/NULL); V_1 = L_10; Encoding_t1523322056 * L_11 = V_2; Encoding_t1523322056 * L_12 = __this->get_encoding_8(); if ((((RuntimeObject*)(Encoding_t1523322056 *)L_11) == ((RuntimeObject*)(Encoding_t1523322056 *)L_12))) { goto IL_00b4; } } { Encoding_t1523322056 * L_13 = V_2; int32_t L_14 = __this->get_buffer_size_6(); NullCheck(L_13); int32_t L_15 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_13, L_14); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); Encoding_t1523322056 * L_16 = __this->get_encoding_8(); int32_t L_17 = __this->get_buffer_size_6(); NullCheck(L_16); int32_t L_18 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_16, L_17); V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_3; int32_t L_20 = V_4; if ((((int32_t)L_19) == ((int32_t)L_20))) { goto IL_00a3; } } { int32_t L_21 = V_4; __this->set_decoded_buffer_3(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_21))); } IL_00a3: { Encoding_t1523322056 * L_22 = __this->get_encoding_8(); NullCheck(L_22); Decoder_t2204182725 * L_23 = VirtFuncInvoker0< Decoder_t2204182725 * >::Invoke(16 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_22); __this->set_decoder_9(L_23); } IL_00b4: { __this->set_do_checks_7(0); int32_t L_24 = V_0; int32_t L_25 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)); } IL_00bf: { int32_t L_26 = __this->get_decoded_count_4(); Decoder_t2204182725 * L_27 = __this->get_decoder_9(); ByteU5BU5D_t4116647657* L_28 = __this->get_input_buffer_2(); int32_t L_29 = V_1; int32_t L_30 = V_0; CharU5BU5D_t3528271667* L_31 = __this->get_decoded_buffer_3(); NullCheck(L_27); int32_t L_32 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(4 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_27, L_28, L_29, L_30, L_31, 0); __this->set_decoded_count_4(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_32))); V_1 = 0; int32_t L_33 = __this->get_decoded_count_4(); if (!L_33) { goto IL_0012; } } { int32_t L_34 = __this->get_decoded_count_4(); return L_34; } } // System.Int32 System.IO.StreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_Peek_m2272511193 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_Peek_m2272511193_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_Peek_m2272511193_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0039; } } { int32_t L_4 = StreamReader_ReadBuffer_m761134843(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0039; } } { return (-1); } IL_0039: { CharU5BU5D_t3528271667* L_5 = __this->get_decoded_buffer_3(); int32_t L_6 = __this->get_pos_5(); NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (L_5)->GetAt(static_cast(L_7)); return L_8; } } // System.Boolean System.IO.StreamReader::DataAvailable() extern "C" IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_m835397883 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pos_5(); int32_t L_1 = __this->get_decoded_count_4(); return (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0); } } // System.Int32 System.IO.StreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_Read_m2554901735 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_Read_m2554901735_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_Read_m2554901735_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0039; } } { int32_t L_4 = StreamReader_ReadBuffer_m761134843(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0039; } } { return (-1); } IL_0039: { CharU5BU5D_t3528271667* L_5 = __this->get_decoded_buffer_3(); int32_t L_6 = __this->get_pos_5(); int32_t L_7 = L_6; V_0 = L_7; __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; uint16_t L_10 = (L_5)->GetAt(static_cast(L_9)); return L_10; } } // System.Int32 System.IO.StreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_Read_m830111915 (StreamReader_t4009935899 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_Read_m830111915_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B16_0 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_Read_m830111915_RuntimeMethod_var); } IL_001b: { CharU5BU5D_t3528271667* L_2 = ___buffer0; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamReader_Read_m830111915_RuntimeMethod_var); } IL_002c: { int32_t L_4 = ___index1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0043; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamReader_Read_m830111915_RuntimeMethod_var); } IL_0043: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,StreamReader_Read_m830111915_RuntimeMethod_var); } IL_005a: { int32_t L_8 = ___index1; CharU5BU5D_t3528271667* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___count2; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_0070; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral3138384766, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,StreamReader_Read_m830111915_RuntimeMethod_var); } IL_0070: { V_0 = 0; goto IL_00f6; } IL_0077: { int32_t L_12 = __this->get_pos_5(); int32_t L_13 = __this->get_decoded_count_4(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_00a2; } } { int32_t L_14 = StreamReader_ReadBuffer_m761134843(__this, /*hidden argument*/NULL); if (L_14) { goto IL_00a2; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_00a0; } } { int32_t L_16 = V_0; G_B16_0 = L_16; goto IL_00a1; } IL_00a0: { G_B16_0 = 0; } IL_00a1: { return G_B16_0; } IL_00a2: { int32_t L_17 = __this->get_decoded_count_4(); int32_t L_18 = __this->get_pos_5(); int32_t L_19 = ___count2; int32_t L_20 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), L_19, /*hidden argument*/NULL); V_1 = L_20; CharU5BU5D_t3528271667* L_21 = __this->get_decoded_buffer_3(); int32_t L_22 = __this->get_pos_5(); CharU5BU5D_t3528271667* L_23 = ___buffer0; int32_t L_24 = ___index1; int32_t L_25 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = __this->get_pos_5(); int32_t L_27 = V_1; __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); int32_t L_28 = ___index1; int32_t L_29 = V_1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); int32_t L_30 = ___count2; int32_t L_31 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); int32_t L_32 = V_0; int32_t L_33 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); bool L_34 = __this->get_mayBlock_11(); if (!L_34) { goto IL_00f6; } } { goto IL_00fd; } IL_00f6: { int32_t L_35 = ___count2; if ((((int32_t)L_35) > ((int32_t)0))) { goto IL_0077; } } IL_00fd: { int32_t L_36 = V_0; return L_36; } } // System.Int32 System.IO.StreamReader::FindNextEOL() extern "C" IL2CPP_METHOD_ATTR int32_t StreamReader_FindNextEOL_m2574298119 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { V_0 = 0; goto IL_00a0; } IL_0007: { CharU5BU5D_t3528271667* L_0 = __this->get_decoded_buffer_3(); int32_t L_1 = __this->get_pos_5(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_005e; } } { int32_t L_5 = __this->get_pos_5(); __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); bool L_6 = __this->get_foundCR_14(); if (!L_6) { goto IL_0043; } } { int32_t L_7 = __this->get_pos_5(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2)); goto IL_004b; } IL_0043: { int32_t L_8 = __this->get_pos_5(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); } IL_004b: { V_1 = G_B5_0; int32_t L_9 = V_1; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0055; } } { V_1 = 0; } IL_0055: { __this->set_foundCR_14((bool)0); int32_t L_10 = V_1; return L_10; } IL_005e: { bool L_11 = __this->get_foundCR_14(); if (!L_11) { goto IL_0087; } } { __this->set_foundCR_14((bool)0); int32_t L_12 = __this->get_pos_5(); if (L_12) { goto IL_007e; } } { return ((int32_t)-2); } IL_007e: { int32_t L_13 = __this->get_pos_5(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); } IL_0087: { Il2CppChar L_14 = V_0; __this->set_foundCR_14((bool)((((int32_t)L_14) == ((int32_t)((int32_t)13)))? 1 : 0)); int32_t L_15 = __this->get_pos_5(); __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); } IL_00a0: { int32_t L_16 = __this->get_pos_5(); int32_t L_17 = __this->get_decoded_count_4(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0007; } } { return (-1); } } // System.String System.IO.StreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* StreamReader_ReadLine_m1468498645 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_ReadLine_m1468498645_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; StringBuilder_t * V_3 = NULL; { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_ReadLine_m1468498645_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0039; } } { int32_t L_4 = StreamReader_ReadBuffer_m761134843(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0039; } } { return (String_t*)NULL; } IL_0039: { int32_t L_5 = __this->get_pos_5(); V_0 = L_5; int32_t L_6 = StreamReader_FindNextEOL_m2574298119(__this, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; int32_t L_8 = __this->get_decoded_count_4(); if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_006a; } } { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_006a; } } { CharU5BU5D_t3528271667* L_11 = __this->get_decoded_buffer_3(); int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = V_0; String_t* L_15 = String_CreateString_m860434552(NULL, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); return L_15; } IL_006a: { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)-2))))) { goto IL_008a; } } { StringBuilder_t * L_17 = __this->get_line_builder_12(); StringBuilder_t * L_18 = __this->get_line_builder_12(); NullCheck(L_18); int32_t L_19 = StringBuilder_get_Length_m3238060835(L_18, /*hidden argument*/NULL); NullCheck(L_17); String_t* L_20 = StringBuilder_ToString_m774364392(L_17, 0, L_19, /*hidden argument*/NULL); return L_20; } IL_008a: { StringBuilder_t * L_21 = __this->get_line_builder_12(); if (L_21) { goto IL_00a5; } } { StringBuilder_t * L_22 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_22, /*hidden argument*/NULL); __this->set_line_builder_12(L_22); goto IL_00b1; } IL_00a5: { StringBuilder_t * L_23 = __this->get_line_builder_12(); NullCheck(L_23); StringBuilder_set_Length_m1410065908(L_23, 0, /*hidden argument*/NULL); } IL_00b1: { bool L_24 = __this->get_foundCR_14(); if (!L_24) { goto IL_00ca; } } { int32_t L_25 = __this->get_decoded_count_4(); __this->set_decoded_count_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))); } IL_00ca: { StringBuilder_t * L_26 = __this->get_line_builder_12(); CharU5BU5D_t3528271667* L_27 = __this->get_decoded_buffer_3(); int32_t L_28 = V_0; int32_t L_29 = __this->get_decoded_count_4(); int32_t L_30 = V_0; NullCheck(L_26); StringBuilder_Append_m4089665817(L_26, L_27, L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL); int32_t L_31 = StreamReader_ReadBuffer_m761134843(__this, /*hidden argument*/NULL); if (L_31) { goto IL_0139; } } { StringBuilder_t * L_32 = __this->get_line_builder_12(); NullCheck(L_32); int32_t L_33 = StringBuilder_get_Capacity_m2088663745(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)((int32_t)32768)))) { goto IL_0121; } } { StringBuilder_t * L_34 = __this->get_line_builder_12(); V_2 = L_34; __this->set_line_builder_12((StringBuilder_t *)NULL); StringBuilder_t * L_35 = V_2; StringBuilder_t * L_36 = V_2; NullCheck(L_36); int32_t L_37 = StringBuilder_get_Length_m3238060835(L_36, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_38 = StringBuilder_ToString_m774364392(L_35, 0, L_37, /*hidden argument*/NULL); return L_38; } IL_0121: { StringBuilder_t * L_39 = __this->get_line_builder_12(); StringBuilder_t * L_40 = __this->get_line_builder_12(); NullCheck(L_40); int32_t L_41 = StringBuilder_get_Length_m3238060835(L_40, /*hidden argument*/NULL); NullCheck(L_39); String_t* L_42 = StringBuilder_ToString_m774364392(L_39, 0, L_41, /*hidden argument*/NULL); return L_42; } IL_0139: { int32_t L_43 = __this->get_pos_5(); V_0 = L_43; int32_t L_44 = StreamReader_FindNextEOL_m2574298119(__this, /*hidden argument*/NULL); V_1 = L_44; int32_t L_45 = V_1; int32_t L_46 = __this->get_decoded_count_4(); if ((((int32_t)L_45) >= ((int32_t)L_46))) { goto IL_01b9; } } { int32_t L_47 = V_1; int32_t L_48 = V_0; if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_01b9; } } { StringBuilder_t * L_49 = __this->get_line_builder_12(); CharU5BU5D_t3528271667* L_50 = __this->get_decoded_buffer_3(); int32_t L_51 = V_0; int32_t L_52 = V_1; int32_t L_53 = V_0; NullCheck(L_49); StringBuilder_Append_m4089665817(L_49, L_50, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_53)), /*hidden argument*/NULL); StringBuilder_t * L_54 = __this->get_line_builder_12(); NullCheck(L_54); int32_t L_55 = StringBuilder_get_Capacity_m2088663745(L_54, /*hidden argument*/NULL); if ((((int32_t)L_55) <= ((int32_t)((int32_t)32768)))) { goto IL_01a1; } } { StringBuilder_t * L_56 = __this->get_line_builder_12(); V_3 = L_56; __this->set_line_builder_12((StringBuilder_t *)NULL); StringBuilder_t * L_57 = V_3; StringBuilder_t * L_58 = V_3; NullCheck(L_58); int32_t L_59 = StringBuilder_get_Length_m3238060835(L_58, /*hidden argument*/NULL); NullCheck(L_57); String_t* L_60 = StringBuilder_ToString_m774364392(L_57, 0, L_59, /*hidden argument*/NULL); return L_60; } IL_01a1: { StringBuilder_t * L_61 = __this->get_line_builder_12(); StringBuilder_t * L_62 = __this->get_line_builder_12(); NullCheck(L_62); int32_t L_63 = StringBuilder_get_Length_m3238060835(L_62, /*hidden argument*/NULL); NullCheck(L_61); String_t* L_64 = StringBuilder_ToString_m774364392(L_61, 0, L_63, /*hidden argument*/NULL); return L_64; } IL_01b9: { int32_t L_65 = V_1; if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)-2))))) { goto IL_01d9; } } { StringBuilder_t * L_66 = __this->get_line_builder_12(); StringBuilder_t * L_67 = __this->get_line_builder_12(); NullCheck(L_67); int32_t L_68 = StringBuilder_get_Length_m3238060835(L_67, /*hidden argument*/NULL); NullCheck(L_66); String_t* L_69 = StringBuilder_ToString_m774364392(L_66, 0, L_68, /*hidden argument*/NULL); return L_69; } IL_01d9: { goto IL_00b1; } } // System.String System.IO.StreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* StreamReader_ReadToEnd_m371831293 (StreamReader_t4009935899 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamReader_ReadToEnd_m371831293_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; CharU5BU5D_t3528271667* V_2 = NULL; int32_t V_3 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_10(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamReader_ReadToEnd_m371831293_RuntimeMethod_var); } IL_001b: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; CharU5BU5D_t3528271667* L_3 = __this->get_decoded_buffer_3(); NullCheck(L_3); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); int32_t L_4 = V_1; V_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_4)); goto IL_0040; } IL_0036: { StringBuilder_t * L_5 = V_0; CharU5BU5D_t3528271667* L_6 = V_2; int32_t L_7 = V_3; NullCheck(L_5); StringBuilder_Append_m4089665817(L_5, L_6, 0, L_7, /*hidden argument*/NULL); } IL_0040: { CharU5BU5D_t3528271667* L_8 = V_2; int32_t L_9 = V_1; int32_t L_10 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.StreamReader::Read(System.Char[],System.Int32,System.Int32) */, __this, L_8, 0, L_9); int32_t L_11 = L_10; V_3 = L_11; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_0036; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13 = StringBuilder_ToString_m3317489284(L_12, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.StreamReader/NullStreamReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullStreamReader__ctor_m3077615088 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullStreamReader__ctor_m3077615088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m150050089(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.StreamReader/NullStreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t NullStreamReader_Peek_m1755552867 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.StreamReader/NullStreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t NullStreamReader_Read_m3851775014 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.StreamReader/NullStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NullStreamReader_Read_m4144924479 (NullStreamReader_t3364671800 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { return 0; } } // System.String System.IO.StreamReader/NullStreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* NullStreamReader_ReadLine_m1951583843 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.String System.IO.StreamReader/NullStreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* NullStreamReader_ReadToEnd_m785591460 (NullStreamReader_t3364671800 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullStreamReader_ReadToEnd_m785591460_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m2310301218 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; StreamWriter__ctor_m1245831116(__this, L_0, L_1, ((int32_t)1024), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m1245831116 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, int32_t ___bufferSize2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter__ctor_m1245831116_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter__ctor_m2859954372(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___stream0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3236680756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter__ctor_m1245831116_RuntimeMethod_var); } IL_0017: { Encoding_t1523322056 * L_2 = ___encoding1; if (L_2) { goto IL_0028; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3002372288, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamWriter__ctor_m1245831116_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___bufferSize2; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_003a; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral1172510602, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamWriter__ctor_m1245831116_RuntimeMethod_var); } IL_003a: { Stream_t1273022909 * L_6 = ___stream0; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6); if (L_7) { goto IL_0050; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral3500703439, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StreamWriter__ctor_m1245831116_RuntimeMethod_var); } IL_0050: { Stream_t1273022909 * L_9 = ___stream0; __this->set_internalStream_5(L_9); Encoding_t1523322056 * L_10 = ___encoding1; int32_t L_11 = ___bufferSize2; StreamWriter_Initialize_m3490883444(__this, L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamWriter::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3185939007 (StreamWriter_t1266378904 * __this, String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter__ctor_m3185939007_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); StreamWriter__ctor_m3973049521(__this, L_0, (bool)0, L_1, ((int32_t)4096), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3688233896 (StreamWriter_t1266378904 * __this, String_t* ___path0, bool ___append1, Encoding_t1523322056 * ___encoding2, const RuntimeMethod* method) { { String_t* L_0 = ___path0; bool L_1 = ___append1; Encoding_t1523322056 * L_2 = ___encoding2; StreamWriter__ctor_m3973049521(__this, L_0, L_1, L_2, ((int32_t)4096), /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3973049521 (StreamWriter_t1266378904 * __this, String_t* ___path0, bool ___append1, Encoding_t1523322056 * ___encoding2, int32_t ___bufferSize3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter__ctor_m3973049521_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter__ctor_m2859954372(__this, /*hidden argument*/NULL); Encoding_t1523322056 * L_0 = ___encoding2; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3002372288, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter__ctor_m3973049521_RuntimeMethod_var); } IL_0017: { int32_t L_2 = ___bufferSize3; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_002a; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, _stringLiteral1172510602, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamWriter__ctor_m3973049521_RuntimeMethod_var); } IL_002a: { bool L_4 = ___append1; if (!L_4) { goto IL_0037; } } { V_0 = 6; goto IL_0039; } IL_0037: { V_0 = 2; } IL_0039: { String_t* L_5 = ___path0; int32_t L_6 = V_0; FileStream_t4292183065 * L_7 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_7, L_5, L_6, 2, 1, /*hidden argument*/NULL); __this->set_internalStream_5(L_7); bool L_8 = ___append1; if (!L_8) { goto IL_0069; } } { Stream_t1273022909 * L_9 = __this->get_internalStream_5(); Stream_t1273022909 * L_10 = __this->get_internalStream_5(); NullCheck(L_10); int64_t L_11 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_10); NullCheck(L_9); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_9, L_11); goto IL_0076; } IL_0069: { Stream_t1273022909 * L_12 = __this->get_internalStream_5(); NullCheck(L_12); VirtActionInvoker1< int64_t >::Invoke(21 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_12, (((int64_t)((int64_t)0)))); } IL_0076: { Encoding_t1523322056 * L_13 = ___encoding2; int32_t L_14 = ___bufferSize3; StreamWriter_Initialize_m3490883444(__this, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void System.IO.StreamWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void StreamWriter__cctor_m1229272693 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter__cctor_m1229272693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream_t1273022909 * L_0 = ((Stream_t1273022909_StaticFields*)il2cpp_codegen_static_fields_for(Stream_t1273022909_il2cpp_TypeInfo_var))->get_Null_1(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = Encoding_get_UTF8Unmarked_m3350637783(NULL /*static, unused*/, /*hidden argument*/NULL); StreamWriter_t1266378904 * L_2 = (StreamWriter_t1266378904 *)il2cpp_codegen_object_new(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m1245831116(L_2, L_0, L_1, 1, /*hidden argument*/NULL); ((StreamWriter_t1266378904_StaticFields*)il2cpp_codegen_static_fields_for(StreamWriter_t1266378904_il2cpp_TypeInfo_var))->set_Null_13(L_2); return; } } // System.Void System.IO.StreamWriter::Initialize(System.Text.Encoding,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Initialize_m3490883444 (StreamWriter_t1266378904 * __this, Encoding_t1523322056 * ___encoding0, int32_t ___bufferSize1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Initialize_m3490883444_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Encoding_t1523322056 * L_0 = ___encoding0; __this->set_internalEncoding_4(L_0); int32_t L_1 = 0; V_1 = L_1; __this->set_byte_pos_8(L_1); int32_t L_2 = V_1; __this->set_decode_pos_10(L_2); int32_t L_3 = ___bufferSize1; int32_t L_4 = Math_Max_m1873195862(NULL /*static, unused*/, L_3, ((int32_t)256), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; __this->set_decode_buf_9(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_5))); Encoding_t1523322056 * L_6 = ___encoding0; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(18 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_6, L_7); __this->set_byte_buf_7(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_8))); Stream_t1273022909 * L_9 = __this->get_internalStream_5(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_9); if (!L_10) { goto IL_006a; } } { Stream_t1273022909 * L_11 = __this->get_internalStream_5(); NullCheck(L_11); int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_11); if ((((int64_t)L_12) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_006a; } } { __this->set_preamble_done_12((bool)1); } IL_006a: { return; } } // System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_set_AutoFlush_m42112085 (StreamWriter_t1266378904 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_iflush_6(L_0); bool L_1 = __this->get_iflush_6(); if (!L_1) { goto IL_0018; } } { VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); } IL_0018: { return; } } // System.IO.Stream System.IO.StreamWriter::get_BaseStream() extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * StreamWriter_get_BaseStream_m3647177817 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_internalStream_5(); return L_0; } } // System.Text.Encoding System.IO.StreamWriter::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * StreamWriter_get_Encoding_m246219037 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = __this->get_internalEncoding_4(); return L_0; } } // System.Void System.IO.StreamWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Dispose_m2818839127 (StreamWriter_t1266378904 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Dispose_m2818839127_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Exception_t * V_1 = NULL; Exception_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 = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = (Exception_t *)NULL; bool L_0 = __this->get_DisposedAlready_11(); if (L_0) { goto IL_0056; } } { bool L_1 = ___disposing0; if (!L_1) { goto IL_0056; } } { Stream_t1273022909 * L_2 = __this->get_internalStream_5(); if (!L_2) { goto IL_0056; } } IL_001e: try { // begin try (depth: 1) VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); goto IL_0031; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); Exception_t * L_3 = V_1; V_0 = L_3; goto IL_0031; } // end catch (depth: 1) IL_0031: { __this->set_DisposedAlready_11((bool)1); } IL_0038: try { // begin try (depth: 1) Stream_t1273022909 * L_4 = __this->get_internalStream_5(); NullCheck(L_4); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_4); goto IL_0056; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0048; throw e; } CATCH_0048: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); Exception_t * L_5 = V_0; if (L_5) { goto IL_0051; } } IL_004f: { Exception_t * L_6 = V_2; V_0 = L_6; } IL_0051: { goto IL_0056; } } // end catch (depth: 1) IL_0056: { __this->set_internalStream_5((Stream_t1273022909 *)NULL); __this->set_byte_buf_7((ByteU5BU5D_t4116647657*)NULL); __this->set_internalEncoding_4((Encoding_t1523322056 *)NULL); __this->set_decode_buf_9((CharU5BU5D_t3528271667*)NULL); Exception_t * L_7 = V_0; if (!L_7) { goto IL_007a; } } { Exception_t * L_8 = V_0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StreamWriter_Dispose_m2818839127_RuntimeMethod_var); } IL_007a: { return; } } // System.Void System.IO.StreamWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Flush_m3311572543 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Flush_m3311572543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_DisposedAlready_11(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3106050028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter_Flush_m3311572543_RuntimeMethod_var); } IL_0016: { StreamWriter_Decode_m2340149035(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_byte_pos_8(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0039; } } { StreamWriter_FlushBytes_m1531540244(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_3 = __this->get_internalStream_5(); NullCheck(L_3); VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_3); } IL_0039: { return; } } // System.Void System.IO.StreamWriter::FlushBytes() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_FlushBytes_m1531540244 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* V_0 = NULL; { bool L_0 = __this->get_preamble_done_12(); if (L_0) { goto IL_0043; } } { int32_t L_1 = __this->get_byte_pos_8(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0043; } } { Encoding_t1523322056 * L_2 = __this->get_internalEncoding_4(); NullCheck(L_2); ByteU5BU5D_t4116647657* L_3 = VirtFuncInvoker0< ByteU5BU5D_t4116647657* >::Invoke(20 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_2); V_0 = L_3; ByteU5BU5D_t4116647657* L_4 = V_0; NullCheck(L_4); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) <= ((int32_t)0))) { goto IL_003c; } } { Stream_t1273022909 * L_5 = __this->get_internalStream_5(); ByteU5BU5D_t4116647657* L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = V_0; NullCheck(L_7); NullCheck(L_5); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))); } IL_003c: { __this->set_preamble_done_12((bool)1); } IL_0043: { Stream_t1273022909 * L_8 = __this->get_internalStream_5(); ByteU5BU5D_t4116647657* L_9 = __this->get_byte_buf_7(); int32_t L_10 = __this->get_byte_pos_8(); NullCheck(L_8); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10); __this->set_byte_pos_8(0); return; } } // System.Void System.IO.StreamWriter::Decode() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Decode_m2340149035 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_byte_pos_8(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0012; } } { StreamWriter_FlushBytes_m1531540244(__this, /*hidden argument*/NULL); } IL_0012: { int32_t L_1 = __this->get_decode_pos_10(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0058; } } { Encoding_t1523322056 * L_2 = __this->get_internalEncoding_4(); CharU5BU5D_t3528271667* L_3 = __this->get_decode_buf_9(); int32_t L_4 = __this->get_decode_pos_10(); ByteU5BU5D_t4116647657* L_5 = __this->get_byte_buf_7(); int32_t L_6 = __this->get_byte_pos_8(); NullCheck(L_2); int32_t L_7 = VirtFuncInvoker5< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(8 /* System.Int32 System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) */, L_2, L_3, 0, L_4, L_5, L_6); V_0 = L_7; int32_t L_8 = __this->get_byte_pos_8(); int32_t L_9 = V_0; __this->set_byte_pos_8(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); __this->set_decode_pos_10(0); } IL_0058: { return; } } // System.Void System.IO.StreamWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m4109815652 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Write_m4109815652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_DisposedAlready_11(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3106050028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter_Write_m4109815652_RuntimeMethod_var); } IL_0016: { CharU5BU5D_t3528271667* L_2 = ___buffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,StreamWriter_Write_m4109815652_RuntimeMethod_var); } IL_0027: { int32_t L_4 = ___index1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StreamWriter_Write_m4109815652_RuntimeMethod_var); } IL_003e: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,StreamWriter_Write_m4109815652_RuntimeMethod_var); } IL_0055: { int32_t L_8 = ___index1; CharU5BU5D_t3528271667* L_9 = ___buffer0; NullCheck(L_9); int32_t L_10 = ___count2; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_006b; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral3138384766, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,StreamWriter_Write_m4109815652_RuntimeMethod_var); } IL_006b: { CharU5BU5D_t3528271667* L_12 = ___buffer0; int32_t L_13 = ___index1; int32_t L_14 = ___count2; StreamWriter_LowLevelWrite_m1318762026(__this, L_12, L_13, L_14, /*hidden argument*/NULL); bool L_15 = __this->get_iflush_6(); if (!L_15) { goto IL_0085; } } { VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); } IL_0085: { return; } } // System.Void System.IO.StreamWriter::LowLevelWrite(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_LowLevelWrite_m1318762026 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; { goto IL_0065; } IL_0005: { CharU5BU5D_t3528271667* L_0 = __this->get_decode_buf_9(); NullCheck(L_0); int32_t L_1 = __this->get_decode_pos_10(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)L_1)); int32_t L_2 = V_0; if (L_2) { goto IL_002a; } } { StreamWriter_Decode_m2340149035(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_3 = __this->get_decode_buf_9(); NullCheck(L_3); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); } IL_002a: { int32_t L_4 = V_0; int32_t L_5 = ___count2; if ((((int32_t)L_4) <= ((int32_t)L_5))) { goto IL_0033; } } { int32_t L_6 = ___count2; V_0 = L_6; } IL_0033: { CharU5BU5D_t3528271667* L_7 = ___buffer0; int32_t L_8 = ___index1; CharU5BU5D_t3528271667* L_9 = __this->get_decode_buf_9(); int32_t L_10 = __this->get_decode_pos_10(); int32_t L_11 = V_0; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_7, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_9, ((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)2)), /*hidden argument*/NULL); int32_t L_12 = ___count2; int32_t L_13 = V_0; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = ___index1; int32_t L_15 = V_0; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = __this->get_decode_pos_10(); int32_t L_17 = V_0; __this->set_decode_pos_10(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))); } IL_0065: { int32_t L_18 = ___count2; if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_0005; } } { return; } } // System.Void System.IO.StreamWriter::LowLevelWrite(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_LowLevelWrite_m1081676583 (StreamWriter_t1266378904 * __this, String_t* ___s0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_007c; } IL_000e: { CharU5BU5D_t3528271667* L_2 = __this->get_decode_buf_9(); NullCheck(L_2); int32_t L_3 = __this->get_decode_pos_10(); V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)L_3)); int32_t L_4 = V_2; if (L_4) { goto IL_0033; } } { StreamWriter_Decode_m2340149035(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_5 = __this->get_decode_buf_9(); NullCheck(L_5); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); } IL_0033: { int32_t L_6 = V_2; int32_t L_7 = V_0; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_003c; } } { int32_t L_8 = V_0; V_2 = L_8; } IL_003c: { V_3 = 0; goto IL_005f; } IL_0043: { CharU5BU5D_t3528271667* L_9 = __this->get_decode_buf_9(); int32_t L_10 = V_3; int32_t L_11 = __this->get_decode_pos_10(); String_t* L_12 = ___s0; int32_t L_13 = V_3; int32_t L_14 = V_1; NullCheck(L_12); Il2CppChar L_15 = String_get_Chars_m2986988803(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11))), (Il2CppChar)L_15); int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_005f: { int32_t L_17 = V_3; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0043; } } { int32_t L_19 = V_0; int32_t L_20 = V_2; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)); int32_t L_21 = V_1; int32_t L_22 = V_2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); int32_t L_23 = __this->get_decode_pos_10(); int32_t L_24 = V_2; __this->set_decode_pos_10(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))); } IL_007c: { int32_t L_25 = V_0; if ((((int32_t)L_25) > ((int32_t)0))) { goto IL_000e; } } { return; } } // System.Void System.IO.StreamWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m2487601391 (StreamWriter_t1266378904 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Write_m2487601391_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_DisposedAlready_11(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3106050028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter_Write_m2487601391_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_decode_pos_10(); CharU5BU5D_t3528271667* L_3 = __this->get_decode_buf_9(); NullCheck(L_3); if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))))) { goto IL_002f; } } { StreamWriter_Decode_m2340149035(__this, /*hidden argument*/NULL); } IL_002f: { CharU5BU5D_t3528271667* L_4 = __this->get_decode_buf_9(); int32_t L_5 = __this->get_decode_pos_10(); int32_t L_6 = L_5; V_0 = L_6; __this->set_decode_pos_10(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; Il2CppChar L_8 = ___value0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)L_8); bool L_9 = __this->get_iflush_6(); if (!L_9) { goto IL_0059; } } { VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); } IL_0059: { return; } } // System.Void System.IO.StreamWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m2994525938 (StreamWriter_t1266378904 * __this, CharU5BU5D_t3528271667* ___buffer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Write_m2994525938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_DisposedAlready_11(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3106050028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter_Write_m2994525938_RuntimeMethod_var); } IL_0016: { CharU5BU5D_t3528271667* L_2 = ___buffer0; if (!L_2) { goto IL_0027; } } { CharU5BU5D_t3528271667* L_3 = ___buffer0; CharU5BU5D_t3528271667* L_4 = ___buffer0; NullCheck(L_4); StreamWriter_LowLevelWrite_m1318762026(__this, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL); } IL_0027: { bool L_5 = __this->get_iflush_6(); if (!L_5) { goto IL_0038; } } { VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); } IL_0038: { return; } } // System.Void System.IO.StreamWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Write_m1660535366 (StreamWriter_t1266378904 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StreamWriter_Write_m1660535366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_DisposedAlready_11(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral3106050028, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StreamWriter_Write_m1660535366_RuntimeMethod_var); } IL_0016: { String_t* L_2 = ___value0; if (!L_2) { goto IL_0023; } } { String_t* L_3 = ___value0; StreamWriter_LowLevelWrite_m1081676583(__this, L_3, /*hidden argument*/NULL); } IL_0023: { bool L_4 = __this->get_iflush_6(); if (!L_4) { goto IL_0034; } } { VirtActionInvoker0::Invoke(11 /* System.Void System.IO.StreamWriter::Flush() */, __this); } IL_0034: { return; } } // System.Void System.IO.StreamWriter::Close() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Close_m3750270527 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.IO.StreamWriter::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.StreamWriter::Finalize() extern "C" IL2CPP_METHOD_ATTR void StreamWriter_Finalize_m1379860857 (StreamWriter_t1266378904 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.IO.StreamWriter::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { 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.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringReader__ctor_m126993932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); String_t* L_0 = ___s0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3452614605, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringReader__ctor_m126993932_RuntimeMethod_var); } IL_0017: { String_t* L_2 = ___s0; __this->set_source_2(L_2); __this->set_nextChar_3(0); String_t* L_3 = ___s0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); __this->set_sourceLength_4(L_4); return; } } // System.Void System.IO.StringReader::Close() extern "C" IL2CPP_METHOD_ATTR void StringReader_Close_m1234387096 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.IO.StringReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.StringReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringReader_Dispose_m1915799905 (StringReader_t3465604688 * __this, bool ___disposing0, const RuntimeMethod* method) { { __this->set_source_2((String_t*)NULL); bool L_0 = ___disposing0; TextReader_Dispose_m2059554794(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.IO.StringReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t StringReader_Peek_m3605235793 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { { StringReader_CheckObjectDisposedException_m3796163530(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextChar_3(); int32_t L_1 = __this->get_sourceLength_4(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0019; } } { return (-1); } IL_0019: { String_t* L_2 = __this->get_source_2(); int32_t L_3 = __this->get_nextChar_3(); NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.IO.StringReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t StringReader_Read_m3322058819 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { StringReader_CheckObjectDisposedException_m3796163530(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextChar_3(); int32_t L_1 = __this->get_sourceLength_4(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0019; } } { return (-1); } IL_0019: { String_t* L_2 = __this->get_source_2(); int32_t L_3 = __this->get_nextChar_3(); int32_t L_4 = L_3; V_0 = L_4; __this->set_nextChar_3(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); Il2CppChar L_6 = String_get_Chars_m2986988803(L_2, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 System.IO.StringReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t StringReader_Read_m478895463 (StringReader_t3465604688 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringReader_Read_m478895463_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { StringReader_CheckObjectDisposedException_m3796163530(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_0 = ___buffer0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringReader_Read_m478895463_RuntimeMethod_var); } IL_0017: { CharU5BU5D_t3528271667* L_2 = ___buffer0; NullCheck(L_2); int32_t L_3 = ___index1; int32_t L_4 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)L_3))) >= ((int32_t)L_4))) { goto IL_0028; } } { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,StringReader_Read_m478895463_RuntimeMethod_var); } IL_0028: { int32_t L_6 = ___index1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0036; } } { int32_t L_7 = ___count2; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_003c; } } IL_0036: { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StringReader_Read_m478895463_RuntimeMethod_var); } IL_003c: { int32_t L_9 = __this->get_nextChar_3(); int32_t L_10 = __this->get_sourceLength_4(); int32_t L_11 = ___count2; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))))) { goto IL_0062; } } { int32_t L_12 = __this->get_sourceLength_4(); int32_t L_13 = __this->get_nextChar_3(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)); goto IL_0064; } IL_0062: { int32_t L_14 = ___count2; V_0 = L_14; } IL_0064: { String_t* L_15 = __this->get_source_2(); int32_t L_16 = __this->get_nextChar_3(); CharU5BU5D_t3528271667* L_17 = ___buffer0; int32_t L_18 = ___index1; int32_t L_19 = V_0; NullCheck(L_15); String_CopyTo_m2803757991(L_15, L_16, L_17, L_18, L_19, /*hidden argument*/NULL); int32_t L_20 = __this->get_nextChar_3(); int32_t L_21 = V_0; __this->set_nextChar_3(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); int32_t L_22 = V_0; return L_22; } } // System.String System.IO.StringReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* StringReader_ReadLine_m2337102945 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; String_t* V_2 = NULL; String_t* V_3 = NULL; { StringReader_CheckObjectDisposedException_m3796163530(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_nextChar_3(); V_0 = L_0; goto IL_0097; } IL_0012: { String_t* L_1 = __this->get_source_2(); int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m2986988803(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_002f; } } { Il2CppChar L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10))))) { goto IL_0093; } } IL_002f: { String_t* L_6 = __this->get_source_2(); int32_t L_7 = __this->get_nextChar_3(); int32_t L_8 = V_0; int32_t L_9 = __this->get_nextChar_3(); NullCheck(L_6); String_t* L_10 = String_Substring_m1610150815(L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), /*hidden argument*/NULL); V_2 = L_10; int32_t L_11 = V_0; __this->set_nextChar_3(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); Il2CppChar L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)13))))) { goto IL_0091; } } { int32_t L_13 = __this->get_nextChar_3(); int32_t L_14 = __this->get_sourceLength_4(); if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_0091; } } { String_t* L_15 = __this->get_source_2(); int32_t L_16 = __this->get_nextChar_3(); NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)10))))) { goto IL_0091; } } { int32_t L_18 = __this->get_nextChar_3(); __this->set_nextChar_3(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); } IL_0091: { String_t* L_19 = V_2; return L_19; } IL_0093: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0097: { int32_t L_21 = V_0; int32_t L_22 = __this->get_sourceLength_4(); if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0012; } } { int32_t L_23 = V_0; int32_t L_24 = __this->get_nextChar_3(); if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_00d2; } } { String_t* L_25 = __this->get_source_2(); int32_t L_26 = __this->get_nextChar_3(); int32_t L_27 = V_0; int32_t L_28 = __this->get_nextChar_3(); NullCheck(L_25); String_t* L_29 = String_Substring_m1610150815(L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_0; __this->set_nextChar_3(L_30); String_t* L_31 = V_3; return L_31; } IL_00d2: { return (String_t*)NULL; } } // System.String System.IO.StringReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* StringReader_ReadToEnd_m2679201613 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { StringReader_CheckObjectDisposedException_m3796163530(__this, /*hidden argument*/NULL); String_t* L_0 = __this->get_source_2(); int32_t L_1 = __this->get_nextChar_3(); int32_t L_2 = __this->get_sourceLength_4(); int32_t L_3 = __this->get_nextChar_3(); NullCheck(L_0); String_t* L_4 = String_Substring_m1610150815(L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = __this->get_sourceLength_4(); __this->set_nextChar_3(L_5); String_t* L_6 = V_0; return L_6; } } // System.Void System.IO.StringReader::CheckObjectDisposedException() extern "C" IL2CPP_METHOD_ATTR void StringReader_CheckObjectDisposedException_m3796163530 (StringReader_t3465604688 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringReader_CheckObjectDisposedException_m3796163530_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_source_2(); if (L_0) { goto IL_0020; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1511043577, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral3082914338, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StringReader_CheckObjectDisposedException_m3796163530_RuntimeMethod_var); } IL_0020: { 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.IO.StringWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1244548890 (StringWriter_t802263757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter__ctor_m1244548890_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); StringWriter__ctor_m1259274362(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1259274362 (StringWriter_t802263757 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = ___sb0; StringWriter__ctor_m3987072682(__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m3987072682 (StringWriter_t802263757 * __this, StringBuilder_t * ___sb0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter__ctor_m3987072682_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter__ctor_m2859954372(__this, /*hidden argument*/NULL); StringBuilder_t * L_0 = ___sb0; if (L_0) { goto IL_0017; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3454580685, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,StringWriter__ctor_m3987072682_RuntimeMethod_var); } IL_0017: { StringBuilder_t * L_2 = ___sb0; __this->set_internalString_4(L_2); RuntimeObject* L_3 = ___formatProvider1; ((TextWriter_t3478189236 *)__this)->set_internalFormatProvider_2(L_3); return; } } // System.Text.Encoding System.IO.StringWriter::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * StringWriter_get_Encoding_m1183513936 (StringWriter_t802263757 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter_get_Encoding_m1183513936_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void System.IO.StringWriter::Close() extern "C" IL2CPP_METHOD_ATTR void StringWriter_Close_m1874198671 (StringWriter_t802263757 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.IO.StringWriter::Dispose(System.Boolean) */, __this, (bool)1); __this->set_disposed_5((bool)1); return; } } // System.Void System.IO.StringWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void StringWriter_Dispose_m3785247012 (StringWriter_t802263757 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; TextWriter_Dispose_m368115211(__this, L_0, /*hidden argument*/NULL); __this->set_disposed_5((bool)1); return; } } // System.Text.StringBuilder System.IO.StringWriter::GetStringBuilder() extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringWriter_GetStringBuilder_m2379459229 (StringWriter_t802263757 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_internalString_4(); return L_0; } } // System.String System.IO.StringWriter::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringWriter_ToString_m63232878 (StringWriter_t802263757 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_internalString_4(); NullCheck(L_0); String_t* L_1 = StringBuilder_ToString_m3317489284(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.IO.StringWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void StringWriter_Write_m1572454942 (StringWriter_t802263757 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter_Write_m1572454942_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_0020; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral568318994, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral3082914338, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StringWriter_Write_m1572454942_RuntimeMethod_var); } IL_0020: { StringBuilder_t * L_3 = __this->get_internalString_4(); Il2CppChar L_4 = ___value0; NullCheck(L_3); StringBuilder_Append_m2383614642(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.IO.StringWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void StringWriter_Write_m2131908442 (StringWriter_t802263757 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter_Write_m2131908442_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_0020; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral568318994, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral3082914338, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StringWriter_Write_m2131908442_RuntimeMethod_var); } IL_0020: { StringBuilder_t * L_3 = __this->get_internalString_4(); String_t* L_4 = ___value0; NullCheck(L_3); StringBuilder_Append_m1965104174(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.IO.StringWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringWriter_Write_m1321879109 (StringWriter_t802263757 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringWriter_Write_m1321879109_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_5(); if (!L_0) { goto IL_0020; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral568318994, /*hidden argument*/NULL); ObjectDisposedException_t21392786 * L_2 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_2, _stringLiteral3082914338, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,StringWriter_Write_m1321879109_RuntimeMethod_var); } IL_0020: { CharU5BU5D_t3528271667* L_3 = ___buffer0; if (L_3) { goto IL_0031; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,StringWriter_Write_m1321879109_RuntimeMethod_var); } IL_0031: { int32_t L_5 = ___index1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0048; } } { ArgumentOutOfRangeException_t777629997 * L_6 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_6, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,StringWriter_Write_m1321879109_RuntimeMethod_var); } IL_0048: { int32_t L_7 = ___count2; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_005f; } } { ArgumentOutOfRangeException_t777629997 * L_8 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_8, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,StringWriter_Write_m1321879109_RuntimeMethod_var); } IL_005f: { int32_t L_9 = ___index1; CharU5BU5D_t3528271667* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___count2; if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11))))) { goto IL_0075; } } { ArgumentException_t132251570 * L_12 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_12, _stringLiteral3138384766, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,StringWriter_Write_m1321879109_RuntimeMethod_var); } IL_0075: { StringBuilder_t * L_13 = __this->get_internalString_4(); CharU5BU5D_t3528271667* L_14 = ___buffer0; int32_t L_15 = ___index1; int32_t L_16 = ___count2; NullCheck(L_13); StringBuilder_Append_m4089665817(L_13, L_14, L_15, L_16, /*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.IO.SynchronizedReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void SynchronizedReader__ctor_m322282529 (SynchronizedReader_t1163115775 * __this, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizedReader__ctor_m322282529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_0 = ___reader0; __this->set_reader_2(L_0); return; } } // System.Void System.IO.SynchronizedReader::Close() extern "C" IL2CPP_METHOD_ATTR void SynchronizedReader_Close_m1761124276 (SynchronizedReader_t1163115775 * __this, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextReader_t283511965 * L_1 = __this->get_reader_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_1); IL2CPP_LEAVE(0x1F, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_2 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x1F, IL_001f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001f: { return; } } // System.Int32 System.IO.SynchronizedReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedReader_Peek_m148942882 (SynchronizedReader_t1163115775 * __this, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextReader_t283511965 * L_1 = __this->get_reader_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Peek() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { int32_t L_4 = V_1; return L_4; } } // System.String System.IO.SynchronizedReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* SynchronizedReader_ReadLine_m2411238064 (SynchronizedReader_t1163115775 * __this, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextReader_t283511965 * L_1 = __this->get_reader_2(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadLine() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { String_t* L_4 = V_1; return L_4; } } // System.String System.IO.SynchronizedReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* SynchronizedReader_ReadToEnd_m2160105378 (SynchronizedReader_t1163115775 * __this, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextReader_t283511965 * L_1 = __this->get_reader_2(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { String_t* L_4 = V_1; return L_4; } } // System.Int32 System.IO.SynchronizedReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedReader_Read_m2047574604 (SynchronizedReader_t1163115775 * __this, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextReader_t283511965 * L_1 = __this->get_reader_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { int32_t L_4 = V_1; return L_4; } } // System.Int32 System.IO.SynchronizedReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t SynchronizedReader_Read_m1388613247 (SynchronizedReader_t1163115775 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { SynchronizedReader_t1163115775 * V_0 = NULL; int32_t V_1 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedReader_t1163115775 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextReader_t283511965 * L_1 = __this->get_reader_2(); CharU5BU5D_t3528271667* L_2 = ___buffer0; int32_t L_3 = ___index1; int32_t L_4 = ___count2; NullCheck(L_1); int32_t L_5 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); V_1 = L_5; IL2CPP_LEAVE(0x28, FINALLY_0021); } IL_001c: { ; // IL_001c: leave IL_0028 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 1) SynchronizedReader_t1163115775 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(33) } // end finally (depth: 1) IL2CPP_CLEANUP(33) { IL2CPP_JUMP_TBL(0x28, IL_0028) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0028: { int32_t L_7 = V_1; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.SynchronizedWriter::.ctor(System.IO.TextWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter__ctor_m495278869 (SynchronizedWriter_t1722853220 * __this, TextWriter_t3478189236 * ___writer0, bool ___neverClose1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SynchronizedWriter__ctor_m495278869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter__ctor_m2859954372(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_0 = ___writer0; __this->set_writer_4(L_0); bool L_1 = ___neverClose1; __this->set_neverClose_5(L_1); return; } } // System.Void System.IO.SynchronizedWriter::Close() extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Close_m3632168889 (SynchronizedWriter_t1722853220 * __this, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { bool L_0 = __this->get_neverClose_5(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = __this; SynchronizedWriter_t1722853220 * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) TextWriter_t3478189236 * L_2 = __this->get_writer_4(); NullCheck(L_2); VirtActionInvoker0::Invoke(9 /* System.Void System.IO.TextWriter::Close() */, L_2); IL2CPP_LEAVE(0x2B, FINALLY_0024); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0024; } FINALLY_0024: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(36) } // end finally (depth: 1) IL2CPP_CLEANUP(36) { IL2CPP_JUMP_TBL(0x2B, IL_002b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_002b: { return; } } // System.Void System.IO.SynchronizedWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Flush_m1415610297 (SynchronizedWriter_t1722853220 * __this, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); NullCheck(L_1); VirtActionInvoker0::Invoke(11 /* System.Void System.IO.TextWriter::Flush() */, L_1); IL2CPP_LEAVE(0x1F, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_2 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x1F, IL_001f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001f: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m1297715977 (SynchronizedWriter_t1722853220 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); Il2CppChar L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m2529550287 (SynchronizedWriter_t1722853220 * __this, CharU5BU5D_t3528271667* ___value0, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); CharU5BU5D_t3528271667* L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, L_1, L_2); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m169417751 (SynchronizedWriter_t1722853220 * __this, String_t* ___value0, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m3316802763 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___value1, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String,System.Object) */, L_1, L_2, L_3); IL2CPP_LEAVE(0x21, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(26) } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x21, IL_0021) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0021: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m1636988879 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___value1, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; ObjectU5BU5D_t2843939325* L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< String_t*, ObjectU5BU5D_t2843939325* >::Invoke(16 /* System.Void System.IO.TextWriter::Write(System.String,System.Object[]) */, L_1, L_2, L_3); IL2CPP_LEAVE(0x21, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(26) } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x21, IL_0021) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0021: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m301917713 (SynchronizedWriter_t1722853220 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); CharU5BU5D_t3528271667* L_2 = ___buffer0; int32_t L_3 = ___index1; int32_t L_4 = ___count2; NullCheck(L_1); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4); IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0022: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m4228805816 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___arg01; RuntimeObject * L_4 = ___arg12; NullCheck(L_1); VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object) */, L_1, L_2, L_3, L_4); IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0022: { return; } } // System.Void System.IO.SynchronizedWriter::Write(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_Write_m3004860431 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___arg01; RuntimeObject * L_4 = ___arg12; RuntimeObject * L_5 = ___arg23; NullCheck(L_1); VirtActionInvoker4< String_t*, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object,System.Object) */, L_1, L_2, L_3, L_4, L_5); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine() extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m1552352268 (SynchronizedWriter_t1722853220 * __this, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); NullCheck(L_1); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, L_1); IL2CPP_LEAVE(0x1F, FINALLY_0018); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0018; } FINALLY_0018: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_2 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); IL2CPP_END_FINALLY(24) } // end finally (depth: 1) IL2CPP_CLEANUP(24) { IL2CPP_JUMP_TBL(0x1F, IL_001f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_001f: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine(System.String) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m2518863747 (SynchronizedWriter_t1722853220 * __this, String_t* ___value0, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___value0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(21 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_1, L_2); IL2CPP_LEAVE(0x20, FINALLY_0019); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0019; } FINALLY_0019: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(25) } // end finally (depth: 1) IL2CPP_CLEANUP(25) { IL2CPP_JUMP_TBL(0x20, IL_0020) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0020: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m1483335289 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___value1, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(22 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) */, L_1, L_2, L_3); IL2CPP_LEAVE(0x21, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(26) } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x21, IL_0021) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0021: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m945635678 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___value1, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; ObjectU5BU5D_t2843939325* L_3 = ___value1; NullCheck(L_1); VirtActionInvoker2< String_t*, ObjectU5BU5D_t2843939325* >::Invoke(23 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object[]) */, L_1, L_2, L_3); IL2CPP_LEAVE(0x21, FINALLY_001a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001a; } FINALLY_001a: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(26) } // end finally (depth: 1) IL2CPP_CLEANUP(26) { IL2CPP_JUMP_TBL(0x21, IL_0021) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0021: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m1784969977 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___arg01; RuntimeObject * L_4 = ___arg12; NullCheck(L_1); VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(24 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) */, L_1, L_2, L_3, L_4); IL2CPP_LEAVE(0x22, FINALLY_001b); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001b; } FINALLY_001b: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_5 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); IL2CPP_END_FINALLY(27) } // end finally (depth: 1) IL2CPP_CLEANUP(27) { IL2CPP_JUMP_TBL(0x22, IL_0022) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0022: { return; } } // System.Void System.IO.SynchronizedWriter::WriteLine(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void SynchronizedWriter_WriteLine_m314436389 (SynchronizedWriter_t1722853220 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) TextWriter_t3478189236 * L_1 = __this->get_writer_4(); String_t* L_2 = ___format0; RuntimeObject * L_3 = ___arg01; RuntimeObject * L_4 = ___arg12; RuntimeObject * L_5 = ___arg23; NullCheck(L_1); VirtActionInvoker4< String_t*, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(25 /* System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object,System.Object) */, L_1, L_2, L_3, L_4, L_5); IL2CPP_LEAVE(0x24, FINALLY_001d); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_6 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(29) } // end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_JUMP_TBL(0x24, IL_0024) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0024: { return; } } // System.Text.Encoding System.IO.SynchronizedWriter::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * SynchronizedWriter_get_Encoding_m2579115075 (SynchronizedWriter_t1722853220 * __this, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; Encoding_t1523322056 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextWriter_t3478189236 * L_1 = __this->get_writer_4(); NullCheck(L_1); Encoding_t1523322056 * L_2 = VirtFuncInvoker0< Encoding_t1523322056 * >::Invoke(7 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { Encoding_t1523322056 * L_4 = V_1; return L_4; } } // System.String System.IO.SynchronizedWriter::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* SynchronizedWriter_get_NewLine_m2872608208 (SynchronizedWriter_t1722853220 * __this, const RuntimeMethod* method) { SynchronizedWriter_t1722853220 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = __this; SynchronizedWriter_t1722853220 * L_0 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); } IL_0008: try { // begin try (depth: 1) { TextWriter_t3478189236 * L_1 = __this->get_writer_4(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.TextWriter::get_NewLine() */, L_1); V_1 = L_2; IL2CPP_LEAVE(0x25, FINALLY_001e); } IL_0019: { ; // IL_0019: leave IL_0025 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) SynchronizedWriter_t1722853220 * L_3 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { String_t* L_4 = V_1; return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.TextReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextReader__ctor_m605064712 (TextReader_t283511965 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); return; } } // System.Void System.IO.TextReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void TextReader__cctor_m322748985 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextReader__cctor_m322748985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullTextReader_t763622204 * L_0 = (NullTextReader_t763622204 *)il2cpp_codegen_object_new(NullTextReader_t763622204_il2cpp_TypeInfo_var); NullTextReader__ctor_m2871254925(L_0, /*hidden argument*/NULL); ((TextReader_t283511965_StaticFields*)il2cpp_codegen_static_fields_for(TextReader_t283511965_il2cpp_TypeInfo_var))->set_Null_1(L_0); return; } } // System.Void System.IO.TextReader::Close() extern "C" IL2CPP_METHOD_ATTR void TextReader_Close_m3130290355 (TextReader_t283511965 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.IO.TextReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.TextReader::Dispose() extern "C" IL2CPP_METHOD_ATTR void TextReader_Dispose_m4253712522 (TextReader_t283511965 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.IO.TextReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.TextReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextReader_Dispose_m2059554794 (TextReader_t283511965 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_000c; } } { GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_000c: { return; } } // System.Int32 System.IO.TextReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t TextReader_Peek_m4032451740 (TextReader_t283511965 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.TextReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t TextReader_Read_m2044559986 (TextReader_t283511965 * __this, const RuntimeMethod* method) { { return (-1); } } // System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t TextReader_Read_m4213268240 (TextReader_t283511965 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_1 = 0; goto IL_0022; } IL_0007: { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, __this); int32_t L_1 = L_0; V_0 = L_1; if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0017; } } { int32_t L_2 = V_1; return L_2; } IL_0017: { CharU5BU5D_t3528271667* L_3 = ___buffer0; int32_t L_4 = ___index1; int32_t L_5 = V_1; int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))), (Il2CppChar)(((int32_t)((uint16_t)L_6)))); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0022: { int32_t L_8 = V_1; int32_t L_9 = ___count2; if ((((int32_t)L_8) < ((int32_t)L_9))) { goto IL_0007; } } { int32_t L_10 = V_1; return L_10; } } // System.String System.IO.TextReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* TextReader_ReadLine_m2549275032 (TextReader_t283511965 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextReader_ReadLine_m2549275032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.String System.IO.TextReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* TextReader_ReadToEnd_m2648397074 (TextReader_t283511965 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextReader_ReadToEnd_m2648397074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.IO.TextReader System.IO.TextReader::Synchronized(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * TextReader_Synchronized_m3004980758 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextReader_Synchronized_m3004980758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextReader_t283511965 * L_0 = ___reader0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3339363846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TextReader_Synchronized_m3004980758_RuntimeMethod_var); } IL_0011: { TextReader_t283511965 * L_2 = ___reader0; if (!((SynchronizedReader_t1163115775 *)IsInstClass((RuntimeObject*)L_2, SynchronizedReader_t1163115775_il2cpp_TypeInfo_var))) { goto IL_001e; } } { TextReader_t283511965 * L_3 = ___reader0; return L_3; } IL_001e: { TextReader_t283511965 * L_4 = ___reader0; SynchronizedReader_t1163115775 * L_5 = (SynchronizedReader_t1163115775 *)il2cpp_codegen_object_new(SynchronizedReader_t1163115775_il2cpp_TypeInfo_var); SynchronizedReader__ctor_m322282529(L_5, L_4, /*hidden argument*/NULL); 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.IO.TextReader/NullTextReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullTextReader__ctor_m2871254925 (NullTextReader_t763622204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullTextReader__ctor_m2871254925_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); return; } } // System.String System.IO.TextReader/NullTextReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* NullTextReader_ReadLine_m2308083993 (NullTextReader_t763622204 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.TextWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextWriter__ctor_m2859954372 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { MarshalByRefObject__ctor_m3039543187(__this, /*hidden argument*/NULL); String_t* L_0 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m1492846834(L_0, /*hidden argument*/NULL); __this->set_CoreNewLine_1(L_1); return; } } // System.Void System.IO.TextWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void TextWriter__cctor_m2707487510 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter__cctor_m2707487510_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullTextWriter_t1377692031 * L_0 = (NullTextWriter_t1377692031 *)il2cpp_codegen_object_new(NullTextWriter_t1377692031_il2cpp_TypeInfo_var); NullTextWriter__ctor_m1544833104(L_0, /*hidden argument*/NULL); ((TextWriter_t3478189236_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t3478189236_il2cpp_TypeInfo_var))->set_Null_3(L_0); return; } } // System.String System.IO.TextWriter::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* TextWriter_get_NewLine_m3038324292 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = __this->get_CoreNewLine_1(); String_t* L_1 = String_CreateString_m2818852475(NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.IO.TextWriter::Close() extern "C" IL2CPP_METHOD_ATTR void TextWriter_Close_m1290111813 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.IO.TextWriter::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.IO.TextWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Dispose_m368115211 (TextWriter_t3478189236 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_000c; } } { GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); } IL_000c: { return; } } // System.Void System.IO.TextWriter::Dispose() extern "C" IL2CPP_METHOD_ATTR void TextWriter_Dispose_m2495808722 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.IO.TextWriter::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void System.IO.TextWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void TextWriter_Flush_m4003695429 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { return; } } // System.IO.TextWriter System.IO.TextWriter::Synchronized(System.IO.TextWriter,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * TextWriter_Synchronized_m904006265 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, bool ___neverClose1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Synchronized_m904006265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextWriter_t3478189236 * L_0 = ___writer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3125706052, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TextWriter_Synchronized_m904006265_RuntimeMethod_var); } IL_0011: { TextWriter_t3478189236 * L_2 = ___writer0; if (!((SynchronizedWriter_t1722853220 *)IsInstClass((RuntimeObject*)L_2, SynchronizedWriter_t1722853220_il2cpp_TypeInfo_var))) { goto IL_001e; } } { TextWriter_t3478189236 * L_3 = ___writer0; return L_3; } IL_001e: { TextWriter_t3478189236 * L_4 = ___writer0; bool L_5 = ___neverClose1; SynchronizedWriter_t1722853220 * L_6 = (SynchronizedWriter_t1722853220 *)il2cpp_codegen_object_new(SynchronizedWriter_t1722853220_il2cpp_TypeInfo_var); SynchronizedWriter__ctor_m495278869(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void System.IO.TextWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m164803641 (TextWriter_t3478189236 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.TextWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m2638787064 (TextWriter_t3478189236 * __this, CharU5BU5D_t3528271667* ___buffer0, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = ___buffer0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { CharU5BU5D_t3528271667* L_1 = ___buffer0; CharU5BU5D_t3528271667* L_2 = ___buffer0; NullCheck(L_2); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, __this, L_1, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))); return; } } // System.Void System.IO.TextWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m2252948084 (TextWriter_t3478189236 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___value0; NullCheck(L_1); CharU5BU5D_t3528271667* L_2 = String_ToCharArray_m1492846834(L_1, /*hidden argument*/NULL); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, __this, L_2); } IL_0012: { return; } } // System.Void System.IO.TextWriter::Write(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m2295530473 (TextWriter_t3478189236 * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Write_m2295530473_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2844511972(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_2); return; } } // System.Void System.IO.TextWriter::Write(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m3996233032 (TextWriter_t3478189236 * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Write_m3996233032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ___arg1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m630303134(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_2); return; } } // System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m2937140664 (TextWriter_t3478189236 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Write_m2937140664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ___buffer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TextWriter_Write_m2937140664_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0021; } } { int32_t L_3 = ___index1; CharU5BU5D_t3528271667* L_4 = ___buffer0; NullCheck(L_4); if ((((int32_t)L_3) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_002c; } } IL_0021: { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_5, _stringLiteral797640427, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,TextWriter_Write_m2937140664_RuntimeMethod_var); } IL_002c: { int32_t L_6 = ___count2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_003e; } } { int32_t L_7 = ___index1; CharU5BU5D_t3528271667* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___count2; if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)L_9))))) { goto IL_0049; } } IL_003e: { ArgumentOutOfRangeException_t777629997 * L_10 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_10, _stringLiteral2002595880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,TextWriter_Write_m2937140664_RuntimeMethod_var); } IL_0049: { goto IL_0061; } IL_004e: { CharU5BU5D_t3528271667* L_11 = ___buffer0; int32_t L_12 = ___index1; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (L_11)->GetAt(static_cast(L_13)); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, __this, L_14); int32_t L_15 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); int32_t L_16 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0061: { int32_t L_17 = ___count2; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_004e; } } { return; } } // System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m283829155 (TextWriter_t3478189236 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Write_m283829155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; RuntimeObject * L_2 = ___arg12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2556382932(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_3); return; } } // System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_Write_m2173933353 (TextWriter_t3478189236 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TextWriter_Write_m2173933353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; RuntimeObject * L_2 = ___arg12; RuntimeObject * L_3 = ___arg23; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m3339413201(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_4); return; } } // System.Void System.IO.TextWriter::WriteLine() extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m524366243 (TextWriter_t3478189236 * __this, const RuntimeMethod* method) { { CharU5BU5D_t3528271667* L_0 = __this->get_CoreNewLine_1(); VirtActionInvoker1< CharU5BU5D_t3528271667* >::Invoke(13 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, __this, L_0); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String) extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m526643693 (TextWriter_t3478189236 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, __this, L_0); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m3065328134 (TextWriter_t3478189236 * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; VirtActionInvoker2< String_t*, RuntimeObject * >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String,System.Object) */, __this, L_0, L_1); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m958520979 (TextWriter_t3478189236 * __this, String_t* ___format0, ObjectU5BU5D_t2843939325* ___arg1, const RuntimeMethod* method) { { String_t* L_0 = ___format0; ObjectU5BU5D_t2843939325* L_1 = ___arg1; VirtActionInvoker2< String_t*, ObjectU5BU5D_t2843939325* >::Invoke(16 /* System.Void System.IO.TextWriter::Write(System.String,System.Object[]) */, __this, L_0, L_1); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m1277951055 (TextWriter_t3478189236 * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method) { { String_t* L_0 = ___format0; RuntimeObject * L_1 = ___arg01; RuntimeObject * L_2 = ___arg12; VirtActionInvoker3< String_t*, RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object) */, __this, L_0, L_1, L_2); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, __this); return; } } // System.Void System.IO.TextWriter::WriteLine(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void TextWriter_WriteLine_m94716571 (TextWriter_t3478189236 * __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; VirtActionInvoker4< String_t*, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(19 /* System.Void System.IO.TextWriter::Write(System.String,System.Object,System.Object,System.Object) */, __this, L_0, L_1, L_2, L_3); VirtActionInvoker0::Invoke(20 /* System.Void System.IO.TextWriter::WriteLine() */, __this); 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.IO.TextWriter/NullTextWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullTextWriter__ctor_m1544833104 (NullTextWriter_t1377692031 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullTextWriter__ctor_m1544833104_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter__ctor_m2859954372(__this, /*hidden argument*/NULL); return; } } // System.Text.Encoding System.IO.TextWriter/NullTextWriter::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * NullTextWriter_get_Encoding_m2491063053 (NullTextWriter_t1377692031 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NullTextWriter_get_Encoding_m2491063053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_Default_m1632902165(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Void System.IO.TextWriter/NullTextWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void NullTextWriter_Write_m432139305 (NullTextWriter_t1377692031 * __this, String_t* ___s0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.TextWriter/NullTextWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void NullTextWriter_Write_m1671049200 (NullTextWriter_t1377692031 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { { return; } } // System.Void System.IO.TextWriter/NullTextWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void NullTextWriter_Write_m2752689351 (NullTextWriter_t1377692031 * __this, CharU5BU5D_t3528271667* ___value0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.IO.UnexceptionalStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamReader__ctor_m1568917069 (UnexceptionalStreamReader_t2154476246 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader__ctor_m1568917069_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamReader_t4009935899_il2cpp_TypeInfo_var); StreamReader__ctor_m3941437302(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.UnexceptionalStreamReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamReader__cctor_m2018971657 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader__cctor_m2018971657_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->set_newline_15(((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)L_1))); String_t* L_2 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0032; } } { String_t* L_5 = V_0; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m2986988803(L_5, 0, /*hidden argument*/NULL); ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->set_newlineChar_16(L_6); } IL_0032: { return; } } // System.Int32 System.IO.UnexceptionalStreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t UnexceptionalStreamReader_Peek_m1842169584 (UnexceptionalStreamReader_t2154476246 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_Peek_m1842169584_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = StreamReader_Peek_m2272511193(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (-1); } IL_0019: { int32_t L_1 = V_0; return L_1; } } // System.Int32 System.IO.UnexceptionalStreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t UnexceptionalStreamReader_Read_m16956299 (UnexceptionalStreamReader_t2154476246 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_Read_m16956299_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = StreamReader_Read_m2554901735(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (-1); } IL_0019: { int32_t L_1 = V_0; return L_1; } } // System.Int32 System.IO.UnexceptionalStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t UnexceptionalStreamReader_Read_m39696771 (UnexceptionalStreamReader_t2154476246 * __this, CharU5BU5D_t3528271667* ___dest_buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_Read_m39696771_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; int32_t V_3 = 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 = 0; NO_UNUSED_WARNING (__leave_target); { CharU5BU5D_t3528271667* L_0 = ___dest_buffer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3542174192, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnexceptionalStreamReader_Read_m39696771_RuntimeMethod_var); } IL_0011: { int32_t L_2 = ___index1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0028; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnexceptionalStreamReader_Read_m39696771_RuntimeMethod_var); } IL_0028: { int32_t L_4 = ___count2; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003f; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,UnexceptionalStreamReader_Read_m39696771_RuntimeMethod_var); } IL_003f: { int32_t L_6 = ___index1; CharU5BU5D_t3528271667* L_7 = ___dest_buffer0; NullCheck(L_7); int32_t L_8 = ___count2; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length)))), (int32_t)L_8))))) { goto IL_0055; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2086592588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,UnexceptionalStreamReader_Read_m39696771_RuntimeMethod_var); } IL_0055: { V_0 = 0; IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); Il2CppChar L_10 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newlineChar_16(); V_1 = L_10; } IL_005d: try { // begin try (depth: 1) { goto IL_00b6; } IL_0062: { int32_t L_11 = StreamReader_Read_m2554901735(__this, /*hidden argument*/NULL); V_2 = L_11; int32_t L_12 = V_2; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0075; } } IL_0070: { goto IL_00bd; } IL_0075: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = ___count2; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); CharU5BU5D_t3528271667* L_15 = ___dest_buffer0; int32_t L_16 = ___index1; int32_t L_17 = V_2; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (Il2CppChar)(((int32_t)((uint16_t)L_17)))); Il2CppChar L_18 = V_1; if (!L_18) { goto IL_009d; } } IL_0089: { int32_t L_19 = V_2; Il2CppChar L_20 = V_1; if ((!(((uint32_t)(((int32_t)((uint16_t)L_19)))) == ((uint32_t)L_20)))) { goto IL_0098; } } IL_0091: { int32_t L_21 = V_0; V_3 = L_21; goto IL_00ca; } IL_0098: { goto IL_00b1; } IL_009d: { int32_t L_22 = V_2; bool L_23 = UnexceptionalStreamReader_CheckEOL_m187999544(__this, (((int32_t)((uint16_t)L_22))), /*hidden argument*/NULL); if (!L_23) { goto IL_00b1; } } IL_00aa: { int32_t L_24 = V_0; V_3 = L_24; goto IL_00ca; } IL_00b1: { int32_t L_25 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00b6: { int32_t L_26 = ___count2; if ((((int32_t)L_26) > ((int32_t)0))) { goto IL_0062; } } IL_00bd: { goto IL_00c8; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c2; throw e; } CATCH_00c2: { // begin catch(System.IO.IOException) goto IL_00c8; } // end catch (depth: 1) IL_00c8: { int32_t L_27 = V_0; return L_27; } IL_00ca: { int32_t L_28 = V_3; return L_28; } } // System.Boolean System.IO.UnexceptionalStreamReader::CheckEOL(System.Char) extern "C" IL2CPP_METHOD_ATTR bool UnexceptionalStreamReader_CheckEOL_m187999544 (UnexceptionalStreamReader_t2154476246 * __this, Il2CppChar ___current0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_CheckEOL_m187999544_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_0042; } IL_0007: { IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_0 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); if (L_3) { goto IL_003e; } } { Il2CppChar L_4 = ___current0; String_t* L_5 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)L_7)))) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_8 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); int32_t L_9 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_9), (bool)1); int32_t L_10 = V_0; BooleanU5BU5D_t2897418192* L_11 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); NullCheck(L_11); return (bool)((((int32_t)L_10) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)1))))? 1 : 0); } IL_0039: { goto IL_004f; } IL_003e: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0042: { int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_14 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0007; } } IL_004f: { V_1 = 0; goto IL_0062; } IL_0056: { IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_15 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); int32_t L_16 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (bool)0); int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0062: { int32_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_19 = ((UnexceptionalStreamReader_t2154476246_StaticFields*)il2cpp_codegen_static_fields_for(UnexceptionalStreamReader_t2154476246_il2cpp_TypeInfo_var))->get_newline_15(); NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0056; } } { return (bool)0; } } // System.String System.IO.UnexceptionalStreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* UnexceptionalStreamReader_ReadLine_m3663173848 (UnexceptionalStreamReader_t2154476246 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_ReadLine_m3663173848_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = StreamReader_ReadLine_m1468498645(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (String_t*)NULL; } IL_0019: { String_t* L_1 = V_0; return L_1; } } // System.String System.IO.UnexceptionalStreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* UnexceptionalStreamReader_ReadToEnd_m920589220 (UnexceptionalStreamReader_t2154476246 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamReader_ReadToEnd_m920589220_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = StreamReader_ReadToEnd_m371831293(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; } IL_000c: { ; // IL_000c: leave IL_0017 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (IOException_t4088381929_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0011; throw e; } CATCH_0011: { // begin catch(System.IO.IOException) goto IL_0017; } // end catch (depth: 1) IL_0017: { return (String_t*)NULL; } IL_0019: { String_t* L_1 = V_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.IO.UnexceptionalStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter__ctor_m1310404920 (UnexceptionalStreamWriter_t2539306459 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter__ctor_m1310404920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; IL2CPP_RUNTIME_CLASS_INIT(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m2310301218(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.IO.UnexceptionalStreamWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter_Flush_m82278468 (UnexceptionalStreamWriter_t2539306459 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter_Flush_m82278468_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) StreamWriter_Flush_m3311572543(__this, /*hidden argument*/NULL); goto IL_0011; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000b; throw e; } CATCH_000b: { // begin catch(System.Exception) goto IL_0011; } // end catch (depth: 1) IL_0011: { return; } } // System.Void System.IO.UnexceptionalStreamWriter::Write(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter_Write_m4210473673 (UnexceptionalStreamWriter_t2539306459 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter_Write_m4210473673_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) CharU5BU5D_t3528271667* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; StreamWriter_Write_m4109815652(__this, L_0, L_1, L_2, /*hidden argument*/NULL); goto IL_0014; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000e; throw e; } CATCH_000e: { // begin catch(System.Exception) goto IL_0014; } // end catch (depth: 1) IL_0014: { return; } } // System.Void System.IO.UnexceptionalStreamWriter::Write(System.Char) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter_Write_m1440243232 (UnexceptionalStreamWriter_t2539306459 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter_Write_m1440243232_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) Il2CppChar L_0 = ___value0; StreamWriter_Write_m2487601391(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.Exception) goto IL_0012; } // end catch (depth: 1) IL_0012: { return; } } // System.Void System.IO.UnexceptionalStreamWriter::Write(System.Char[]) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter_Write_m1834931241 (UnexceptionalStreamWriter_t2539306459 * __this, CharU5BU5D_t3528271667* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter_Write_m1834931241_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) CharU5BU5D_t3528271667* L_0 = ___value0; StreamWriter_Write_m2994525938(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.Exception) goto IL_0012; } // end catch (depth: 1) IL_0012: { return; } } // System.Void System.IO.UnexceptionalStreamWriter::Write(System.String) extern "C" IL2CPP_METHOD_ATTR void UnexceptionalStreamWriter_Write_m363195622 (UnexceptionalStreamWriter_t2539306459 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnexceptionalStreamWriter_Write_m363195622_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 = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) String_t* L_0 = ___value0; StreamWriter_Write_m1660535366(__this, L_0, /*hidden argument*/NULL); goto IL_0012; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_000c; throw e; } CATCH_000c: { // begin catch(System.Exception) goto IL_0012; } // end catch (depth: 1) IL_0012: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.IO.UnmanagedMemoryStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool UnmanagedMemoryStream_get_CanRead_m3770815400 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_closed_3(); if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_fileaccess_5(); G_B3_0 = ((((int32_t)((((int32_t)L_1) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return (bool)G_B3_0; } } // System.Boolean System.IO.UnmanagedMemoryStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool UnmanagedMemoryStream_get_CanSeek_m2636857629 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closed_3(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.IO.UnmanagedMemoryStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool UnmanagedMemoryStream_get_CanWrite_m2913951513 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_closed_3(); if (L_0) { goto IL_0019; } } { int32_t L_1 = __this->get_fileaccess_5(); G_B3_0 = ((((int32_t)((((int32_t)L_1) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001a; } IL_0019: { G_B3_0 = 0; } IL_001a: { return (bool)G_B3_0; } } // System.Int64 System.IO.UnmanagedMemoryStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t UnmanagedMemoryStream_get_Length_m3699800948 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_get_Length_m3699800948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_get_Length_m3699800948_RuntimeMethod_var); } IL_0016: { int64_t L_2 = __this->get_length_2(); return L_2; } } // System.Int64 System.IO.UnmanagedMemoryStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t UnmanagedMemoryStream_get_Position_m3800945932 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_get_Position_m3800945932_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_get_Position_m3800945932_RuntimeMethod_var); } IL_0016: { int64_t L_2 = __this->get_current_position_8(); return L_2; } } // System.Void System.IO.UnmanagedMemoryStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_set_Position_m2304997845 (UnmanagedMemoryStream_t4234117669 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_set_Position_m2304997845_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_set_Position_m2304997845_RuntimeMethod_var); } IL_0016: { int64_t L_2 = ___value0; if ((((int64_t)L_2) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral3493618073, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnmanagedMemoryStream_set_Position_m2304997845_RuntimeMethod_var); } IL_002e: { int64_t L_4 = ___value0; if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL))))))) { goto IL_004a; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral3493618073, _stringLiteral684904047, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,UnmanagedMemoryStream_set_Position_m2304997845_RuntimeMethod_var); } IL_004a: { int64_t L_6 = ___value0; __this->set_current_position_8(L_6); return; } } // System.Int32 System.IO.UnmanagedMemoryStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedMemoryStream_Read_m3982577147 (UnmanagedMemoryStream_t4234117669 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_Read_m3982577147_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B17_0 = 0; { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3939495523, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_0027: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1082126080, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_003e: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_0055: { ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; 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_006b; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2532961050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_006b: { int32_t L_12 = __this->get_fileaccess_5(); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_0082; } } { NotSupportedException_t1314879016 * L_13 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_13, _stringLiteral3523588373, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,UnmanagedMemoryStream_Read_m3982577147_RuntimeMethod_var); } IL_0082: { int64_t L_14 = __this->get_current_position_8(); int64_t L_15 = __this->get_length_2(); if ((((int64_t)L_14) < ((int64_t)L_15))) { goto IL_0095; } } { return 0; } IL_0095: { int64_t L_16 = __this->get_current_position_8(); int32_t L_17 = ___count2; int64_t L_18 = __this->get_length_2(); if ((((int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)(((int64_t)((int64_t)L_17)))))) >= ((int64_t)L_18))) { goto IL_00af; } } { int32_t L_19 = ___count2; G_B17_0 = L_19; goto IL_00bd; } IL_00af: { int64_t L_20 = __this->get_length_2(); int64_t L_21 = __this->get_current_position_8(); G_B17_0 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_20, (int64_t)L_21))))); } IL_00bd: { V_0 = G_B17_0; intptr_t* L_22 = __this->get_address_of_initial_pointer_6(); int64_t L_23 = IntPtr_ToInt64_m192765549(L_22, /*hidden argument*/NULL); int64_t L_24 = __this->get_current_position_8(); intptr_t L_25; memset(&L_25, 0, sizeof(L_25)); IntPtr__ctor_m987476171((&L_25), ((int64_t)il2cpp_codegen_add((int64_t)L_23, (int64_t)L_24)), /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_26 = ___buffer0; int32_t L_27 = ___offset1; int32_t L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_25, L_26, L_27, L_28, /*hidden argument*/NULL); int64_t L_29 = __this->get_current_position_8(); int32_t L_30 = V_0; __this->set_current_position_8(((int64_t)il2cpp_codegen_add((int64_t)L_29, (int64_t)(((int64_t)((int64_t)L_30)))))); int32_t L_31 = V_0; return L_31; } } // System.Int32 System.IO.UnmanagedMemoryStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t UnmanagedMemoryStream_ReadByte_m4248453739 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_ReadByte_m4248453739_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_ReadByte_m4248453739_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_fileaccess_5(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_002d; } } { NotSupportedException_t1314879016 * L_3 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_3, _stringLiteral3523588373, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnmanagedMemoryStream_ReadByte_m4248453739_RuntimeMethod_var); } IL_002d: { int64_t L_4 = __this->get_current_position_8(); int64_t L_5 = __this->get_length_2(); if ((((int64_t)L_4) < ((int64_t)L_5))) { goto IL_0040; } } { return (-1); } IL_0040: { intptr_t L_6 = __this->get_initial_pointer_6(); int64_t L_7 = __this->get_current_position_8(); int64_t L_8 = L_7; V_0 = L_8; __this->set_current_position_8(((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); uint8_t L_10 = Marshal_ReadByte_m1960935664(NULL /*static, unused*/, L_6, (((int32_t)((int32_t)L_9))), /*hidden argument*/NULL); return L_10; } } // System.Int64 System.IO.UnmanagedMemoryStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t UnmanagedMemoryStream_Seek_m541442656 (UnmanagedMemoryStream_t4234117669 * __this, int64_t ___offset0, int32_t ___loc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_Seek_m541442656_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_Seek_m541442656_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___loc1; V_1 = L_2; int32_t L_3 = V_1; switch (L_3) { case 0: { goto IL_002f; } case 1: { goto IL_004e; } case 2: { goto IL_005a; } } } { goto IL_0066; } IL_002f: { int64_t L_4 = ___offset0; if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0042; } } { IOException_t4088381929 * L_5 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_5, _stringLiteral2183347901, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,UnmanagedMemoryStream_Seek_m541442656_RuntimeMethod_var); } IL_0042: { int64_t L_6 = __this->get_initial_position_7(); V_0 = L_6; goto IL_0071; } IL_004e: { int64_t L_7 = __this->get_current_position_8(); V_0 = L_7; goto IL_0071; } IL_005a: { int64_t L_8 = __this->get_length_2(); V_0 = L_8; goto IL_0071; } IL_0066: { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral4213979164, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,UnmanagedMemoryStream_Seek_m541442656_RuntimeMethod_var); } IL_0071: { int64_t L_10 = V_0; int64_t L_11 = ___offset0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)); int64_t L_12 = V_0; int64_t L_13 = __this->get_initial_position_7(); if ((((int64_t)L_12) >= ((int64_t)L_13))) { goto IL_008c; } } { IOException_t4088381929 * L_14 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_14, _stringLiteral2183347901, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,UnmanagedMemoryStream_Seek_m541442656_RuntimeMethod_var); } IL_008c: { int64_t L_15 = V_0; __this->set_current_position_8(L_15); int64_t L_16 = __this->get_current_position_8(); return L_16; } } // System.Void System.IO.UnmanagedMemoryStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_SetLength_m3752964620 (UnmanagedMemoryStream_t4234117669 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_SetLength_m3752964620_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_SetLength_m3752964620_RuntimeMethod_var); } IL_0016: { int64_t L_2 = ___value0; if ((((int64_t)L_2) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_3, _stringLiteral1212500642, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnmanagedMemoryStream_SetLength_m3752964620_RuntimeMethod_var); } IL_002e: { int64_t L_4 = ___value0; int64_t L_5 = __this->get_capacity_4(); if ((((int64_t)L_4) <= ((int64_t)L_5))) { goto IL_0045; } } { IOException_t4088381929 * L_6 = (IOException_t4088381929 *)il2cpp_codegen_object_new(IOException_t4088381929_il2cpp_TypeInfo_var); IOException__ctor_m3662782713(L_6, _stringLiteral3043354016, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,UnmanagedMemoryStream_SetLength_m3752964620_RuntimeMethod_var); } IL_0045: { int32_t L_7 = __this->get_fileaccess_5(); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_005c; } } { NotSupportedException_t1314879016 * L_8 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_8, _stringLiteral2508049090, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,UnmanagedMemoryStream_SetLength_m3752964620_RuntimeMethod_var); } IL_005c: { int64_t L_9 = ___value0; __this->set_length_2(L_9); int64_t L_10 = __this->get_length_2(); int64_t L_11 = __this->get_current_position_8(); if ((((int64_t)L_10) >= ((int64_t)L_11))) { goto IL_0080; } } { int64_t L_12 = __this->get_length_2(); __this->set_current_position_8(L_12); } IL_0080: { return; } } // System.Void System.IO.UnmanagedMemoryStream::Flush() extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Flush_m1540584491 (UnmanagedMemoryStream_t4234117669 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_Flush_m1540584491_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_Flush_m1540584491_RuntimeMethod_var); } IL_0016: { return; } } // System.Void System.IO.UnmanagedMemoryStream::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Dispose_m2681886347 (UnmanagedMemoryStream_t4234117669 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { __this->set_closed_3((bool)1); EventHandler_t1348719766 * L_1 = __this->get_Closed_9(); if (!L_1) { goto IL_002b; } } { EventHandler_t1348719766 * L_2 = __this->get_Closed_9(); NullCheck(L_2); EventHandler_Invoke_m2047579917(L_2, __this, (EventArgs_t3591816995 *)NULL, /*hidden argument*/NULL); } IL_002b: { return; } } // System.Void System.IO.UnmanagedMemoryStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_Write_m930787521 (UnmanagedMemoryStream_t4234117669 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_Write_m930787521_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_0016: { ByteU5BU5D_t4116647657* L_2 = ___buffer0; if (L_2) { goto IL_0027; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1048737159, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_0027: { int32_t L_4 = ___offset1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_003e; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral1082126080, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_003e: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0055; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral2892689725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_0055: { ByteU5BU5D_t4116647657* L_8 = ___buffer0; NullCheck(L_8); int32_t L_9 = ___offset1; 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_006b; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2532961050, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_006b: { int64_t L_12 = __this->get_current_position_8(); int64_t L_13 = __this->get_capacity_4(); int32_t L_14 = ___count2; if ((((int64_t)L_12) <= ((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_13, (int64_t)(((int64_t)((int64_t)L_14)))))))) { goto IL_008a; } } { NotSupportedException_t1314879016 * L_15 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_15, _stringLiteral3043354016, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_008a: { int32_t L_16 = __this->get_fileaccess_5(); if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_00a1; } } { NotSupportedException_t1314879016 * L_17 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_17, _stringLiteral2508049090, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,UnmanagedMemoryStream_Write_m930787521_RuntimeMethod_var); } IL_00a1: { V_0 = 0; goto IL_00cf; } IL_00a8: { intptr_t L_18 = __this->get_initial_pointer_6(); int64_t L_19 = __this->get_current_position_8(); int64_t L_20 = L_19; V_1 = L_20; __this->set_current_position_8(((int64_t)il2cpp_codegen_add((int64_t)L_20, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_21 = V_1; ByteU5BU5D_t4116647657* L_22 = ___buffer0; int32_t L_23 = ___offset1; int32_t L_24 = V_0; NullCheck(L_22); int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)); uint8_t L_26 = (L_22)->GetAt(static_cast(L_25)); IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_WriteByte_m951096718(NULL /*static, unused*/, L_18, (((int32_t)((int32_t)L_21))), L_26, /*hidden argument*/NULL); int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00cf: { int32_t L_28 = V_0; int32_t L_29 = ___count2; if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_00a8; } } { int64_t L_30 = __this->get_current_position_8(); int64_t L_31 = __this->get_length_2(); if ((((int64_t)L_30) <= ((int64_t)L_31))) { goto IL_00f3; } } { int64_t L_32 = __this->get_current_position_8(); __this->set_length_2(L_32); } IL_00f3: { return; } } // System.Void System.IO.UnmanagedMemoryStream::WriteByte(System.Byte) extern "C" IL2CPP_METHOD_ATTR void UnmanagedMemoryStream_WriteByte_m70460272 (UnmanagedMemoryStream_t4234117669 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UnmanagedMemoryStream_WriteByte_m70460272_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_closed_3(); if (!L_0) { goto IL_0016; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m3603759869(L_1, _stringLiteral1817536109, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,UnmanagedMemoryStream_WriteByte_m70460272_RuntimeMethod_var); } IL_0016: { int64_t L_2 = __this->get_current_position_8(); int64_t L_3 = __this->get_capacity_4(); if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0032; } } { NotSupportedException_t1314879016 * L_4 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_4, _stringLiteral466170349, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,UnmanagedMemoryStream_WriteByte_m70460272_RuntimeMethod_var); } IL_0032: { int32_t L_5 = __this->get_fileaccess_5(); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0049; } } { NotSupportedException_t1314879016 * L_6 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_6, _stringLiteral2508049090, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,UnmanagedMemoryStream_WriteByte_m70460272_RuntimeMethod_var); } IL_0049: { intptr_t L_7 = __this->get_initial_pointer_6(); int64_t L_8 = __this->get_current_position_8(); uint8_t L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_WriteByte_m951096718(NULL /*static, unused*/, L_7, (((int32_t)((int32_t)L_8))), L_9, /*hidden argument*/NULL); int64_t L_10 = __this->get_current_position_8(); __this->set_current_position_8(((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)(((int64_t)((int64_t)1)))))); int64_t L_11 = __this->get_current_position_8(); int64_t L_12 = __this->get_length_2(); if ((((int64_t)L_11) <= ((int64_t)L_12))) { goto IL_0088; } } { int64_t L_13 = __this->get_current_position_8(); __this->set_length_2(L_13); } IL_0088: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte[] System.KnownTerminals::get_linux() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_linux_m19531034 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KnownTerminals_get_linux_m19531034_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1665))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D29_21_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.KnownTerminals::get_xterm() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_xterm_m3599867638 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KnownTerminals_get_xterm_m3599867638_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)2100))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D30_22_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); return L_0; } } // System.Byte[] System.KnownTerminals::get_ansi() extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* KnownTerminals_get_ansi_m1157548325 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (KnownTerminals_get_ansi_m1157548325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_t4116647657* L_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1450))); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255361____U24U24fieldU2D31_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.LocalDataStoreSlot::.ctor(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LocalDataStoreSlot__ctor_m4104083971 (LocalDataStoreSlot_t740841968 * __this, bool ___in_thread0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalDataStoreSlot__ctor_m4104083971_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; BooleanU5BU5D_t2897418192* V_2 = NULL; BooleanU5BU5D_t2897418192* 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 = 0; NO_UNUSED_WARNING (__leave_target); { Object__ctor_m297566312(__this, /*hidden argument*/NULL); bool L_0 = ___in_thread0; __this->set_thread_local_1(L_0); IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); RuntimeObject * L_1 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_lock_obj_2(); V_0 = L_1; RuntimeObject * L_2 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0019: try { // begin try (depth: 1) { bool L_3 = ___in_thread0; if (!L_3) { goto IL_002a; } } IL_001f: { IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_4 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_slot_bitmap_thread_3(); V_2 = L_4; goto IL_0030; } IL_002a: { IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_5 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_slot_bitmap_context_4(); V_2 = L_5; } IL_0030: { BooleanU5BU5D_t2897418192* L_6 = V_2; if (!L_6) { goto IL_007a; } } IL_0036: { V_1 = 0; goto IL_0059; } IL_003d: { BooleanU5BU5D_t2897418192* L_7 = V_2; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint8_t L_10 = (L_7)->GetAt(static_cast(L_9)); if (L_10) { goto IL_0055; } } IL_0045: { int32_t L_11 = V_1; __this->set_slot_0(L_11); BooleanU5BU5D_t2897418192* L_12 = V_2; int32_t L_13 = V_1; NullCheck(L_12); (L_12)->SetAt(static_cast(L_13), (bool)1); IL2CPP_LEAVE(0xB1, FINALLY_00aa); } IL_0055: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0059: { int32_t L_15 = V_1; BooleanU5BU5D_t2897418192* L_16 = V_2; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_003d; } } IL_0062: { int32_t L_17 = V_1; V_3 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)))); BooleanU5BU5D_t2897418192* L_18 = V_2; BooleanU5BU5D_t2897418192* L_19 = V_3; NullCheck((RuntimeArray *)(RuntimeArray *)L_18); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_18, (RuntimeArray *)(RuntimeArray *)L_19, 0, /*hidden argument*/NULL); BooleanU5BU5D_t2897418192* L_20 = V_3; V_2 = L_20; goto IL_0083; } IL_007a: { V_2 = ((BooleanU5BU5D_t2897418192*)SZArrayNew(BooleanU5BU5D_t2897418192_il2cpp_TypeInfo_var, (uint32_t)2)); V_1 = 0; } IL_0083: { BooleanU5BU5D_t2897418192* L_21 = V_2; int32_t L_22 = V_1; NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (bool)1); int32_t L_23 = V_1; __this->set_slot_0(L_23); bool L_24 = ___in_thread0; if (!L_24) { goto IL_009f; } } IL_0094: { BooleanU5BU5D_t2897418192* L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->set_slot_bitmap_thread_3(L_25); goto IL_00a5; } IL_009f: { BooleanU5BU5D_t2897418192* L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->set_slot_bitmap_context_4(L_26); } IL_00a5: { IL2CPP_LEAVE(0xB1, FINALLY_00aa); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00aa; } FINALLY_00aa: { // begin finally (depth: 1) RuntimeObject * L_27 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); IL2CPP_END_FINALLY(170) } // end finally (depth: 1) IL2CPP_CLEANUP(170) { IL2CPP_JUMP_TBL(0xB1, IL_00b1) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b1: { return; } } // System.Void System.LocalDataStoreSlot::.cctor() extern "C" IL2CPP_METHOD_ATTR void LocalDataStoreSlot__cctor_m644942532 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalDataStoreSlot__cctor_m644942532_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_0, /*hidden argument*/NULL); ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->set_lock_obj_2(L_0); return; } } // System.Void System.LocalDataStoreSlot::Finalize() extern "C" IL2CPP_METHOD_ATTR void LocalDataStoreSlot_Finalize_m2831598515 (LocalDataStoreSlot_t740841968 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LocalDataStoreSlot_Finalize_m2831598515_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_slot_0(); bool L_1 = __this->get_thread_local_1(); IL2CPP_RUNTIME_CLASS_INIT(Thread_t2300836069_il2cpp_TypeInfo_var); Thread_FreeLocalSlotValues_m1195763560(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); RuntimeObject * L_2 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_lock_obj_2(); V_0 = L_2; RuntimeObject * L_3 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); } IL_001d: try { // begin try (depth: 2) { bool L_4 = __this->get_thread_local_1(); if (!L_4) { goto IL_003a; } } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_5 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_slot_bitmap_thread_3(); int32_t L_6 = __this->get_slot_0(); NullCheck(L_5); (L_5)->SetAt(static_cast(L_6), (bool)0); goto IL_0047; } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var); BooleanU5BU5D_t2897418192* L_7 = ((LocalDataStoreSlot_t740841968_StaticFields*)il2cpp_codegen_static_fields_for(LocalDataStoreSlot_t740841968_il2cpp_TypeInfo_var))->get_slot_bitmap_context_4(); int32_t L_8 = __this->get_slot_0(); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (bool)0); } IL_0047: { IL2CPP_LEAVE(0x53, FINALLY_004c); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 2) RuntimeObject * L_9 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); IL2CPP_END_FINALLY(76) } // end finally (depth: 2) IL2CPP_CLEANUP(76) { IL2CPP_JUMP_TBL(0x53, IL_0053) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0053: { IL2CPP_LEAVE(0x5F, FINALLY_0058); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(88) } // end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { 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.MarshalByRefObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_m3039543187 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::get_ObjectIdentity() extern "C" IL2CPP_METHOD_ATTR ServerIdentity_t2342208608 * MarshalByRefObject_get_ObjectIdentity_m186877036 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method) { { ServerIdentity_t2342208608 * L_0 = __this->get__identity_0(); return L_0; } } // System.Void System.MarshalByRefObject::set_ObjectIdentity(System.Runtime.Remoting.ServerIdentity) extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject_set_ObjectIdentity_m2909674674 (MarshalByRefObject_t2760389100 * __this, ServerIdentity_t2342208608 * ___value0, const RuntimeMethod* method) { { ServerIdentity_t2342208608 * L_0 = ___value0; __this->set__identity_0(L_0); return; } } // System.Runtime.Remoting.ObjRef System.MarshalByRefObject::CreateObjRef(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjRef_t2141158884 * MarshalByRefObject_CreateObjRef_m2444885068 (MarshalByRefObject_t2760389100 * __this, Type_t * ___requestedType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarshalByRefObject_CreateObjRef_m2444885068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ServerIdentity_t2342208608 * L_0 = __this->get__identity_0(); if (L_0) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3214673577, /*hidden argument*/NULL); RemotingException_t2290474311 * L_2 = (RemotingException_t2290474311 *)il2cpp_codegen_object_new(RemotingException_t2290474311_il2cpp_TypeInfo_var); RemotingException__ctor_m2916537666(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MarshalByRefObject_CreateObjRef_m2444885068_RuntimeMethod_var); } IL_001b: { ServerIdentity_t2342208608 * L_3 = __this->get__identity_0(); Type_t * L_4 = ___requestedType0; NullCheck(L_3); ObjRef_t2141158884 * L_5 = VirtFuncInvoker1< ObjRef_t2141158884 *, Type_t * >::Invoke(4 /* System.Runtime.Remoting.ObjRef System.Runtime.Remoting.ServerIdentity::CreateObjRef(System.Type) */, L_3, L_4); return L_5; } } // System.Object System.MarshalByRefObject::InitializeLifetimeService() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MarshalByRefObject_InitializeLifetimeService_m3972547550 (MarshalByRefObject_t2760389100 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MarshalByRefObject_InitializeLifetimeService_m3972547550_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ServerIdentity_t2342208608 * L_0 = __this->get__identity_0(); if (!L_0) { goto IL_0027; } } { ServerIdentity_t2342208608 * L_1 = __this->get__identity_0(); NullCheck(L_1); Lease_t4051722892 * L_2 = ServerIdentity_get_Lease_m2153931427(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0027; } } { ServerIdentity_t2342208608 * L_3 = __this->get__identity_0(); NullCheck(L_3); Lease_t4051722892 * L_4 = ServerIdentity_get_Lease_m2153931427(L_3, /*hidden argument*/NULL); return L_4; } IL_0027: { Lease_t4051722892 * L_5 = (Lease_t4051722892 *)il2cpp_codegen_object_new(Lease_t4051722892_il2cpp_TypeInfo_var); Lease__ctor_m3269477734(L_5, /*hidden argument*/NULL); 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.Single System.Math::Abs(System.Single) extern "C" IL2CPP_METHOD_ATTR float Math_Abs_m3353607971 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { float G_B3_0 = 0.0f; { float L_0 = ___value0; if ((!(((float)L_0) < ((float)(0.0f))))) { goto IL_0012; } } { float L_1 = ___value0; G_B3_0 = ((-L_1)); goto IL_0013; } IL_0012: { float L_2 = ___value0; G_B3_0 = L_2; } IL_0013: { return G_B3_0; } } // System.Int32 System.Math::Abs(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Abs_m1208936174 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Math_Abs_m1208936174_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; { int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2147483648LL))))) { goto IL_001b; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral596573941, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Math_Abs_m1208936174_RuntimeMethod_var); } IL_001b: { int32_t L_3 = ___value0; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_0029; } } { int32_t L_4 = ___value0; G_B5_0 = ((-L_4)); goto IL_002a; } IL_0029: { int32_t L_5 = ___value0; G_B5_0 = L_5; } IL_002a: { return G_B5_0; } } // System.Int64 System.Math::Abs(System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t Math_Abs_m2270691510 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Math_Abs_m2270691510_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t G_B5_0 = 0; { int64_t L_0 = ___value0; if ((!(((uint64_t)L_0) == ((uint64_t)((int64_t)std::numeric_limits::min()))))) { goto IL_001f; } } { String_t* L_1 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral596573941, /*hidden argument*/NULL); OverflowException_t2020128637 * L_2 = (OverflowException_t2020128637 *)il2cpp_codegen_object_new(OverflowException_t2020128637_il2cpp_TypeInfo_var); OverflowException__ctor_m694321376(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,Math_Abs_m2270691510_RuntimeMethod_var); } IL_001f: { int64_t L_3 = ___value0; if ((((int64_t)L_3) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_002e; } } { int64_t L_4 = ___value0; G_B5_0 = ((-L_4)); goto IL_002f; } IL_002e: { int64_t L_5 = ___value0; G_B5_0 = L_5; } IL_002f: { return G_B5_0; } } // System.Double System.Math::Ceiling(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Ceiling_m625148210 (RuntimeObject * __this /* static, unused */, double ___a0, const RuntimeMethod* method) { double V_0 = 0.0; { double L_0 = ___a0; double L_1 = floor(L_0); V_0 = L_1; double L_2 = V_0; double L_3 = ___a0; if ((((double)L_2) == ((double)L_3))) { goto IL_001a; } } { double L_4 = V_0; V_0 = ((double)il2cpp_codegen_add((double)L_4, (double)(1.0))); } IL_001a: { double L_5 = V_0; return L_5; } } // System.Double System.Math::Floor(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Floor_m1840375750 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { return floor(___d0); } // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___val10; int32_t L_1 = ___val21; if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_000d; } } { int32_t L_2 = ___val10; G_B3_0 = L_2; goto IL_000e; } IL_000d: { int32_t L_3 = ___val21; G_B3_0 = L_3; } IL_000e: { return G_B3_0; } } // System.Int64 System.Math::Max(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR int64_t Math_Max_m3392967427 (RuntimeObject * __this /* static, unused */, int64_t ___val10, int64_t ___val21, const RuntimeMethod* method) { int64_t G_B3_0 = 0; { int64_t L_0 = ___val10; int64_t L_1 = ___val21; if ((((int64_t)L_0) <= ((int64_t)L_1))) { goto IL_000d; } } { int64_t L_2 = ___val10; G_B3_0 = L_2; goto IL_000e; } IL_000d: { int64_t L_3 = ___val21; G_B3_0 = L_3; } IL_000e: { return G_B3_0; } } // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = ___val10; int32_t L_1 = ___val21; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000d; } } { int32_t L_2 = ___val10; G_B3_0 = L_2; goto IL_000e; } IL_000d: { int32_t L_3 = ___val21; G_B3_0 = L_3; } IL_000e: { return G_B3_0; } } // System.Decimal System.Math::Round(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Math_Round_m3018379666 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Math_Round_m3018379666_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); Decimal_t2948259380 V_1; memset(&V_1, 0, sizeof(V_1)); { Decimal_t2948259380 L_0 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_1 = Decimal_Floor_m1786329488(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; Decimal_t2948259380 L_2 = ___d0; Decimal_t2948259380 L_3 = V_0; Decimal_t2948259380 L_4 = Decimal_op_Subtraction_m2530510375(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; Decimal_t2948259380 L_5 = V_1; Decimal_t2948259380 L_6; memset(&L_6, 0, sizeof(L_6)); Decimal__ctor_m3650533794((&L_6), 5, 0, 0, (bool)0, (uint8_t)1, /*hidden argument*/NULL); bool L_7 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0070; } } { Decimal_t2948259380 L_8; memset(&L_8, 0, sizeof(L_8)); Decimal__ctor_m3650533794((&L_8), ((int32_t)20), 0, 0, (bool)0, (uint8_t)1, /*hidden argument*/NULL); Decimal_t2948259380 L_9 = V_0; Decimal_t2948259380 L_10; memset(&L_10, 0, sizeof(L_10)); Decimal__ctor_m3650533794((&L_10), ((int32_t)20), 0, 0, (bool)0, (uint8_t)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_11 = Decimal_op_Division_m2407964042(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); Decimal_t2948259380 L_12 = V_0; Decimal_t2948259380 L_13; memset(&L_13, 0, sizeof(L_13)); Decimal__ctor_m3650533794((&L_13), ((int32_t)20), 0, 0, (bool)0, (uint8_t)1, /*hidden argument*/NULL); Decimal_t2948259380 L_14 = Decimal_op_Division_m2407964042(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); Decimal_t2948259380 L_15 = Decimal_Floor_m1786329488(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); Decimal_t2948259380 L_16 = Decimal_op_Subtraction_m2530510375(NULL /*static, unused*/, L_11, L_15, /*hidden argument*/NULL); Decimal_t2948259380 L_17 = Decimal_op_Multiply_m2389849621(NULL /*static, unused*/, L_8, L_16, /*hidden argument*/NULL); Decimal_t2948259380 L_18; memset(&L_18, 0, sizeof(L_18)); Decimal__ctor_m1256289983((&L_18), 0, /*hidden argument*/NULL); bool L_19 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_0085; } } IL_0070: { Decimal_t2948259380 L_20 = V_1; Decimal_t2948259380 L_21; memset(&L_21, 0, sizeof(L_21)); Decimal__ctor_m3650533794((&L_21), 5, 0, 0, (bool)0, (uint8_t)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_22 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008c; } } IL_0085: { Decimal_t2948259380 L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_24 = Decimal_op_Increment_m2045993911(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_008c: { Decimal_t2948259380 L_25 = V_0; return L_25; } } // System.Double System.Math::Round(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Round_m101670467 (RuntimeObject * __this /* static, unused */, double ___a0, const RuntimeMethod* method) { return bankers_round(___a0); } // System.Double System.Math::Round(System.Double,System.Int32) extern "C" IL2CPP_METHOD_ATTR double Math_Round_m3279303474 (RuntimeObject * __this /* static, unused */, double ___value0, int32_t ___digits1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Math_Round_m3279303474_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___digits1; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000f; } } { int32_t L_1 = ___digits1; if ((((int32_t)L_1) <= ((int32_t)((int32_t)15)))) { goto IL_001f; } } IL_000f: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2734556373, /*hidden argument*/NULL); ArgumentOutOfRangeException_t777629997 * L_3 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,Math_Round_m3279303474_RuntimeMethod_var); } IL_001f: { int32_t L_4 = ___digits1; if (L_4) { goto IL_002c; } } { double L_5 = ___value0; double L_6 = bankers_round(L_5); return L_6; } IL_002c: { double L_7 = ___value0; int32_t L_8 = ___digits1; double L_9 = Math_Round2_m4049995284(NULL /*static, unused*/, L_7, L_8, (bool)0, /*hidden argument*/NULL); return L_9; } } // System.Double System.Math::Round2(System.Double,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR double Math_Round2_m4049995284 (RuntimeObject * __this /* static, unused */, double ___value0, int32_t ___digits1, bool ___away_from_zero2, const RuntimeMethod* method) { typedef double (*Math_Round2_m4049995284_ftn) (double, int32_t, bool); using namespace il2cpp::icalls; return ((Math_Round2_m4049995284_ftn)mscorlib::System::Math::Round2) (___value0, ___digits1, ___away_from_zero2); } // System.Int32 System.Math::Sign(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Sign_m2041356111 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { int32_t L_0 = ___value0; if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0009; } } { return 1; } IL_0009: { int32_t L_1 = ___value0; if (L_1) { goto IL_0015; } } { G_B5_0 = 0; goto IL_0016; } IL_0015: { G_B5_0 = (-1); } IL_0016: { return G_B5_0; } } // System.Double System.Math::Sin(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Sin_m2190801110 (RuntimeObject * __this /* static, unused */, double ___a0, const RuntimeMethod* method) { return sin(___a0); } // System.Double System.Math::Cos(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Cos_m1874044299 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { return cos(___d0); } // System.Double System.Math::Tan(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Tan_m3300048643 (RuntimeObject * __this /* static, unused */, double ___a0, const RuntimeMethod* method) { return tan(___a0); } // System.Double System.Math::Acos(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Acos_m2076003797 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { return acos(___d0); } // System.Double System.Math::Asin(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Asin_m1268117036 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { return asin(___d0); } // System.Double System.Math::Atan2(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Atan2_m182059315 (RuntimeObject * __this /* static, unused */, double ___y0, double ___x1, const RuntimeMethod* method) { return atan2(___y0, ___x1); } // System.Double System.Math::Pow(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Pow_m754227594 (RuntimeObject * __this /* static, unused */, double ___x0, double ___y1, const RuntimeMethod* method) { return pow(___x0, ___y1); } // System.Double System.Math::Sqrt(System.Double) extern "C" IL2CPP_METHOD_ATTR double Math_Sqrt_m1297338011 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method) { return sqrt(___d0); } #ifdef __clang__ #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.MemberAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m2501221062 (MemberAccessException_t1734467078 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MemberAccessException__ctor_m2501221062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3423128635, /*hidden argument*/NULL); SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233062), /*hidden argument*/NULL); return; } } // System.Void System.MemberAccessException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3059744007 (MemberAccessException_t1734467078 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233062), /*hidden argument*/NULL); return; } } // System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m3713703094 (MemberAccessException_t1734467078 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MethodAccessException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m3542088436 (MethodAccessException_t190175859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodAccessException__ctor_m3542088436_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral982811232, /*hidden argument*/NULL); MemberAccessException__ctor_m3059744007(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233072), /*hidden argument*/NULL); return; } } // System.Void System.MethodAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MethodAccessException__ctor_m3411913042 (MethodAccessException_t190175859 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MemberAccessException__ctor_m3713703094(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MissingFieldException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MissingFieldException__ctor_m3159172111 (MissingFieldException_t1989070983 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingFieldException__ctor_m3159172111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral695653415, /*hidden argument*/NULL); MissingMemberException__ctor_m2571045846(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233071), /*hidden argument*/NULL); return; } } // System.Void System.MissingFieldException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingFieldException__ctor_m4282575076 (MissingFieldException_t1989070983 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; MissingMemberException__ctor_m2571045846(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233071), /*hidden argument*/NULL); return; } } // System.Void System.MissingFieldException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MissingFieldException__ctor_m3742452630 (MissingFieldException_t1989070983 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MissingMemberException__ctor_m1220732369(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.MissingFieldException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* MissingFieldException_get_Message_m2809639043 (MissingFieldException_t1989070983 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingFieldException_get_Message_m2809639043_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((MissingMemberException_t1385081665 *)__this)->get_ClassName_11(); if (L_0) { goto IL_0012; } } { String_t* L_1 = MissingMemberException_get_Message_m54658002(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2950469773, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; String_t* L_4 = ((MissingMemberException_t1385081665 *)__this)->get_ClassName_11(); String_t* L_5 = ((MissingMemberException_t1385081665 *)__this)->get_MemberName_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MissingMemberException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2683358432 (MissingMemberException_t1385081665 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMemberException__ctor_m2683358432_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral2181412052, /*hidden argument*/NULL); MemberAccessException__ctor_m3059744007(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233070), /*hidden argument*/NULL); return; } } // System.Void System.MissingMemberException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2571045846 (MissingMemberException_t1385081665 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; MemberAccessException__ctor_m3059744007(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233070), /*hidden argument*/NULL); return; } } // System.Void System.MissingMemberException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m1220732369 (MissingMemberException_t1385081665 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMemberException__ctor_m1220732369_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MemberAccessException__ctor_m3713703094(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); String_t* L_3 = SerializationInfo_GetString_m3155282843(L_2, _stringLiteral687395629, /*hidden argument*/NULL); __this->set_ClassName_11(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); String_t* L_5 = SerializationInfo_GetString_m3155282843(L_4, _stringLiteral911923056, /*hidden argument*/NULL); __this->set_MemberName_12(L_5); SerializationInfo_t950877179 * L_6 = ___info0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9 = SerializationInfo_GetValue_m42271953(L_6, _stringLiteral1887063985, L_8, /*hidden argument*/NULL); __this->set_Signature_13(((ByteU5BU5D_t4116647657*)Castclass((RuntimeObject*)L_9, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))); return; } } // System.Void System.MissingMemberException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException__ctor_m2707802176 (MissingMemberException_t1385081665 * __this, String_t* ___className0, String_t* ___memberName1, const RuntimeMethod* method) { { MemberAccessException__ctor_m2501221062(__this, /*hidden argument*/NULL); String_t* L_0 = ___className0; __this->set_ClassName_11(L_0); String_t* L_1 = ___memberName1; __this->set_MemberName_12(L_1); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233070), /*hidden argument*/NULL); return; } } // System.Void System.MissingMemberException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MissingMemberException_GetObjectData_m2957220379 (MissingMemberException_t1385081665 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMemberException_GetObjectData_m2957220379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; String_t* L_3 = __this->get_ClassName_11(); NullCheck(L_2); SerializationInfo_AddValue_m2872281893(L_2, _stringLiteral687395629, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; String_t* L_5 = __this->get_MemberName_12(); NullCheck(L_4); SerializationInfo_AddValue_m2872281893(L_4, _stringLiteral911923056, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; ByteU5BU5D_t4116647657* L_7 = __this->get_Signature_13(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral1887063985, (RuntimeObject *)(RuntimeObject *)L_7, /*hidden argument*/NULL); return; } } // System.String System.MissingMemberException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* MissingMemberException_get_Message_m54658002 (MissingMemberException_t1385081665 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMemberException_get_Message_m54658002_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = __this->get_ClassName_11(); if (L_0) { goto IL_0012; } } { String_t* L_1 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral1928174433, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; String_t* L_4 = __this->get_ClassName_11(); String_t* L_5 = __this->get_MemberName_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MissingMethodException::.ctor() extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m878219575 (MissingMethodException_t1274661534 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMethodException__ctor_m878219575_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral4210520258, /*hidden argument*/NULL); MissingMemberException__ctor_m2571045846(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233069), /*hidden argument*/NULL); return; } } // System.Void System.MissingMethodException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m3234469579 (MissingMethodException_t1274661534 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; MissingMemberException__ctor_m2571045846(__this, L_0, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233069), /*hidden argument*/NULL); return; } } // System.Void System.MissingMethodException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m1207628821 (MissingMethodException_t1274661534 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; MissingMemberException__ctor_m1220732369(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.MissingMethodException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m41689610 (MissingMethodException_t1274661534 * __this, String_t* ___className0, String_t* ___methodName1, const RuntimeMethod* method) { { String_t* L_0 = ___className0; String_t* L_1 = ___methodName1; MissingMemberException__ctor_m2707802176(__this, L_0, L_1, /*hidden argument*/NULL); Exception_set_HResult_m3489164646(__this, ((int32_t)-2146233069), /*hidden argument*/NULL); return; } } // System.String System.MissingMethodException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* MissingMethodException_get_Message_m3161775487 (MissingMethodException_t1274661534 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MissingMethodException_get_Message_m3161775487_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((MissingMemberException_t1385081665 *)__this)->get_ClassName_11(); if (L_0) { goto IL_0012; } } { String_t* L_1 = MissingMemberException_get_Message_m54658002(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { String_t* L_2 = Locale_GetText_m3374010885(NULL /*static, unused*/, _stringLiteral3790789798, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; String_t* L_4 = ((MissingMemberException_t1385081665 *)__this)->get_ClassName_11(); String_t* L_5 = ((MissingMemberException_t1385081665 *)__this)->get_MemberName_12(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2556382932(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoAsyncCall::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoAsyncCall__ctor_m714441825 (MonoAsyncCall_t3023670838 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.MonoCustomAttrs::.cctor() extern "C" IL2CPP_METHOD_ATTR void MonoCustomAttrs__cctor_m4000462365 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs__cctor_m4000462365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (AttributeUsageAttribute_t290877318_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->set_AttributeUsageType_1(L_1); AttributeUsageAttribute_t290877318 * L_2 = (AttributeUsageAttribute_t290877318 *)il2cpp_codegen_object_new(AttributeUsageAttribute_t290877318_il2cpp_TypeInfo_var); AttributeUsageAttribute__ctor_m3683365572(L_2, ((int32_t)32767), /*hidden argument*/NULL); ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->set_DefaultAttributeUsage_2(L_2); return; } } // System.Boolean System.MonoCustomAttrs::IsUserCattrProvider(System.Object) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsUserCattrProvider_m2878058089 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_IsUserCattrProvider_m2878058089_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = ((Type_t *)IsInstClass((RuntimeObject*)L_0, Type_t_il2cpp_TypeInfo_var)); Type_t * L_1 = V_0; if (((MonoType_t *)IsInstClass((RuntimeObject*)L_1, MonoType_t_il2cpp_TypeInfo_var))) { goto IL_001d; } } { Type_t * L_2 = V_0; if (!((TypeBuilder_t1073948154 *)IsInstSealed((RuntimeObject*)L_2, TypeBuilder_t1073948154_il2cpp_TypeInfo_var))) { goto IL_001f; } } IL_001d: { return (bool)0; } IL_001f: { RuntimeObject * L_3 = ___obj0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_3, Type_t_il2cpp_TypeInfo_var))) { goto IL_002c; } } { return (bool)1; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); Assembly_t * L_4 = ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->get_corlib_0(); if (L_4) { goto IL_004a; } } { RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); NullCheck(L_6); Assembly_t * L_7 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->set_corlib_0(L_7); } IL_004a: { RuntimeObject * L_8 = ___obj0; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); NullCheck(L_9); Assembly_t * L_10 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); Assembly_t * L_11 = ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->get_corlib_0(); return (bool)((((int32_t)((((RuntimeObject*)(Assembly_t *)L_10) == ((RuntimeObject*)(Assembly_t *)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Object[] System.MonoCustomAttrs::GetCustomAttributesInternal(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributesInternal_m648304078 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___pseudoAttrs2, const RuntimeMethod* method) { typedef ObjectU5BU5D_t2843939325* (*MonoCustomAttrs_GetCustomAttributesInternal_m648304078_ftn) (RuntimeObject*, Type_t *, bool); using namespace il2cpp::icalls; return ((MonoCustomAttrs_GetCustomAttributesInternal_m648304078_ftn)mscorlib::System::MonoCustomAttrs::GetCustomAttributesInternal) (___obj0, ___attributeType1, ___pseudoAttrs2); } // System.Object[] System.MonoCustomAttrs::GetPseudoCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetPseudoCustomAttributes_m765345333 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetPseudoCustomAttributes_m765345333_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; { V_0 = (ObjectU5BU5D_t2843939325*)NULL; RuntimeObject* L_0 = ___obj0; if (!((MonoMethod_t *)IsInstClass((RuntimeObject*)L_0, MonoMethod_t_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject* L_1 = ___obj0; NullCheck(((MonoMethod_t *)CastclassClass((RuntimeObject*)L_1, MonoMethod_t_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_2 = MonoMethod_GetPseudoCustomAttributes_m3959384572(((MonoMethod_t *)CastclassClass((RuntimeObject*)L_1, MonoMethod_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; goto IL_006d; } IL_001e: { RuntimeObject* L_3 = ___obj0; if (!((FieldInfo_t *)IsInstClass((RuntimeObject*)L_3, FieldInfo_t_il2cpp_TypeInfo_var))) { goto IL_003a; } } { RuntimeObject* L_4 = ___obj0; NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_5 = FieldInfo_GetPseudoCustomAttributes_m3351706050(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_4, FieldInfo_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_5; goto IL_006d; } IL_003a: { RuntimeObject* L_6 = ___obj0; if (!((ParameterInfo_t1861056598 *)IsInstClass((RuntimeObject*)L_6, ParameterInfo_t1861056598_il2cpp_TypeInfo_var))) { goto IL_0056; } } { RuntimeObject* L_7 = ___obj0; NullCheck(((ParameterInfo_t1861056598 *)CastclassClass((RuntimeObject*)L_7, ParameterInfo_t1861056598_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_8 = ParameterInfo_GetPseudoCustomAttributes_m2207478763(((ParameterInfo_t1861056598 *)CastclassClass((RuntimeObject*)L_7, ParameterInfo_t1861056598_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_8; goto IL_006d; } IL_0056: { RuntimeObject* L_9 = ___obj0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_9, Type_t_il2cpp_TypeInfo_var))) { goto IL_006d; } } { RuntimeObject* L_10 = ___obj0; NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_10, Type_t_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_11 = Type_GetPseudoCustomAttributes_m1069564574(((Type_t *)CastclassClass((RuntimeObject*)L_10, Type_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_11; } IL_006d: { Type_t * L_12 = ___attributeType1; if (!L_12) { goto IL_00bf; } } { ObjectU5BU5D_t2843939325* L_13 = V_0; if (!L_13) { goto IL_00bf; } } { V_1 = 0; goto IL_00af; } IL_0080: { Type_t * L_14 = ___attributeType1; ObjectU5BU5D_t2843939325* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Type_t * L_19 = Object_GetType_m88164663(L_18, /*hidden argument*/NULL); NullCheck(L_14); bool L_20 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_14, L_19); if (!L_20) { goto IL_00ab; } } { ObjectU5BU5D_t2843939325* L_21 = V_0; NullCheck(L_21); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))) == ((uint32_t)1)))) { goto IL_009e; } } { ObjectU5BU5D_t2843939325* L_22 = V_0; return L_22; } IL_009e: { ObjectU5BU5D_t2843939325* L_23 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); ObjectU5BU5D_t2843939325* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(0), (RuntimeObject *)L_27); return L_23; } IL_00ab: { int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00af: { int32_t L_29 = V_1; ObjectU5BU5D_t2843939325* L_30 = V_0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_0080; } } { return ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_00bf: { ObjectU5BU5D_t2843939325* L_31 = V_0; return L_31; } } // System.Object[] System.MonoCustomAttrs::GetCustomAttributesBase(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributesBase_m287804314 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributesBase_m287804314_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; ObjectU5BU5D_t2843939325* V_2 = NULL; { RuntimeObject* L_0 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_1 = MonoCustomAttrs_IsUserCattrProvider_m2878058089(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { RuntimeObject* L_2 = ___obj0; Type_t * L_3 = ___attributeType1; NullCheck(L_2); ObjectU5BU5D_t2843939325* L_4 = InterfaceFuncInvoker2< ObjectU5BU5D_t2843939325*, Type_t *, bool >::Invoke(0 /* System.Object[] System.Reflection.ICustomAttributeProvider::GetCustomAttributes(System.Type,System.Boolean) */, ICustomAttributeProvider_t1530824137_il2cpp_TypeInfo_var, L_2, L_3, (bool)1); V_0 = L_4; goto IL_0022; } IL_0019: { RuntimeObject* L_5 = ___obj0; Type_t * L_6 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_7 = MonoCustomAttrs_GetCustomAttributesInternal_m648304078(NULL /*static, unused*/, L_5, L_6, (bool)0, /*hidden argument*/NULL); V_0 = L_7; } IL_0022: { RuntimeObject* L_8 = ___obj0; Type_t * L_9 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_10 = MonoCustomAttrs_GetPseudoCustomAttributes_m765345333(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_1 = L_10; ObjectU5BU5D_t2843939325* L_11 = V_1; if (!L_11) { goto IL_0057; } } { ObjectU5BU5D_t2843939325* L_12 = V_0; NullCheck(L_12); ObjectU5BU5D_t2843939325* L_13 = V_1; NullCheck(L_13); V_2 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))); ObjectU5BU5D_t2843939325* L_14 = V_0; ObjectU5BU5D_t2843939325* L_15 = V_2; ObjectU5BU5D_t2843939325* L_16 = V_0; NullCheck(L_16); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_14, (RuntimeArray *)(RuntimeArray *)L_15, (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_17 = V_1; ObjectU5BU5D_t2843939325* L_18 = V_2; ObjectU5BU5D_t2843939325* L_19 = V_0; NullCheck(L_19); ObjectU5BU5D_t2843939325* L_20 = V_1; NullCheck(L_20); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_17, 0, (RuntimeArray *)(RuntimeArray *)L_18, (((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), (((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_21 = V_2; return L_21; } IL_0057: { ObjectU5BU5D_t2843939325* L_22 = V_0; return L_22; } } // System.Attribute System.MonoCustomAttrs::GetCustomAttribute(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Attribute_t861562559 * MonoCustomAttrs_GetCustomAttribute_m1568487577 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttribute_m1568487577_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject* L_0 = ___obj0; Type_t * L_1 = ___attributeType1; bool L_2 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_3 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; ObjectU5BU5D_t2843939325* L_4 = V_0; NullCheck(L_4); if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) { goto IL_0013; } } { return (Attribute_t861562559 *)NULL; } IL_0013: { ObjectU5BU5D_t2843939325* L_5 = V_0; NullCheck(L_5); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) <= ((int32_t)1))) { goto IL_0032; } } { V_1 = _stringLiteral1294564524; String_t* L_6 = V_1; RuntimeObject* L_7 = ___obj0; Type_t * L_8 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m2556382932(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; String_t* L_10 = V_1; AmbiguousMatchException_t566690781 * L_11 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m2012725345(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,MonoCustomAttrs_GetCustomAttribute_m1568487577_RuntimeMethod_var); } IL_0032: { ObjectU5BU5D_t2843939325* L_12 = V_0; NullCheck(L_12); int32_t L_13 = 0; RuntimeObject * L_14 = (L_12)->GetAt(static_cast(L_13)); return ((Attribute_t861562559 *)CastclassClass((RuntimeObject*)L_14, Attribute_t861562559_il2cpp_TypeInfo_var)); } } // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1347331976 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributes_m1347331976_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; AttributeUsageAttribute_t290877318 * V_2 = NULL; int32_t V_3 = 0; Hashtable_t1853889766 * V_4 = NULL; ArrayList_t2718874744 * V_5 = NULL; RuntimeObject* V_6 = NULL; int32_t V_7 = 0; RuntimeObject * V_8 = NULL; ObjectU5BU5D_t2843939325* V_9 = NULL; int32_t V_10 = 0; AttributeUsageAttribute_t290877318 * V_11 = NULL; Type_t * V_12 = NULL; AttributeInfo_t2216804170 * V_13 = NULL; ObjectU5BU5D_t2843939325* V_14 = NULL; int32_t G_B23_0 = 0; { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoCustomAttrs_GetCustomAttributes_m1347331976_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___attributeType1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1460131600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,MonoCustomAttrs_GetCustomAttributes_m1347331976_RuntimeMethod_var); } IL_0022: { Type_t * L_4 = ___attributeType1; RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (MonoCustomAttrs_t3634537737_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0035; } } { ___attributeType1 = (Type_t *)NULL; } IL_0035: { RuntimeObject* L_7 = ___obj0; Type_t * L_8 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_9 = MonoCustomAttrs_GetCustomAttributesBase_m287804314(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; bool L_10 = ___inherit2; if (L_10) { goto IL_00ab; } } { ObjectU5BU5D_t2843939325* L_11 = V_1; NullCheck(L_11); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) == ((uint32_t)1)))) { goto IL_00ab; } } { Type_t * L_12 = ___attributeType1; if (!L_12) { goto IL_008f; } } { Type_t * L_13 = ___attributeType1; ObjectU5BU5D_t2843939325* L_14 = V_1; NullCheck(L_14); int32_t L_15 = 0; RuntimeObject * L_16 = (L_14)->GetAt(static_cast(L_15)); NullCheck(L_16); Type_t * L_17 = Object_GetType_m88164663(L_16, /*hidden argument*/NULL); NullCheck(L_13); bool L_18 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_13, L_17); if (!L_18) { goto IL_007d; } } { Type_t * L_19 = ___attributeType1; RuntimeArray * L_20 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_19, 1, /*hidden argument*/NULL); V_0 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_20, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_21 = V_0; ObjectU5BU5D_t2843939325* L_22 = V_1; NullCheck(L_22); int32_t L_23 = 0; RuntimeObject * L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_24); goto IL_008a; } IL_007d: { Type_t * L_25 = ___attributeType1; RuntimeArray * L_26 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_25, 0, /*hidden argument*/NULL); V_0 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_26, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_008a: { goto IL_00a9; } IL_008f: { ObjectU5BU5D_t2843939325* L_27 = V_1; NullCheck(L_27); int32_t L_28 = 0; RuntimeObject * L_29 = (L_27)->GetAt(static_cast(L_28)); NullCheck(L_29); Type_t * L_30 = Object_GetType_m88164663(L_29, /*hidden argument*/NULL); RuntimeArray * L_31 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_30, 1, /*hidden argument*/NULL); V_0 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_31, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); ObjectU5BU5D_t2843939325* L_32 = V_0; ObjectU5BU5D_t2843939325* L_33 = V_1; NullCheck(L_33); int32_t L_34 = 0; RuntimeObject * L_35 = (L_33)->GetAt(static_cast(L_34)); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_35); } IL_00a9: { ObjectU5BU5D_t2843939325* L_36 = V_0; return L_36; } IL_00ab: { Type_t * L_37 = ___attributeType1; if (!L_37) { goto IL_00d7; } } { Type_t * L_38 = ___attributeType1; NullCheck(L_38); bool L_39 = Type_get_IsSealed_m3543837727(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00d7; } } { bool L_40 = ___inherit2; if (!L_40) { goto IL_00d7; } } { Type_t * L_41 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); AttributeUsageAttribute_t290877318 * L_42 = MonoCustomAttrs_RetrieveAttributeUsage_m2717094301(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); V_2 = L_42; AttributeUsageAttribute_t290877318 * L_43 = V_2; NullCheck(L_43); bool L_44 = AttributeUsageAttribute_get_Inherited_m2911062450(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00d7; } } { ___inherit2 = (bool)0; } IL_00d7: { ObjectU5BU5D_t2843939325* L_45 = V_1; NullCheck(L_45); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))) >= ((int32_t)((int32_t)16)))) { goto IL_00e9; } } { ObjectU5BU5D_t2843939325* L_46 = V_1; NullCheck(L_46); G_B23_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))); goto IL_00eb; } IL_00e9: { G_B23_0 = ((int32_t)16); } IL_00eb: { V_3 = G_B23_0; int32_t L_47 = V_3; Hashtable_t1853889766 * L_48 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_48, L_47, /*hidden argument*/NULL); V_4 = L_48; int32_t L_49 = V_3; ArrayList_t2718874744 * L_50 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m3828927650(L_50, L_49, /*hidden argument*/NULL); V_5 = L_50; RuntimeObject* L_51 = ___obj0; V_6 = L_51; V_7 = 0; } IL_0102: { ObjectU5BU5D_t2843939325* L_52 = V_1; V_9 = L_52; V_10 = 0; goto IL_01c7; } IL_010d: { ObjectU5BU5D_t2843939325* L_53 = V_9; int32_t L_54 = V_10; NullCheck(L_53); int32_t L_55 = L_54; RuntimeObject * L_56 = (L_53)->GetAt(static_cast(L_55)); V_8 = L_56; RuntimeObject * L_57 = V_8; NullCheck(L_57); Type_t * L_58 = Object_GetType_m88164663(L_57, /*hidden argument*/NULL); V_12 = L_58; Type_t * L_59 = ___attributeType1; if (!L_59) { goto IL_0135; } } { Type_t * L_60 = ___attributeType1; Type_t * L_61 = V_12; NullCheck(L_60); bool L_62 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_60, L_61); if (L_62) { goto IL_0135; } } { goto IL_01c1; } IL_0135: { Hashtable_t1853889766 * L_63 = V_4; Type_t * L_64 = V_12; NullCheck(L_63); RuntimeObject * L_65 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_63, L_64); V_13 = ((AttributeInfo_t2216804170 *)CastclassClass((RuntimeObject*)L_65, AttributeInfo_t2216804170_il2cpp_TypeInfo_var)); AttributeInfo_t2216804170 * L_66 = V_13; if (!L_66) { goto IL_015a; } } { AttributeInfo_t2216804170 * L_67 = V_13; NullCheck(L_67); AttributeUsageAttribute_t290877318 * L_68 = AttributeInfo_get_Usage_m3705131115(L_67, /*hidden argument*/NULL); V_11 = L_68; goto IL_0163; } IL_015a: { Type_t * L_69 = V_12; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); AttributeUsageAttribute_t290877318 * L_70 = MonoCustomAttrs_RetrieveAttributeUsage_m2717094301(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); V_11 = L_70; } IL_0163: { int32_t L_71 = V_7; if (!L_71) { goto IL_0176; } } { AttributeUsageAttribute_t290877318 * L_72 = V_11; NullCheck(L_72); bool L_73 = AttributeUsageAttribute_get_Inherited_m2911062450(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01a8; } } IL_0176: { AttributeUsageAttribute_t290877318 * L_74 = V_11; NullCheck(L_74); bool L_75 = AttributeUsageAttribute_get_AllowMultiple_m2247746686(L_74, /*hidden argument*/NULL); if (L_75) { goto IL_019e; } } { AttributeInfo_t2216804170 * L_76 = V_13; if (!L_76) { goto IL_019e; } } { AttributeInfo_t2216804170 * L_77 = V_13; if (!L_77) { goto IL_01a8; } } { AttributeInfo_t2216804170 * L_78 = V_13; NullCheck(L_78); int32_t L_79 = AttributeInfo_get_InheritanceLevel_m1477952822(L_78, /*hidden argument*/NULL); int32_t L_80 = V_7; if ((!(((uint32_t)L_79) == ((uint32_t)L_80)))) { goto IL_01a8; } } IL_019e: { ArrayList_t2718874744 * L_81 = V_5; RuntimeObject * L_82 = V_8; NullCheck(L_81); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_81, L_82); } IL_01a8: { AttributeInfo_t2216804170 * L_83 = V_13; if (L_83) { goto IL_01c1; } } { Hashtable_t1853889766 * L_84 = V_4; Type_t * L_85 = V_12; AttributeUsageAttribute_t290877318 * L_86 = V_11; int32_t L_87 = V_7; AttributeInfo_t2216804170 * L_88 = (AttributeInfo_t2216804170 *)il2cpp_codegen_object_new(AttributeInfo_t2216804170_il2cpp_TypeInfo_var); AttributeInfo__ctor_m140304083(L_88, L_86, L_87, /*hidden argument*/NULL); NullCheck(L_84); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_84, L_85, L_88); } IL_01c1: { int32_t L_89 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); } IL_01c7: { int32_t L_90 = V_10; ObjectU5BU5D_t2843939325* L_91 = V_9; NullCheck(L_91); if ((((int32_t)L_90) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_91)->max_length))))))) { goto IL_010d; } } { RuntimeObject* L_92 = V_6; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_93 = MonoCustomAttrs_GetBase_m624536374(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); RuntimeObject* L_94 = L_93; V_6 = L_94; if (!L_94) { goto IL_01f0; } } { int32_t L_95 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); RuntimeObject* L_96 = V_6; Type_t * L_97 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_98 = MonoCustomAttrs_GetCustomAttributesBase_m287804314(NULL /*static, unused*/, L_96, L_97, /*hidden argument*/NULL); V_1 = L_98; } IL_01f0: { bool L_99 = ___inherit2; if (!L_99) { goto IL_01fd; } } { RuntimeObject* L_100 = V_6; if (L_100) { goto IL_0102; } } IL_01fd: { V_14 = (ObjectU5BU5D_t2843939325*)NULL; Type_t * L_101 = ___attributeType1; if (!L_101) { goto IL_0211; } } { Type_t * L_102 = ___attributeType1; NullCheck(L_102); bool L_103 = Type_get_IsValueType_m3108065642(L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_0233; } } IL_0211: { RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (Attribute_t861562559_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); ArrayList_t2718874744 * L_106 = V_5; NullCheck(L_106); int32_t L_107 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_106); RuntimeArray * L_108 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_105, L_107, /*hidden argument*/NULL); V_14 = ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_108, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); goto IL_0247; } IL_0233: { Type_t * L_109 = ___attributeType1; ArrayList_t2718874744 * L_110 = V_5; NullCheck(L_110); int32_t L_111 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_110); RuntimeArray * L_112 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_109, L_111, /*hidden argument*/NULL); V_14 = ((ObjectU5BU5D_t2843939325*)IsInst((RuntimeObject*)L_112, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_0247: { ArrayList_t2718874744 * L_113 = V_5; ObjectU5BU5D_t2843939325* L_114 = V_14; NullCheck(L_113); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_113, (RuntimeArray *)(RuntimeArray *)L_114, 0); ObjectU5BU5D_t2843939325* L_115 = V_14; return L_115; } } // System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoCustomAttrs_GetCustomAttributes_m1775925192 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributes_m1775925192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoCustomAttrs_GetCustomAttributes_m1775925192_RuntimeMethod_var); } IL_0011: { bool L_2 = ___inherit1; if (L_2) { goto IL_0029; } } { RuntimeObject* L_3 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributesBase_m287804314(NULL /*static, unused*/, L_3, (Type_t *)NULL, /*hidden argument*/NULL); NullCheck((RuntimeArray *)(RuntimeArray *)L_4); RuntimeObject * L_5 = Array_Clone_m2672907798((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL); return ((ObjectU5BU5D_t2843939325*)Castclass((RuntimeObject*)L_5, ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var)); } IL_0029: { RuntimeObject* L_6 = ___obj0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (MonoCustomAttrs_t3634537737_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); bool L_9 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_10 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, L_6, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Reflection.CustomAttributeData[] System.MonoCustomAttrs::GetCustomAttributesDataInternal(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR CustomAttributeDataU5BU5D_t2798250719* MonoCustomAttrs_GetCustomAttributesDataInternal_m2195433393 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method) { typedef CustomAttributeDataU5BU5D_t2798250719* (*MonoCustomAttrs_GetCustomAttributesDataInternal_m2195433393_ftn) (RuntimeObject*); using namespace il2cpp::icalls; return ((MonoCustomAttrs_GetCustomAttributesDataInternal_m2195433393_ftn)mscorlib::System::MonoCustomAttrs::GetCustomAttributesDataInternal) (___obj0); } // System.Collections.Generic.IList`1 System.MonoCustomAttrs::GetCustomAttributesData(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetCustomAttributesData_m3138951217 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetCustomAttributesData_m3138951217_MetadataUsageId); s_Il2CppMethodInitialized = true; } CustomAttributeDataU5BU5D_t2798250719* V_0 = NULL; { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1746845353, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoCustomAttrs_GetCustomAttributesData_m3138951217_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); CustomAttributeDataU5BU5D_t2798250719* L_3 = MonoCustomAttrs_GetCustomAttributesDataInternal_m2195433393(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; CustomAttributeDataU5BU5D_t2798250719* L_4 = V_0; ReadOnlyCollection_1_t2297062937 * L_5 = Array_AsReadOnly_TisCustomAttributeData_t1084486650_m1384178354(NULL /*static, unused*/, L_4, /*hidden argument*/Array_AsReadOnly_TisCustomAttributeData_t1084486650_m1384178354_RuntimeMethod_var); return L_5; } } // System.Boolean System.MonoCustomAttrs::IsDefined(System.Reflection.ICustomAttributeProvider,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefined_m2996012389 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___attributeType1, bool ___inherit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_IsDefined_m2996012389_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t2843939325* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; { Type_t * L_0 = ___attributeType1; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1460131600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoCustomAttrs_IsDefined_m2996012389_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_3 = MonoCustomAttrs_IsUserCattrProvider_m2878058089(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0025; } } { RuntimeObject* L_4 = ___obj0; Type_t * L_5 = ___attributeType1; bool L_6 = ___inherit2; NullCheck(L_4); bool L_7 = InterfaceFuncInvoker2< bool, Type_t *, bool >::Invoke(1 /* System.Boolean System.Reflection.ICustomAttributeProvider::IsDefined(System.Type,System.Boolean) */, ICustomAttributeProvider_t1530824137_il2cpp_TypeInfo_var, L_4, L_5, L_6); return L_7; } IL_0025: { RuntimeObject* L_8 = ___obj0; Type_t * L_9 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_10 = MonoCustomAttrs_IsDefinedInternal_m2193933235(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0033; } } { return (bool)1; } IL_0033: { RuntimeObject* L_11 = ___obj0; Type_t * L_12 = ___attributeType1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_13 = MonoCustomAttrs_GetPseudoCustomAttributes_m765345333(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; ObjectU5BU5D_t2843939325* L_14 = V_0; if (!L_14) { goto IL_006a; } } { V_1 = 0; goto IL_0061; } IL_0048: { Type_t * L_15 = ___attributeType1; ObjectU5BU5D_t2843939325* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_19); Type_t * L_20 = Object_GetType_m88164663(L_19, /*hidden argument*/NULL); NullCheck(L_15); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_20); if (!L_21) { goto IL_005d; } } { return (bool)1; } IL_005d: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0061: { int32_t L_23 = V_1; ObjectU5BU5D_t2843939325* L_24 = V_0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length))))))) { goto IL_0048; } } IL_006a: { bool L_25 = ___inherit2; if (!L_25) { goto IL_0086; } } { RuntimeObject* L_26 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); RuntimeObject* L_27 = MonoCustomAttrs_GetBase_m624536374(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); RuntimeObject* L_28 = L_27; V_2 = L_28; if (!L_28) { goto IL_0086; } } { RuntimeObject* L_29 = V_2; Type_t * L_30 = ___attributeType1; bool L_31 = ___inherit2; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_32 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, L_29, L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_0086: { return (bool)0; } } // System.Boolean System.MonoCustomAttrs::IsDefinedInternal(System.Reflection.ICustomAttributeProvider,System.Type) extern "C" IL2CPP_METHOD_ATTR bool MonoCustomAttrs_IsDefinedInternal_m2193933235 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, Type_t * ___AttributeType1, const RuntimeMethod* method) { typedef bool (*MonoCustomAttrs_IsDefinedInternal_m2193933235_ftn) (RuntimeObject*, Type_t *); using namespace il2cpp::icalls; return ((MonoCustomAttrs_IsDefinedInternal_m2193933235_ftn)mscorlib::System::MonoCustomAttrs::IsDefinedInternal) (___obj0, ___AttributeType1); } // System.Reflection.PropertyInfo System.MonoCustomAttrs::GetBasePropertyDefinition(System.Reflection.PropertyInfo) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * MonoCustomAttrs_GetBasePropertyDefinition_m1562543378 (RuntimeObject * __this /* static, unused */, PropertyInfo_t * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetBasePropertyDefinition_m1562543378_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; ParameterInfoU5BU5D_t390618515* V_2 = NULL; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; { PropertyInfo_t * L_0 = ___property0; NullCheck(L_0); MethodInfo_t * L_1 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(20 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_0, (bool)1); V_0 = L_1; MethodInfo_t * L_2 = V_0; if (!L_2) { goto IL_0019; } } { MethodInfo_t * L_3 = V_0; NullCheck(L_3); bool L_4 = MethodBase_get_IsVirtual_m2008546636(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0021; } } IL_0019: { PropertyInfo_t * L_5 = ___property0; NullCheck(L_5); MethodInfo_t * L_6 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_5, (bool)1); V_0 = L_6; } IL_0021: { MethodInfo_t * L_7 = V_0; if (!L_7) { goto IL_0032; } } { MethodInfo_t * L_8 = V_0; NullCheck(L_8); bool L_9 = MethodBase_get_IsVirtual_m2008546636(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0034; } } IL_0032: { return (PropertyInfo_t *)NULL; } IL_0034: { MethodInfo_t * L_10 = V_0; NullCheck(L_10); MethodInfo_t * L_11 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(31 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseDefinition() */, L_10); V_1 = L_11; MethodInfo_t * L_12 = V_1; if (!L_12) { goto IL_00bd; } } { MethodInfo_t * L_13 = V_1; MethodInfo_t * L_14 = V_0; if ((((RuntimeObject*)(MethodInfo_t *)L_13) == ((RuntimeObject*)(MethodInfo_t *)L_14))) { goto IL_00bd; } } { PropertyInfo_t * L_15 = ___property0; NullCheck(L_15); ParameterInfoU5BU5D_t390618515* L_16 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_15); V_2 = L_16; ParameterInfoU5BU5D_t390618515* L_17 = V_2; if (!L_17) { goto IL_00a5; } } { ParameterInfoU5BU5D_t390618515* L_18 = V_2; NullCheck(L_18); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) <= ((int32_t)0))) { goto IL_00a5; } } { ParameterInfoU5BU5D_t390618515* L_19 = V_2; NullCheck(L_19); V_3 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))))); V_4 = 0; goto IL_0082; } IL_006f: { TypeU5BU5D_t3940880105* L_20 = V_3; int32_t L_21 = V_4; ParameterInfoU5BU5D_t390618515* L_22 = V_2; int32_t L_23 = V_4; NullCheck(L_22); int32_t L_24 = L_23; ParameterInfo_t1861056598 * L_25 = (L_22)->GetAt(static_cast(L_24)); NullCheck(L_25); Type_t * L_26 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_25); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_26); (L_20)->SetAt(static_cast(L_21), (Type_t *)L_26); int32_t L_27 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0082: { int32_t L_28 = V_4; TypeU5BU5D_t3940880105* L_29 = V_3; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_006f; } } { MethodInfo_t * L_30 = V_1; NullCheck(L_30); Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_30); PropertyInfo_t * L_32 = ___property0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_32); PropertyInfo_t * L_34 = ___property0; NullCheck(L_34); Type_t * L_35 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_34); TypeU5BU5D_t3940880105* L_36 = V_3; NullCheck(L_31); PropertyInfo_t * L_37 = Type_GetProperty_m2258969843(L_31, L_33, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_00a5: { MethodInfo_t * L_38 = V_1; NullCheck(L_38); Type_t * L_39 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_38); PropertyInfo_t * L_40 = ___property0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_40); PropertyInfo_t * L_42 = ___property0; NullCheck(L_42); Type_t * L_43 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_42); NullCheck(L_39); PropertyInfo_t * L_44 = Type_GetProperty_m2732503739(L_39, L_41, L_43, /*hidden argument*/NULL); return L_44; } IL_00bd: { return (PropertyInfo_t *)NULL; } } // System.Reflection.ICustomAttributeProvider System.MonoCustomAttrs::GetBase(System.Reflection.ICustomAttributeProvider) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* MonoCustomAttrs_GetBase_m624536374 (RuntimeObject * __this /* static, unused */, RuntimeObject* ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_GetBase_m624536374_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; MethodInfo_t * V_1 = NULL; { RuntimeObject* L_0 = ___obj0; if (L_0) { goto IL_0008; } } { return (RuntimeObject*)NULL; } IL_0008: { RuntimeObject* L_1 = ___obj0; if (!((Type_t *)IsInstClass((RuntimeObject*)L_1, Type_t_il2cpp_TypeInfo_var))) { goto IL_001f; } } { RuntimeObject* L_2 = ___obj0; NullCheck(((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var))); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, ((Type_t *)CastclassClass((RuntimeObject*)L_2, Type_t_il2cpp_TypeInfo_var))); return L_3; } IL_001f: { V_0 = (MethodInfo_t *)NULL; RuntimeObject* L_4 = ___obj0; if (!((MonoProperty_t *)IsInstClass((RuntimeObject*)L_4, MonoProperty_t_il2cpp_TypeInfo_var))) { goto IL_0038; } } { RuntimeObject* L_5 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); PropertyInfo_t * L_6 = MonoCustomAttrs_GetBasePropertyDefinition_m1562543378(NULL /*static, unused*/, ((MonoProperty_t *)CastclassClass((RuntimeObject*)L_5, MonoProperty_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_6; } IL_0038: { RuntimeObject* L_7 = ___obj0; if (!((MonoMethod_t *)IsInstClass((RuntimeObject*)L_7, MonoMethod_t_il2cpp_TypeInfo_var))) { goto IL_004a; } } { RuntimeObject* L_8 = ___obj0; V_0 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_8, MethodInfo_t_il2cpp_TypeInfo_var)); } IL_004a: { MethodInfo_t * L_9 = V_0; if (!L_9) { goto IL_005b; } } { MethodInfo_t * L_10 = V_0; NullCheck(L_10); bool L_11 = MethodBase_get_IsVirtual_m2008546636(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_005d; } } IL_005b: { return (RuntimeObject*)NULL; } IL_005d: { MethodInfo_t * L_12 = V_0; NullCheck(L_12); MethodInfo_t * L_13 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(31 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::GetBaseDefinition() */, L_12); V_1 = L_13; MethodInfo_t * L_14 = V_1; MethodInfo_t * L_15 = V_0; if ((!(((RuntimeObject*)(MethodInfo_t *)L_14) == ((RuntimeObject*)(MethodInfo_t *)L_15)))) { goto IL_006d; } } { return (RuntimeObject*)NULL; } IL_006d: { MethodInfo_t * L_16 = V_1; return L_16; } } // System.AttributeUsageAttribute System.MonoCustomAttrs::RetrieveAttributeUsage(System.Type) extern "C" IL2CPP_METHOD_ATTR AttributeUsageAttribute_t290877318 * MonoCustomAttrs_RetrieveAttributeUsage_m2717094301 (RuntimeObject * __this /* static, unused */, Type_t * ___attributeType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoCustomAttrs_RetrieveAttributeUsage_m2717094301_MetadataUsageId); s_Il2CppMethodInitialized = true; } AttributeUsageAttribute_t290877318 * V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; { Type_t * L_0 = ___attributeType0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (AttributeUsageAttribute_t290877318_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_0017; } } { AttributeUsageAttribute_t290877318 * L_3 = (AttributeUsageAttribute_t290877318 *)il2cpp_codegen_object_new(AttributeUsageAttribute_t290877318_il2cpp_TypeInfo_var); AttributeUsageAttribute__ctor_m3683365572(L_3, 4, /*hidden argument*/NULL); return L_3; } IL_0017: { V_0 = (AttributeUsageAttribute_t290877318 *)NULL; Type_t * L_4 = ___attributeType0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); Type_t * L_5 = ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->get_AttributeUsageType_1(); ObjectU5BU5D_t2843939325* L_6 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, L_4, L_5, (bool)0, /*hidden argument*/NULL); V_1 = L_6; ObjectU5BU5D_t2843939325* L_7 = V_1; NullCheck(L_7); if ((((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) { goto IL_0053; } } { Type_t * L_8 = ___attributeType0; NullCheck(L_8); Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_8); if (!L_9) { goto IL_0045; } } { Type_t * L_10 = ___attributeType0; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Type::get_BaseType() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); AttributeUsageAttribute_t290877318 * L_12 = MonoCustomAttrs_RetrieveAttributeUsage_m2717094301(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_0045: { AttributeUsageAttribute_t290877318 * L_13 = V_0; if (!L_13) { goto IL_004d; } } { AttributeUsageAttribute_t290877318 * L_14 = V_0; return L_14; } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); AttributeUsageAttribute_t290877318 * L_15 = ((MonoCustomAttrs_t3634537737_StaticFields*)il2cpp_codegen_static_fields_for(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var))->get_DefaultAttributeUsage_2(); return L_15; } IL_0053: { ObjectU5BU5D_t2843939325* L_16 = V_1; NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) <= ((int32_t)1))) { goto IL_0067; } } { FormatException_t154580423 * L_17 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_17, _stringLiteral2121232644, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,MonoCustomAttrs_RetrieveAttributeUsage_m2717094301_RuntimeMethod_var); } IL_0067: { ObjectU5BU5D_t2843939325* L_18 = V_1; NullCheck(L_18); int32_t L_19 = 0; RuntimeObject * L_20 = (L_18)->GetAt(static_cast(L_19)); return ((AttributeUsageAttribute_t290877318 *)CastclassSealed((RuntimeObject*)L_20, AttributeUsageAttribute_t290877318_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoCustomAttrs/AttributeInfo::.ctor(System.AttributeUsageAttribute,System.Int32) extern "C" IL2CPP_METHOD_ATTR void AttributeInfo__ctor_m140304083 (AttributeInfo_t2216804170 * __this, AttributeUsageAttribute_t290877318 * ___usage0, int32_t ___inheritanceLevel1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); AttributeUsageAttribute_t290877318 * L_0 = ___usage0; __this->set__usage_0(L_0); int32_t L_1 = ___inheritanceLevel1; __this->set__inheritanceLevel_1(L_1); return; } } // System.AttributeUsageAttribute System.MonoCustomAttrs/AttributeInfo::get_Usage() extern "C" IL2CPP_METHOD_ATTR AttributeUsageAttribute_t290877318 * AttributeInfo_get_Usage_m3705131115 (AttributeInfo_t2216804170 * __this, const RuntimeMethod* method) { { AttributeUsageAttribute_t290877318 * L_0 = __this->get__usage_0(); return L_0; } } // System.Int32 System.MonoCustomAttrs/AttributeInfo::get_InheritanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t AttributeInfo_get_InheritanceLevel_m1477952822 (AttributeInfo_t2216804170 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__inheritanceLevel_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoDocumentationNoteAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoDocumentationNoteAttribute__ctor_m2247826418 (MonoDocumentationNoteAttribute_t493035051 * __this, String_t* ___comment0, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; MonoTODOAttribute__ctor_m3050775643(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.MonoEnumInfo extern "C" void MonoEnumInfo_t3694469084_marshal_pinvoke(const MonoEnumInfo_t3694469084& unmarshaled, MonoEnumInfo_t3694469084_marshaled_pinvoke& marshaled) { Exception_t* ___utype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'utype' of type 'MonoEnumInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___utype_0Exception,NULL); } extern "C" void MonoEnumInfo_t3694469084_marshal_pinvoke_back(const MonoEnumInfo_t3694469084_marshaled_pinvoke& marshaled, MonoEnumInfo_t3694469084& unmarshaled) { Exception_t* ___utype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'utype' of type 'MonoEnumInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___utype_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.MonoEnumInfo extern "C" void MonoEnumInfo_t3694469084_marshal_pinvoke_cleanup(MonoEnumInfo_t3694469084_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.MonoEnumInfo extern "C" void MonoEnumInfo_t3694469084_marshal_com(const MonoEnumInfo_t3694469084& unmarshaled, MonoEnumInfo_t3694469084_marshaled_com& marshaled) { Exception_t* ___utype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'utype' of type 'MonoEnumInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___utype_0Exception,NULL); } extern "C" void MonoEnumInfo_t3694469084_marshal_com_back(const MonoEnumInfo_t3694469084_marshaled_com& marshaled, MonoEnumInfo_t3694469084& unmarshaled) { Exception_t* ___utype_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'utype' of type 'MonoEnumInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___utype_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.MonoEnumInfo extern "C" void MonoEnumInfo_t3694469084_marshal_com_cleanup(MonoEnumInfo_t3694469084_marshaled_com& marshaled) { } // System.Void System.MonoEnumInfo::.ctor(System.MonoEnumInfo) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo__ctor_m3350651181 (MonoEnumInfo_t3694469084 * __this, MonoEnumInfo_t3694469084 ___other0, const RuntimeMethod* method) { { Type_t * L_0 = (&___other0)->get_utype_0(); __this->set_utype_0(L_0); RuntimeArray * L_1 = (&___other0)->get_values_1(); __this->set_values_1(L_1); StringU5BU5D_t1281789340* L_2 = (&___other0)->get_names_2(); __this->set_names_2(L_2); Hashtable_t1853889766 * L_3 = (&___other0)->get_name_hash_3(); __this->set_name_hash_3(L_3); return; } } extern "C" void MonoEnumInfo__ctor_m3350651181_AdjustorThunk (RuntimeObject * __this, MonoEnumInfo_t3694469084 ___other0, const RuntimeMethod* method) { MonoEnumInfo_t3694469084 * _thisAdjusted = reinterpret_cast(__this + 1); MonoEnumInfo__ctor_m3350651181(_thisAdjusted, ___other0, method); } // System.Void System.MonoEnumInfo::.cctor() extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo__cctor_m2240570096 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEnumInfo__cctor_m2240570096_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SByteComparer_t2329725001 * L_0 = (SByteComparer_t2329725001 *)il2cpp_codegen_object_new(SByteComparer_t2329725001_il2cpp_TypeInfo_var); SByteComparer__ctor_m3477407026(L_0, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_sbyte_comparer_7(L_0); ShortComparer_t2253094562 * L_1 = (ShortComparer_t2253094562 *)il2cpp_codegen_object_new(ShortComparer_t2253094562_il2cpp_TypeInfo_var); ShortComparer__ctor_m1243157417(L_1, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_short_comparer_8(L_1); IntComparer_t3812095803 * L_2 = (IntComparer_t3812095803 *)il2cpp_codegen_object_new(IntComparer_t3812095803_il2cpp_TypeInfo_var); IntComparer__ctor_m2901422390(L_2, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_int_comparer_9(L_2); LongComparer_t1798269597 * L_3 = (LongComparer_t1798269597 *)il2cpp_codegen_object_new(LongComparer_t1798269597_il2cpp_TypeInfo_var); LongComparer__ctor_m1468371684(L_3, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_long_comparer_10(L_3); RuntimeObject * L_4 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_m297566312(L_4, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_global_cache_monitor_6(L_4); Hashtable_t1853889766 * L_5 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_5, /*hidden argument*/NULL); ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_global_cache_5(L_5); return; } } // System.Void System.MonoEnumInfo::get_enum_info(System.Type,System.MonoEnumInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo_get_enum_info_m1661176095 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, MonoEnumInfo_t3694469084 * ___info1, const RuntimeMethod* method) { typedef void (*MonoEnumInfo_get_enum_info_m1661176095_ftn) (Type_t *, MonoEnumInfo_t3694469084 *); using namespace il2cpp::icalls; ((MonoEnumInfo_get_enum_info_m1661176095_ftn)mscorlib::System::MonoEnumInfo::get_enum_info) (___enumType0, ___info1); } // System.Collections.Hashtable System.MonoEnumInfo::get_Cache() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * MonoEnumInfo_get_Cache_m752167006 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEnumInfo_get_Cache_m752167006_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((MonoEnumInfo_t3694469084_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_cache_4(); if (L_0) { goto IL_0014; } } { Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); ((MonoEnumInfo_t3694469084_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->set_cache_4(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = ((MonoEnumInfo_t3694469084_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_cache_4(); return L_2; } } // System.Void System.MonoEnumInfo::GetInfo(System.Type,System.MonoEnumInfo&) extern "C" IL2CPP_METHOD_ATTR void MonoEnumInfo_GetInfo_m1670492558 (RuntimeObject * __this /* static, unused */, Type_t * ___enumType0, MonoEnumInfo_t3694469084 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoEnumInfo_GetInfo_m1670492558_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; MonoEnumInfo_t3694469084 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = MonoEnumInfo_get_Cache_m752167006(NULL /*static, unused*/, /*hidden argument*/NULL); Type_t * L_1 = ___enumType0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0027; } } { MonoEnumInfo_t3694469084 * L_3 = ___info1; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_4 = ((MonoEnumInfo_t3694469084_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_cache_4(); Type_t * L_5 = ___enumType0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_4, L_5); *(MonoEnumInfo_t3694469084 *)L_3 = ((*(MonoEnumInfo_t3694469084 *)((MonoEnumInfo_t3694469084 *)UnBox(L_6, MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var)))); return; } IL_0027: { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); RuntimeObject * L_7 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_global_cache_monitor_6(); V_0 = L_7; RuntimeObject * L_8 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); } IL_0033: try { // begin try (depth: 1) { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_9 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_global_cache_5(); Type_t * L_10 = ___enumType0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_9, L_10); if (!L_11) { goto IL_006c; } } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_12 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_global_cache_5(); Type_t * L_13 = ___enumType0; NullCheck(L_12); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_13); V_1 = L_14; Hashtable_t1853889766 * L_15 = ((MonoEnumInfo_t3694469084_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_cache_4(); Type_t * L_16 = ___enumType0; RuntimeObject * L_17 = V_1; NullCheck(L_15); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_15, L_16, L_17); MonoEnumInfo_t3694469084 * L_18 = ___info1; RuntimeObject * L_19 = V_1; *(MonoEnumInfo_t3694469084 *)L_18 = ((*(MonoEnumInfo_t3694469084 *)((MonoEnumInfo_t3694469084 *)UnBox(L_19, MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var)))); IL2CPP_LEAVE(0x1C8, FINALLY_0071); } IL_006c: { IL2CPP_LEAVE(0x78, FINALLY_0071); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0071; } FINALLY_0071: { // begin finally (depth: 1) RuntimeObject * L_20 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); IL2CPP_END_FINALLY(113) } // end finally (depth: 1) IL2CPP_CLEANUP(113) { IL2CPP_JUMP_TBL(0x1C8, IL_01c8) IL2CPP_JUMP_TBL(0x78, IL_0078) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0078: { Type_t * L_21 = ___enumType0; MonoEnumInfo_t3694469084 * L_22 = ___info1; IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); MonoEnumInfo_get_enum_info_m1661176095(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_2 = (RuntimeObject*)NULL; MonoEnumInfo_t3694469084 * L_23 = ___info1; RuntimeArray * L_24 = L_23->get_values_1(); if (((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_24, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) { goto IL_0128; } } { MonoEnumInfo_t3694469084 * L_25 = ___info1; RuntimeArray * L_26 = L_25->get_values_1(); if (((UInt16U5BU5D_t3326319531*)IsInst((RuntimeObject*)L_26, UInt16U5BU5D_t3326319531_il2cpp_TypeInfo_var))) { goto IL_0128; } } { MonoEnumInfo_t3694469084 * L_27 = ___info1; RuntimeArray * L_28 = L_27->get_values_1(); if (((UInt32U5BU5D_t2770800703*)IsInst((RuntimeObject*)L_28, UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var))) { goto IL_0128; } } { MonoEnumInfo_t3694469084 * L_29 = ___info1; RuntimeArray * L_30 = L_29->get_values_1(); if (((UInt64U5BU5D_t1659327989*)IsInst((RuntimeObject*)L_30, UInt64U5BU5D_t1659327989_il2cpp_TypeInfo_var))) { goto IL_0128; } } { MonoEnumInfo_t3694469084 * L_31 = ___info1; RuntimeArray * L_32 = L_31->get_values_1(); if (!((Int32U5BU5D_t385246372*)IsInst((RuntimeObject*)L_32, Int32U5BU5D_t385246372_il2cpp_TypeInfo_var))) { goto IL_00dc; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); IntComparer_t3812095803 * L_33 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_int_comparer_9(); V_2 = L_33; goto IL_0128; } IL_00dc: { MonoEnumInfo_t3694469084 * L_34 = ___info1; RuntimeArray * L_35 = L_34->get_values_1(); if (!((Int16U5BU5D_t3686840178*)IsInst((RuntimeObject*)L_35, Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var))) { goto IL_00f7; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); ShortComparer_t2253094562 * L_36 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_short_comparer_8(); V_2 = L_36; goto IL_0128; } IL_00f7: { MonoEnumInfo_t3694469084 * L_37 = ___info1; RuntimeArray * L_38 = L_37->get_values_1(); if (!((SByteU5BU5D_t2651576203*)IsInst((RuntimeObject*)L_38, SByteU5BU5D_t2651576203_il2cpp_TypeInfo_var))) { goto IL_0112; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); SByteComparer_t2329725001 * L_39 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_sbyte_comparer_7(); V_2 = L_39; goto IL_0128; } IL_0112: { MonoEnumInfo_t3694469084 * L_40 = ___info1; RuntimeArray * L_41 = L_40->get_values_1(); if (!((Int64U5BU5D_t2559172825*)IsInst((RuntimeObject*)L_41, Int64U5BU5D_t2559172825_il2cpp_TypeInfo_var))) { goto IL_0128; } } { IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); LongComparer_t1798269597 * L_42 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_long_comparer_10(); V_2 = L_42; } IL_0128: { MonoEnumInfo_t3694469084 * L_43 = ___info1; RuntimeArray * L_44 = L_43->get_values_1(); MonoEnumInfo_t3694469084 * L_45 = ___info1; StringU5BU5D_t1281789340* L_46 = L_45->get_names_2(); RuntimeObject* L_47 = V_2; Array_Sort_m3145621264(NULL /*static, unused*/, L_44, (RuntimeArray *)(RuntimeArray *)L_46, L_47, /*hidden argument*/NULL); MonoEnumInfo_t3694469084 * L_48 = ___info1; StringU5BU5D_t1281789340* L_49 = L_48->get_names_2(); NullCheck(L_49); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))) <= ((int32_t)((int32_t)50)))) { goto IL_018e; } } { MonoEnumInfo_t3694469084 * L_50 = ___info1; MonoEnumInfo_t3694469084 * L_51 = ___info1; StringU5BU5D_t1281789340* L_52 = L_51->get_names_2(); NullCheck(L_52); Hashtable_t1853889766 * L_53 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1684344284(L_53, (((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), /*hidden argument*/NULL); L_50->set_name_hash_3(L_53); V_3 = 0; goto IL_0180; } IL_0163: { MonoEnumInfo_t3694469084 * L_54 = ___info1; Hashtable_t1853889766 * L_55 = L_54->get_name_hash_3(); MonoEnumInfo_t3694469084 * L_56 = ___info1; StringU5BU5D_t1281789340* L_57 = L_56->get_names_2(); int32_t L_58 = V_3; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); int32_t L_61 = V_3; int32_t L_62 = L_61; RuntimeObject * L_63 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_62); NullCheck(L_55); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_60, L_63); int32_t L_64 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0180: { int32_t L_65 = V_3; MonoEnumInfo_t3694469084 * L_66 = ___info1; StringU5BU5D_t1281789340* L_67 = L_66->get_names_2(); NullCheck(L_67); if ((((int32_t)L_65) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_67)->max_length))))))) { goto IL_0163; } } IL_018e: { MonoEnumInfo_t3694469084 * L_68 = ___info1; MonoEnumInfo__ctor_m3350651181((&V_4), (*(MonoEnumInfo_t3694469084 *)L_68), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); RuntimeObject * L_69 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_global_cache_monitor_6(); V_5 = L_69; RuntimeObject * L_70 = V_5; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); } IL_01a9: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_71 = ((MonoEnumInfo_t3694469084_StaticFields*)il2cpp_codegen_static_fields_for(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var))->get_global_cache_5(); Type_t * L_72 = ___enumType0; MonoEnumInfo_t3694469084 L_73 = V_4; MonoEnumInfo_t3694469084 L_74 = L_73; RuntimeObject * L_75 = Box(MonoEnumInfo_t3694469084_il2cpp_TypeInfo_var, &L_74); NullCheck(L_71); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_71, L_72, L_75); IL2CPP_LEAVE(0x1C8, FINALLY_01c0); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01c0; } FINALLY_01c0: { // begin finally (depth: 1) RuntimeObject * L_76 = V_5; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); IL2CPP_END_FINALLY(448) } // end finally (depth: 1) IL2CPP_CLEANUP(448) { IL2CPP_JUMP_TBL(0x1C8, IL_01c8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01c8: { 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.MonoEnumInfo/IntComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void IntComparer__ctor_m2901422390 (IntComparer_t3812095803 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.MonoEnumInfo/IntComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t IntComparer_Compare_m1224674392 (IntComparer_t3812095803 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (IntComparer_Compare_m1224674392_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { RuntimeObject * L_0 = ___x0; V_0 = ((*(int32_t*)((int32_t*)UnBox(L_0, Int32_t2950945753_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___y1; V_1 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var)))); int32_t L_2 = V_0; int32_t L_3 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0017; } } { return 0; } IL_0017: { int32_t L_4 = V_0; int32_t L_5 = V_1; if ((!(((uint32_t)L_4) < ((uint32_t)L_5)))) { goto IL_0020; } } { return (-1); } IL_0020: { return 1; } } // System.Int32 System.MonoEnumInfo/IntComparer::Compare(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t IntComparer_Compare_m3469594474 (IntComparer_t3812095803 * __this, int32_t ___ix0, int32_t ___iy1, const RuntimeMethod* method) { { int32_t L_0 = ___ix0; int32_t L_1 = ___iy1; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { int32_t L_2 = ___ix0; int32_t L_3 = ___iy1; if ((!(((uint32_t)L_2) < ((uint32_t)L_3)))) { goto IL_0012; } } { return (-1); } IL_0012: { return 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.MonoEnumInfo/LongComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void LongComparer__ctor_m1468371684 (LongComparer_t1798269597 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.MonoEnumInfo/LongComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t LongComparer_Compare_m3267206388 (LongComparer_t1798269597 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LongComparer_Compare_m3267206388_MetadataUsageId); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { RuntimeObject * L_0 = ___x0; V_0 = ((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t3736567304_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___y1; V_1 = ((*(int64_t*)((int64_t*)UnBox(L_1, Int64_t3736567304_il2cpp_TypeInfo_var)))); int64_t L_2 = V_0; int64_t L_3 = V_1; if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0017; } } { return 0; } IL_0017: { int64_t L_4 = V_0; int64_t L_5 = V_1; if ((!(((uint64_t)L_4) < ((uint64_t)L_5)))) { goto IL_0020; } } { return (-1); } IL_0020: { return 1; } } // System.Int32 System.MonoEnumInfo/LongComparer::Compare(System.Int64,System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t LongComparer_Compare_m1396422012 (LongComparer_t1798269597 * __this, int64_t ___ix0, int64_t ___iy1, const RuntimeMethod* method) { { int64_t L_0 = ___ix0; int64_t L_1 = ___iy1; if ((!(((uint64_t)L_0) == ((uint64_t)L_1)))) { goto IL_0009; } } { return 0; } IL_0009: { int64_t L_2 = ___ix0; int64_t L_3 = ___iy1; if ((!(((uint64_t)L_2) < ((uint64_t)L_3)))) { goto IL_0012; } } { return (-1); } IL_0012: { return 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.MonoEnumInfo/SByteComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void SByteComparer__ctor_m3477407026 (SByteComparer_t2329725001 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.MonoEnumInfo/SByteComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t SByteComparer_Compare_m3045065039 (SByteComparer_t2329725001 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (SByteComparer_Compare_m3045065039_MetadataUsageId); s_Il2CppMethodInitialized = true; } int8_t V_0 = 0x0; int8_t V_1 = 0x0; { RuntimeObject * L_0 = ___x0; V_0 = ((*(int8_t*)((int8_t*)UnBox(L_0, SByte_t1669577662_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___y1; V_1 = ((*(int8_t*)((int8_t*)UnBox(L_1, SByte_t1669577662_il2cpp_TypeInfo_var)))); int8_t L_2 = V_0; int8_t L_3 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint8_t)L_2))), (int32_t)(((int32_t)((uint8_t)L_3))))); } } // System.Int32 System.MonoEnumInfo/SByteComparer::Compare(System.SByte,System.SByte) extern "C" IL2CPP_METHOD_ATTR int32_t SByteComparer_Compare_m533535269 (SByteComparer_t2329725001 * __this, int8_t ___ix0, int8_t ___iy1, const RuntimeMethod* method) { { int8_t L_0 = ___ix0; int8_t L_1 = ___iy1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint8_t)L_0))), (int32_t)(((int32_t)((uint8_t)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.MonoEnumInfo/ShortComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ShortComparer__ctor_m1243157417 (ShortComparer_t2253094562 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.MonoEnumInfo/ShortComparer::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ShortComparer_Compare_m1360829877 (ShortComparer_t2253094562 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ShortComparer_Compare_m1360829877_MetadataUsageId); s_Il2CppMethodInitialized = true; } int16_t V_0 = 0; int16_t V_1 = 0; { RuntimeObject * L_0 = ___x0; V_0 = ((*(int16_t*)((int16_t*)UnBox(L_0, Int16_t2552820387_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___y1; V_1 = ((*(int16_t*)((int16_t*)UnBox(L_1, Int16_t2552820387_il2cpp_TypeInfo_var)))); int16_t L_2 = V_0; int16_t L_3 = V_1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint16_t)L_2))), (int32_t)(((int32_t)((uint16_t)L_3))))); } } // System.Int32 System.MonoEnumInfo/ShortComparer::Compare(System.Int16,System.Int16) extern "C" IL2CPP_METHOD_ATTR int32_t ShortComparer_Compare_m1881262465 (ShortComparer_t2253094562 * __this, int16_t ___ix0, int16_t ___iy1, const RuntimeMethod* method) { { int16_t L_0 = ___ix0; int16_t L_1 = ___iy1; return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((uint16_t)L_0))), (int32_t)(((int32_t)((uint16_t)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.MonoLimitationAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoLimitationAttribute__ctor_m3979406774 (MonoLimitationAttribute_t3672514598 * __this, String_t* ___comment0, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; MonoTODOAttribute__ctor_m3050775643(__this, L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoTODOAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m1351510135 (MonoTODOAttribute_t4131080581 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } // System.Void System.MonoTODOAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m3050775643 (MonoTODOAttribute_t4131080581 * __this, String_t* ___comment0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___comment0; __this->set_comment_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.Reflection.TypeAttributes System.MonoType::get_attributes(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t MonoType_get_attributes_m1332507727 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { typedef int32_t (*MonoType_get_attributes_m1332507727_ftn) (Type_t *); using namespace il2cpp::icalls; return ((MonoType_get_attributes_m1332507727_ftn)mscorlib::System::MonoType::get_attributes) (___type0); } // System.Reflection.ConstructorInfo System.MonoType::GetDefaultConstructor() extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * MonoType_GetDefaultConstructor_m1616852582 (MonoType_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetDefaultConstructor_m1616852582_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfo_t5769829 * V_0 = NULL; int32_t V_1 = 0; ConstructorInfo_t5769829 * V_2 = NULL; { V_0 = (ConstructorInfo_t5769829 *)NULL; MonoTypeInfo_t3366989025 * L_0 = __this->get_type_info_8(); if (L_0) { goto IL_0018; } } { MonoTypeInfo_t3366989025 * L_1 = (MonoTypeInfo_t3366989025 *)il2cpp_codegen_object_new(MonoTypeInfo_t3366989025_il2cpp_TypeInfo_var); MonoTypeInfo__ctor_m3401216922(L_1, /*hidden argument*/NULL); __this->set_type_info_8(L_1); } IL_0018: { MonoTypeInfo_t3366989025 * L_2 = __this->get_type_info_8(); NullCheck(L_2); ConstructorInfo_t5769829 * L_3 = L_2->get_default_ctor_1(); ConstructorInfo_t5769829 * L_4 = L_3; V_0 = L_4; if (L_4) { goto IL_0049; } } { MonoTypeInfo_t3366989025 * L_5 = __this->get_type_info_8(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_6 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); ConstructorInfo_t5769829 * L_7 = Type_GetConstructor_m1195697116(__this, ((int32_t)52), (Binder_t2999457153 *)NULL, 3, L_6, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); ConstructorInfo_t5769829 * L_8 = L_7; V_2 = L_8; NullCheck(L_5); L_5->set_default_ctor_1(L_8); ConstructorInfo_t5769829 * L_9 = V_2; V_0 = L_9; } IL_0049: { ConstructorInfo_t5769829 * L_10 = V_0; return L_10; } } // System.Reflection.TypeAttributes System.MonoType::GetAttributeFlagsImpl() extern "C" IL2CPP_METHOD_ATTR int32_t MonoType_GetAttributeFlagsImpl_m167182975 (MonoType_t * __this, const RuntimeMethod* method) { { int32_t L_0 = MonoType_get_attributes_m1332507727(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Reflection.ConstructorInfo System.MonoType::GetConstructorImpl(System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * MonoType_GetConstructorImpl_m441167626 (MonoType_t * __this, int32_t ___bindingAttr0, Binder_t2999457153 * ___binder1, int32_t ___callConvention2, TypeU5BU5D_t3940880105* ___types3, ParameterModifierU5BU5D_t2943407543* ___modifiers4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetConstructorImpl_m441167626_MetadataUsageId); s_Il2CppMethodInitialized = true; } ConstructorInfoU5BU5D_t881249896* V_0 = NULL; ConstructorInfo_t5769829 * V_1 = NULL; MethodBaseU5BU5D_t779831733* V_2 = NULL; int32_t V_3 = 0; ConstructorInfo_t5769829 * V_4 = NULL; ConstructorInfoU5BU5D_t881249896* V_5 = NULL; int32_t V_6 = 0; ConstructorInfo_t5769829 * V_7 = NULL; ConstructorInfoU5BU5D_t881249896* V_8 = NULL; int32_t V_9 = 0; { int32_t L_0 = ___bindingAttr0; if (L_0) { goto IL_000a; } } { ___bindingAttr0 = ((int32_t)20); } IL_000a: { int32_t L_1 = ___bindingAttr0; ConstructorInfoU5BU5D_t881249896* L_2 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(80 /* System.Reflection.ConstructorInfo[] System.MonoType::GetConstructors(System.Reflection.BindingFlags) */, __this, L_1); V_0 = L_2; V_1 = (ConstructorInfo_t5769829 *)NULL; V_3 = 0; ConstructorInfoU5BU5D_t881249896* L_3 = V_0; V_5 = L_3; V_6 = 0; goto IL_0050; } IL_0021: { ConstructorInfoU5BU5D_t881249896* L_4 = V_5; int32_t L_5 = V_6; NullCheck(L_4); int32_t L_6 = L_5; ConstructorInfo_t5769829 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; int32_t L_8 = ___callConvention2; if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_0043; } } { ConstructorInfo_t5769829 * L_9 = V_4; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_9); int32_t L_11 = ___callConvention2; int32_t L_12 = ___callConvention2; if ((((int32_t)((int32_t)((int32_t)L_10&(int32_t)L_11))) == ((int32_t)L_12))) { goto IL_0043; } } { goto IL_004a; } IL_0043: { ConstructorInfo_t5769829 * L_13 = V_4; V_1 = L_13; int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004a: { int32_t L_15 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0050: { int32_t L_16 = V_6; ConstructorInfoU5BU5D_t881249896* L_17 = V_5; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0021; } } { int32_t L_18 = V_3; if (L_18) { goto IL_0063; } } { return (ConstructorInfo_t5769829 *)NULL; } IL_0063: { TypeU5BU5D_t3940880105* L_19 = ___types3; if (L_19) { goto IL_0084; } } { int32_t L_20 = V_3; if ((((int32_t)L_20) <= ((int32_t)1))) { goto IL_0077; } } { AmbiguousMatchException_t566690781 * L_21 = (AmbiguousMatchException_t566690781 *)il2cpp_codegen_object_new(AmbiguousMatchException_t566690781_il2cpp_TypeInfo_var); AmbiguousMatchException__ctor_m15419215(L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,MonoType_GetConstructorImpl_m441167626_RuntimeMethod_var); } IL_0077: { ConstructorInfo_t5769829 * L_22 = V_1; MethodBase_t * L_23 = MonoType_CheckMethodSecurity_m576144504(__this, L_22, /*hidden argument*/NULL); return ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_23, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); } IL_0084: { int32_t L_24 = V_3; V_2 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_24)); int32_t L_25 = V_3; if ((!(((uint32_t)L_25) == ((uint32_t)1)))) { goto IL_009b; } } { MethodBaseU5BU5D_t779831733* L_26 = V_2; ConstructorInfo_t5769829 * L_27 = V_1; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (MethodBase_t *)L_27); goto IL_00e4; } IL_009b: { V_3 = 0; ConstructorInfoU5BU5D_t881249896* L_28 = V_0; V_8 = L_28; V_9 = 0; goto IL_00d9; } IL_00a8: { ConstructorInfoU5BU5D_t881249896* L_29 = V_8; int32_t L_30 = V_9; NullCheck(L_29); int32_t L_31 = L_30; ConstructorInfo_t5769829 * L_32 = (L_29)->GetAt(static_cast(L_31)); V_7 = L_32; int32_t L_33 = ___callConvention2; if ((((int32_t)L_33) == ((int32_t)3))) { goto IL_00ca; } } { ConstructorInfo_t5769829 * L_34 = V_7; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_34); int32_t L_36 = ___callConvention2; int32_t L_37 = ___callConvention2; if ((((int32_t)((int32_t)((int32_t)L_35&(int32_t)L_36))) == ((int32_t)L_37))) { goto IL_00ca; } } { goto IL_00d3; } IL_00ca: { MethodBaseU5BU5D_t779831733* L_38 = V_2; int32_t L_39 = V_3; int32_t L_40 = L_39; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); ConstructorInfo_t5769829 * L_41 = V_7; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(L_40), (MethodBase_t *)L_41); } IL_00d3: { int32_t L_42 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00d9: { int32_t L_43 = V_9; ConstructorInfoU5BU5D_t881249896* L_44 = V_8; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_00a8; } } IL_00e4: { Binder_t2999457153 * L_45 = ___binder1; if (L_45) { goto IL_00f1; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_46 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder1 = L_46; } IL_00f1: { Binder_t2999457153 * L_47 = ___binder1; int32_t L_48 = ___bindingAttr0; MethodBaseU5BU5D_t779831733* L_49 = V_2; TypeU5BU5D_t3940880105* L_50 = ___types3; ParameterModifierU5BU5D_t2943407543* L_51 = ___modifiers4; NullCheck(L_47); MethodBase_t * L_52 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(7 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_47, L_48, L_49, L_50, L_51); MethodBase_t * L_53 = MonoType_CheckMethodSecurity_m576144504(__this, L_52, /*hidden argument*/NULL); return ((ConstructorInfo_t5769829 *)CastclassClass((RuntimeObject*)L_53, ConstructorInfo_t5769829_il2cpp_TypeInfo_var)); } } // System.Reflection.ConstructorInfo[] System.MonoType::GetConstructors_internal(System.Reflection.BindingFlags,System.Type) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* MonoType_GetConstructors_internal_m2316633399 (MonoType_t * __this, int32_t ___bindingAttr0, Type_t * ___reflected_type1, const RuntimeMethod* method) { typedef ConstructorInfoU5BU5D_t881249896* (*MonoType_GetConstructors_internal_m2316633399_ftn) (MonoType_t *, int32_t, Type_t *); using namespace il2cpp::icalls; return ((MonoType_GetConstructors_internal_m2316633399_ftn)mscorlib::System::MonoType::GetConstructors_internal) (__this, ___bindingAttr0, ___reflected_type1); } // System.Reflection.ConstructorInfo[] System.MonoType::GetConstructors(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* MonoType_GetConstructors_m2574682189 (MonoType_t * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; ConstructorInfoU5BU5D_t881249896* L_1 = MonoType_GetConstructors_internal_m2316633399(__this, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Reflection.EventInfo System.MonoType::InternalGetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * MonoType_InternalGetEvent_m1130657893 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { typedef EventInfo_t * (*MonoType_InternalGetEvent_m1130657893_ftn) (MonoType_t *, String_t*, int32_t); using namespace il2cpp::icalls; return ((MonoType_InternalGetEvent_m1130657893_ftn)mscorlib::System::MonoType::InternalGetEvent) (__this, ___name0, ___bindingAttr1); } // System.Reflection.EventInfo System.MonoType::GetEvent(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR EventInfo_t * MonoType_GetEvent_m28975240 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetEvent_m28975240_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoType_GetEvent_m28975240_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___name0; int32_t L_3 = ___bindingAttr1; EventInfo_t * L_4 = MonoType_InternalGetEvent_m1130657893(__this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Reflection.FieldInfo System.MonoType::GetField(System.String,System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfo_t * MonoType_GetField_m1337309786 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) { typedef FieldInfo_t * (*MonoType_GetField_m1337309786_ftn) (MonoType_t *, String_t*, int32_t); using namespace il2cpp::icalls; return ((MonoType_GetField_m1337309786_ftn)mscorlib::System::MonoType::GetField) (__this, ___name0, ___bindingAttr1); } // System.Reflection.FieldInfo[] System.MonoType::GetFields_internal(System.Reflection.BindingFlags,System.Type) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* MonoType_GetFields_internal_m776921855 (MonoType_t * __this, int32_t ___bindingAttr0, Type_t * ___reflected_type1, const RuntimeMethod* method) { typedef FieldInfoU5BU5D_t846150980* (*MonoType_GetFields_internal_m776921855_ftn) (MonoType_t *, int32_t, Type_t *); using namespace il2cpp::icalls; return ((MonoType_GetFields_internal_m776921855_ftn)mscorlib::System::MonoType::GetFields_internal) (__this, ___bindingAttr0, ___reflected_type1); } // System.Reflection.FieldInfo[] System.MonoType::GetFields(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* MonoType_GetFields_m4176012508 (MonoType_t * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; FieldInfoU5BU5D_t846150980* L_1 = MonoType_GetFields_internal_m776921855(__this, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Type System.MonoType::GetInterface(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_GetInterface_m1469896527 (MonoType_t * __this, String_t* ___name0, bool ___ignoreCase1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetInterface_m1469896527_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeU5BU5D_t3940880105* V_0 = NULL; Type_t * V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; Type_t * V_4 = NULL; Type_t * G_B6_0 = NULL; { String_t* L_0 = ___name0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoType_GetInterface_m1469896527_RuntimeMethod_var); } IL_000c: { TypeU5BU5D_t3940880105* L_2 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.MonoType::GetInterfaces() */, __this); V_0 = L_2; TypeU5BU5D_t3940880105* L_3 = V_0; V_2 = L_3; V_3 = 0; goto IL_0071; } IL_001c: { TypeU5BU5D_t3940880105* L_4 = V_2; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; Type_t * L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = L_7; Type_t * L_8 = V_1; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_8); if (!L_9) { goto IL_0036; } } { Type_t * L_10 = V_1; NullCheck(L_10); Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_10); G_B6_0 = L_11; goto IL_0037; } IL_0036: { Type_t * L_12 = V_1; G_B6_0 = L_12; } IL_0037: { V_4 = G_B6_0; Type_t * L_13 = V_4; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13); String_t* L_15 = ___name0; bool L_16 = ___ignoreCase1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_18 = String_Compare_m1293271421(NULL /*static, unused*/, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0053; } } { Type_t * L_19 = V_1; return L_19; } IL_0053: { Type_t * L_20 = V_4; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_20); String_t* L_22 = ___name0; bool L_23 = ___ignoreCase1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_24 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_25 = String_Compare_m1293271421(NULL /*static, unused*/, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_006d; } } { Type_t * L_26 = V_1; return L_26; } IL_006d: { int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0071: { int32_t L_28 = V_3; TypeU5BU5D_t3940880105* L_29 = V_2; NullCheck(L_29); if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length))))))) { goto IL_001c; } } { return (Type_t *)NULL; } } // System.Type[] System.MonoType::GetInterfaces() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoType_GetInterfaces_m878428211 (MonoType_t * __this, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*MonoType_GetInterfaces_m878428211_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_GetInterfaces_m878428211_ftn)mscorlib::System::MonoType::GetInterfaces) (__this); } // System.Reflection.MethodInfo[] System.MonoType::GetMethodsByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* MonoType_GetMethodsByName_m2005909471 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___ignoreCase2, Type_t * ___reflected_type3, const RuntimeMethod* method) { typedef MethodInfoU5BU5D_t2572182361* (*MonoType_GetMethodsByName_m2005909471_ftn) (MonoType_t *, String_t*, int32_t, bool, Type_t *); using namespace il2cpp::icalls; return ((MonoType_GetMethodsByName_m2005909471_ftn)mscorlib::System::MonoType::GetMethodsByName) (__this, ___name0, ___bindingAttr1, ___ignoreCase2, ___reflected_type3); } // System.Reflection.MethodInfo[] System.MonoType::GetMethods(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR MethodInfoU5BU5D_t2572182361* MonoType_GetMethods_m3840584467 (MonoType_t * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; MethodInfoU5BU5D_t2572182361* L_1 = MonoType_GetMethodsByName_m2005909471(__this, (String_t*)NULL, L_0, (bool)0, __this, /*hidden argument*/NULL); return L_1; } } // System.Reflection.MethodInfo System.MonoType::GetMethodImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Reflection.CallingConventions,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * MonoType_GetMethodImpl_m3558076162 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, int32_t ___callConvention3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetMethodImpl_m3558076162_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; MethodInfoU5BU5D_t2572182361* V_1 = NULL; MethodInfo_t * V_2 = NULL; MethodBaseU5BU5D_t779831733* V_3 = NULL; int32_t V_4 = 0; MethodInfo_t * V_5 = NULL; MethodInfoU5BU5D_t2572182361* V_6 = NULL; int32_t V_7 = 0; MethodInfo_t * V_8 = NULL; MethodInfoU5BU5D_t2572182361* V_9 = NULL; int32_t V_10 = 0; { int32_t L_0 = ___bindingAttr1; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; bool L_3 = V_0; MethodInfoU5BU5D_t2572182361* L_4 = MonoType_GetMethodsByName_m2005909471(__this, L_1, L_2, L_3, __this, /*hidden argument*/NULL); V_1 = L_4; V_2 = (MethodInfo_t *)NULL; V_4 = 0; MethodInfoU5BU5D_t2572182361* L_5 = V_1; V_6 = L_5; V_7 = 0; goto IL_0059; } IL_0025: { MethodInfoU5BU5D_t2572182361* L_6 = V_6; int32_t L_7 = V_7; NullCheck(L_6); int32_t L_8 = L_7; MethodInfo_t * L_9 = (L_6)->GetAt(static_cast(L_8)); V_5 = L_9; int32_t L_10 = ___callConvention3; if ((((int32_t)L_10) == ((int32_t)3))) { goto IL_004a; } } { MethodInfo_t * L_11 = V_5; NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_11); int32_t L_13 = ___callConvention3; int32_t L_14 = ___callConvention3; if ((((int32_t)((int32_t)((int32_t)L_12&(int32_t)L_13))) == ((int32_t)L_14))) { goto IL_004a; } } { goto IL_0053; } IL_004a: { MethodInfo_t * L_15 = V_5; V_2 = L_15; int32_t L_16 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0053: { int32_t L_17 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_7; MethodInfoU5BU5D_t2572182361* L_19 = V_6; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_0025; } } { int32_t L_20 = V_4; if (L_20) { goto IL_006d; } } { return (MethodInfo_t *)NULL; } IL_006d: { int32_t L_21 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0089; } } { TypeU5BU5D_t3940880105* L_22 = ___types4; if (L_22) { goto IL_0089; } } { MethodInfo_t * L_23 = V_2; MethodBase_t * L_24 = MonoType_CheckMethodSecurity_m576144504(__this, L_23, /*hidden argument*/NULL); return ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_24, MethodInfo_t_il2cpp_TypeInfo_var)); } IL_0089: { int32_t L_25 = V_4; V_3 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_25)); int32_t L_26 = V_4; if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_00a2; } } { MethodBaseU5BU5D_t779831733* L_27 = V_3; MethodInfo_t * L_28 = V_2; NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(0), (MethodBase_t *)L_28); goto IL_00f1; } IL_00a2: { V_4 = 0; MethodInfoU5BU5D_t2572182361* L_29 = V_1; V_9 = L_29; V_10 = 0; goto IL_00e6; } IL_00b0: { MethodInfoU5BU5D_t2572182361* L_30 = V_9; int32_t L_31 = V_10; NullCheck(L_30); int32_t L_32 = L_31; MethodInfo_t * L_33 = (L_30)->GetAt(static_cast(L_32)); V_8 = L_33; int32_t L_34 = ___callConvention3; if ((((int32_t)L_34) == ((int32_t)3))) { goto IL_00d5; } } { MethodInfo_t * L_35 = V_8; NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_35); int32_t L_37 = ___callConvention3; int32_t L_38 = ___callConvention3; if ((((int32_t)((int32_t)((int32_t)L_36&(int32_t)L_37))) == ((int32_t)L_38))) { goto IL_00d5; } } { goto IL_00e0; } IL_00d5: { MethodBaseU5BU5D_t779831733* L_39 = V_3; int32_t L_40 = V_4; int32_t L_41 = L_40; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); MethodInfo_t * L_42 = V_8; NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(L_41), (MethodBase_t *)L_42); } IL_00e0: { int32_t L_43 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00e6: { int32_t L_44 = V_10; MethodInfoU5BU5D_t2572182361* L_45 = V_9; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))) { goto IL_00b0; } } IL_00f1: { TypeU5BU5D_t3940880105* L_46 = ___types4; if (L_46) { goto IL_010a; } } { MethodBaseU5BU5D_t779831733* L_47 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); MethodBase_t * L_48 = Binder_FindMostDerivedMatch_m239579024(NULL /*static, unused*/, L_47, /*hidden argument*/NULL); MethodBase_t * L_49 = MonoType_CheckMethodSecurity_m576144504(__this, L_48, /*hidden argument*/NULL); return ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_49, MethodInfo_t_il2cpp_TypeInfo_var)); } IL_010a: { Binder_t2999457153 * L_50 = ___binder2; if (L_50) { goto IL_0117; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_51 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_51; } IL_0117: { Binder_t2999457153 * L_52 = ___binder2; int32_t L_53 = ___bindingAttr1; MethodBaseU5BU5D_t779831733* L_54 = V_3; TypeU5BU5D_t3940880105* L_55 = ___types4; ParameterModifierU5BU5D_t2943407543* L_56 = ___modifiers5; NullCheck(L_52); MethodBase_t * L_57 = VirtFuncInvoker4< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(7 /* System.Reflection.MethodBase System.Reflection.Binder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[]) */, L_52, L_53, L_54, L_55, L_56); MethodBase_t * L_58 = MonoType_CheckMethodSecurity_m576144504(__this, L_57, /*hidden argument*/NULL); return ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_58, MethodInfo_t_il2cpp_TypeInfo_var)); } } // System.Reflection.PropertyInfo[] System.MonoType::GetPropertiesByName(System.String,System.Reflection.BindingFlags,System.Boolean,System.Type) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* MonoType_GetPropertiesByName_m2491778142 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, bool ___icase2, Type_t * ___reflected_type3, const RuntimeMethod* method) { typedef PropertyInfoU5BU5D_t1461822886* (*MonoType_GetPropertiesByName_m2491778142_ftn) (MonoType_t *, String_t*, int32_t, bool, Type_t *); using namespace il2cpp::icalls; return ((MonoType_GetPropertiesByName_m2491778142_ftn)mscorlib::System::MonoType::GetPropertiesByName) (__this, ___name0, ___bindingAttr1, ___icase2, ___reflected_type3); } // System.Reflection.PropertyInfo[] System.MonoType::GetProperties(System.Reflection.BindingFlags) extern "C" IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_t1461822886* MonoType_GetProperties_m1208073416 (MonoType_t * __this, int32_t ___bindingAttr0, const RuntimeMethod* method) { { int32_t L_0 = ___bindingAttr0; PropertyInfoU5BU5D_t1461822886* L_1 = MonoType_GetPropertiesByName_m2491778142(__this, (String_t*)NULL, L_0, (bool)0, __this, /*hidden argument*/NULL); return L_1; } } // System.Reflection.PropertyInfo System.MonoType::GetPropertyImpl(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * MonoType_GetPropertyImpl_m1327032087 (MonoType_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t2999457153 * ___binder2, Type_t * ___returnType3, TypeU5BU5D_t3940880105* ___types4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetPropertyImpl_m1327032087_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; PropertyInfoU5BU5D_t1461822886* V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___bindingAttr1; V_0 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); String_t* L_1 = ___name0; int32_t L_2 = ___bindingAttr1; bool L_3 = V_0; PropertyInfoU5BU5D_t1461822886* L_4 = MonoType_GetPropertiesByName_m2491778142(__this, L_1, L_2, L_3, __this, /*hidden argument*/NULL); V_1 = L_4; PropertyInfoU5BU5D_t1461822886* L_5 = V_1; NullCheck(L_5); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))); int32_t L_6 = V_2; if (L_6) { goto IL_0021; } } { return (PropertyInfo_t *)NULL; } IL_0021: { int32_t L_7 = V_2; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0052; } } { TypeU5BU5D_t3940880105* L_8 = ___types4; if (!L_8) { goto IL_0038; } } { TypeU5BU5D_t3940880105* L_9 = ___types4; NullCheck(L_9); if ((((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))) { goto IL_0052; } } IL_0038: { Type_t * L_10 = ___returnType3; if (!L_10) { goto IL_004e; } } { Type_t * L_11 = ___returnType3; PropertyInfoU5BU5D_t1461822886* L_12 = V_1; NullCheck(L_12); int32_t L_13 = 0; PropertyInfo_t * L_14 = (L_12)->GetAt(static_cast(L_13)); NullCheck(L_14); Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_14); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_15)))) { goto IL_0052; } } IL_004e: { PropertyInfoU5BU5D_t1461822886* L_16 = V_1; NullCheck(L_16); int32_t L_17 = 0; PropertyInfo_t * L_18 = (L_16)->GetAt(static_cast(L_17)); return L_18; } IL_0052: { Binder_t2999457153 * L_19 = ___binder2; if (L_19) { goto IL_005f; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_20 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_20; } IL_005f: { Binder_t2999457153 * L_21 = ___binder2; int32_t L_22 = ___bindingAttr1; PropertyInfoU5BU5D_t1461822886* L_23 = V_1; Type_t * L_24 = ___returnType3; TypeU5BU5D_t3940880105* L_25 = ___types4; ParameterModifierU5BU5D_t2943407543* L_26 = ___modifiers5; NullCheck(L_21); PropertyInfo_t * L_27 = VirtFuncInvoker5< PropertyInfo_t *, int32_t, PropertyInfoU5BU5D_t1461822886*, Type_t *, TypeU5BU5D_t3940880105*, ParameterModifierU5BU5D_t2943407543* >::Invoke(8 /* System.Reflection.PropertyInfo System.Reflection.Binder::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[]) */, L_21, L_22, L_23, L_24, L_25, L_26); return L_27; } } // System.Boolean System.MonoType::HasElementTypeImpl() extern "C" IL2CPP_METHOD_ATTR bool MonoType_HasElementTypeImpl_m2861175951 (MonoType_t * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(70 /* System.Boolean System.MonoType::IsArrayImpl() */, __this); if (L_0) { goto IL_001e; } } { bool L_1 = VirtFuncInvoker0< bool >::Invoke(71 /* System.Boolean System.MonoType::IsByRefImpl() */, __this); if (L_1) { goto IL_001e; } } { bool L_2 = VirtFuncInvoker0< bool >::Invoke(72 /* System.Boolean System.MonoType::IsPointerImpl() */, __this); G_B4_0 = ((int32_t)(L_2)); goto IL_001f; } IL_001e: { G_B4_0 = 1; } IL_001f: { return (bool)G_B4_0; } } // System.Boolean System.MonoType::IsArrayImpl() extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsArrayImpl_m3283552941 (MonoType_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_IsArrayImpl_m3283552941_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_0 = Type_IsArrayImpl_m2757480859(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.MonoType::IsByRefImpl() extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsByRefImpl_m2022486753 (MonoType_t * __this, const RuntimeMethod* method) { typedef bool (*MonoType_IsByRefImpl_m2022486753_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_IsByRefImpl_m2022486753_ftn)mscorlib::System::MonoType::IsByRefImpl) (__this); } // System.Boolean System.MonoType::IsPointerImpl() extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsPointerImpl_m3340652279 (MonoType_t * __this, const RuntimeMethod* method) { typedef bool (*MonoType_IsPointerImpl_m3340652279_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_IsPointerImpl_m3340652279_ftn)mscorlib::System::MonoType::IsPointerImpl) (__this); } // System.Boolean System.MonoType::IsPrimitiveImpl() extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsPrimitiveImpl_m2401722705 (MonoType_t * __this, const RuntimeMethod* method) { typedef bool (*MonoType_IsPrimitiveImpl_m2401722705_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_IsPrimitiveImpl_m2401722705_ftn)mscorlib::System::MonoType::IsPrimitiveImpl) (__this); } // System.Boolean System.MonoType::IsSubclassOf(System.Type) extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsSubclassOf_m1667794028 (MonoType_t * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_IsSubclassOf_m1667794028_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral3243520166, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoType_IsSubclassOf_m1667794028_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___type0; bool L_3 = Type_IsSubclassOf_m527829736(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.MonoType::InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MonoType_InvokeMember_m2156385067 (MonoType_t * __this, String_t* ___name0, int32_t ___invokeAttr1, Binder_t2999457153 * ___binder2, RuntimeObject * ___target3, ObjectU5BU5D_t2843939325* ___args4, ParameterModifierU5BU5D_t2943407543* ___modifiers5, CultureInfo_t4157843068 * ___culture6, StringU5BU5D_t1281789340* ___namedParameters7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_InvokeMember_m2156385067_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ConstructorInfoU5BU5D_t881249896* V_1 = NULL; RuntimeObject * V_2 = NULL; MethodBase_t * V_3 = NULL; RuntimeObject * V_4 = NULL; DefaultMemberAttribute_t3275092422 * V_5 = NULL; bool V_6 = false; String_t* V_7 = NULL; bool V_8 = false; MethodInfoU5BU5D_t2572182361* V_9 = NULL; RuntimeObject * V_10 = NULL; MethodBase_t * V_11 = NULL; ParameterInfoU5BU5D_t390618515* V_12 = NULL; int32_t V_13 = 0; bool V_14 = false; RuntimeObject * V_15 = NULL; FieldInfo_t * V_16 = NULL; FieldInfo_t * V_17 = NULL; PropertyInfoU5BU5D_t1461822886* V_18 = NULL; RuntimeObject * V_19 = NULL; int32_t V_20 = 0; int32_t V_21 = 0; MethodBaseU5BU5D_t779831733* V_22 = NULL; MethodBase_t * V_23 = NULL; MethodBase_t * V_24 = NULL; ParameterInfoU5BU5D_t390618515* V_25 = NULL; bool V_26 = false; RuntimeObject * V_27 = NULL; PropertyInfoU5BU5D_t1461822886* V_28 = NULL; RuntimeObject * V_29 = NULL; int32_t V_30 = 0; int32_t V_31 = 0; MethodBaseU5BU5D_t779831733* V_32 = NULL; MethodBase_t * V_33 = NULL; MethodBase_t * V_34 = NULL; ParameterInfoU5BU5D_t390618515* V_35 = NULL; bool V_36 = false; RuntimeObject * V_37 = NULL; int32_t G_B56_0 = 0; int32_t G_B91_0 = 0; int32_t G_B111_0 = 0; { int32_t L_0 = ___invokeAttr1; if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) { goto IL_0028; } } { int32_t L_1 = ___invokeAttr1; if (!((int32_t)((int32_t)L_1&(int32_t)((int32_t)13312)))) { goto IL_0023; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0023: { goto IL_0039; } IL_0028: { String_t* L_3 = ___name0; if (L_3) { goto IL_0039; } } { ArgumentNullException_t1615371798 * L_4 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_4, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0039: { int32_t L_5 = ___invokeAttr1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)1024)))) { goto IL_0061; } } { int32_t L_6 = ___invokeAttr1; if (!((int32_t)((int32_t)L_6&(int32_t)((int32_t)2048)))) { goto IL_0061; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_7, _stringLiteral602669687, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0061: { int32_t L_8 = ___invokeAttr1; if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)4096)))) { goto IL_0089; } } { int32_t L_9 = ___invokeAttr1; if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)8192)))) { goto IL_0089; } } { ArgumentException_t132251570 * L_10 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_10, _stringLiteral2230174428, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0089: { int32_t L_11 = ___invokeAttr1; if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)256)))) { goto IL_00cd; } } { int32_t L_12 = ___invokeAttr1; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)2048)))) { goto IL_00b1; } } { ArgumentException_t132251570 * L_13 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_13, _stringLiteral1175886573, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_00b1: { int32_t L_14 = ___invokeAttr1; if (!((int32_t)((int32_t)L_14&(int32_t)((int32_t)8192)))) { goto IL_00cd; } } { ArgumentException_t132251570 * L_15 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_15, _stringLiteral3153570697, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_00cd: { StringU5BU5D_t1281789340* L_16 = ___namedParameters7; if (!L_16) { goto IL_00f3; } } { ObjectU5BU5D_t2843939325* L_17 = ___args4; if (!L_17) { goto IL_00e8; } } { ObjectU5BU5D_t2843939325* L_18 = ___args4; NullCheck(L_18); StringU5BU5D_t1281789340* L_19 = ___namedParameters7; NullCheck(L_19); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))))) { goto IL_00f3; } } IL_00e8: { ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_20, _stringLiteral3391804551, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_00f3: { int32_t L_21 = ___invokeAttr1; if (((int32_t)((int32_t)L_21&(int32_t)((int32_t)16128)))) { goto IL_010f; } } { ArgumentException_t132251570 * L_22 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_22, _stringLiteral1218553945, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_010f: { int32_t L_23 = ___invokeAttr1; if (((int32_t)((int32_t)L_23&(int32_t)((int32_t)48)))) { goto IL_011e; } } { int32_t L_24 = ___invokeAttr1; ___invokeAttr1 = ((int32_t)((int32_t)L_24|(int32_t)((int32_t)16))); } IL_011e: { int32_t L_25 = ___invokeAttr1; if (((int32_t)((int32_t)L_25&(int32_t)((int32_t)12)))) { goto IL_012d; } } { int32_t L_26 = ___invokeAttr1; ___invokeAttr1 = ((int32_t)((int32_t)L_26|(int32_t)((int32_t)12))); } IL_012d: { Binder_t2999457153 * L_27 = ___binder2; if (L_27) { goto IL_013a; } } { IL2CPP_RUNTIME_CLASS_INIT(Binder_t2999457153_il2cpp_TypeInfo_var); Binder_t2999457153 * L_28 = Binder_get_DefaultBinder_m950908649(NULL /*static, unused*/, /*hidden argument*/NULL); ___binder2 = L_28; } IL_013a: { int32_t L_29 = ___invokeAttr1; if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)512)))) { goto IL_01be; } } { int32_t L_30 = ___invokeAttr1; ___invokeAttr1 = ((int32_t)((int32_t)L_30|(int32_t)2)); int32_t L_31 = ___invokeAttr1; ConstructorInfoU5BU5D_t881249896* L_32 = VirtFuncInvoker1< ConstructorInfoU5BU5D_t881249896*, int32_t >::Invoke(80 /* System.Reflection.ConstructorInfo[] System.MonoType::GetConstructors(System.Reflection.BindingFlags) */, __this, L_31); V_1 = L_32; V_2 = NULL; Binder_t2999457153 * L_33 = ___binder2; int32_t L_34 = ___invokeAttr1; ConstructorInfoU5BU5D_t881249896* L_35 = V_1; ParameterModifierU5BU5D_t2943407543* L_36 = ___modifiers5; CultureInfo_t4157843068 * L_37 = ___culture6; StringU5BU5D_t1281789340* L_38 = ___namedParameters7; NullCheck(L_33); MethodBase_t * L_39 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, ObjectU5BU5D_t2843939325**, ParameterModifierU5BU5D_t2943407543*, CultureInfo_t4157843068 *, StringU5BU5D_t1281789340*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_33, L_34, (MethodBaseU5BU5D_t779831733*)(MethodBaseU5BU5D_t779831733*)L_35, (&___args4), L_36, L_37, L_38, (&V_2)); V_3 = L_39; MethodBase_t * L_40 = V_3; if (L_40) { goto IL_01a2; } } { bool L_41 = Type_get_IsValueType_m3108065642(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_0187; } } { ObjectU5BU5D_t2843939325* L_42 = ___args4; if (L_42) { goto IL_0187; } } { RuntimeObject * L_43 = Activator_CreateInstanceInternal_m1337209899(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return L_43; } IL_0187: { String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.MonoType::get_FullName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_45 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2639328695, L_44, _stringLiteral3013478277, /*hidden argument*/NULL); MissingMethodException_t1274661534 * L_46 = (MissingMethodException_t1274661534 *)il2cpp_codegen_object_new(MissingMethodException_t1274661534_il2cpp_TypeInfo_var); MissingMethodException__ctor_m3234469579(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_01a2: { MethodBase_t * L_47 = V_3; RuntimeObject * L_48 = ___target3; int32_t L_49 = ___invokeAttr1; Binder_t2999457153 * L_50 = ___binder2; ObjectU5BU5D_t2843939325* L_51 = ___args4; CultureInfo_t4157843068 * L_52 = ___culture6; NullCheck(L_47); RuntimeObject * L_53 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_47, L_48, L_49, L_50, L_51, L_52); V_4 = L_53; Binder_t2999457153 * L_54 = ___binder2; RuntimeObject * L_55 = V_2; NullCheck(L_54); VirtActionInvoker2< ObjectU5BU5D_t2843939325**, RuntimeObject * >::Invoke(6 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_54, (&___args4), L_55); RuntimeObject * L_56 = V_4; return L_56; } IL_01be: { String_t* L_57 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_59 = String_op_Equality_m920492651(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0203; } } { RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (DefaultMemberAttribute_t3275092422_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); bool L_62 = Attribute_IsDefined_m3363303722(NULL /*static, unused*/, __this, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0203; } } { RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (DefaultMemberAttribute_t3275092422_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); Attribute_t861562559 * L_65 = Attribute_GetCustomAttribute_m4034845276(NULL /*static, unused*/, __this, L_64, /*hidden argument*/NULL); V_5 = ((DefaultMemberAttribute_t3275092422 *)CastclassSealed((RuntimeObject*)L_65, DefaultMemberAttribute_t3275092422_il2cpp_TypeInfo_var)); DefaultMemberAttribute_t3275092422 * L_66 = V_5; NullCheck(L_66); String_t* L_67 = DefaultMemberAttribute_get_MemberName_m3384235354(L_66, /*hidden argument*/NULL); ___name0 = L_67; } IL_0203: { int32_t L_68 = ___invokeAttr1; V_6 = (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_68&(int32_t)1))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); V_7 = (String_t*)NULL; V_8 = (bool)0; int32_t L_69 = ___invokeAttr1; if (!((int32_t)((int32_t)L_69&(int32_t)((int32_t)256)))) { goto IL_0347; } } { String_t* L_70 = ___name0; int32_t L_71 = ___invokeAttr1; bool L_72 = V_6; MethodInfoU5BU5D_t2572182361* L_73 = MonoType_GetMethodsByName_m2005909471(__this, L_70, L_71, L_72, __this, /*hidden argument*/NULL); V_9 = L_73; V_10 = NULL; ObjectU5BU5D_t2843939325* L_74 = ___args4; if (L_74) { goto IL_023f; } } { ___args4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_023f: { Binder_t2999457153 * L_75 = ___binder2; int32_t L_76 = ___invokeAttr1; MethodInfoU5BU5D_t2572182361* L_77 = V_9; ParameterModifierU5BU5D_t2943407543* L_78 = ___modifiers5; CultureInfo_t4157843068 * L_79 = ___culture6; StringU5BU5D_t1281789340* L_80 = ___namedParameters7; NullCheck(L_75); MethodBase_t * L_81 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, ObjectU5BU5D_t2843939325**, ParameterModifierU5BU5D_t2943407543*, CultureInfo_t4157843068 *, StringU5BU5D_t1281789340*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_75, L_76, (MethodBaseU5BU5D_t779831733*)(MethodBaseU5BU5D_t779831733*)L_77, (&___args4), L_78, L_79, L_80, (&V_10)); V_11 = L_81; MethodBase_t * L_82 = V_11; if (L_82) { goto IL_0293; } } { MethodInfoU5BU5D_t2572182361* L_83 = V_9; NullCheck(L_83); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))) <= ((int32_t)0))) { goto IL_027c; } } { String_t* L_84 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral391779456, L_84, _stringLiteral748029497, /*hidden argument*/NULL); V_7 = L_85; goto IL_028e; } IL_027c: { String_t* L_86 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_87 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1186404357, L_86, _stringLiteral3452614530, /*hidden argument*/NULL); V_7 = L_87; } IL_028e: { goto IL_0347; } IL_0293: { MethodBase_t * L_88 = V_11; NullCheck(L_88); ParameterInfoU5BU5D_t390618515* L_89 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_88); V_12 = L_89; V_13 = 0; goto IL_02e3; } IL_02a4: { IL2CPP_RUNTIME_CLASS_INIT(Missing_t508514592_il2cpp_TypeInfo_var); Missing_t508514592 * L_90 = ((Missing_t508514592_StaticFields*)il2cpp_codegen_static_fields_for(Missing_t508514592_il2cpp_TypeInfo_var))->get_Value_0(); ObjectU5BU5D_t2843939325* L_91 = ___args4; int32_t L_92 = V_13; NullCheck(L_91); int32_t L_93 = L_92; RuntimeObject * L_94 = (L_91)->GetAt(static_cast(L_93)); if ((!(((RuntimeObject*)(Missing_t508514592 *)L_90) == ((RuntimeObject*)(RuntimeObject *)L_94)))) { goto IL_02dd; } } { ParameterInfoU5BU5D_t390618515* L_95 = V_12; int32_t L_96 = V_13; NullCheck(L_95); int32_t L_97 = L_96; ParameterInfo_t1861056598 * L_98 = (L_95)->GetAt(static_cast(L_97)); NullCheck(L_98); int32_t L_99 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::get_Attributes() */, L_98); if ((((int32_t)((int32_t)((int32_t)L_99&(int32_t)((int32_t)4096)))) == ((int32_t)((int32_t)4096)))) { goto IL_02dd; } } { ArgumentException_t132251570 * L_100 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_100, _stringLiteral1869455865, _stringLiteral3372390906, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_100,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_02dd: { int32_t L_101 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_02e3: { int32_t L_102 = V_13; ParameterInfoU5BU5D_t390618515* L_103 = V_12; NullCheck(L_103); if ((((int32_t)L_102) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_103)->max_length))))))) { goto IL_02a4; } } { ParameterInfoU5BU5D_t390618515* L_104 = V_12; NullCheck(L_104); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_104)->max_length))))) <= ((int32_t)0))) { goto IL_0315; } } { ParameterInfoU5BU5D_t390618515* L_105 = V_12; ParameterInfoU5BU5D_t390618515* L_106 = V_12; NullCheck(L_106); NullCheck(L_105); int32_t L_107 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_106)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_108 = (L_105)->GetAt(static_cast(L_107)); RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); bool L_111 = Attribute_IsDefined_m4069052474(NULL /*static, unused*/, L_108, L_110, /*hidden argument*/NULL); G_B56_0 = ((int32_t)(L_111)); goto IL_0316; } IL_0315: { G_B56_0 = 0; } IL_0316: { V_14 = (bool)G_B56_0; bool L_112 = V_14; if (!L_112) { goto IL_0329; } } { MethodBase_t * L_113 = V_11; MonoType_ReorderParamArrayArguments_m2458683451(__this, (&___args4), L_113, /*hidden argument*/NULL); } IL_0329: { MethodBase_t * L_114 = V_11; RuntimeObject * L_115 = ___target3; int32_t L_116 = ___invokeAttr1; Binder_t2999457153 * L_117 = ___binder2; ObjectU5BU5D_t2843939325* L_118 = ___args4; CultureInfo_t4157843068 * L_119 = ___culture6; NullCheck(L_114); RuntimeObject * L_120 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_114, L_115, L_116, L_117, L_118, L_119); V_15 = L_120; Binder_t2999457153 * L_121 = ___binder2; RuntimeObject * L_122 = V_10; NullCheck(L_121); VirtActionInvoker2< ObjectU5BU5D_t2843939325**, RuntimeObject * >::Invoke(6 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_121, (&___args4), L_122); RuntimeObject * L_123 = V_15; return L_123; } IL_0347: { int32_t L_124 = ___invokeAttr1; if (!((int32_t)((int32_t)L_124&(int32_t)((int32_t)1024)))) { goto IL_0382; } } { String_t* L_125 = ___name0; int32_t L_126 = ___invokeAttr1; FieldInfo_t * L_127 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.MonoType::GetField(System.String,System.Reflection.BindingFlags) */, __this, L_125, L_126); V_16 = L_127; FieldInfo_t * L_128 = V_16; if (!L_128) { goto IL_036e; } } { FieldInfo_t * L_129 = V_16; RuntimeObject * L_130 = ___target3; NullCheck(L_129); RuntimeObject * L_131 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(17 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_129, L_130); return L_131; } IL_036e: { int32_t L_132 = ___invokeAttr1; if (((int32_t)((int32_t)L_132&(int32_t)((int32_t)4096)))) { goto IL_037d; } } { V_8 = (bool)1; } IL_037d: { goto IL_03f0; } IL_0382: { int32_t L_133 = ___invokeAttr1; if (!((int32_t)((int32_t)L_133&(int32_t)((int32_t)2048)))) { goto IL_03f0; } } { String_t* L_134 = ___name0; int32_t L_135 = ___invokeAttr1; FieldInfo_t * L_136 = VirtFuncInvoker2< FieldInfo_t *, String_t*, int32_t >::Invoke(49 /* System.Reflection.FieldInfo System.MonoType::GetField(System.String,System.Reflection.BindingFlags) */, __this, L_134, L_135); V_17 = L_136; FieldInfo_t * L_137 = V_17; if (!L_137) { goto IL_03e1; } } { ObjectU5BU5D_t2843939325* L_138 = ___args4; if (L_138) { goto IL_03b1; } } { ArgumentNullException_t1615371798 * L_139 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_139, _stringLiteral3586508601, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_139,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_03b1: { ObjectU5BU5D_t2843939325* L_140 = ___args4; if (!L_140) { goto IL_03c2; } } { ObjectU5BU5D_t2843939325* L_141 = ___args4; NullCheck(L_141); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_141)->max_length))))) == ((int32_t)1))) { goto IL_03d2; } } IL_03c2: { ArgumentException_t132251570 * L_142 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_142, _stringLiteral2468987557, _stringLiteral2981077757, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_142,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_03d2: { FieldInfo_t * L_143 = V_17; RuntimeObject * L_144 = ___target3; ObjectU5BU5D_t2843939325* L_145 = ___args4; NullCheck(L_145); int32_t L_146 = 0; RuntimeObject * L_147 = (L_145)->GetAt(static_cast(L_146)); NullCheck(L_143); FieldInfo_SetValue_m2460171138(L_143, L_144, L_147, /*hidden argument*/NULL); return NULL; } IL_03e1: { int32_t L_148 = ___invokeAttr1; if (((int32_t)((int32_t)L_148&(int32_t)((int32_t)8192)))) { goto IL_03f0; } } { V_8 = (bool)1; } IL_03f0: { int32_t L_149 = ___invokeAttr1; if (!((int32_t)((int32_t)L_149&(int32_t)((int32_t)4096)))) { goto IL_050e; } } { String_t* L_150 = ___name0; int32_t L_151 = ___invokeAttr1; bool L_152 = V_6; PropertyInfoU5BU5D_t1461822886* L_153 = MonoType_GetPropertiesByName_m2491778142(__this, L_150, L_151, L_152, __this, /*hidden argument*/NULL); V_18 = L_153; V_19 = NULL; V_21 = 0; V_20 = 0; goto IL_0433; } IL_0417: { PropertyInfoU5BU5D_t1461822886* L_154 = V_18; int32_t L_155 = V_20; NullCheck(L_154); int32_t L_156 = L_155; PropertyInfo_t * L_157 = (L_154)->GetAt(static_cast(L_156)); NullCheck(L_157); MethodInfo_t * L_158 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(20 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_157, (bool)1); if (!L_158) { goto IL_042d; } } { int32_t L_159 = V_21; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)1)); } IL_042d: { int32_t L_160 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); } IL_0433: { int32_t L_161 = V_20; PropertyInfoU5BU5D_t1461822886* L_162 = V_18; NullCheck(L_162); if ((((int32_t)L_161) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_162)->max_length))))))) { goto IL_0417; } } { int32_t L_163 = V_21; V_22 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_163)); V_21 = 0; V_20 = 0; goto IL_0478; } IL_0452: { PropertyInfoU5BU5D_t1461822886* L_164 = V_18; int32_t L_165 = V_20; NullCheck(L_164); int32_t L_166 = L_165; PropertyInfo_t * L_167 = (L_164)->GetAt(static_cast(L_166)); NullCheck(L_167); MethodInfo_t * L_168 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(20 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetGetMethod(System.Boolean) */, L_167, (bool)1); V_23 = L_168; MethodBase_t * L_169 = V_23; if (!L_169) { goto IL_0472; } } { MethodBaseU5BU5D_t779831733* L_170 = V_22; int32_t L_171 = V_21; int32_t L_172 = L_171; V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1)); MethodBase_t * L_173 = V_23; NullCheck(L_170); ArrayElementTypeCheck (L_170, L_173); (L_170)->SetAt(static_cast(L_172), (MethodBase_t *)L_173); } IL_0472: { int32_t L_174 = V_20; V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)); } IL_0478: { int32_t L_175 = V_20; PropertyInfoU5BU5D_t1461822886* L_176 = V_18; NullCheck(L_176); if ((((int32_t)L_175) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_176)->max_length))))))) { goto IL_0452; } } { Binder_t2999457153 * L_177 = ___binder2; int32_t L_178 = ___invokeAttr1; MethodBaseU5BU5D_t779831733* L_179 = V_22; ParameterModifierU5BU5D_t2943407543* L_180 = ___modifiers5; CultureInfo_t4157843068 * L_181 = ___culture6; StringU5BU5D_t1281789340* L_182 = ___namedParameters7; NullCheck(L_177); MethodBase_t * L_183 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, ObjectU5BU5D_t2843939325**, ParameterModifierU5BU5D_t2943407543*, CultureInfo_t4157843068 *, StringU5BU5D_t1281789340*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_177, L_178, L_179, (&___args4), L_180, L_181, L_182, (&V_19)); V_24 = L_183; MethodBase_t * L_184 = V_24; if (L_184) { goto IL_04a7; } } { V_8 = (bool)1; goto IL_0509; } IL_04a7: { MethodBase_t * L_185 = V_24; NullCheck(L_185); ParameterInfoU5BU5D_t390618515* L_186 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_185); V_25 = L_186; ParameterInfoU5BU5D_t390618515* L_187 = V_25; NullCheck(L_187); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_187)->max_length))))) <= ((int32_t)0))) { goto IL_04d7; } } { ParameterInfoU5BU5D_t390618515* L_188 = V_25; ParameterInfoU5BU5D_t390618515* L_189 = V_25; NullCheck(L_189); NullCheck(L_188); int32_t L_190 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_189)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_191 = (L_188)->GetAt(static_cast(L_190)); RuntimeTypeHandle_t3027515415 L_192 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_193 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_192, /*hidden argument*/NULL); bool L_194 = Attribute_IsDefined_m4069052474(NULL /*static, unused*/, L_191, L_193, /*hidden argument*/NULL); G_B91_0 = ((int32_t)(L_194)); goto IL_04d8; } IL_04d7: { G_B91_0 = 0; } IL_04d8: { V_26 = (bool)G_B91_0; bool L_195 = V_26; if (!L_195) { goto IL_04eb; } } { MethodBase_t * L_196 = V_24; MonoType_ReorderParamArrayArguments_m2458683451(__this, (&___args4), L_196, /*hidden argument*/NULL); } IL_04eb: { MethodBase_t * L_197 = V_24; RuntimeObject * L_198 = ___target3; int32_t L_199 = ___invokeAttr1; Binder_t2999457153 * L_200 = ___binder2; ObjectU5BU5D_t2843939325* L_201 = ___args4; CultureInfo_t4157843068 * L_202 = ___culture6; NullCheck(L_197); RuntimeObject * L_203 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_197, L_198, L_199, L_200, L_201, L_202); V_27 = L_203; Binder_t2999457153 * L_204 = ___binder2; RuntimeObject * L_205 = V_19; NullCheck(L_204); VirtActionInvoker2< ObjectU5BU5D_t2843939325**, RuntimeObject * >::Invoke(6 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_204, (&___args4), L_205); RuntimeObject * L_206 = V_27; return L_206; } IL_0509: { goto IL_0627; } IL_050e: { int32_t L_207 = ___invokeAttr1; if (!((int32_t)((int32_t)L_207&(int32_t)((int32_t)8192)))) { goto IL_0627; } } { String_t* L_208 = ___name0; int32_t L_209 = ___invokeAttr1; bool L_210 = V_6; PropertyInfoU5BU5D_t1461822886* L_211 = MonoType_GetPropertiesByName_m2491778142(__this, L_208, L_209, L_210, __this, /*hidden argument*/NULL); V_28 = L_211; V_29 = NULL; V_31 = 0; V_30 = 0; goto IL_0551; } IL_0535: { PropertyInfoU5BU5D_t1461822886* L_212 = V_28; int32_t L_213 = V_30; NullCheck(L_212); int32_t L_214 = L_213; PropertyInfo_t * L_215 = (L_212)->GetAt(static_cast(L_214)); NullCheck(L_215); MethodInfo_t * L_216 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_215, (bool)1); if (!L_216) { goto IL_054b; } } { int32_t L_217 = V_31; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)1)); } IL_054b: { int32_t L_218 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)1)); } IL_0551: { int32_t L_219 = V_30; PropertyInfoU5BU5D_t1461822886* L_220 = V_28; NullCheck(L_220); if ((((int32_t)L_219) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_220)->max_length))))))) { goto IL_0535; } } { int32_t L_221 = V_31; V_32 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)L_221)); V_31 = 0; V_30 = 0; goto IL_0596; } IL_0570: { PropertyInfoU5BU5D_t1461822886* L_222 = V_28; int32_t L_223 = V_30; NullCheck(L_222); int32_t L_224 = L_223; PropertyInfo_t * L_225 = (L_222)->GetAt(static_cast(L_224)); NullCheck(L_225); MethodInfo_t * L_226 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(22 /* System.Reflection.MethodInfo System.Reflection.PropertyInfo::GetSetMethod(System.Boolean) */, L_225, (bool)1); V_33 = L_226; MethodBase_t * L_227 = V_33; if (!L_227) { goto IL_0590; } } { MethodBaseU5BU5D_t779831733* L_228 = V_32; int32_t L_229 = V_31; int32_t L_230 = L_229; V_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_230, (int32_t)1)); MethodBase_t * L_231 = V_33; NullCheck(L_228); ArrayElementTypeCheck (L_228, L_231); (L_228)->SetAt(static_cast(L_230), (MethodBase_t *)L_231); } IL_0590: { int32_t L_232 = V_30; V_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)1)); } IL_0596: { int32_t L_233 = V_30; PropertyInfoU5BU5D_t1461822886* L_234 = V_28; NullCheck(L_234); if ((((int32_t)L_233) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_234)->max_length))))))) { goto IL_0570; } } { Binder_t2999457153 * L_235 = ___binder2; int32_t L_236 = ___invokeAttr1; MethodBaseU5BU5D_t779831733* L_237 = V_32; ParameterModifierU5BU5D_t2943407543* L_238 = ___modifiers5; CultureInfo_t4157843068 * L_239 = ___culture6; StringU5BU5D_t1281789340* L_240 = ___namedParameters7; NullCheck(L_235); MethodBase_t * L_241 = VirtFuncInvoker7< MethodBase_t *, int32_t, MethodBaseU5BU5D_t779831733*, ObjectU5BU5D_t2843939325**, ParameterModifierU5BU5D_t2943407543*, CultureInfo_t4157843068 *, StringU5BU5D_t1281789340*, RuntimeObject ** >::Invoke(4 /* System.Reflection.MethodBase System.Reflection.Binder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&) */, L_235, L_236, L_237, (&___args4), L_238, L_239, L_240, (&V_29)); V_34 = L_241; MethodBase_t * L_242 = V_34; if (L_242) { goto IL_05c5; } } { V_8 = (bool)1; goto IL_0627; } IL_05c5: { MethodBase_t * L_243 = V_34; NullCheck(L_243); ParameterInfoU5BU5D_t390618515* L_244 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_243); V_35 = L_244; ParameterInfoU5BU5D_t390618515* L_245 = V_35; NullCheck(L_245); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_245)->max_length))))) <= ((int32_t)0))) { goto IL_05f5; } } { ParameterInfoU5BU5D_t390618515* L_246 = V_35; ParameterInfoU5BU5D_t390618515* L_247 = V_35; NullCheck(L_247); NullCheck(L_246); int32_t L_248 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_247)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_249 = (L_246)->GetAt(static_cast(L_248)); RuntimeTypeHandle_t3027515415 L_250 = { reinterpret_cast (ParamArrayAttribute_t3664765590_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_251 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_250, /*hidden argument*/NULL); bool L_252 = Attribute_IsDefined_m4069052474(NULL /*static, unused*/, L_249, L_251, /*hidden argument*/NULL); G_B111_0 = ((int32_t)(L_252)); goto IL_05f6; } IL_05f5: { G_B111_0 = 0; } IL_05f6: { V_36 = (bool)G_B111_0; bool L_253 = V_36; if (!L_253) { goto IL_0609; } } { MethodBase_t * L_254 = V_34; MonoType_ReorderParamArrayArguments_m2458683451(__this, (&___args4), L_254, /*hidden argument*/NULL); } IL_0609: { MethodBase_t * L_255 = V_34; RuntimeObject * L_256 = ___target3; int32_t L_257 = ___invokeAttr1; Binder_t2999457153 * L_258 = ___binder2; ObjectU5BU5D_t2843939325* L_259 = ___args4; CultureInfo_t4157843068 * L_260 = ___culture6; NullCheck(L_255); RuntimeObject * L_261 = VirtFuncInvoker5< RuntimeObject *, RuntimeObject *, int32_t, Binder_t2999457153 *, ObjectU5BU5D_t2843939325*, CultureInfo_t4157843068 * >::Invoke(18 /* System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo) */, L_255, L_256, L_257, L_258, L_259, L_260); V_37 = L_261; Binder_t2999457153 * L_262 = ___binder2; RuntimeObject * L_263 = V_29; NullCheck(L_262); VirtActionInvoker2< ObjectU5BU5D_t2843939325**, RuntimeObject * >::Invoke(6 /* System.Void System.Reflection.Binder::ReorderArgumentArray(System.Object[]&,System.Object) */, L_262, (&___args4), L_263); RuntimeObject * L_264 = V_37; return L_264; } IL_0627: { String_t* L_265 = V_7; if (!L_265) { goto IL_0636; } } { String_t* L_266 = V_7; MissingMethodException_t1274661534 * L_267 = (MissingMethodException_t1274661534 *)il2cpp_codegen_object_new(MissingMethodException_t1274661534_il2cpp_TypeInfo_var); MissingMethodException__ctor_m3234469579(L_267, L_266, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_267,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0636: { bool L_268 = V_8; if (!L_268) { goto IL_0653; } } { String_t* L_269 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_270 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral33572118, L_269, _stringLiteral3452614530, /*hidden argument*/NULL); MissingFieldException_t1989070983 * L_271 = (MissingFieldException_t1989070983 *)il2cpp_codegen_object_new(MissingFieldException_t1989070983_il2cpp_TypeInfo_var); MissingFieldException__ctor_m4282575076(L_271, L_270, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_271,MonoType_InvokeMember_m2156385067_RuntimeMethod_var); } IL_0653: { return NULL; } } // System.Type System.MonoType::GetElementType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_GetElementType_m170734600 (MonoType_t * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoType_GetElementType_m170734600_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_GetElementType_m170734600_ftn)mscorlib::System::MonoType::GetElementType) (__this); } // System.Type System.MonoType::get_UnderlyingSystemType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_get_UnderlyingSystemType_m2447717099 (MonoType_t * __this, const RuntimeMethod* method) { { return __this; } } // System.Reflection.Assembly System.MonoType::get_Assembly() extern "C" IL2CPP_METHOD_ATTR Assembly_t * MonoType_get_Assembly_m4290914179 (MonoType_t * __this, const RuntimeMethod* method) { typedef Assembly_t * (*MonoType_get_Assembly_m4290914179_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_Assembly_m4290914179_ftn)mscorlib::System::MonoType::get_Assembly) (__this); } // System.String System.MonoType::get_AssemblyQualifiedName() extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_get_AssemblyQualifiedName_m2662925380 (MonoType_t * __this, const RuntimeMethod* method) { { String_t* L_0 = MonoType_getFullName_m837685882(__this, (bool)1, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.MonoType::getFullName(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_getFullName_m837685882 (MonoType_t * __this, bool ___full_name0, bool ___assembly_qualified1, const RuntimeMethod* method) { typedef String_t* (*MonoType_getFullName_m837685882_ftn) (MonoType_t *, bool, bool); using namespace il2cpp::icalls; return ((MonoType_getFullName_m837685882_ftn)mscorlib::System::MonoType::getFullName) (__this, ___full_name0, ___assembly_qualified1); } // System.Type System.MonoType::get_BaseType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_get_BaseType_m1098640416 (MonoType_t * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoType_get_BaseType_m1098640416_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_BaseType_m1098640416_ftn)mscorlib::System::MonoType::get_BaseType) (__this); } // System.String System.MonoType::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_get_FullName_m3242181132 (MonoType_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_get_FullName_m3242181132_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { MonoTypeInfo_t3366989025 * L_0 = __this->get_type_info_8(); if (L_0) { goto IL_0016; } } { MonoTypeInfo_t3366989025 * L_1 = (MonoTypeInfo_t3366989025 *)il2cpp_codegen_object_new(MonoTypeInfo_t3366989025_il2cpp_TypeInfo_var); MonoTypeInfo__ctor_m3401216922(L_1, /*hidden argument*/NULL); __this->set_type_info_8(L_1); } IL_0016: { MonoTypeInfo_t3366989025 * L_2 = __this->get_type_info_8(); NullCheck(L_2); String_t* L_3 = L_2->get_full_name_0(); String_t* L_4 = L_3; V_0 = L_4; if (L_4) { goto IL_003f; } } { MonoTypeInfo_t3366989025 * L_5 = __this->get_type_info_8(); String_t* L_6 = MonoType_getFullName_m837685882(__this, (bool)1, (bool)0, /*hidden argument*/NULL); String_t* L_7 = L_6; V_1 = L_7; NullCheck(L_5); L_5->set_full_name_0(L_7); String_t* L_8 = V_1; V_0 = L_8; } IL_003f: { String_t* L_9 = V_0; return L_9; } } // System.Boolean System.MonoType::IsDefined(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool MonoType_IsDefined_m838143016 (MonoType_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_IsDefined_m838143016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; bool L_1 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); bool L_2 = MonoCustomAttrs_IsDefined_m2996012389(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object[] System.MonoType::GetCustomAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoType_GetCustomAttributes_m164523340 (MonoType_t * __this, bool ___inherit0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetCustomAttributes_m164523340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___inherit0; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_1 = MonoCustomAttrs_GetCustomAttributes_m1775925192(NULL /*static, unused*/, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Object[] System.MonoType::GetCustomAttributes(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* MonoType_GetCustomAttributes_m26060774 (MonoType_t * __this, Type_t * ___attributeType0, bool ___inherit1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetCustomAttributes_m26060774_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___attributeType0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1460131600, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,MonoType_GetCustomAttributes_m26060774_RuntimeMethod_var); } IL_0011: { Type_t * L_2 = ___attributeType0; bool L_3 = ___inherit1; IL2CPP_RUNTIME_CLASS_INIT(MonoCustomAttrs_t3634537737_il2cpp_TypeInfo_var); ObjectU5BU5D_t2843939325* L_4 = MonoCustomAttrs_GetCustomAttributes_m1347331976(NULL /*static, unused*/, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Reflection.MemberTypes System.MonoType::get_MemberType() extern "C" IL2CPP_METHOD_ATTR int32_t MonoType_get_MemberType_m4261270584 (MonoType_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.MonoType::get_DeclaringType() */, __this); if (!L_0) { goto IL_001c; } } { bool L_1 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.MonoType::get_IsGenericParameter() */, __this); if (L_1) { goto IL_001c; } } { return (int32_t)(((int32_t)128)); } IL_001c: { return (int32_t)(((int32_t)32)); } } // System.String System.MonoType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_get_Name_m1751720248 (MonoType_t * __this, const RuntimeMethod* method) { typedef String_t* (*MonoType_get_Name_m1751720248_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_Name_m1751720248_ftn)mscorlib::System::MonoType::get_Name) (__this); } // System.String System.MonoType::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_get_Namespace_m2015358851 (MonoType_t * __this, const RuntimeMethod* method) { typedef String_t* (*MonoType_get_Namespace_m2015358851_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_Namespace_m2015358851_ftn)mscorlib::System::MonoType::get_Namespace) (__this); } // System.Reflection.Module System.MonoType::get_Module() extern "C" IL2CPP_METHOD_ATTR Module_t2987026101 * MonoType_get_Module_m2397868165 (MonoType_t * __this, const RuntimeMethod* method) { typedef Module_t2987026101 * (*MonoType_get_Module_m2397868165_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_Module_m2397868165_ftn)mscorlib::System::MonoType::get_Module) (__this); } // System.Type System.MonoType::get_DeclaringType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_get_DeclaringType_m90362326 (MonoType_t * __this, const RuntimeMethod* method) { typedef Type_t * (*MonoType_get_DeclaringType_m90362326_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_DeclaringType_m90362326_ftn)mscorlib::System::MonoType::get_DeclaringType) (__this); } // System.Type System.MonoType::get_ReflectedType() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_get_ReflectedType_m3364880648 (MonoType_t * __this, const RuntimeMethod* method) { { Type_t * L_0 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.MonoType::get_DeclaringType() */, __this); return L_0; } } // System.RuntimeTypeHandle System.MonoType::get_TypeHandle() extern "C" IL2CPP_METHOD_ATTR RuntimeTypeHandle_t3027515415 MonoType_get_TypeHandle_m1012024438 (MonoType_t * __this, const RuntimeMethod* method) { { RuntimeTypeHandle_t3027515415 L_0 = ((Type_t *)__this)->get__impl_1(); return L_0; } } // System.Int32 System.MonoType::GetArrayRank() extern "C" IL2CPP_METHOD_ATTR int32_t MonoType_GetArrayRank_m3267817731 (MonoType_t * __this, const RuntimeMethod* method) { typedef int32_t (*MonoType_GetArrayRank_m3267817731_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_GetArrayRank_m3267817731_ftn)mscorlib::System::MonoType::GetArrayRank) (__this); } // System.Void System.MonoType::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void MonoType_GetObjectData_m3008014917 (MonoType_t * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; UnitySerializationHolder_GetTypeData_m2453779479(NULL /*static, unused*/, __this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.MonoType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* MonoType_ToString_m2539641183 (MonoType_t * __this, const RuntimeMethod* method) { { String_t* L_0 = MonoType_getFullName_m837685882(__this, (bool)0, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.Type[] System.MonoType::GetGenericArguments() extern "C" IL2CPP_METHOD_ATTR TypeU5BU5D_t3940880105* MonoType_GetGenericArguments_m485413379 (MonoType_t * __this, const RuntimeMethod* method) { typedef TypeU5BU5D_t3940880105* (*MonoType_GetGenericArguments_m485413379_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_GetGenericArguments_m485413379_ftn)mscorlib::System::MonoType::GetGenericArguments) (__this); } // System.Boolean System.MonoType::get_ContainsGenericParameters() extern "C" IL2CPP_METHOD_ATTR bool MonoType_get_ContainsGenericParameters_m1687910863 (MonoType_t * __this, const RuntimeMethod* method) { Type_t * V_0 = NULL; TypeU5BU5D_t3940880105* V_1 = NULL; int32_t V_2 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(88 /* System.Boolean System.MonoType::get_IsGenericParameter() */, __this); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, __this); if (!L_1) { goto IL_0044; } } { TypeU5BU5D_t3940880105* L_2 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.MonoType::GetGenericArguments() */, __this); V_1 = L_2; V_2 = 0; goto IL_003b; } IL_0026: { TypeU5BU5D_t3940880105* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; Type_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; Type_t * L_7 = V_0; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(83 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_7); if (!L_8) { goto IL_0037; } } { return (bool)1; } IL_0037: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003b: { int32_t L_10 = V_2; TypeU5BU5D_t3940880105* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0026; } } IL_0044: { bool L_12 = Type_get_HasElementType_m710151977(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_005b; } } { Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.MonoType::GetElementType() */, __this); NullCheck(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(83 /* System.Boolean System.Type::get_ContainsGenericParameters() */, L_13); return L_14; } IL_005b: { return (bool)0; } } // System.Boolean System.MonoType::get_IsGenericParameter() extern "C" IL2CPP_METHOD_ATTR bool MonoType_get_IsGenericParameter_m2855599887 (MonoType_t * __this, const RuntimeMethod* method) { typedef bool (*MonoType_get_IsGenericParameter_m2855599887_ftn) (MonoType_t *); using namespace il2cpp::icalls; return ((MonoType_get_IsGenericParameter_m2855599887_ftn)mscorlib::System::MonoType::get_IsGenericParameter) (__this); } // System.Type System.MonoType::GetGenericTypeDefinition() extern "C" IL2CPP_METHOD_ATTR Type_t * MonoType_GetGenericTypeDefinition_m3201894896 (MonoType_t * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_GetGenericTypeDefinition_m3201894896_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { Type_t * L_0 = Type_GetGenericTypeDefinition_impl_m1429894432(__this, /*hidden argument*/NULL); V_0 = L_0; Type_t * L_1 = V_0; if (L_1) { goto IL_0013; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,MonoType_GetGenericTypeDefinition_m3201894896_RuntimeMethod_var); } IL_0013: { Type_t * L_3 = V_0; return L_3; } } // System.Reflection.MethodBase System.MonoType::CheckMethodSecurity(System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR MethodBase_t * MonoType_CheckMethodSecurity_m576144504 (MonoType_t * __this, MethodBase_t * ___mb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_CheckMethodSecurity_m576144504_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodBase_t * G_B6_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_0 = SecurityManager_get_SecurityEnabled_m3467182822(NULL /*static, unused*/, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { MethodBase_t * L_1 = ___mb0; if (L_1) { goto IL_0012; } } IL_0010: { MethodBase_t * L_2 = ___mb0; return L_2; } IL_0012: { MethodBase_t * L_3 = ___mb0; IL2CPP_RUNTIME_CLASS_INIT(SecurityManager_t3383402582_il2cpp_TypeInfo_var); bool L_4 = SecurityManager_ReflectedLinkDemandQuery_m926128300(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0023; } } { MethodBase_t * L_5 = ___mb0; G_B6_0 = L_5; goto IL_0024; } IL_0023: { G_B6_0 = ((MethodBase_t *)(NULL)); } IL_0024: { return G_B6_0; } } // System.Void System.MonoType::ReorderParamArrayArguments(System.Object[]&,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void MonoType_ReorderParamArrayArguments_m2458683451 (MonoType_t * __this, ObjectU5BU5D_t2843939325** ___args0, MethodBase_t * ___method1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MonoType_ReorderParamArrayArguments_m2458683451_MetadataUsageId); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t390618515* V_0 = NULL; ObjectU5BU5D_t2843939325* V_1 = NULL; RuntimeArray * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { MethodBase_t * L_0 = ___method1; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); V_0 = L_1; ParameterInfoU5BU5D_t390618515* L_2 = V_0; NullCheck(L_2); V_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); ParameterInfoU5BU5D_t390618515* L_3 = V_0; ParameterInfoU5BU5D_t390618515* L_4 = V_0; NullCheck(L_4); NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1)); ParameterInfo_t1861056598 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_6); NullCheck(L_7); Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_7); ObjectU5BU5D_t2843939325** L_9 = ___args0; ObjectU5BU5D_t2843939325* L_10 = *((ObjectU5BU5D_t2843939325**)L_9); NullCheck(L_10); ParameterInfoU5BU5D_t390618515* L_11 = V_0; NullCheck(L_11); RuntimeArray * L_12 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), (int32_t)1)))), /*hidden argument*/NULL); V_2 = L_12; V_3 = 0; V_4 = 0; goto IL_006b; } IL_003b: { int32_t L_13 = V_4; ParameterInfoU5BU5D_t390618515* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)1))))) { goto IL_0055; } } { ObjectU5BU5D_t2843939325* L_15 = V_1; int32_t L_16 = V_4; ObjectU5BU5D_t2843939325** L_17 = ___args0; ObjectU5BU5D_t2843939325* L_18 = *((ObjectU5BU5D_t2843939325**)L_17); int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_21); (L_15)->SetAt(static_cast(L_16), (RuntimeObject *)L_21); goto IL_0065; } IL_0055: { RuntimeArray * L_22 = V_2; ObjectU5BU5D_t2843939325** L_23 = ___args0; ObjectU5BU5D_t2843939325* L_24 = *((ObjectU5BU5D_t2843939325**)L_23); int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject * L_27 = (L_24)->GetAt(static_cast(L_26)); int32_t L_28 = V_3; NullCheck(L_22); Array_SetValue_m3412255035(L_22, L_27, L_28, /*hidden argument*/NULL); int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_0065: { int32_t L_30 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_006b: { int32_t L_31 = V_4; ObjectU5BU5D_t2843939325** L_32 = ___args0; ObjectU5BU5D_t2843939325* L_33 = *((ObjectU5BU5D_t2843939325**)L_32); NullCheck(L_33); if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_003b; } } { ObjectU5BU5D_t2843939325* L_34 = V_1; ParameterInfoU5BU5D_t390618515* L_35 = V_0; NullCheck(L_35); RuntimeArray * L_36 = V_2; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))), (int32_t)1))), (RuntimeObject *)L_36); ObjectU5BU5D_t2843939325** L_37 = ___args0; ObjectU5BU5D_t2843939325* L_38 = V_1; *((RuntimeObject **)(L_37)) = (RuntimeObject *)L_38; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_37), (RuntimeObject *)L_38); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif