36724 lines
1.6 MiB
36724 lines
1.6 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R>
|
|
struct VirtFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
|
|
struct VirtFuncInvoker5
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
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);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle
|
|
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.ByteMatcher
|
|
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
|
|
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEnumerable`1<System.String>
|
|
struct IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E;
|
|
// System.Collections.Generic.IEnumerator`1<System.String>
|
|
struct IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
|
|
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
|
|
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
|
|
// System.Func`2<System.Object,System.Int32>
|
|
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
|
|
// System.Func`2<System.Object,System.String>
|
|
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<System.Int32>>
|
|
struct Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223;
|
|
// System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492;
|
|
// System.Globalization.TimeSpanParse/TimeSpanToken[]
|
|
struct TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305;
|
|
// System.Globalization.TokenHashValue
|
|
struct TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159;
|
|
// System.Globalization.TokenHashValue[]
|
|
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IConsoleDriver
|
|
struct IConsoleDriver_t484163236D7810E338FC3D246EDF2DCAC42C0E37;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|
// System.IO.BinaryReader
|
|
struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969;
|
|
// System.IO.BinaryWriter
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3;
|
|
// System.IO.CStreamReader
|
|
struct CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D;
|
|
// System.IO.CStreamWriter
|
|
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450;
|
|
// System.IO.Directory/SearchData
|
|
struct SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92;
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F;
|
|
// System.IO.DirectoryInfo[]
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF;
|
|
// System.IO.DirectoryNotFoundException
|
|
struct DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55;
|
|
// System.IO.DriveNotFoundException
|
|
struct DriveNotFoundException_tE24C6582F3C8F9A24BF0BD5BE63BCB2B6983353C;
|
|
// System.IO.EndOfStreamException
|
|
struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F;
|
|
// System.IO.File/<ReadLines>d__58
|
|
struct U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26;
|
|
// System.IO.FileInfo
|
|
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C;
|
|
// System.IO.FileInfo[]
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88;
|
|
// System.IO.FileLoadException
|
|
struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB;
|
|
// System.IO.FileNotFoundException
|
|
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431;
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
|
|
// System.IO.FileStream/ReadDelegate
|
|
struct ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48;
|
|
// System.IO.FileStream/WriteDelegate
|
|
struct WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C;
|
|
// System.IO.FileStreamAsyncResult
|
|
struct FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E;
|
|
// System.IO.FileSystemInfo
|
|
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D;
|
|
// System.IO.IOException
|
|
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.IO.Stream/ReadWriteTask
|
|
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
|
|
// System.IO.StreamWriter
|
|
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E;
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.OverflowException
|
|
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
|
|
// System.Predicate`1<System.Threading.Tasks.Task>
|
|
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
|
|
// System.Runtime.Remoting.Messaging.IMessage
|
|
struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB;
|
|
// System.Runtime.Remoting.Messaging.IMessageCtrl
|
|
struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D;
|
|
// System.Runtime.Remoting.Messaging.MonoMethodMessage
|
|
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
|
|
// System.Security.AccessControl.CommonSecurityDescriptor
|
|
struct CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6;
|
|
// System.Security.AccessControl.DirectorySecurity
|
|
struct DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F;
|
|
// System.Security.AccessControl.FileSecurity
|
|
struct FileSecurity_tA80D4B624306EBC4FAC7F92F258703CC1B5349F2;
|
|
// System.Security.AccessControl.NativeObjectSecurity/ExceptionFromErrorCode
|
|
struct ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
|
|
// System.String
|
|
struct String_t;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.TermInfoDriver
|
|
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653;
|
|
// System.TermInfoReader
|
|
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C;
|
|
// System.Text.Decoder
|
|
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
|
|
// System.Text.DecoderFallbackBuffer
|
|
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
|
|
// System.Text.Encoder
|
|
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
|
|
// System.Text.EncoderFallbackBuffer
|
|
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Text.UTF8Encoding
|
|
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE;
|
|
// System.Threading.CancellationTokenSource
|
|
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
|
|
// System.Threading.ContextCallback
|
|
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
|
|
// System.Threading.ReaderWriterLock
|
|
struct ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349;
|
|
// System.Threading.SemaphoreSlim
|
|
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
|
|
// System.Threading.Tasks.StackGuard
|
|
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
|
|
// System.Threading.Tasks.Task/ContingentProperties
|
|
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
|
|
// System.Threading.Tasks.TaskFactory
|
|
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Int32>
|
|
struct TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7;
|
|
// System.Threading.Tasks.TaskScheduler
|
|
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
|
|
// System.Threading.WaitCallback
|
|
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC;
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.UnauthorizedAccessException
|
|
struct UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0004A45F04907FCD97A69ED4B7059986FF43225E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01DDD3299657165C59F0E4A0E1F35984474C88BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0205E437379F99065F9981B074733D5E93241DE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03D41509F1CF5FCC9A07900C2C4D261B44A90E41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral053CEBA9FB88071974B0FF5DE2878D2A2949E793;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06E6249993F597FE0021AB4C26DE44DE84BD37C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0888BC80525E5BC8C985BCAAECEAC642EB7A9946;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E8995DA20C989D144DD0838974CE0FEFEC7AC05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EC2D114126669F07E594C9DDA491BDD275A48D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F12541AFCCE175FB34BB05A79C95B76E765488B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0FF2D3F776780FB2F33574BB18BA6F9697EE17BC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1029D67644815D428F554E390AA966D57A0B29B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13050423A745190380F7140DCA83BE69DD36C9A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1559FC838C14B4475038095A8174B35C31493E3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1574BDDB75C78A6FD2251D61E2993B5146201319;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15B3A4901755640C7753F9B86F8A7B0C78FFD3A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19038B38EB3C4CA87074CFF922530873412B7E91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B253FFBEC60DBE1DECD9C28ADF542653AE7D649;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D4C29575CBAA53BEDDF2FF37A240462A44F9F7A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F85D53676EDEF8EA93DED22E6135F63D58FB8D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25A408F1129728BA6B57DAFD398C5F6C4C525435;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral286DD44BDD8ED27F140AAC62709EBC96057646EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral298EDDB122B98BDC728F9F91CFACE15F62DAC659;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B03ABE6CC4DE347B2D747C45432C51F39ADE681;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B553CF448606360F1C4E913F833A0372AC9DF44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B72B596FF914C3E626FEED57EDAFE9F347EB9E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FB44136D0CBF3B16AB4F3A5105F17A95F912D08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral341D74A5121BD7442575A54B2A0292D5DB1A5369;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35BCA298C1EB19B685C7D0DDDDFA2602F3532246;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3640A9A2D0F8B94E85B7E67A88D6E6D8758652F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36AFCD1B9D547E3B7F384AF0AD99E6744CFCE829;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral370C647E627CDDD2AF6B7B80C85CA5EB0267B3EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37BEC4B9960B22F35421CD7D639241E56E3D4FB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3937B0E5F27A3E27F92AABDCC84DB0EF697B26A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D1702B291501CCD37BD7111A5AE9150C49CC894;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral494A9C022A41BBB268B9E6A4D30F8C83DB59DA41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E0B5AF978C4CA1675410CD16C92560ADCB2C1E2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F070C36B0D557D60AE090BD489DF2ACA6B93542;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54FD1711209FB1C0781092374132C66E79E2241B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56CDBE0D58DC66968C291B09DBA615DB60AC81DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5965734B007F93DE3B3301732B647C355250262B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62EBB56DE923BCC4115D4A661EED319775FB8C22;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral633C983B4C40C35769E80AFA4BBACA47309E8EA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6638A9EBE24860C15CF06ABE37BD3F390060D540;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6738D06D6C794327B819962FE118768444DFE966;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral681F65AE5F6DA11F3E7C45C0806920691298F948;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68D235827F5081D2F1C9DCEF05B26A118428328D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E2317E84544DC223CC7564BF756102DB10D16B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6FC7382213B233046680C7C9C582304630EABFF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7106624CE286CF35952E4F6B54172D9EDB922430;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72587157E31A34C07FDD21A0B30BCFA3A79A877A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral746B1E7243BB36D1C7409CC525DE053E1E19B101;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral792ACC91EE5889D8CEE5B2697A416308D546BCB1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BA15431A78CC4ED9FD5B31EC191778AE83A220F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FDCCF6167F4C6794394F20F652BBF1682A3D393;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82CE03EAE6478900F76D3043D6BC825E69FFE4F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84A516841BA77A5B4648DE2CD0DFCB30EA46DBB4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B1AF543422B5976D44B9C740EF3CA472E5EF490;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BE6003D565D76B961657C797A8B3A02C90007CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DFF51E879A42478A0D975B0F8FC82AA7A6AFAEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9505EF94A44A88FEA6BAB3EDB21A0FDAC3B4C453;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97391F63D48F94047CA6F03FADFCFF9361F10720;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9981247921532FBC21970945A60F86E1AAB17516;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A41BB718C5B36ECDC0502966DCE22B64CA458A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0493CF5419FFA469A97A979D87B83CA2624A369;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA2DD7EC666AACD57FC6D0571DB038B51DEB9FB6E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA95C6FF7D9039A460DF5E0349D9799D79B609FB7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAB90DFE8C6F152A4FB071F5F4F9DF804626E6AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF838A5F2E1446EE6F7AB3E72935138570EE739A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB284F94827DB1FA2970D9E2014F080413B547A7E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB765AA8BB36A012207F04F2EC4C86FD01927EE1F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7CD118812EEBA171237A01E73F507E4A7967490;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB80ADA17FA6976840EA2EE6BFF02BC04F45EEBA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB1E8BB3DB6CF6FFDD3F35D3442E052F95A64D05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC19E61A380CA7CE4691A9B314627EC2DBF71206E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC263DBD67CE29BD86EB77B353A8297E8203E6D39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4FDE1DE00686410EB59FDF9F4B818417C842877;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC565DF195E6A3455508E08CF184C393D9D2178AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5DC010E0718E56D6EE7966C8B0FFAB74DDAB27B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7AC5BA58E9AFCDE1942EA3B3E96378076AF200C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC822042AB7190C7F721DD36BCE8A559FE062DA11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC9405725B9AF979FEFE11BD172ECE012720F00D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC0B65F64C5BF05C252ED78752E72EDF10746F64;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC24C356DA7B10656819DE9803EBEA9D2F8CF359;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC4B34E0D9A8B714B3FDEF6B6B643D2AAF8B962B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDD8EF4CC195FF78171DF274F0899C33798B2AF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD31151A6B4399E80C5FF2F53D57601F25598E586;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD770C099C9C55F4A677A318E58182707C6904D7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD83E096703EEDB24CB567771B570F6B9CF93D891;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA244040AE1B6A29294E8607993638AD68F3624D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE2EC1FA2FA9BA46845CE64B23938B705F3D6A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE36EB70585A0174E09E966B7459A91B7E7E969BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3CA23C850181433598492387B012D5C64019547;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3CFEF5EBFBA618E47D128453BB38A0D7D359B1B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4544B1296D8D6BE4A4AF9C43DF919111837A4F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE62577734DC95246ED5E8213FAE683CEE96DDAC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7F8420A31C604D292DD7B55EF6D4C470FAC7927;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9D71F5EE7C92D6DC9E92FFDAD17B8BD49418F98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF05ED8D2787C37C90E1473E7577892374D421A43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF47936838E772C435FC269775A18AE499222FC41;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF75E94DCC92ECC309EF861E9A10FFFB6B1A383AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBCAB30EC9883F5ED4DB24B46BF26A19F829D9D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE5DBBCEA5CE7E2988B8C69BCFDFDE8904AABC1F;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_FillBuffer_m9BF21DC2D89E22F399F68EC197DBDEEFCAA0B6B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_ReadBytes_m924D8FDF9D4A87E48BF8297DC0D1EE00F3C50E80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_ReadChars_m4034E6EE2BB5C32AEB49AE234334076A934F952B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_ReadDecimal_mE1ABD7E8F2620277CBDE63467C26511067A093C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_ReadString_m92D7BFCF1D27F089C11BB91DFFC37CE301C0BAF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryWriter_Write_m470D7D1CC7D284CC56FDB7A348F8F0039B606665_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryWriter_Write_mA5FA71233326D218B2F385F20CD62B23DBC56B89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryWriter_Write_mD4AC70145D119F9E0F92200F7FF4ACAF85CBABB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateDirectories_m40D6EB125282BE0895325DE22603E1861103F5EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFileSystemEntries_m9BFECE5EA9384C6A29E9E1EDBD92F4F57583DFC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_EnumerateFiles_m64157D5FDF53FC875A05E8A5EEC98C810D660391_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFileSystemEntries_m781E70FD560C8AAAF57A15603429865F9F69C231_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_FlushAsync_mF37D6904A868079AAF496214113EA35DA681B46C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Flush_m2457E7996038FDD9834D8BDE399A5227BDDF1D95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_ReadInternal_mCF406AEBAF3F14221966974340EF3E4D27C9A5CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileStream_set_Position_m3C88CCE7DDA39177FA44015B4F70D7B9022C6353_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Decrypt_m63A9048D31904E7A6C87DB457D684B7132E99C73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Encrypt_m298044A35B62F6BC3C50167523A7E4D38E9957FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_FillAttributeInfo_m8FF0F8B5A94968B8C87E54850DF60D3825EEAD53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_SetAttributes_mEA45B813D278BCB88E9888CF6E7598C38C86E3FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE9FDDA3E872C3CB2DBDC8562E9ABA76CA3124599_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CReadLinesU3Ed__58_System_Collections_IEnumerator_Reset_m91EF750644D1BF4B031FD2E0E7C91EF4E4C6A041_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_FillBuffer_m9BF21DC2D89E22F399F68EC197DBDEEFCAA0B6B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_ReadBytes_m924D8FDF9D4A87E48BF8297DC0D1EE00F3C50E80_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_ReadChars_m4034E6EE2BB5C32AEB49AE234334076A934F952B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_ReadDecimal_mE1ABD7E8F2620277CBDE63467C26511067A093C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_ReadInt32_m001A1151B2E72E802DFA50E6C7F464622DEB02B0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_ReadString_m92D7BFCF1D27F089C11BB91DFFC37CE301C0BAF8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter_Write_m470D7D1CC7D284CC56FDB7A348F8F0039B606665_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter_Write_mA5FA71233326D218B2F385F20CD62B23DBC56B89_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter_Write_mD4AC70145D119F9E0F92200F7FF4ACAF85CBABB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter__cctor_mE949DEE23EBE64DE81CDF697EAD3FD60D206DC1A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t BinaryWriter__ctor_m5A85DD02499F9284E0F06ACF4FE9EA3BEC9D71E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader_Peek_m1FC540889F2D9687070978F20CD67EEFFD469C42_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader_ReadLine_m0024BF56DFAC48D889E0E2038E4BB72779E2672E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader_ReadToEnd_m0A188006F202D8628B78E9C35ADA34913A8E380A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader_Read_mD5B83DAB8078727FBC507E280022D69DC9758A38_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamReader__ctor_m0522E27BADB6649A8E512728F900EFFA4DBD301A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_InternalWriteChar_m2CF4426CAEB1BF5724F33725DFF21C139D6C9CD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_Write_m82E594BDA5DE26C4882D8E18EF9539ED43C1C95E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_Write_m89C81270FC12C7EFBF39ABA46DF394A5C787B51C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter_Write_mF172A1C529B25EB25F346F5CA0F22E4280385ECA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_GetDirectories_m3B3BFA8A3218042D621CC9B43604F21DA0D8B343_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_GetFiles_m3E2F7B3AA18FE603D7746175A572298AD649DBF6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DirectoryNotFoundException__ctor_m242EED407C69B00F298FFC56B2CF8AE1AEC23E86_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateDirectories_m40D6EB125282BE0895325DE22603E1861103F5EA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFileSystemEntries_m9BFECE5EA9384C6A29E9E1EDBD92F4F57583DFC7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_EnumerateFiles_m64157D5FDF53FC875A05E8A5EEC98C810D660391_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetAccessControl_mFDAF933EB0F4C1BF7C893FA0CCF47930843EC77A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetDirectoryRoot_m63344CBB3F0B90BFC0F67BA3D8F814E8FB68A400_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFileSystemEntries_m781E70FD560C8AAAF57A15603429865F9F69C231_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_GetParent_mAA72944573AA065432E2DF09AA279522B485C7FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_IsRootDirectory_m050E8364C8D7BBC55405DA0C2653D3675511C148_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DriveNotFoundException__ctor_m393BAE19237AAC01818C5B6A045ACE87A4F19AC4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileInfo_Init_m09A3269C83385D477B429AC72A3D3FE71C97F499_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileInfo__ctor_mCBEE054CAB01482680A35D206070F8ABC1D98494_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileInfo_get_DirectoryName_m6E6B5B84755D7704DAFCC08DB4AD120AA865A4B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileInfo_get_Exists_m0EDF507DB5A88A5A4428B4BF956668CEA760DF5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileLoadException_GetObjectData_m3C7FC65C2D9AA62454F3AE2DDF0B6BF58074A118_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileLoadException_ToString_m87E4B76ECF13873AC0E537B5B40F449EDCF935BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileLoadException__ctor_mAD43AE13D7A47AB355F5DA4E71598CFAA7A3CCB9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileLoadException__ctor_mD123993270B1D6828B79E5DA2EB8DD04FBD4ACBF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileNotFoundException_GetObjectData_mAE5B917428B1A472311576239B30E02984780144_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileNotFoundException_SetMessageField_m9720D0DA0759876F4ED95BE7718C7CFC563519A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileNotFoundException_ToString_m93DE9E25D30C031922274BDFCD2A4431758E853A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileNotFoundException__ctor_m426397F3057E33AC98F74A0F472CF001FD2583BA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileNotFoundException__ctor_mE13A610BC524C547429970EEE391F0C38C46A616_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_FlushAsync_mF37D6904A868079AAF496214113EA35DA681B46C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Flush_m2457E7996038FDD9834D8BDE399A5227BDDF1D95_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_GetSecureFileName_m410B4CDCEECE9F3A35BEE2987CA38FB8BF6224E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream__cctor_m1A9D61D5329E3774C77BE21494608E1E7788D6C5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FileStream_set_Position_m3C88CCE7DDA39177FA44015B4F70D7B9022C6353_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_AppendAllLines_mB766F89BAE825F6F5519173E47B0CAB91F15120D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_AppendAllLines_mBEEC3FFDAE41AC1966B1F51292E163C91F10E464_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_AppendAllText_m75D2FA3AD52D413CFC2DC07DC81A2BDF70ADE577_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_AppendAllText_mA1210592AC88A27D8C61BE47C8E1056850D736C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_AppendText_m14F55CFA85F27C09A0DCAEC8BD9485FCF80796A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_CreateText_mEED28D1DDECB47B208D7ACA7CDC99B32EE86F162_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Create_m892E853951FB40FF321104362355F9E30A1C027C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Create_m9B2A6BD8E97BA7A324ACCBC6CD180EFF1BDCF91E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Create_mE8E269ABF4A92EAA982685219D288FB5178C880E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Decrypt_m63A9048D31904E7A6C87DB457D684B7132E99C73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Encrypt_m298044A35B62F6BC3C50167523A7E4D38E9957FD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_FillAttributeInfo_m8FF0F8B5A94968B8C87E54850DF60D3825EEAD53_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_OpenWrite_mF82A279E4678151DA29C2AE13DE7F2B4FCC1440C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Open_m20B8F4A196F8D5639E9879FE2A189782F42BE079_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Open_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllLines_m367A3C9DB195EBD18FD5F66044525F5156DC01BE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllLines_mE23F86FECEC7385CD2D20EA0257277E8D09DCDB7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadAllText_mC9941B7CB03E5B8AD1914872D39D6EF735FC3F47_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadLines_mD18F4281B1CF9AE2109591644806DD5C5917DB03_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_SetAttributes_mEA45B813D278BCB88E9888CF6E7598C38C86E3FB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllLines_m772747A7F2DBFA0DFD6E96F33683E12625E9506B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllLines_mA23456288DA5A21E93635C4CEC482440B4BB3CE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllLines_mADD0D376471B4221EFBF07E67AABF47ABB69ED38_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllLines_mB99BCE0301A8C94DE16D151E444A6DF454A3CF23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllText_m7BA355E5631C6A3E3D3378D6101EF65E72A45F0A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_EatAllWhitespace_m13A5241942F020C760E4B1C2392F5E1E84F63616_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToShort_m44351C529F29C0DD1192E55F8FCB2EB2509C1DE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_TryParseGuidWithDashes_m03190FED9B442FC160B9D4B470B8C29AD8ECE455_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_TryParseGuidWithHexPrefix_m9D42E3EACF64BE5E1D473B270BDC76D54D7E3D03_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_TryParseGuidWithNoStyle_m91C1F7891346BEF7F8C42117D60E5C9F73E42A3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid__cctor_mA8897716E66822C62D58A531FC6C8F3B0D73D428_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237mscorlib7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanFormat__cctor_m9F9D3428D31DAEC2DEAD5380CB886FA9524E57D6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminalState_m92BE4A6AB15669A7EF9709EB4993F52A9BDF203D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminal_DHMSF_m1BF1100DE2D5130D034C24B705F3B929069891C0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminal_D_mBED980CC73A4EE0FC14132234F242CEBF7A0A3B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminal_HMS_F_D_m71D13552B141087EBBA33C8C375EBFB70DF38921_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminal_HM_S_D_m82AE362D53D096030AB91DEAE09C8CE0B8C1E47B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_ProcessTerminal_HM_m64521ABCDFFA00D70997FBA1E9068F93A24AAA32_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_TryParseTimeSpan_m6C8DF8A39DDFA5DE79D0BFEC75B130AF15AC5AE5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanParse__cctor_mACC070DA88F08C98DF3FF49CDCFE057F5A14DA65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289mscorlib7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272mscorlib7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_com_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_mCFD6B99C88B492EEDFBBDD61E099434322FEA847_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CReadLinesU3Ed__58_System_Collections_IEnumerator_Reset_m91EF750644D1BF4B031FD2E0E7C91EF4E4C6A041_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A_MetadataUsageId;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t;;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_com;;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_pinvoke;;
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223;;
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com;
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com;;
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke;
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke;;
|
|
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com;
|
|
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke;
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492;;
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com;
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com;;
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke;
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke;;
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com;
|
|
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305;
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF;
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject * ____syncRoot_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); }
|
|
inline int32_t get__size_2() const { return ____size_2; }
|
|
inline int32_t* get_address_of__size_2() { return &____size_2; }
|
|
inline void set__size_2(int32_t value)
|
|
{
|
|
____size_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); }
|
|
inline int32_t get__version_3() const { return ____version_3; }
|
|
inline int32_t* get_address_of__version_3() { return &____version_3; }
|
|
inline void set__version_3(int32_t value)
|
|
{
|
|
____version_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ConsoleDriver
|
|
struct ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_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<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_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((void**)(&___driver_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_console_1() { return static_cast<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_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<int32_t>(offsetof(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_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;
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<System.Byte>
|
|
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields, ___Value_0)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Value_0() const { return ___Value_0; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<System.Char>
|
|
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields, ___Value_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Value_0() const { return ___Value_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
|
|
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
|
|
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
|
|
inline void set_m_isReadOnly_3(bool value)
|
|
{
|
|
___m_isReadOnly_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
|
|
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
|
|
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
|
|
inline void set_cultureID_4(int32_t value)
|
|
{
|
|
___cultureID_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
|
|
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
|
|
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
|
|
inline void set_parent_lcid_5(int32_t value)
|
|
{
|
|
___parent_lcid_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
|
|
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
|
|
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
|
|
inline void set_datetime_index_6(int32_t value)
|
|
{
|
|
___datetime_index_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
|
|
inline int32_t get_number_index_7() const { return ___number_index_7; }
|
|
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
|
|
inline void set_number_index_7(int32_t value)
|
|
{
|
|
___number_index_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
|
|
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
|
|
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
|
|
inline void set_default_calendar_type_8(int32_t value)
|
|
{
|
|
___default_calendar_type_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
|
|
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
|
|
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
|
|
inline void set_m_useUserOverride_9(bool value)
|
|
{
|
|
___m_useUserOverride_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
|
|
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___numInfo_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
|
|
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___dateTimeInfo_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
|
|
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___textInfo_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
|
|
inline String_t* get_m_name_13() const { return ___m_name_13; }
|
|
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
|
|
inline void set_m_name_13(String_t* value)
|
|
{
|
|
___m_name_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
|
|
inline String_t* get_englishname_14() const { return ___englishname_14; }
|
|
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
|
|
inline void set_englishname_14(String_t* value)
|
|
{
|
|
___englishname_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
|
|
inline String_t* get_nativename_15() const { return ___nativename_15; }
|
|
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
|
|
inline void set_nativename_15(String_t* value)
|
|
{
|
|
___nativename_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
|
|
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
|
|
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
|
|
inline void set_iso3lang_16(String_t* value)
|
|
{
|
|
___iso3lang_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
|
|
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
|
|
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
|
|
inline void set_iso2lang_17(String_t* value)
|
|
{
|
|
___iso2lang_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
|
|
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
|
|
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
|
|
inline void set_win3lang_18(String_t* value)
|
|
{
|
|
___win3lang_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
|
|
inline String_t* get_territory_19() const { return ___territory_19; }
|
|
inline String_t** get_address_of_territory_19() { return &___territory_19; }
|
|
inline void set_territory_19(String_t* value)
|
|
{
|
|
___territory_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
|
|
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___native_calendar_names_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
|
|
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___compareInfo_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
|
|
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
|
|
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
|
|
inline void set_textinfo_data_22(void* value)
|
|
{
|
|
___textinfo_data_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
|
|
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
|
|
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
|
|
inline void set_m_dataItem_23(int32_t value)
|
|
{
|
|
___m_dataItem_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
|
|
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
|
|
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___parent_culture_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
|
|
inline bool get_constructed_26() const { return ___constructed_26; }
|
|
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
|
|
inline void set_constructed_26(bool value)
|
|
{
|
|
___constructed_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
|
|
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___cached_serialized_form_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
|
|
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
|
|
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
|
|
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
|
|
inline void set_m_isInherited_29(bool value)
|
|
{
|
|
___m_isInherited_29 = value;
|
|
}
|
|
};
|
|
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject * ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_37;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
|
|
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___invariant_culture_info_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
|
|
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
|
|
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
|
|
inline void set_shared_table_lock_1(RuntimeObject * value)
|
|
{
|
|
___shared_table_lock_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
|
|
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___default_current_culture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
|
|
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentUICulture_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
|
|
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___s_DefaultThreadCurrentCulture_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
|
|
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
|
|
{
|
|
___shared_by_number_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
|
|
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
|
|
{
|
|
___shared_by_name_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
|
|
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
|
|
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
|
|
inline void set_IsTaiwanSku_37(bool value)
|
|
{
|
|
___IsTaiwanSku_37 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.IO.BinaryReader
|
|
struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.BinaryReader::m_stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0;
|
|
// System.Byte[] System.IO.BinaryReader::m_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_buffer_1;
|
|
// System.Text.Decoder System.IO.BinaryReader::m_decoder
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___m_decoder_2;
|
|
// System.Byte[] System.IO.BinaryReader::m_charBytes
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_charBytes_3;
|
|
// System.Char[] System.IO.BinaryReader::m_singleChar
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_singleChar_4;
|
|
// System.Char[] System.IO.BinaryReader::m_charBuffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_charBuffer_5;
|
|
// System.Int32 System.IO.BinaryReader::m_maxCharsSize
|
|
int32_t ___m_maxCharsSize_6;
|
|
// System.Boolean System.IO.BinaryReader::m_2BytesPerChar
|
|
bool ___m_2BytesPerChar_7;
|
|
// System.Boolean System.IO.BinaryReader::m_isMemoryStream
|
|
bool ___m_isMemoryStream_8;
|
|
// System.Boolean System.IO.BinaryReader::m_leaveOpen
|
|
bool ___m_leaveOpen_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stream_0() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_stream_0)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; }
|
|
inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___m_stream_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_buffer_1() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_buffer_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_buffer_1() const { return ___m_buffer_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_buffer_1() { return &___m_buffer_1; }
|
|
inline void set_m_buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___m_buffer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_decoder_2() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_decoder_2)); }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_m_decoder_2() const { return ___m_decoder_2; }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_m_decoder_2() { return &___m_decoder_2; }
|
|
inline void set_m_decoder_2(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
|
|
{
|
|
___m_decoder_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_charBytes_3() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBytes_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_charBytes_3() const { return ___m_charBytes_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_charBytes_3() { return &___m_charBytes_3; }
|
|
inline void set_m_charBytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___m_charBytes_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_singleChar_4() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_singleChar_4)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_singleChar_4() const { return ___m_singleChar_4; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_singleChar_4() { return &___m_singleChar_4; }
|
|
inline void set_m_singleChar_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_singleChar_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBuffer_5)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_charBuffer_5() const { return ___m_charBuffer_5; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; }
|
|
inline void set_m_charBuffer_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_charBuffer_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_maxCharsSize_6)); }
|
|
inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; }
|
|
inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; }
|
|
inline void set_m_maxCharsSize_6(int32_t value)
|
|
{
|
|
___m_maxCharsSize_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_2BytesPerChar_7)); }
|
|
inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; }
|
|
inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; }
|
|
inline void set_m_2BytesPerChar_7(bool value)
|
|
{
|
|
___m_2BytesPerChar_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_isMemoryStream_8)); }
|
|
inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; }
|
|
inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; }
|
|
inline void set_m_isMemoryStream_8(bool value)
|
|
{
|
|
___m_isMemoryStream_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast<int32_t>(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_leaveOpen_9)); }
|
|
inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; }
|
|
inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; }
|
|
inline void set_m_leaveOpen_9(bool value)
|
|
{
|
|
___m_leaveOpen_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.BinaryWriter
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.BinaryWriter::OutStream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___OutStream_1;
|
|
// System.Byte[] System.IO.BinaryWriter::_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_2;
|
|
// System.Text.Encoding System.IO.BinaryWriter::_encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_3;
|
|
// System.Text.Encoder System.IO.BinaryWriter::_encoder
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ____encoder_4;
|
|
// System.Boolean System.IO.BinaryWriter::_leaveOpen
|
|
bool ____leaveOpen_5;
|
|
// System.Byte[] System.IO.BinaryWriter::_largeByteBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____largeByteBuffer_6;
|
|
// System.Int32 System.IO.BinaryWriter::_maxChars
|
|
int32_t ____maxChars_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OutStream_1() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ___OutStream_1)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_OutStream_1() const { return ___OutStream_1; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_OutStream_1() { return &___OutStream_1; }
|
|
inline void set_OutStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___OutStream_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OutStream_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__buffer_2() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____buffer_2)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_2() const { return ____buffer_2; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_2() { return &____buffer_2; }
|
|
inline void set__buffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buffer_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__encoding_3() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_3() const { return ____encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_3() { return &____encoding_3; }
|
|
inline void set__encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
____encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__encoder_4() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoder_4)); }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get__encoder_4() const { return ____encoder_4; }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of__encoder_4() { return &____encoder_4; }
|
|
inline void set__encoder_4(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
|
|
{
|
|
____encoder_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____encoder_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__leaveOpen_5() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____leaveOpen_5)); }
|
|
inline bool get__leaveOpen_5() const { return ____leaveOpen_5; }
|
|
inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; }
|
|
inline void set__leaveOpen_5(bool value)
|
|
{
|
|
____leaveOpen_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____largeByteBuffer_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; }
|
|
inline void set__largeByteBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____largeByteBuffer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____largeByteBuffer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__maxChars_7() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____maxChars_7)); }
|
|
inline int32_t get__maxChars_7() const { return ____maxChars_7; }
|
|
inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; }
|
|
inline void set__maxChars_7(int32_t value)
|
|
{
|
|
____maxChars_7 = value;
|
|
}
|
|
};
|
|
|
|
struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.BinaryWriter System.IO.BinaryWriter::Null
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___Null_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_0() { return static_cast<int32_t>(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields, ___Null_0)); }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_Null_0() const { return ___Null_0; }
|
|
inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_Null_0() { return &___Null_0; }
|
|
inline void set_Null_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value)
|
|
{
|
|
___Null_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Directory
|
|
struct Directory_t8BFC6386DF34502CE27E854E28BCFBBE1297823A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.File_<ReadLines>d__58
|
|
struct U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.File_<ReadLines>d__58::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.String System.IO.File_<ReadLines>d__58::<>2__current
|
|
String_t* ___U3CU3E2__current_1;
|
|
// System.Int32 System.IO.File_<ReadLines>d__58::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// System.IO.StreamReader System.IO.File_<ReadLines>d__58::reader
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___reader_3;
|
|
// System.IO.StreamReader System.IO.File_<ReadLines>d__58::<>3__reader
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___U3CU3E3__reader_4;
|
|
// System.String System.IO.File_<ReadLines>d__58::<s>5__1
|
|
String_t* ___U3CsU3E5__1_5;
|
|
// System.IO.StreamReader System.IO.File_<ReadLines>d__58::<>7__wrap1
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___U3CU3E7__wrap1_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CU3E1__state_0)); }
|
|
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
|
|
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
|
|
inline void set_U3CU3E1__state_0(int32_t value)
|
|
{
|
|
___U3CU3E1__state_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CU3E2__current_1)); }
|
|
inline String_t* get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
|
|
inline String_t** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
|
|
inline void set_U3CU3E2__current_1(String_t* value)
|
|
{
|
|
___U3CU3E2__current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CU3El__initialThreadId_2)); }
|
|
inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; }
|
|
inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; }
|
|
inline void set_U3CU3El__initialThreadId_2(int32_t value)
|
|
{
|
|
___U3CU3El__initialThreadId_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reader_3() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___reader_3)); }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_reader_3() const { return ___reader_3; }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_reader_3() { return &___reader_3; }
|
|
inline void set_reader_3(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
|
|
{
|
|
___reader_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___reader_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E3__reader_4() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CU3E3__reader_4)); }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_U3CU3E3__reader_4() const { return ___U3CU3E3__reader_4; }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_U3CU3E3__reader_4() { return &___U3CU3E3__reader_4; }
|
|
inline void set_U3CU3E3__reader_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
|
|
{
|
|
___U3CU3E3__reader_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__reader_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CsU3E5__1_5() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CsU3E5__1_5)); }
|
|
inline String_t* get_U3CsU3E5__1_5() const { return ___U3CsU3E5__1_5; }
|
|
inline String_t** get_address_of_U3CsU3E5__1_5() { return &___U3CsU3E5__1_5; }
|
|
inline void set_U3CsU3E5__1_5(String_t* value)
|
|
{
|
|
___U3CsU3E5__1_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CsU3E5__1_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E7__wrap1_6() { return static_cast<int32_t>(offsetof(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26, ___U3CU3E7__wrap1_6)); }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_U3CU3E7__wrap1_6() const { return ___U3CU3E7__wrap1_6; }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_U3CU3E7__wrap1_6() { return &___U3CU3E7__wrap1_6; }
|
|
inline void set_U3CU3E7__wrap1_6(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
|
|
{
|
|
___U3CU3E7__wrap1_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileStreamAsyncResult
|
|
struct FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E : 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_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wh_2;
|
|
// System.AsyncCallback System.IO.FileStreamAsyncResult::cb
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb_3;
|
|
// System.Boolean System.IO.FileStreamAsyncResult::completedSynch
|
|
bool ___completedSynch_4;
|
|
// System.Int32 System.IO.FileStreamAsyncResult::Count
|
|
int32_t ___Count_5;
|
|
// System.Int32 System.IO.FileStreamAsyncResult::OriginalCount
|
|
int32_t ___OriginalCount_6;
|
|
// System.Int32 System.IO.FileStreamAsyncResult::BytesRead
|
|
int32_t ___BytesRead_7;
|
|
// System.AsyncCallback System.IO.FileStreamAsyncResult::realcb
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___realcb_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___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((void**)(&___state_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_completed_1() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___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<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___wh_2)); }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_wh_2() const { return ___wh_2; }
|
|
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_wh_2() { return &___wh_2; }
|
|
inline void set_wh_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
|
|
{
|
|
___wh_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___wh_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cb_3() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___cb_3)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_cb_3() const { return ___cb_3; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_cb_3() { return &___cb_3; }
|
|
inline void set_cb_3(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___cb_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cb_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_completedSynch_4() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___completedSynch_4)); }
|
|
inline bool get_completedSynch_4() const { return ___completedSynch_4; }
|
|
inline bool* get_address_of_completedSynch_4() { return &___completedSynch_4; }
|
|
inline void set_completedSynch_4(bool value)
|
|
{
|
|
___completedSynch_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Count_5() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___Count_5)); }
|
|
inline int32_t get_Count_5() const { return ___Count_5; }
|
|
inline int32_t* get_address_of_Count_5() { return &___Count_5; }
|
|
inline void set_Count_5(int32_t value)
|
|
{
|
|
___Count_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OriginalCount_6() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___OriginalCount_6)); }
|
|
inline int32_t get_OriginalCount_6() const { return ___OriginalCount_6; }
|
|
inline int32_t* get_address_of_OriginalCount_6() { return &___OriginalCount_6; }
|
|
inline void set_OriginalCount_6(int32_t value)
|
|
{
|
|
___OriginalCount_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BytesRead_7() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___BytesRead_7)); }
|
|
inline int32_t get_BytesRead_7() const { return ___BytesRead_7; }
|
|
inline int32_t* get_address_of_BytesRead_7() { return &___BytesRead_7; }
|
|
inline void set_BytesRead_7(int32_t value)
|
|
{
|
|
___BytesRead_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_realcb_8() { return static_cast<int32_t>(offsetof(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E, ___realcb_8)); }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_realcb_8() const { return ___realcb_8; }
|
|
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_realcb_8() { return &___realcb_8; }
|
|
inline void set_realcb_8(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
|
|
{
|
|
___realcb_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___realcb_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Path
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.IO.Path::InvalidPathChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PathSeparatorChars_6;
|
|
// System.Boolean System.IO.Path::dirEqualsVolume
|
|
bool ___dirEqualsVolume_7;
|
|
// System.Char[] System.IO.Path::trimEndCharsWindows
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsWindows_8;
|
|
// System.Char[] System.IO.Path::trimEndCharsUnix
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimEndCharsUnix_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidPathChars_0() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___InvalidPathChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidPathChars_0() const { return ___InvalidPathChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidPathChars_0() { return &___InvalidPathChars_0; }
|
|
inline void set_InvalidPathChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___InvalidPathChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InvalidPathChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AltDirectorySeparatorChar_1() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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((void**)(&___DirectorySeparatorStr_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_VolumeSeparatorChar_5() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___PathSeparatorChars_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PathSeparatorChars_6() const { return ___PathSeparatorChars_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PathSeparatorChars_6() { return &___PathSeparatorChars_6; }
|
|
inline void set_PathSeparatorChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___PathSeparatorChars_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___PathSeparatorChars_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dirEqualsVolume_7() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_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;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsWindows_8() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsWindows_8)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsWindows_8() const { return ___trimEndCharsWindows_8; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsWindows_8() { return &___trimEndCharsWindows_8; }
|
|
inline void set_trimEndCharsWindows_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsWindows_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsWindows_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_trimEndCharsUnix_9() { return static_cast<int32_t>(offsetof(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields, ___trimEndCharsUnix_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_trimEndCharsUnix_9() const { return ___trimEndCharsUnix_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_trimEndCharsUnix_9() { return &___trimEndCharsUnix_9; }
|
|
inline void set_trimEndCharsUnix_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___trimEndCharsUnix_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___trimEndCharsUnix_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject * ____identity_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
|
|
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
|
|
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
|
|
inline void set__identity_0(RuntimeObject * value)
|
|
{
|
|
____identity_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t * ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
|
|
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_members_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
|
|
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
___m_data_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
|
|
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___m_types_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
|
|
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
|
|
{
|
|
___m_nameToIndex_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
|
|
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
|
|
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
|
|
inline void set_m_currMember_7(int32_t value)
|
|
{
|
|
___m_currMember_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
|
|
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
|
|
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
|
|
inline void set_m_converter_8(RuntimeObject* value)
|
|
{
|
|
___m_converter_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
|
|
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
|
|
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
|
|
inline void set_m_fullTypeName_9(String_t* value)
|
|
{
|
|
___m_fullTypeName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
|
|
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
|
|
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
|
|
inline void set_m_assemName_10(String_t* value)
|
|
{
|
|
___m_assemName_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
|
|
inline Type_t * get_objectType_11() const { return ___objectType_11; }
|
|
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
|
|
inline void set_objectType_11(Type_t * value)
|
|
{
|
|
___objectType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
|
|
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
|
|
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
|
|
inline void set_isFullTypeNameSetExplicit_12(bool value)
|
|
{
|
|
___isFullTypeNameSetExplicit_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
|
|
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
|
|
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
|
|
inline void set_isAssemblyNameSetExplicit_13(bool value)
|
|
{
|
|
___isAssemblyNameSetExplicit_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
|
|
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
|
|
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
|
|
inline void set_requireSameTokenInPartialTrust_14(bool value)
|
|
{
|
|
___requireSameTokenInPartialTrust_14 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.String::m_stringLength
|
|
int32_t ___m_stringLength_0;
|
|
// System.Char System.String::m_firstChar
|
|
Il2CppChar ___m_firstChar_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|
inline void set_m_stringLength_0(int32_t value)
|
|
{
|
|
___m_stringLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Decoder
|
|
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Text.DecoderFallback System.Text.Decoder::m_fallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0;
|
|
// System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer
|
|
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
|
|
inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___m_fallback_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); }
|
|
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
|
|
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
|
|
inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value)
|
|
{
|
|
___m_fallbackBuffer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoder
|
|
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Text.EncoderFallback System.Text.Encoder::m_fallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0;
|
|
// System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer
|
|
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
|
|
inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___m_fallback_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); }
|
|
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
|
|
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
|
|
inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value)
|
|
{
|
|
___m_fallbackBuffer_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_55;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
|
|
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
|
|
bool ___m_deserializedFromEverett_57;
|
|
// System.Boolean System.Text.Encoding::m_isReadOnly
|
|
bool ___m_isReadOnly_58;
|
|
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
|
|
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
|
|
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
|
|
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
|
|
inline void set_m_codePage_55(int32_t value)
|
|
{
|
|
___m_codePage_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
|
|
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
|
|
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
|
|
{
|
|
___dataItem_56 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
|
|
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
|
|
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
|
|
inline void set_m_deserializedFromEverett_57(bool value)
|
|
{
|
|
___m_deserializedFromEverett_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
|
|
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
|
|
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
|
|
inline void set_m_isReadOnly_58(bool value)
|
|
{
|
|
___m_isReadOnly_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
|
|
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
|
|
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
|
|
{
|
|
___encoderFallback_59 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
|
|
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
|
|
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
|
|
{
|
|
___decoderFallback_60 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
|
|
{
|
|
public:
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject * ___s_InternalSyncObject_61;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
|
|
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___defaultEncoding_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
|
|
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___unicodeEncoding_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
|
|
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___bigEndianUnicode_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
|
|
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf7Encoding_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
|
|
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf8Encoding_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
|
|
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___utf32Encoding_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
|
|
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___asciiEncoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
|
|
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___latin1Encoding_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
|
|
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___encodings_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
|
|
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
|
|
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
|
|
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
|
|
{
|
|
___s_InternalSyncObject_61 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t * ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
|
|
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___m_ChunkChars_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
|
|
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
|
|
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
|
|
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
|
|
{
|
|
___m_ChunkPrevious_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
|
|
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
|
|
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
|
|
inline void set_m_ChunkLength_2(int32_t value)
|
|
{
|
|
___m_ChunkLength_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
|
|
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
|
|
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
|
|
inline void set_m_ChunkOffset_3(int32_t value)
|
|
{
|
|
___m_ChunkOffset_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
|
|
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
|
|
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
|
|
inline void set_m_MaxCapacity_4(int32_t value)
|
|
{
|
|
___m_MaxCapacity_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
public:
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
|
|
{
|
|
public:
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
|
|
inline uint8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
public:
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Decimal
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
|
|
{
|
|
public:
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_14;
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_15;
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_16;
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
|
|
inline int32_t get_flags_14() const { return ___flags_14; }
|
|
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
|
|
inline void set_flags_14(int32_t value)
|
|
{
|
|
___flags_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
|
|
inline int32_t get_hi_15() const { return ___hi_15; }
|
|
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
|
|
inline void set_hi_15(int32_t value)
|
|
{
|
|
___hi_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
|
|
inline int32_t get_lo_16() const { return ___lo_16; }
|
|
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
|
|
inline void set_lo_16(int32_t value)
|
|
{
|
|
___lo_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
|
|
inline int32_t get_mid_17() const { return ___mid_17; }
|
|
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
|
|
inline void set_mid_17(int32_t value)
|
|
{
|
|
___mid_17 = value;
|
|
}
|
|
};
|
|
|
|
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt32[] System.Decimal::Powers10
|
|
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
|
|
// System.Decimal System.Decimal::NearNegativeZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
|
|
// System.Decimal System.Decimal::NearPositiveZero
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
|
|
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
|
|
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
|
|
{
|
|
___Powers10_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
|
|
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___Zero_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
|
|
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___One_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
|
|
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinusOne_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
|
|
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MaxValue_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
|
|
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___MinValue_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
|
|
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearNegativeZero_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
|
|
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
|
|
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
|
|
{
|
|
___NearPositiveZero_13 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Double
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
|
|
{
|
|
public:
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
|
|
inline double get_m_value_0() const { return ___m_value_0; }
|
|
inline double* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(double value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
|
|
{
|
|
public:
|
|
// System.Double System.Double::NegativeZero
|
|
double ___NegativeZero_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
|
|
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
|
|
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
|
|
inline void set_NegativeZero_7(double value)
|
|
{
|
|
___NegativeZero_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223
|
|
{
|
|
public:
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::AppCompatLiteral
|
|
String_t* ___AppCompatLiteral_0;
|
|
// System.Int32 System.Globalization.TimeSpanFormat_FormatLiterals::dd
|
|
int32_t ___dd_1;
|
|
// System.Int32 System.Globalization.TimeSpanFormat_FormatLiterals::hh
|
|
int32_t ___hh_2;
|
|
// System.Int32 System.Globalization.TimeSpanFormat_FormatLiterals::mm
|
|
int32_t ___mm_3;
|
|
// System.Int32 System.Globalization.TimeSpanFormat_FormatLiterals::ss
|
|
int32_t ___ss_4;
|
|
// System.Int32 System.Globalization.TimeSpanFormat_FormatLiterals::ff
|
|
int32_t ___ff_5;
|
|
// System.String[] System.Globalization.TimeSpanFormat_FormatLiterals::literals
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___literals_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_AppCompatLiteral_0() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___AppCompatLiteral_0)); }
|
|
inline String_t* get_AppCompatLiteral_0() const { return ___AppCompatLiteral_0; }
|
|
inline String_t** get_address_of_AppCompatLiteral_0() { return &___AppCompatLiteral_0; }
|
|
inline void set_AppCompatLiteral_0(String_t* value)
|
|
{
|
|
___AppCompatLiteral_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AppCompatLiteral_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dd_1() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___dd_1)); }
|
|
inline int32_t get_dd_1() const { return ___dd_1; }
|
|
inline int32_t* get_address_of_dd_1() { return &___dd_1; }
|
|
inline void set_dd_1(int32_t value)
|
|
{
|
|
___dd_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hh_2() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___hh_2)); }
|
|
inline int32_t get_hh_2() const { return ___hh_2; }
|
|
inline int32_t* get_address_of_hh_2() { return &___hh_2; }
|
|
inline void set_hh_2(int32_t value)
|
|
{
|
|
___hh_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mm_3() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___mm_3)); }
|
|
inline int32_t get_mm_3() const { return ___mm_3; }
|
|
inline int32_t* get_address_of_mm_3() { return &___mm_3; }
|
|
inline void set_mm_3(int32_t value)
|
|
{
|
|
___mm_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ss_4() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___ss_4)); }
|
|
inline int32_t get_ss_4() const { return ___ss_4; }
|
|
inline int32_t* get_address_of_ss_4() { return &___ss_4; }
|
|
inline void set_ss_4(int32_t value)
|
|
{
|
|
___ss_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ff_5() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___ff_5)); }
|
|
inline int32_t get_ff_5() const { return ___ff_5; }
|
|
inline int32_t* get_address_of_ff_5() { return &___ff_5; }
|
|
inline void set_ff_5(int32_t value)
|
|
{
|
|
___ff_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_literals_6() { return static_cast<int32_t>(offsetof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223, ___literals_6)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_literals_6() const { return ___literals_6; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_literals_6() { return &___literals_6; }
|
|
inline void set_literals_6(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___literals_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___literals_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanFormat/FormatLiterals
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke
|
|
{
|
|
char* ___AppCompatLiteral_0;
|
|
int32_t ___dd_1;
|
|
int32_t ___hh_2;
|
|
int32_t ___mm_3;
|
|
int32_t ___ss_4;
|
|
int32_t ___ff_5;
|
|
char** ___literals_6;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanFormat/FormatLiterals
|
|
struct FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com
|
|
{
|
|
Il2CppChar* ___AppCompatLiteral_0;
|
|
int32_t ___dd_1;
|
|
int32_t ___hh_2;
|
|
int32_t ___mm_3;
|
|
int32_t ___ss_4;
|
|
int32_t ___ff_5;
|
|
Il2CppChar** ___literals_6;
|
|
};
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanTokenizer
|
|
struct TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanTokenizer::m_pos
|
|
int32_t ___m_pos_0;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanTokenizer::m_value
|
|
String_t* ___m_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_pos_0() { return static_cast<int32_t>(offsetof(TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000, ___m_pos_0)); }
|
|
inline int32_t get_m_pos_0() const { return ___m_pos_0; }
|
|
inline int32_t* get_address_of_m_pos_0() { return &___m_pos_0; }
|
|
inline void set_m_pos_0(int32_t value)
|
|
{
|
|
___m_pos_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000, ___m_value_1)); }
|
|
inline String_t* get_m_value_1() const { return ___m_value_1; }
|
|
inline String_t** get_address_of_m_value_1() { return &___m_value_1; }
|
|
inline void set_m_value_1(String_t* value)
|
|
{
|
|
___m_value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
struct TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_pos_0;
|
|
char* ___m_value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
struct TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_com
|
|
{
|
|
int32_t ___m_pos_0;
|
|
Il2CppChar* ___m_value_1;
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
|
|
inline int32_t get__a_1() const { return ____a_1; }
|
|
inline int32_t* get_address_of__a_1() { return &____a_1; }
|
|
inline void set__a_1(int32_t value)
|
|
{
|
|
____a_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
|
|
inline int16_t get__b_2() const { return ____b_2; }
|
|
inline int16_t* get_address_of__b_2() { return &____b_2; }
|
|
inline void set__b_2(int16_t value)
|
|
{
|
|
____b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
|
|
inline int16_t get__c_3() const { return ____c_3; }
|
|
inline int16_t* get_address_of__c_3() { return &____c_3; }
|
|
inline void set__c_3(int16_t value)
|
|
{
|
|
____c_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
|
|
inline uint8_t get__d_4() const { return ____d_4; }
|
|
inline uint8_t* get_address_of__d_4() { return &____d_4; }
|
|
inline void set__d_4(uint8_t value)
|
|
{
|
|
____d_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
|
|
inline uint8_t get__e_5() const { return ____e_5; }
|
|
inline uint8_t* get_address_of__e_5() { return &____e_5; }
|
|
inline void set__e_5(uint8_t value)
|
|
{
|
|
____e_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
|
|
inline uint8_t get__f_6() const { return ____f_6; }
|
|
inline uint8_t* get_address_of__f_6() { return &____f_6; }
|
|
inline void set__f_6(uint8_t value)
|
|
{
|
|
____f_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
|
|
inline uint8_t get__g_7() const { return ____g_7; }
|
|
inline uint8_t* get_address_of__g_7() { return &____g_7; }
|
|
inline void set__g_7(uint8_t value)
|
|
{
|
|
____g_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
|
|
inline uint8_t get__h_8() const { return ____h_8; }
|
|
inline uint8_t* get_address_of__h_8() { return &____h_8; }
|
|
inline void set__h_8(uint8_t value)
|
|
{
|
|
____h_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
|
|
inline uint8_t get__i_9() const { return ____i_9; }
|
|
inline uint8_t* get_address_of__i_9() { return &____i_9; }
|
|
inline void set__i_9(uint8_t value)
|
|
{
|
|
____i_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
|
|
inline uint8_t get__j_10() const { return ____j_10; }
|
|
inline uint8_t* get_address_of__j_10() { return &____j_10; }
|
|
inline void set__j_10(uint8_t value)
|
|
{
|
|
____j_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
|
|
inline uint8_t get__k_11() const { return ____k_11; }
|
|
inline uint8_t* get_address_of__k_11() { return &____k_11; }
|
|
inline void set__k_11(uint8_t value)
|
|
{
|
|
____k_11 = value;
|
|
}
|
|
};
|
|
|
|
struct Guid_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
// System.Object System.Guid::_rngAccess
|
|
RuntimeObject * ____rngAccess_12;
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
|
|
inline Guid_t get_Empty_0() const { return ___Empty_0; }
|
|
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(Guid_t value)
|
|
{
|
|
___Empty_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
|
|
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
|
|
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
|
|
inline void set__rngAccess_12(RuntimeObject * value)
|
|
{
|
|
____rngAccess_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
|
|
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
|
|
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
|
|
{
|
|
____rng_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
|
|
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
|
|
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
|
|
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
|
|
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
|
|
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
|
|
{
|
|
____activeReadWriteTask_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
|
|
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
|
|
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
|
|
{
|
|
____asyncActiveSemaphore_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.Stream::Null
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
|
|
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___Null_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
|
|
{
|
|
public:
|
|
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
|
|
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
|
|
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
|
|
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
|
|
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
|
|
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
|
|
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
|
|
{
|
|
____ReadLineDelegate_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
|
|
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
|
|
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
|
|
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
|
|
{
|
|
____ReadDelegate_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
|
|
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
|
|
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
|
|
{
|
|
___Null_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.TextWriter
|
|
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.Char[] System.IO.TextWriter::CoreNewLine
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9;
|
|
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
|
|
RuntimeObject* ___InternalFormatProvider_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; }
|
|
inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___CoreNewLine_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); }
|
|
inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; }
|
|
inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; }
|
|
inline void set_InternalFormatProvider_10(RuntimeObject* value)
|
|
{
|
|
___InternalFormatProvider_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.TextWriter System.IO.TextWriter::Null
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7;
|
|
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); }
|
|
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; }
|
|
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; }
|
|
inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
|
|
{
|
|
___Null_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; }
|
|
inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteCharDelegate_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; }
|
|
inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteStringDelegate_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; }
|
|
inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteCharArrayRangeDelegate_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; }
|
|
inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteLineCharDelegate_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; }
|
|
inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteLineStringDelegate_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; }
|
|
inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____WriteLineCharArrayRangeDelegate_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; }
|
|
inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
____FlushDelegate_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int16
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|
{
|
|
public:
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Int64
|
|
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
|
|
{
|
|
public:
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
|
|
inline int64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
public:
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.SByte
|
|
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
|
|
{
|
|
public:
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
|
|
inline int8_t get_m_value_0() const { return ___m_value_0; }
|
|
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(int8_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
public:
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.DecoderNLS
|
|
struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
|
|
{
|
|
public:
|
|
// System.Text.Encoding System.Text.DecoderNLS::m_encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2;
|
|
// System.Boolean System.Text.DecoderNLS::m_mustFlush
|
|
bool ___m_mustFlush_3;
|
|
// System.Boolean System.Text.DecoderNLS::m_throwOnOverflow
|
|
bool ___m_throwOnOverflow_4;
|
|
// System.Int32 System.Text.DecoderNLS::m_bytesUsed
|
|
int32_t ___m_bytesUsed_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_encoding_2() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_encoding_2)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; }
|
|
inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___m_encoding_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_mustFlush_3() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_mustFlush_3)); }
|
|
inline bool get_m_mustFlush_3() const { return ___m_mustFlush_3; }
|
|
inline bool* get_address_of_m_mustFlush_3() { return &___m_mustFlush_3; }
|
|
inline void set_m_mustFlush_3(bool value)
|
|
{
|
|
___m_mustFlush_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_throwOnOverflow_4() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_throwOnOverflow_4)); }
|
|
inline bool get_m_throwOnOverflow_4() const { return ___m_throwOnOverflow_4; }
|
|
inline bool* get_address_of_m_throwOnOverflow_4() { return &___m_throwOnOverflow_4; }
|
|
inline void set_m_throwOnOverflow_4(bool value)
|
|
{
|
|
___m_throwOnOverflow_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_bytesUsed_5() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_bytesUsed_5)); }
|
|
inline int32_t get_m_bytesUsed_5() const { return ___m_bytesUsed_5; }
|
|
inline int32_t* get_address_of_m_bytesUsed_5() { return &___m_bytesUsed_5; }
|
|
inline void set_m_bytesUsed_5(int32_t value)
|
|
{
|
|
___m_bytesUsed_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.UTF8Encoding
|
|
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
|
|
{
|
|
public:
|
|
// System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier
|
|
bool ___emitUTF8Identifier_62;
|
|
// System.Boolean System.Text.UTF8Encoding::isThrowException
|
|
bool ___isThrowException_63;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_62)); }
|
|
inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; }
|
|
inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; }
|
|
inline void set_emitUTF8Identifier_62(bool value)
|
|
{
|
|
___emitUTF8Identifier_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isThrowException_63() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_63)); }
|
|
inline bool get_isThrowException_63() const { return ___isThrowException_63; }
|
|
inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; }
|
|
inline void set_isThrowException_63(bool value)
|
|
{
|
|
___isThrowException_63 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Text.UnicodeEncoding
|
|
struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
|
|
{
|
|
public:
|
|
// System.Boolean System.Text.UnicodeEncoding::isThrowException
|
|
bool ___isThrowException_62;
|
|
// System.Boolean System.Text.UnicodeEncoding::bigEndian
|
|
bool ___bigEndian_63;
|
|
// System.Boolean System.Text.UnicodeEncoding::byteOrderMark
|
|
bool ___byteOrderMark_64;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_isThrowException_62() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___isThrowException_62)); }
|
|
inline bool get_isThrowException_62() const { return ___isThrowException_62; }
|
|
inline bool* get_address_of_isThrowException_62() { return &___isThrowException_62; }
|
|
inline void set_isThrowException_62(bool value)
|
|
{
|
|
___isThrowException_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bigEndian_63() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___bigEndian_63)); }
|
|
inline bool get_bigEndian_63() const { return ___bigEndian_63; }
|
|
inline bool* get_address_of_bigEndian_63() { return &___bigEndian_63; }
|
|
inline void set_bigEndian_63(bool value)
|
|
{
|
|
___bigEndian_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_byteOrderMark_64() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356, ___byteOrderMark_64)); }
|
|
inline bool get_byteOrderMark_64() const { return ___byteOrderMark_64; }
|
|
inline bool* get_address_of_byteOrderMark_64() { return &___byteOrderMark_64; }
|
|
inline void set_byteOrderMark_64(bool value)
|
|
{
|
|
___byteOrderMark_64 = value;
|
|
}
|
|
};
|
|
|
|
struct UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt64 System.Text.UnicodeEncoding::highLowPatternMask
|
|
uint64_t ___highLowPatternMask_65;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_highLowPatternMask_65() { return static_cast<int32_t>(offsetof(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_StaticFields, ___highLowPatternMask_65)); }
|
|
inline uint64_t get_highLowPatternMask_65() const { return ___highLowPatternMask_65; }
|
|
inline uint64_t* get_address_of_highLowPatternMask_65() { return &___highLowPatternMask_65; }
|
|
inline void set_highLowPatternMask_65(uint64_t value)
|
|
{
|
|
___highLowPatternMask_65 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.CancellationToken
|
|
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
|
|
{
|
|
public:
|
|
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
|
|
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
|
|
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
|
|
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
|
|
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
|
|
{
|
|
___m_source_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
|
|
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
___s_ActionToActionObjShunt_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
|
|
{
|
|
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
|
|
{
|
|
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
|
|
inline uint16_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint16_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
public:
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
|
|
inline uint32_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint32_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt64
|
|
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
|
|
{
|
|
public:
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
|
|
inline uint64_t get_m_value_0() const { return ___m_value_0; }
|
|
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(uint64_t value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ConsoleColor
|
|
struct ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597
|
|
{
|
|
public:
|
|
// System.Int32 System.ConsoleColor::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ConsoleKey
|
|
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
|
|
{
|
|
public:
|
|
// System.Int32 System.ConsoleKey::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.ConsoleModifiers
|
|
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
|
|
{
|
|
public:
|
|
// System.Int32 System.ConsoleModifiers::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject * ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t * ___method_info_7;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t * ___original_method_info_8;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
|
|
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
|
|
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
|
|
inline void set_method_ptr_0(Il2CppMethodPointer value)
|
|
{
|
|
___method_ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
|
|
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
|
|
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
|
|
inline void set_invoke_impl_1(intptr_t value)
|
|
{
|
|
___invoke_impl_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
|
|
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
|
|
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
|
|
inline void set_m_target_2(RuntimeObject * value)
|
|
{
|
|
___m_target_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
|
|
inline intptr_t get_method_3() const { return ___method_3; }
|
|
inline intptr_t* get_address_of_method_3() { return &___method_3; }
|
|
inline void set_method_3(intptr_t value)
|
|
{
|
|
___method_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
|
|
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
|
|
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
|
|
inline void set_delegate_trampoline_4(intptr_t value)
|
|
{
|
|
___delegate_trampoline_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
|
|
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
|
|
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
|
|
inline void set_extra_arg_5(intptr_t value)
|
|
{
|
|
___extra_arg_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
|
|
inline intptr_t get_method_code_6() const { return ___method_code_6; }
|
|
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
|
|
inline void set_method_code_6(intptr_t value)
|
|
{
|
|
___method_code_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
|
|
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
|
|
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
|
|
inline void set_method_info_7(MethodInfo_t * value)
|
|
{
|
|
___method_info_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
|
|
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
|
|
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
|
|
inline void set_original_method_info_8(MethodInfo_t * value)
|
|
{
|
|
___original_method_info_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
|
|
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
|
|
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
|
|
inline void set_method_is_virtual_10(bool value)
|
|
{
|
|
___method_is_virtual_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
MethodInfo_t * ___method_info_7;
|
|
MethodInfo_t * ___original_method_info_8;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
|
|
int32_t ___method_is_virtual_10;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|
inline void set__className_1(String_t* value)
|
|
{
|
|
____className_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|
inline void set__message_2(String_t* value)
|
|
{
|
|
____message_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|
inline void set__data_3(RuntimeObject* value)
|
|
{
|
|
____data_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|
inline void set__innerException_4(Exception_t * value)
|
|
{
|
|
____innerException_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|
inline void set__helpURL_5(String_t* value)
|
|
{
|
|
____helpURL_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|
{
|
|
____stackTrace_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|
inline void set__stackTraceString_7(String_t* value)
|
|
{
|
|
____stackTraceString_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|
{
|
|
____remoteStackTraceString_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|
{
|
|
____remoteStackIndex_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|
{
|
|
____dynamicMethods_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|
inline void set__HResult_11(int32_t value)
|
|
{
|
|
____HResult_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|
inline void set__source_12(String_t* value)
|
|
{
|
|
____source_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.Globalization.DateTimeFormatFlags
|
|
struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.DateTimeStyles
|
|
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.DateTimeStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanFormat
|
|
struct TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanFormat::PositiveInvariantFormatLiterals
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___PositiveInvariantFormatLiterals_0;
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanFormat::NegativeInvariantFormatLiterals
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___NegativeInvariantFormatLiterals_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_PositiveInvariantFormatLiterals_0() { return static_cast<int32_t>(offsetof(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields, ___PositiveInvariantFormatLiterals_0)); }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 get_PositiveInvariantFormatLiterals_0() const { return ___PositiveInvariantFormatLiterals_0; }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * get_address_of_PositiveInvariantFormatLiterals_0() { return &___PositiveInvariantFormatLiterals_0; }
|
|
inline void set_PositiveInvariantFormatLiterals_0(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 value)
|
|
{
|
|
___PositiveInvariantFormatLiterals_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___PositiveInvariantFormatLiterals_0))->___AppCompatLiteral_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___PositiveInvariantFormatLiterals_0))->___literals_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NegativeInvariantFormatLiterals_1() { return static_cast<int32_t>(offsetof(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields, ___NegativeInvariantFormatLiterals_1)); }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 get_NegativeInvariantFormatLiterals_1() const { return ___NegativeInvariantFormatLiterals_1; }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * get_address_of_NegativeInvariantFormatLiterals_1() { return &___NegativeInvariantFormatLiterals_1; }
|
|
inline void set_NegativeInvariantFormatLiterals_1(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 value)
|
|
{
|
|
___NegativeInvariantFormatLiterals_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___NegativeInvariantFormatLiterals_1))->___AppCompatLiteral_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___NegativeInvariantFormatLiterals_1))->___literals_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanFormat_Pattern
|
|
struct Pattern_t9FDE4E4411DAF6F1E0DD47642D6B92C9411A16F8
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanFormat_Pattern::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Pattern_t9FDE4E4411DAF6F1E0DD47642D6B92C9411A16F8, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_ParseFailureKind
|
|
struct ParseFailureKind_tBA177B3E4246236548547BD5AD3BF870B1D17E9E
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_ParseFailureKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_tBA177B3E4246236548547BD5AD3BF870B1D17E9E, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TTT
|
|
struct TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TTT::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TTT_tD81D229615838EF4C96DA510CE2EFE1922BDA26C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanStandardStyles
|
|
struct TimeSpanStandardStyles_t128D62EEC7EF574611765BAE873756B775AB90F3
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanStandardStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TimeSpanStandardStyles_t128D62EEC7EF574611765BAE873756B775AB90F3, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanThrowStyle
|
|
struct TimeSpanThrowStyle_t43089DE7E766D21AFF4B7503F9BD7C7DB72E59F7
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanThrowStyle::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TimeSpanThrowStyle_t43089DE7E766D21AFF4B7503F9BD7C7DB72E59F7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.UnicodeCategory
|
|
struct UnicodeCategory_tC192ED2DE3FB1214FA458FEEF2380911F1C32788
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.UnicodeCategory::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UnicodeCategory_tC192ED2DE3FB1214FA458FEEF2380911F1C32788, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Guid_GuidParseThrowStyle
|
|
struct GuidParseThrowStyle_tF5E452310C2FAEB8AE2F0776EC53BEACF8017DED
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid_GuidParseThrowStyle::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GuidParseThrowStyle_tF5E452310C2FAEB8AE2F0776EC53BEACF8017DED, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Guid_GuidStyles
|
|
struct GuidStyles_tA2B1A5F8D5CE63B1E84CDA15F9844A5E2DEAAF91
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid_GuidStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GuidStyles_tA2B1A5F8D5CE63B1E84CDA15F9844A5E2DEAAF91, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Guid_ParseFailureKind
|
|
struct ParseFailureKind_t9BDFF3149385B259207F33B672BF8C3446A271D6
|
|
{
|
|
public:
|
|
// System.Int32 System.Guid_ParseFailureKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_t9BDFF3149385B259207F33B672BF8C3446A271D6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Handles
|
|
struct Handles_tC13FB0F0810977450CE811097C1B15BCF5E4CAD7
|
|
{
|
|
public:
|
|
// System.Int32 System.Handles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Handles_tC13FB0F0810977450CE811097C1B15BCF5E4CAD7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileAccess
|
|
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAccess::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileAttributes
|
|
struct FileAttributes_t224B42F6F82954C94B51791913857C005C559876
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAttributes_t224B42F6F82954C94B51791913857C005C559876, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileMode
|
|
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileMode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileOptions
|
|
struct FileOptions_t12395DCB579B97DF4788AB79553F8815F9625FA7
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileOptions_t12395DCB579B97DF4788AB79553F8815F9625FA7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileShare
|
|
struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.FileShare::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.MemoryStream::_buffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
|
|
// System.Int32 System.IO.MemoryStream::_origin
|
|
int32_t ____origin_5;
|
|
// System.Int32 System.IO.MemoryStream::_position
|
|
int32_t ____position_6;
|
|
// System.Int32 System.IO.MemoryStream::_length
|
|
int32_t ____length_7;
|
|
// System.Int32 System.IO.MemoryStream::_capacity
|
|
int32_t ____capacity_8;
|
|
// System.Boolean System.IO.MemoryStream::_expandable
|
|
bool ____expandable_9;
|
|
// System.Boolean System.IO.MemoryStream::_writable
|
|
bool ____writable_10;
|
|
// System.Boolean System.IO.MemoryStream::_exposable
|
|
bool ____exposable_11;
|
|
// System.Boolean System.IO.MemoryStream::_isOpen
|
|
bool ____isOpen_12;
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
|
|
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____buffer_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
|
|
inline int32_t get__origin_5() const { return ____origin_5; }
|
|
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
|
|
inline void set__origin_5(int32_t value)
|
|
{
|
|
____origin_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
|
|
inline int32_t get__position_6() const { return ____position_6; }
|
|
inline int32_t* get_address_of__position_6() { return &____position_6; }
|
|
inline void set__position_6(int32_t value)
|
|
{
|
|
____position_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
|
|
inline int32_t get__length_7() const { return ____length_7; }
|
|
inline int32_t* get_address_of__length_7() { return &____length_7; }
|
|
inline void set__length_7(int32_t value)
|
|
{
|
|
____length_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
|
|
inline int32_t get__capacity_8() const { return ____capacity_8; }
|
|
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
|
|
inline void set__capacity_8(int32_t value)
|
|
{
|
|
____capacity_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
|
|
inline bool get__expandable_9() const { return ____expandable_9; }
|
|
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
|
|
inline void set__expandable_9(bool value)
|
|
{
|
|
____expandable_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
|
|
inline bool get__writable_10() const { return ____writable_10; }
|
|
inline bool* get_address_of__writable_10() { return &____writable_10; }
|
|
inline void set__writable_10(bool value)
|
|
{
|
|
____writable_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
|
|
inline bool get__exposable_11() const { return ____exposable_11; }
|
|
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
|
|
inline void set__exposable_11(bool value)
|
|
{
|
|
____exposable_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
|
|
inline bool get__isOpen_12() const { return ____isOpen_12; }
|
|
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
|
|
inline void set__isOpen_12(bool value)
|
|
{
|
|
____isOpen_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
|
|
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
|
|
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
|
|
{
|
|
____lastReadTask_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoFileType
|
|
struct MonoFileType_tFE479B787CDB284C1376C730BC1F6691119B434C
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.MonoFileType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonoFileType_tFE479B787CDB284C1376C730BC1F6691119B434C, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoIO
|
|
struct MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IO.MonoIO::InvalidHandle
|
|
intptr_t ___InvalidHandle_0;
|
|
// System.Boolean System.IO.MonoIO::dump_handles
|
|
bool ___dump_handles_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidHandle_0() { return static_cast<int32_t>(offsetof(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_StaticFields, ___InvalidHandle_0)); }
|
|
inline intptr_t get_InvalidHandle_0() const { return ___InvalidHandle_0; }
|
|
inline intptr_t* get_address_of_InvalidHandle_0() { return &___InvalidHandle_0; }
|
|
inline void set_InvalidHandle_0(intptr_t value)
|
|
{
|
|
___InvalidHandle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dump_handles_1() { return static_cast<int32_t>(offsetof(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_StaticFields, ___dump_handles_1)); }
|
|
inline bool get_dump_handles_1() const { return ___dump_handles_1; }
|
|
inline bool* get_address_of_dump_handles_1() { return &___dump_handles_1; }
|
|
inline void set_dump_handles_1(bool value)
|
|
{
|
|
___dump_handles_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoIOError
|
|
struct MonoIOError_tFC9C2DB605F17A2C8270C9B32E08EA9BAC081009
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.MonoIOError::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonoIOError_tFC9C2DB605F17A2C8270C9B32E08EA9BAC081009, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SearchOption
|
|
struct SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.SearchOption::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SearchOption_t41115A8120A32D6A0E970DEAC20E3C1D394E59C1, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.SeekOrigin
|
|
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
|
|
{
|
|
public:
|
|
// System.Int32 System.IO.SeekOrigin::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.StreamReader::stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
|
|
// System.Text.Encoding System.IO.StreamReader::encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
|
|
// System.Text.Decoder System.IO.StreamReader::decoder
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
|
|
// System.Byte[] System.IO.StreamReader::byteBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
|
|
// System.Char[] System.IO.StreamReader::charBuffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
|
|
// System.Byte[] System.IO.StreamReader::_preamble
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
|
|
// System.Int32 System.IO.StreamReader::charPos
|
|
int32_t ___charPos_11;
|
|
// System.Int32 System.IO.StreamReader::charLen
|
|
int32_t ___charLen_12;
|
|
// System.Int32 System.IO.StreamReader::byteLen
|
|
int32_t ___byteLen_13;
|
|
// System.Int32 System.IO.StreamReader::bytePos
|
|
int32_t ___bytePos_14;
|
|
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
|
|
int32_t ____maxCharsPerBuffer_15;
|
|
// System.Boolean System.IO.StreamReader::_detectEncoding
|
|
bool ____detectEncoding_16;
|
|
// System.Boolean System.IO.StreamReader::_checkPreamble
|
|
bool ____checkPreamble_17;
|
|
// System.Boolean System.IO.StreamReader::_isBlocked
|
|
bool ____isBlocked_18;
|
|
// System.Boolean System.IO.StreamReader::_closable
|
|
bool ____closable_19;
|
|
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
|
|
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___stream_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
|
|
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___encoding_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
|
|
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
|
|
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
|
|
{
|
|
___decoder_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
|
|
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___byteBuffer_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
|
|
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___charBuffer_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
|
|
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
____preamble_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
|
|
inline int32_t get_charPos_11() const { return ___charPos_11; }
|
|
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
|
|
inline void set_charPos_11(int32_t value)
|
|
{
|
|
___charPos_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
|
|
inline int32_t get_charLen_12() const { return ___charLen_12; }
|
|
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
|
|
inline void set_charLen_12(int32_t value)
|
|
{
|
|
___charLen_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
|
|
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
|
|
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
|
|
inline void set_byteLen_13(int32_t value)
|
|
{
|
|
___byteLen_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
|
|
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
|
|
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
|
|
inline void set_bytePos_14(int32_t value)
|
|
{
|
|
___bytePos_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
|
|
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
|
|
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
|
|
inline void set__maxCharsPerBuffer_15(int32_t value)
|
|
{
|
|
____maxCharsPerBuffer_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
|
|
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
|
|
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
|
|
inline void set__detectEncoding_16(bool value)
|
|
{
|
|
____detectEncoding_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
|
|
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
|
|
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
|
|
inline void set__checkPreamble_17(bool value)
|
|
{
|
|
____checkPreamble_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
|
|
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
|
|
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
|
|
inline void set__isBlocked_18(bool value)
|
|
{
|
|
____isBlocked_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
|
|
inline bool get__closable_19() const { return ____closable_19; }
|
|
inline bool* get_address_of__closable_19() { return &____closable_19; }
|
|
inline void set__closable_19(bool value)
|
|
{
|
|
____closable_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
|
|
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
____asyncReadTask_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.StreamReader System.IO.StreamReader::Null
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
|
|
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
|
|
{
|
|
___Null_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.StreamWriter
|
|
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
|
|
{
|
|
public:
|
|
// System.IO.Stream System.IO.StreamWriter::stream
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
|
|
// System.Text.Encoding System.IO.StreamWriter::encoding
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13;
|
|
// System.Text.Encoder System.IO.StreamWriter::encoder
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14;
|
|
// System.Byte[] System.IO.StreamWriter::byteBuffer
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15;
|
|
// System.Char[] System.IO.StreamWriter::charBuffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16;
|
|
// System.Int32 System.IO.StreamWriter::charPos
|
|
int32_t ___charPos_17;
|
|
// System.Int32 System.IO.StreamWriter::charLen
|
|
int32_t ___charLen_18;
|
|
// System.Boolean System.IO.StreamWriter::autoFlush
|
|
bool ___autoFlush_19;
|
|
// System.Boolean System.IO.StreamWriter::haveWrittenPreamble
|
|
bool ___haveWrittenPreamble_20;
|
|
// System.Boolean System.IO.StreamWriter::closable
|
|
bool ___closable_21;
|
|
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
|
|
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
|
|
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
|
|
{
|
|
___stream_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoding_13() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; }
|
|
inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
___encoding_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_encoder_14() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; }
|
|
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; }
|
|
inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
|
|
{
|
|
___encoder_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_byteBuffer_15() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; }
|
|
inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___byteBuffer_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charBuffer_16() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; }
|
|
inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___charBuffer_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charPos_17() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); }
|
|
inline int32_t get_charPos_17() const { return ___charPos_17; }
|
|
inline int32_t* get_address_of_charPos_17() { return &___charPos_17; }
|
|
inline void set_charPos_17(int32_t value)
|
|
{
|
|
___charPos_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_charLen_18() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); }
|
|
inline int32_t get_charLen_18() const { return ___charLen_18; }
|
|
inline int32_t* get_address_of_charLen_18() { return &___charLen_18; }
|
|
inline void set_charLen_18(int32_t value)
|
|
{
|
|
___charLen_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_autoFlush_19() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); }
|
|
inline bool get_autoFlush_19() const { return ___autoFlush_19; }
|
|
inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; }
|
|
inline void set_autoFlush_19(bool value)
|
|
{
|
|
___autoFlush_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); }
|
|
inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; }
|
|
inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; }
|
|
inline void set_haveWrittenPreamble_20(bool value)
|
|
{
|
|
___haveWrittenPreamble_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_closable_21() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); }
|
|
inline bool get_closable_21() const { return ___closable_21; }
|
|
inline bool* get_address_of_closable_21() { return &___closable_21; }
|
|
inline void set_closable_21(bool value)
|
|
{
|
|
___closable_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; }
|
|
inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
____asyncWriteTask_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields
|
|
{
|
|
public:
|
|
// System.IO.StreamWriter System.IO.StreamWriter::Null
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); }
|
|
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; }
|
|
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; }
|
|
inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value)
|
|
{
|
|
___Null_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; }
|
|
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; }
|
|
inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
|
|
{
|
|
____UTF8NoBOM_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.DateTime>
|
|
struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.BindingFlags
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|
{
|
|
public:
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
|
|
intptr_t ___handle_0;
|
|
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
|
|
int32_t ____state_1;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
|
|
bool ____ownsHandle_2;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
|
|
bool ____fullyInitialized_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); }
|
|
inline intptr_t get_handle_0() const { return ___handle_0; }
|
|
inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
|
|
inline void set_handle_0(intptr_t value)
|
|
{
|
|
___handle_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__state_1() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); }
|
|
inline int32_t get__state_1() const { return ____state_1; }
|
|
inline int32_t* get_address_of__state_1() { return &____state_1; }
|
|
inline void set__state_1(int32_t value)
|
|
{
|
|
____state_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ownsHandle_2() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); }
|
|
inline bool get__ownsHandle_2() const { return ____ownsHandle_2; }
|
|
inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; }
|
|
inline void set__ownsHandle_2(bool value)
|
|
{
|
|
____ownsHandle_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); }
|
|
inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; }
|
|
inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; }
|
|
inline void set__fullyInitialized_3(bool value)
|
|
{
|
|
____fullyInitialized_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.AccessControlSections
|
|
struct AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.AccessControl.AccessControlSections::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AccessControlSections_tE9836C6543DBEA9F2CD73D15DD92CB59357910AB, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.ResourceType
|
|
struct ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA
|
|
{
|
|
public:
|
|
// System.Int32 System.Security.AccessControl.ResourceType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ResourceType_tA865277F227411F045B4055C9FE1F15477B339DA, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
|
|
int32_t ___m_taskId_4;
|
|
// System.Object System.Threading.Tasks.Task::m_action
|
|
RuntimeObject * ___m_action_5;
|
|
// System.Object System.Threading.Tasks.Task::m_stateObject
|
|
RuntimeObject * ___m_stateObject_6;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
|
|
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
|
|
int32_t ___m_stateFlags_9;
|
|
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
|
|
RuntimeObject * ___m_continuationObject_10;
|
|
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
|
|
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
|
|
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
|
|
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
|
|
inline void set_m_taskId_4(int32_t value)
|
|
{
|
|
___m_taskId_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
|
|
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
|
|
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
|
|
inline void set_m_action_5(RuntimeObject * value)
|
|
{
|
|
___m_action_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
|
|
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
|
|
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
|
|
inline void set_m_stateObject_6(RuntimeObject * value)
|
|
{
|
|
___m_stateObject_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
|
|
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
|
|
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
|
|
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
|
|
{
|
|
___m_taskScheduler_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
|
|
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___m_parent_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
|
|
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
|
|
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
|
|
inline void set_m_stateFlags_9(int32_t value)
|
|
{
|
|
___m_stateFlags_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
|
|
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
|
|
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
|
|
inline void set_m_continuationObject_10(RuntimeObject * value)
|
|
{
|
|
___m_continuationObject_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
|
|
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
|
|
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
|
|
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
|
|
{
|
|
___m_contingentProperties_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
|
|
int32_t ___s_taskIdCounter_2;
|
|
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
|
|
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
|
|
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
|
|
RuntimeObject * ___s_taskCompletionSentinel_11;
|
|
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
|
|
bool ___s_asyncDebuggingEnabled_12;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
|
|
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
|
|
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
|
|
RuntimeObject * ___s_activeTasksLock_14;
|
|
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
|
|
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
|
|
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
|
|
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
|
|
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
|
|
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
|
|
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
|
|
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
|
|
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
|
|
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
|
|
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
|
|
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
|
|
inline void set_s_taskIdCounter_2(int32_t value)
|
|
{
|
|
___s_taskIdCounter_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
|
|
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
|
|
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
|
|
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
|
|
{
|
|
___s_factory_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
|
|
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
|
|
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
|
|
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
|
|
{
|
|
___s_taskCompletionSentinel_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
|
|
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
|
|
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
|
|
inline void set_s_asyncDebuggingEnabled_12(bool value)
|
|
{
|
|
___s_asyncDebuggingEnabled_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
|
|
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
|
|
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
|
|
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
|
|
{
|
|
___s_currentActiveTasks_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
|
|
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
|
|
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
|
|
inline void set_s_activeTasksLock_14(RuntimeObject * value)
|
|
{
|
|
___s_activeTasksLock_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
|
|
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
|
|
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
|
|
{
|
|
___s_taskCancelCallback_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
|
|
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
|
|
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
|
|
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
|
|
{
|
|
___s_createContingentProperties_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
|
|
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___s_completedTask_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
|
|
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
|
|
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
|
|
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
|
|
{
|
|
___s_IsExceptionObservedByParentPredicate_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
|
|
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
|
|
{
|
|
___s_ecCallback_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
|
|
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
|
|
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
|
|
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
|
|
{
|
|
___s_IsTaskContinuationNullPredicate_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
|
|
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
|
|
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
|
|
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
|
|
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
|
|
{
|
|
___t_currentTask_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
|
|
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
|
|
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
|
|
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
|
|
{
|
|
___t_stackGuard_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IntPtr System.Threading.WaitHandle::waitHandle
|
|
intptr_t ___waitHandle_3;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
|
|
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4;
|
|
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
|
|
bool ___hasThreadAffinity_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_waitHandle_3() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); }
|
|
inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; }
|
|
inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; }
|
|
inline void set_waitHandle_3(intptr_t value)
|
|
{
|
|
___waitHandle_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); }
|
|
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; }
|
|
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; }
|
|
inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value)
|
|
{
|
|
___safeWaitHandle_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___safeWaitHandle_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); }
|
|
inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; }
|
|
inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; }
|
|
inline void set_hasThreadAffinity_5(bool value)
|
|
{
|
|
___hasThreadAffinity_5 = value;
|
|
}
|
|
};
|
|
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
|
|
intptr_t ___InvalidHandle_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); }
|
|
inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; }
|
|
inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; }
|
|
inline void set_InvalidHandle_10(intptr_t value)
|
|
{
|
|
___InvalidHandle_10 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
|
|
{
|
|
public:
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
|
|
inline int64_t get__ticks_3() const { return ____ticks_3; }
|
|
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
|
|
inline void set__ticks_3(int64_t value)
|
|
{
|
|
____ticks_3 = value;
|
|
}
|
|
};
|
|
|
|
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
|
|
bool ____legacyConfigChecked_4;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
|
|
bool ____legacyMode_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
|
|
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___Zero_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
|
|
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MaxValue_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
|
|
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___MinValue_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
|
|
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
|
|
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
|
|
inline void set__legacyConfigChecked_4(bool value)
|
|
{
|
|
____legacyConfigChecked_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
|
|
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
|
|
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
|
|
inline void set__legacyMode_5(bool value)
|
|
{
|
|
____legacyMode_5 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TokenType
|
|
struct TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A
|
|
{
|
|
public:
|
|
// System.Int32 System.TokenType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
|
|
struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ConsoleKeyInfo
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
|
|
{
|
|
public:
|
|
// System.Char System.ConsoleKeyInfo::_keyChar
|
|
Il2CppChar ____keyChar_0;
|
|
// System.ConsoleKey System.ConsoleKeyInfo::_key
|
|
int32_t ____key_1;
|
|
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
|
|
int32_t ____mods_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
|
|
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
|
|
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
|
|
inline void set__keyChar_0(Il2CppChar value)
|
|
{
|
|
____keyChar_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
|
|
inline int32_t get__key_1() const { return ____key_1; }
|
|
inline int32_t* get_address_of__key_1() { return &____key_1; }
|
|
inline void set__key_1(int32_t value)
|
|
{
|
|
____key_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
|
|
inline int32_t get__mods_2() const { return ____mods_2; }
|
|
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
|
|
inline void set__mods_2(int32_t value)
|
|
{
|
|
____mods_2 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
|
|
{
|
|
uint8_t ____keyChar_0;
|
|
int32_t ____key_1;
|
|
int32_t ____mods_2;
|
|
};
|
|
// Native definition for COM marshalling of System.ConsoleKeyInfo
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
|
|
{
|
|
uint8_t ____keyChar_0;
|
|
int32_t ____key_1;
|
|
int32_t ____mods_2;
|
|
};
|
|
|
|
// System.DateTimeFormat
|
|
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields
|
|
{
|
|
public:
|
|
// System.TimeSpan System.DateTimeFormat::NullOffset
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___NullOffset_0;
|
|
// System.Char[] System.DateTimeFormat::allStandardFormats
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___allStandardFormats_1;
|
|
// System.String[] System.DateTimeFormat::fixedNumberFormats
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fixedNumberFormats_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_NullOffset_0() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___NullOffset_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_NullOffset_0() const { return ___NullOffset_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_NullOffset_0() { return &___NullOffset_0; }
|
|
inline void set_NullOffset_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___NullOffset_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allStandardFormats_1() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___allStandardFormats_1)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_allStandardFormats_1() const { return ___allStandardFormats_1; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_allStandardFormats_1() { return &___allStandardFormats_1; }
|
|
inline void set_allStandardFormats_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___allStandardFormats_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allStandardFormats_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fixedNumberFormats_2() { return static_cast<int32_t>(offsetof(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields, ___fixedNumberFormats_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fixedNumberFormats_2() const { return ___fixedNumberFormats_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fixedNumberFormats_2() { return &___fixedNumberFormats_2; }
|
|
inline void set_fixedNumberFormats_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___fixedNumberFormats_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fixedNumberFormats_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_name
|
|
String_t* ___m_name_2;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_langName
|
|
String_t* ___m_langName_3;
|
|
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4;
|
|
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_cultureInfo_5;
|
|
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
|
|
String_t* ___amDesignator_6;
|
|
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
|
|
String_t* ___pmDesignator_7;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
|
|
String_t* ___dateSeparator_8;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
|
|
String_t* ___generalShortTimePattern_9;
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
|
|
String_t* ___generalLongTimePattern_10;
|
|
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
|
|
String_t* ___timeSeparator_11;
|
|
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
|
|
String_t* ___monthDayPattern_12;
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
|
|
String_t* ___dateTimeOffsetPattern_13;
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_17;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
|
|
int32_t ___firstDayOfWeek_18;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
|
|
int32_t ___calendarWeekRule_19;
|
|
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
|
|
String_t* ___fullDateTimePattern_20;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___leapYearMonthNames_28;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
|
|
String_t* ___longDatePattern_29;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
|
|
String_t* ___shortDatePattern_30;
|
|
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
|
|
String_t* ___yearMonthPattern_31;
|
|
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
|
|
String_t* ___longTimePattern_32;
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
|
|
String_t* ___shortTimePattern_33;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41;
|
|
// System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_44;
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
|
|
int32_t ___formatFlags_45;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::CultureID
|
|
int32_t ___CultureID_47;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_48;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo
|
|
bool ___bUseCalendarInfo_49;
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem
|
|
int32_t ___nDataItem_50;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar
|
|
bool ___m_isDefaultCalendar_51;
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern
|
|
String_t* ___m_fullTimeSpanPositivePattern_54;
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern
|
|
String_t* ___m_fullTimeSpanNegativePattern_55;
|
|
// System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash
|
|
TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_cultureData_1() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; }
|
|
inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); }
|
|
inline String_t* get_m_name_2() const { return ___m_name_2; }
|
|
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
|
|
inline void set_m_name_2(String_t* value)
|
|
{
|
|
___m_name_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_langName_3() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); }
|
|
inline String_t* get_m_langName_3() const { return ___m_langName_3; }
|
|
inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; }
|
|
inline void set_m_langName_3(String_t* value)
|
|
{
|
|
___m_langName_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; }
|
|
inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___m_compareInfo_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; }
|
|
inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_cultureInfo_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_amDesignator_6() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); }
|
|
inline String_t* get_amDesignator_6() const { return ___amDesignator_6; }
|
|
inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; }
|
|
inline void set_amDesignator_6(String_t* value)
|
|
{
|
|
___amDesignator_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_pmDesignator_7() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); }
|
|
inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; }
|
|
inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; }
|
|
inline void set_pmDesignator_7(String_t* value)
|
|
{
|
|
___pmDesignator_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateSeparator_8() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); }
|
|
inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; }
|
|
inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; }
|
|
inline void set_dateSeparator_8(String_t* value)
|
|
{
|
|
___dateSeparator_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); }
|
|
inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; }
|
|
inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; }
|
|
inline void set_generalShortTimePattern_9(String_t* value)
|
|
{
|
|
___generalShortTimePattern_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); }
|
|
inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; }
|
|
inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; }
|
|
inline void set_generalLongTimePattern_10(String_t* value)
|
|
{
|
|
___generalLongTimePattern_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_timeSeparator_11() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); }
|
|
inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; }
|
|
inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; }
|
|
inline void set_timeSeparator_11(String_t* value)
|
|
{
|
|
___timeSeparator_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); }
|
|
inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; }
|
|
inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; }
|
|
inline void set_monthDayPattern_12(String_t* value)
|
|
{
|
|
___monthDayPattern_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); }
|
|
inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; }
|
|
inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; }
|
|
inline void set_dateTimeOffsetPattern_13(String_t* value)
|
|
{
|
|
___dateTimeOffsetPattern_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendar_17() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; }
|
|
inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___calendar_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); }
|
|
inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; }
|
|
inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; }
|
|
inline void set_firstDayOfWeek_18(int32_t value)
|
|
{
|
|
___firstDayOfWeek_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); }
|
|
inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; }
|
|
inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; }
|
|
inline void set_calendarWeekRule_19(int32_t value)
|
|
{
|
|
___calendarWeekRule_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); }
|
|
inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; }
|
|
inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; }
|
|
inline void set_fullDateTimePattern_20(String_t* value)
|
|
{
|
|
___fullDateTimePattern_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; }
|
|
inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___abbreviatedDayNames_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; }
|
|
inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_superShortDayNames_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_dayNames_23() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; }
|
|
inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___dayNames_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; }
|
|
inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___abbreviatedMonthNames_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_monthNames_25() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; }
|
|
inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___monthNames_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; }
|
|
inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___genitiveMonthNames_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; }
|
|
inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_genitiveAbbreviatedMonthNames_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; }
|
|
inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___leapYearMonthNames_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_longDatePattern_29() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); }
|
|
inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; }
|
|
inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; }
|
|
inline void set_longDatePattern_29(String_t* value)
|
|
{
|
|
___longDatePattern_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); }
|
|
inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; }
|
|
inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; }
|
|
inline void set_shortDatePattern_30(String_t* value)
|
|
{
|
|
___shortDatePattern_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); }
|
|
inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; }
|
|
inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; }
|
|
inline void set_yearMonthPattern_31(String_t* value)
|
|
{
|
|
___yearMonthPattern_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_longTimePattern_32() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); }
|
|
inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; }
|
|
inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; }
|
|
inline void set_longTimePattern_32(String_t* value)
|
|
{
|
|
___longTimePattern_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); }
|
|
inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; }
|
|
inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; }
|
|
inline void set_shortTimePattern_33(String_t* value)
|
|
{
|
|
___shortTimePattern_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; }
|
|
inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allYearMonthPatterns_34 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; }
|
|
inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allShortDatePatterns_35 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; }
|
|
inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allLongDatePatterns_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; }
|
|
inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allShortTimePatterns_37 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; }
|
|
inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___allLongTimePatterns_38 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_eraNames_39() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; }
|
|
inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_eraNames_39 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; }
|
|
inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_abbrevEraNames_40 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; }
|
|
inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_abbrevEnglishEraNames_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; }
|
|
inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___optionalCalendars_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); }
|
|
inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; }
|
|
inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; }
|
|
inline void set_m_isReadOnly_44(bool value)
|
|
{
|
|
___m_isReadOnly_44 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_formatFlags_45() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); }
|
|
inline int32_t get_formatFlags_45() const { return ___formatFlags_45; }
|
|
inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; }
|
|
inline void set_formatFlags_45(int32_t value)
|
|
{
|
|
___formatFlags_45 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CultureID_47() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); }
|
|
inline int32_t get_CultureID_47() const { return ___CultureID_47; }
|
|
inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; }
|
|
inline void set_CultureID_47(int32_t value)
|
|
{
|
|
___CultureID_47 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); }
|
|
inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; }
|
|
inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; }
|
|
inline void set_m_useUserOverride_48(bool value)
|
|
{
|
|
___m_useUserOverride_48 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); }
|
|
inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; }
|
|
inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; }
|
|
inline void set_bUseCalendarInfo_49(bool value)
|
|
{
|
|
___bUseCalendarInfo_49 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nDataItem_50() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); }
|
|
inline int32_t get_nDataItem_50() const { return ___nDataItem_50; }
|
|
inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; }
|
|
inline void set_nDataItem_50(int32_t value)
|
|
{
|
|
___nDataItem_50 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); }
|
|
inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; }
|
|
inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; }
|
|
inline void set_m_isDefaultCalendar_51(bool value)
|
|
{
|
|
___m_isDefaultCalendar_51 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dateWords_53() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; }
|
|
inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___m_dateWords_53 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); }
|
|
inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; }
|
|
inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; }
|
|
inline void set_m_fullTimeSpanPositivePattern_54(String_t* value)
|
|
{
|
|
___m_fullTimeSpanPositivePattern_54 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); }
|
|
inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; }
|
|
inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; }
|
|
inline void set_m_fullTimeSpanNegativePattern_55(String_t* value)
|
|
{
|
|
___m_fullTimeSpanNegativePattern_55 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); }
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; }
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; }
|
|
inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value)
|
|
{
|
|
___m_dtfiTokenHash_57 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0;
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens
|
|
bool ___preferExistingTokens_46;
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
|
|
inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___invariantInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); }
|
|
inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; }
|
|
inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; }
|
|
inline void set_preferExistingTokens_46(bool value)
|
|
{
|
|
___preferExistingTokens_46 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; }
|
|
inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___s_calendarNativeNames_52 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; }
|
|
inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___s_jajpDTFI_82 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; }
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; }
|
|
inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|
{
|
|
___s_zhtwDTFI_83 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanRawInfo
|
|
struct TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanParse_TTT System.Globalization.TimeSpanParse_TimeSpanRawInfo::lastSeenTTT
|
|
int32_t ___lastSeenTTT_0;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanRawInfo::tokenCount
|
|
int32_t ___tokenCount_1;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanRawInfo::SepCount
|
|
int32_t ___SepCount_2;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanRawInfo::NumCount
|
|
int32_t ___NumCount_3;
|
|
// System.String[] System.Globalization.TimeSpanParse_TimeSpanRawInfo::literals
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___literals_4;
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken[] System.Globalization.TimeSpanParse_TimeSpanRawInfo::numbers
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* ___numbers_5;
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_posLoc
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___m_posLoc_6;
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_negLoc
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___m_negLoc_7;
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_posLocInit
|
|
bool ___m_posLocInit_8;
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_negLocInit
|
|
bool ___m_negLocInit_9;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_fullPosPattern
|
|
String_t* ___m_fullPosPattern_10;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanRawInfo::m_fullNegPattern
|
|
String_t* ___m_fullNegPattern_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_lastSeenTTT_0() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___lastSeenTTT_0)); }
|
|
inline int32_t get_lastSeenTTT_0() const { return ___lastSeenTTT_0; }
|
|
inline int32_t* get_address_of_lastSeenTTT_0() { return &___lastSeenTTT_0; }
|
|
inline void set_lastSeenTTT_0(int32_t value)
|
|
{
|
|
___lastSeenTTT_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tokenCount_1() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___tokenCount_1)); }
|
|
inline int32_t get_tokenCount_1() const { return ___tokenCount_1; }
|
|
inline int32_t* get_address_of_tokenCount_1() { return &___tokenCount_1; }
|
|
inline void set_tokenCount_1(int32_t value)
|
|
{
|
|
___tokenCount_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SepCount_2() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___SepCount_2)); }
|
|
inline int32_t get_SepCount_2() const { return ___SepCount_2; }
|
|
inline int32_t* get_address_of_SepCount_2() { return &___SepCount_2; }
|
|
inline void set_SepCount_2(int32_t value)
|
|
{
|
|
___SepCount_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NumCount_3() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___NumCount_3)); }
|
|
inline int32_t get_NumCount_3() const { return ___NumCount_3; }
|
|
inline int32_t* get_address_of_NumCount_3() { return &___NumCount_3; }
|
|
inline void set_NumCount_3(int32_t value)
|
|
{
|
|
___NumCount_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_literals_4() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___literals_4)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_literals_4() const { return ___literals_4; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_literals_4() { return &___literals_4; }
|
|
inline void set_literals_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___literals_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___literals_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numbers_5() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___numbers_5)); }
|
|
inline TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* get_numbers_5() const { return ___numbers_5; }
|
|
inline TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305** get_address_of_numbers_5() { return &___numbers_5; }
|
|
inline void set_numbers_5(TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* value)
|
|
{
|
|
___numbers_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numbers_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_posLoc_6() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_posLoc_6)); }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 get_m_posLoc_6() const { return ___m_posLoc_6; }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * get_address_of_m_posLoc_6() { return &___m_posLoc_6; }
|
|
inline void set_m_posLoc_6(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 value)
|
|
{
|
|
___m_posLoc_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_posLoc_6))->___AppCompatLiteral_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_posLoc_6))->___literals_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_negLoc_7() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_negLoc_7)); }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 get_m_negLoc_7() const { return ___m_negLoc_7; }
|
|
inline FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * get_address_of_m_negLoc_7() { return &___m_negLoc_7; }
|
|
inline void set_m_negLoc_7(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 value)
|
|
{
|
|
___m_negLoc_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_negLoc_7))->___AppCompatLiteral_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___m_negLoc_7))->___literals_6), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_posLocInit_8() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_posLocInit_8)); }
|
|
inline bool get_m_posLocInit_8() const { return ___m_posLocInit_8; }
|
|
inline bool* get_address_of_m_posLocInit_8() { return &___m_posLocInit_8; }
|
|
inline void set_m_posLocInit_8(bool value)
|
|
{
|
|
___m_posLocInit_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_negLocInit_9() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_negLocInit_9)); }
|
|
inline bool get_m_negLocInit_9() const { return ___m_negLocInit_9; }
|
|
inline bool* get_address_of_m_negLocInit_9() { return &___m_negLocInit_9; }
|
|
inline void set_m_negLocInit_9(bool value)
|
|
{
|
|
___m_negLocInit_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullPosPattern_10() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_fullPosPattern_10)); }
|
|
inline String_t* get_m_fullPosPattern_10() const { return ___m_fullPosPattern_10; }
|
|
inline String_t** get_address_of_m_fullPosPattern_10() { return &___m_fullPosPattern_10; }
|
|
inline void set_m_fullPosPattern_10(String_t* value)
|
|
{
|
|
___m_fullPosPattern_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullPosPattern_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_fullNegPattern_11() { return static_cast<int32_t>(offsetof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB, ___m_fullNegPattern_11)); }
|
|
inline String_t* get_m_fullNegPattern_11() const { return ___m_fullNegPattern_11; }
|
|
inline String_t** get_address_of_m_fullNegPattern_11() { return &___m_fullNegPattern_11; }
|
|
inline void set_m_fullNegPattern_11(String_t* value)
|
|
{
|
|
___m_fullNegPattern_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullNegPattern_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
struct TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_pinvoke
|
|
{
|
|
int32_t ___lastSeenTTT_0;
|
|
int32_t ___tokenCount_1;
|
|
int32_t ___SepCount_2;
|
|
int32_t ___NumCount_3;
|
|
char** ___literals_4;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke* ___numbers_5;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke ___m_posLoc_6;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke ___m_negLoc_7;
|
|
int32_t ___m_posLocInit_8;
|
|
int32_t ___m_negLocInit_9;
|
|
char* ___m_fullPosPattern_10;
|
|
char* ___m_fullNegPattern_11;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
struct TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_com
|
|
{
|
|
int32_t ___lastSeenTTT_0;
|
|
int32_t ___tokenCount_1;
|
|
int32_t ___SepCount_2;
|
|
int32_t ___NumCount_3;
|
|
Il2CppChar** ___literals_4;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com* ___numbers_5;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com ___m_posLoc_6;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com ___m_negLoc_7;
|
|
int32_t ___m_posLocInit_8;
|
|
int32_t ___m_negLocInit_9;
|
|
Il2CppChar* ___m_fullPosPattern_10;
|
|
Il2CppChar* ___m_fullNegPattern_11;
|
|
};
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanResult
|
|
struct TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963
|
|
{
|
|
public:
|
|
// System.TimeSpan System.Globalization.TimeSpanParse_TimeSpanResult::parsedTimeSpan
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___parsedTimeSpan_0;
|
|
// System.Globalization.TimeSpanParse_TimeSpanThrowStyle System.Globalization.TimeSpanParse_TimeSpanResult::throwStyle
|
|
int32_t ___throwStyle_1;
|
|
// System.Globalization.TimeSpanParse_ParseFailureKind System.Globalization.TimeSpanParse_TimeSpanResult::m_failure
|
|
int32_t ___m_failure_2;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanResult::m_failureMessageID
|
|
String_t* ___m_failureMessageID_3;
|
|
// System.Object System.Globalization.TimeSpanParse_TimeSpanResult::m_failureMessageFormatArgument
|
|
RuntimeObject * ___m_failureMessageFormatArgument_4;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanResult::m_failureArgumentName
|
|
String_t* ___m_failureArgumentName_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_parsedTimeSpan_0() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___parsedTimeSpan_0)); }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_parsedTimeSpan_0() const { return ___parsedTimeSpan_0; }
|
|
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_parsedTimeSpan_0() { return &___parsedTimeSpan_0; }
|
|
inline void set_parsedTimeSpan_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
|
|
{
|
|
___parsedTimeSpan_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_throwStyle_1() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___throwStyle_1)); }
|
|
inline int32_t get_throwStyle_1() const { return ___throwStyle_1; }
|
|
inline int32_t* get_address_of_throwStyle_1() { return &___throwStyle_1; }
|
|
inline void set_throwStyle_1(int32_t value)
|
|
{
|
|
___throwStyle_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failure_2() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___m_failure_2)); }
|
|
inline int32_t get_m_failure_2() const { return ___m_failure_2; }
|
|
inline int32_t* get_address_of_m_failure_2() { return &___m_failure_2; }
|
|
inline void set_m_failure_2(int32_t value)
|
|
{
|
|
___m_failure_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureMessageID_3() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___m_failureMessageID_3)); }
|
|
inline String_t* get_m_failureMessageID_3() const { return ___m_failureMessageID_3; }
|
|
inline String_t** get_address_of_m_failureMessageID_3() { return &___m_failureMessageID_3; }
|
|
inline void set_m_failureMessageID_3(String_t* value)
|
|
{
|
|
___m_failureMessageID_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureMessageID_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureMessageFormatArgument_4() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___m_failureMessageFormatArgument_4)); }
|
|
inline RuntimeObject * get_m_failureMessageFormatArgument_4() const { return ___m_failureMessageFormatArgument_4; }
|
|
inline RuntimeObject ** get_address_of_m_failureMessageFormatArgument_4() { return &___m_failureMessageFormatArgument_4; }
|
|
inline void set_m_failureMessageFormatArgument_4(RuntimeObject * value)
|
|
{
|
|
___m_failureMessageFormatArgument_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureMessageFormatArgument_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureArgumentName_5() { return static_cast<int32_t>(offsetof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963, ___m_failureArgumentName_5)); }
|
|
inline String_t* get_m_failureArgumentName_5() const { return ___m_failureArgumentName_5; }
|
|
inline String_t** get_address_of_m_failureArgumentName_5() { return &___m_failureArgumentName_5; }
|
|
inline void set_m_failureArgumentName_5(String_t* value)
|
|
{
|
|
___m_failureArgumentName_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureArgumentName_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanResult
|
|
struct TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_pinvoke
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___parsedTimeSpan_0;
|
|
int32_t ___throwStyle_1;
|
|
int32_t ___m_failure_2;
|
|
char* ___m_failureMessageID_3;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_4;
|
|
char* ___m_failureArgumentName_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanResult
|
|
struct TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_com
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___parsedTimeSpan_0;
|
|
int32_t ___throwStyle_1;
|
|
int32_t ___m_failure_2;
|
|
Il2CppChar* ___m_failureMessageID_3;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_4;
|
|
Il2CppChar* ___m_failureArgumentName_5;
|
|
};
|
|
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanParse_TTT System.Globalization.TimeSpanParse_TimeSpanToken::ttt
|
|
int32_t ___ttt_0;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::num
|
|
int32_t ___num_1;
|
|
// System.Int32 System.Globalization.TimeSpanParse_TimeSpanToken::zeroes
|
|
int32_t ___zeroes_2;
|
|
// System.String System.Globalization.TimeSpanParse_TimeSpanToken::sep
|
|
String_t* ___sep_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ttt_0() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___ttt_0)); }
|
|
inline int32_t get_ttt_0() const { return ___ttt_0; }
|
|
inline int32_t* get_address_of_ttt_0() { return &___ttt_0; }
|
|
inline void set_ttt_0(int32_t value)
|
|
{
|
|
___ttt_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_num_1() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___num_1)); }
|
|
inline int32_t get_num_1() const { return ___num_1; }
|
|
inline int32_t* get_address_of_num_1() { return &___num_1; }
|
|
inline void set_num_1(int32_t value)
|
|
{
|
|
___num_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_zeroes_2() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___zeroes_2)); }
|
|
inline int32_t get_zeroes_2() const { return ___zeroes_2; }
|
|
inline int32_t* get_address_of_zeroes_2() { return &___zeroes_2; }
|
|
inline void set_zeroes_2(int32_t value)
|
|
{
|
|
___zeroes_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sep_3() { return static_cast<int32_t>(offsetof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492, ___sep_3)); }
|
|
inline String_t* get_sep_3() const { return ___sep_3; }
|
|
inline String_t** get_address_of_sep_3() { return &___sep_3; }
|
|
inline void set_sep_3(String_t* value)
|
|
{
|
|
___sep_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sep_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
char* ___sep_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.TimeSpanParse/TimeSpanToken
|
|
struct TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com
|
|
{
|
|
int32_t ___ttt_0;
|
|
int32_t ___num_1;
|
|
int32_t ___zeroes_2;
|
|
Il2CppChar* ___sep_3;
|
|
};
|
|
|
|
// System.Globalization.TokenHashValue
|
|
struct TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.TokenHashValue::tokenString
|
|
String_t* ___tokenString_0;
|
|
// System.TokenType System.Globalization.TokenHashValue::tokenType
|
|
int32_t ___tokenType_1;
|
|
// System.Int32 System.Globalization.TokenHashValue::tokenValue
|
|
int32_t ___tokenValue_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_tokenString_0() { return static_cast<int32_t>(offsetof(TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159, ___tokenString_0)); }
|
|
inline String_t* get_tokenString_0() const { return ___tokenString_0; }
|
|
inline String_t** get_address_of_tokenString_0() { return &___tokenString_0; }
|
|
inline void set_tokenString_0(String_t* value)
|
|
{
|
|
___tokenString_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___tokenString_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tokenType_1() { return static_cast<int32_t>(offsetof(TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159, ___tokenType_1)); }
|
|
inline int32_t get_tokenType_1() const { return ___tokenType_1; }
|
|
inline int32_t* get_address_of_tokenType_1() { return &___tokenType_1; }
|
|
inline void set_tokenType_1(int32_t value)
|
|
{
|
|
___tokenType_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tokenValue_2() { return static_cast<int32_t>(offsetof(TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159, ___tokenValue_2)); }
|
|
inline int32_t get_tokenValue_2() const { return ___tokenValue_2; }
|
|
inline int32_t* get_address_of_tokenValue_2() { return &___tokenValue_2; }
|
|
inline void set_tokenValue_2(int32_t value)
|
|
{
|
|
___tokenValue_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Guid_GuidResult
|
|
struct GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3
|
|
{
|
|
public:
|
|
// System.Guid System.Guid_GuidResult::parsedGuid
|
|
Guid_t ___parsedGuid_0;
|
|
// System.Guid_GuidParseThrowStyle System.Guid_GuidResult::throwStyle
|
|
int32_t ___throwStyle_1;
|
|
// System.Guid_ParseFailureKind System.Guid_GuidResult::m_failure
|
|
int32_t ___m_failure_2;
|
|
// System.String System.Guid_GuidResult::m_failureMessageID
|
|
String_t* ___m_failureMessageID_3;
|
|
// System.Object System.Guid_GuidResult::m_failureMessageFormatArgument
|
|
RuntimeObject * ___m_failureMessageFormatArgument_4;
|
|
// System.String System.Guid_GuidResult::m_failureArgumentName
|
|
String_t* ___m_failureArgumentName_5;
|
|
// System.Exception System.Guid_GuidResult::m_innerException
|
|
Exception_t * ___m_innerException_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_parsedGuid_0() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___parsedGuid_0)); }
|
|
inline Guid_t get_parsedGuid_0() const { return ___parsedGuid_0; }
|
|
inline Guid_t * get_address_of_parsedGuid_0() { return &___parsedGuid_0; }
|
|
inline void set_parsedGuid_0(Guid_t value)
|
|
{
|
|
___parsedGuid_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_throwStyle_1() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___throwStyle_1)); }
|
|
inline int32_t get_throwStyle_1() const { return ___throwStyle_1; }
|
|
inline int32_t* get_address_of_throwStyle_1() { return &___throwStyle_1; }
|
|
inline void set_throwStyle_1(int32_t value)
|
|
{
|
|
___throwStyle_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failure_2() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___m_failure_2)); }
|
|
inline int32_t get_m_failure_2() const { return ___m_failure_2; }
|
|
inline int32_t* get_address_of_m_failure_2() { return &___m_failure_2; }
|
|
inline void set_m_failure_2(int32_t value)
|
|
{
|
|
___m_failure_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureMessageID_3() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___m_failureMessageID_3)); }
|
|
inline String_t* get_m_failureMessageID_3() const { return ___m_failureMessageID_3; }
|
|
inline String_t** get_address_of_m_failureMessageID_3() { return &___m_failureMessageID_3; }
|
|
inline void set_m_failureMessageID_3(String_t* value)
|
|
{
|
|
___m_failureMessageID_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureMessageID_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureMessageFormatArgument_4() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___m_failureMessageFormatArgument_4)); }
|
|
inline RuntimeObject * get_m_failureMessageFormatArgument_4() const { return ___m_failureMessageFormatArgument_4; }
|
|
inline RuntimeObject ** get_address_of_m_failureMessageFormatArgument_4() { return &___m_failureMessageFormatArgument_4; }
|
|
inline void set_m_failureMessageFormatArgument_4(RuntimeObject * value)
|
|
{
|
|
___m_failureMessageFormatArgument_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureMessageFormatArgument_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureArgumentName_5() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___m_failureArgumentName_5)); }
|
|
inline String_t* get_m_failureArgumentName_5() const { return ___m_failureArgumentName_5; }
|
|
inline String_t** get_address_of_m_failureArgumentName_5() { return &___m_failureArgumentName_5; }
|
|
inline void set_m_failureArgumentName_5(String_t* value)
|
|
{
|
|
___m_failureArgumentName_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureArgumentName_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_innerException_6() { return static_cast<int32_t>(offsetof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3, ___m_innerException_6)); }
|
|
inline Exception_t * get_m_innerException_6() const { return ___m_innerException_6; }
|
|
inline Exception_t ** get_address_of_m_innerException_6() { return &___m_innerException_6; }
|
|
inline void set_m_innerException_6(Exception_t * value)
|
|
{
|
|
___m_innerException_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_innerException_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Guid/GuidResult
|
|
struct GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_pinvoke
|
|
{
|
|
Guid_t ___parsedGuid_0;
|
|
int32_t ___throwStyle_1;
|
|
int32_t ___m_failure_2;
|
|
char* ___m_failureMessageID_3;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_4;
|
|
char* ___m_failureArgumentName_5;
|
|
Exception_t_marshaled_pinvoke* ___m_innerException_6;
|
|
};
|
|
// Native definition for COM marshalling of System.Guid/GuidResult
|
|
struct GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_com
|
|
{
|
|
Guid_t ___parsedGuid_0;
|
|
int32_t ___throwStyle_1;
|
|
int32_t ___m_failure_2;
|
|
Il2CppChar* ___m_failureMessageID_3;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_4;
|
|
Il2CppChar* ___m_failureArgumentName_5;
|
|
Exception_t_marshaled_com* ___m_innerException_6;
|
|
};
|
|
|
|
// System.IO.CStreamReader
|
|
struct CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D : public StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E
|
|
{
|
|
public:
|
|
// System.TermInfoDriver System.IO.CStreamReader::driver
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_driver_21() { return static_cast<int32_t>(offsetof(CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D, ___driver_21)); }
|
|
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_21() const { return ___driver_21; }
|
|
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_21() { return &___driver_21; }
|
|
inline void set_driver_21(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
|
|
{
|
|
___driver_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___driver_21), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.CStreamWriter
|
|
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E
|
|
{
|
|
public:
|
|
// System.TermInfoDriver System.IO.CStreamWriter::driver
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_driver_24() { return static_cast<int32_t>(offsetof(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450, ___driver_24)); }
|
|
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_24() const { return ___driver_24; }
|
|
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_24() { return &___driver_24; }
|
|
inline void set_driver_24(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
|
|
{
|
|
___driver_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___driver_24), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.Directory_SearchData
|
|
struct SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.IO.Directory_SearchData::fullPath
|
|
String_t* ___fullPath_0;
|
|
// System.String System.IO.Directory_SearchData::userPath
|
|
String_t* ___userPath_1;
|
|
// System.IO.SearchOption System.IO.Directory_SearchData::searchOption
|
|
int32_t ___searchOption_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fullPath_0() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___fullPath_0)); }
|
|
inline String_t* get_fullPath_0() const { return ___fullPath_0; }
|
|
inline String_t** get_address_of_fullPath_0() { return &___fullPath_0; }
|
|
inline void set_fullPath_0(String_t* value)
|
|
{
|
|
___fullPath_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullPath_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_userPath_1() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___userPath_1)); }
|
|
inline String_t* get_userPath_1() const { return ___userPath_1; }
|
|
inline String_t** get_address_of_userPath_1() { return &___userPath_1; }
|
|
inline void set_userPath_1(String_t* value)
|
|
{
|
|
___userPath_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___userPath_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_searchOption_2() { return static_cast<int32_t>(offsetof(SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92, ___searchOption_2)); }
|
|
inline int32_t get_searchOption_2() const { return ___searchOption_2; }
|
|
inline int32_t* get_address_of_searchOption_2() { return &___searchOption_2; }
|
|
inline void set_searchOption_2(int32_t value)
|
|
{
|
|
___searchOption_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.File
|
|
struct File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_StaticFields
|
|
{
|
|
public:
|
|
// System.Nullable`1<System.DateTime> System.IO.File::defaultLocalFileTime
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___defaultLocalFileTime_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultLocalFileTime_0() { return static_cast<int32_t>(offsetof(File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_StaticFields, ___defaultLocalFileTime_0)); }
|
|
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_defaultLocalFileTime_0() const { return ___defaultLocalFileTime_0; }
|
|
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_defaultLocalFileTime_0() { return &___defaultLocalFileTime_0; }
|
|
inline void set_defaultLocalFileTime_0(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value)
|
|
{
|
|
___defaultLocalFileTime_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileStream
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
|
|
// System.String System.IO.FileStream::name
|
|
String_t* ___name_7;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
|
|
// System.Boolean System.IO.FileStream::isExposed
|
|
bool ___isExposed_9;
|
|
// System.Int64 System.IO.FileStream::append_startpos
|
|
int64_t ___append_startpos_10;
|
|
// System.IO.FileAccess System.IO.FileStream::access
|
|
int32_t ___access_11;
|
|
// System.Boolean System.IO.FileStream::owner
|
|
bool ___owner_12;
|
|
// System.Boolean System.IO.FileStream::async
|
|
bool ___async_13;
|
|
// System.Boolean System.IO.FileStream::canseek
|
|
bool ___canseek_14;
|
|
// System.Boolean System.IO.FileStream::anonymous
|
|
bool ___anonymous_15;
|
|
// System.Boolean System.IO.FileStream::buf_dirty
|
|
bool ___buf_dirty_16;
|
|
// System.Int32 System.IO.FileStream::buf_size
|
|
int32_t ___buf_size_17;
|
|
// System.Int32 System.IO.FileStream::buf_length
|
|
int32_t ___buf_length_18;
|
|
// System.Int32 System.IO.FileStream::buf_offset
|
|
int32_t ___buf_offset_19;
|
|
// System.Int64 System.IO.FileStream::buf_start
|
|
int64_t ___buf_start_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
|
|
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
|
|
inline String_t* get_name_7() const { return ___name_7; }
|
|
inline String_t** get_address_of_name_7() { return &___name_7; }
|
|
inline void set_name_7(String_t* value)
|
|
{
|
|
___name_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
|
|
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
|
|
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
|
|
{
|
|
___safeHandle_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
|
|
inline bool get_isExposed_9() const { return ___isExposed_9; }
|
|
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
|
|
inline void set_isExposed_9(bool value)
|
|
{
|
|
___isExposed_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
|
|
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
|
|
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
|
|
inline void set_append_startpos_10(int64_t value)
|
|
{
|
|
___append_startpos_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
|
|
inline int32_t get_access_11() const { return ___access_11; }
|
|
inline int32_t* get_address_of_access_11() { return &___access_11; }
|
|
inline void set_access_11(int32_t value)
|
|
{
|
|
___access_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
|
|
inline bool get_owner_12() const { return ___owner_12; }
|
|
inline bool* get_address_of_owner_12() { return &___owner_12; }
|
|
inline void set_owner_12(bool value)
|
|
{
|
|
___owner_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
|
|
inline bool get_async_13() const { return ___async_13; }
|
|
inline bool* get_address_of_async_13() { return &___async_13; }
|
|
inline void set_async_13(bool value)
|
|
{
|
|
___async_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
|
|
inline bool get_canseek_14() const { return ___canseek_14; }
|
|
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
|
|
inline void set_canseek_14(bool value)
|
|
{
|
|
___canseek_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
|
|
inline bool get_anonymous_15() const { return ___anonymous_15; }
|
|
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
|
|
inline void set_anonymous_15(bool value)
|
|
{
|
|
___anonymous_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
|
|
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
|
|
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
|
|
inline void set_buf_dirty_16(bool value)
|
|
{
|
|
___buf_dirty_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
|
|
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
|
|
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
|
|
inline void set_buf_size_17(int32_t value)
|
|
{
|
|
___buf_size_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
|
|
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
|
|
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
|
|
inline void set_buf_length_18(int32_t value)
|
|
{
|
|
___buf_length_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
|
|
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
|
|
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
|
|
inline void set_buf_offset_19(int32_t value)
|
|
{
|
|
___buf_offset_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
|
|
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
|
|
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
|
|
inline void set_buf_start_20(int64_t value)
|
|
{
|
|
___buf_start_20 = value;
|
|
}
|
|
};
|
|
|
|
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.IO.FileStream::buf_recycle
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
|
|
// System.Object System.IO.FileStream::buf_recycle_lock
|
|
RuntimeObject * ___buf_recycle_lock_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
|
|
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___buf_recycle_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
|
|
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
|
|
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
|
|
inline void set_buf_recycle_lock_5(RuntimeObject * value)
|
|
{
|
|
___buf_recycle_lock_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.MonoIOStat
|
|
struct MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124
|
|
{
|
|
public:
|
|
// System.IO.FileAttributes System.IO.MonoIOStat::fileAttributes
|
|
int32_t ___fileAttributes_0;
|
|
// System.Int64 System.IO.MonoIOStat::Length
|
|
int64_t ___Length_1;
|
|
// System.Int64 System.IO.MonoIOStat::CreationTime
|
|
int64_t ___CreationTime_2;
|
|
// System.Int64 System.IO.MonoIOStat::LastAccessTime
|
|
int64_t ___LastAccessTime_3;
|
|
// System.Int64 System.IO.MonoIOStat::LastWriteTime
|
|
int64_t ___LastWriteTime_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_fileAttributes_0() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___fileAttributes_0)); }
|
|
inline int32_t get_fileAttributes_0() const { return ___fileAttributes_0; }
|
|
inline int32_t* get_address_of_fileAttributes_0() { return &___fileAttributes_0; }
|
|
inline void set_fileAttributes_0(int32_t value)
|
|
{
|
|
___fileAttributes_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Length_1() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___Length_1)); }
|
|
inline int64_t get_Length_1() const { return ___Length_1; }
|
|
inline int64_t* get_address_of_Length_1() { return &___Length_1; }
|
|
inline void set_Length_1(int64_t value)
|
|
{
|
|
___Length_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CreationTime_2() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___CreationTime_2)); }
|
|
inline int64_t get_CreationTime_2() const { return ___CreationTime_2; }
|
|
inline int64_t* get_address_of_CreationTime_2() { return &___CreationTime_2; }
|
|
inline void set_CreationTime_2(int64_t value)
|
|
{
|
|
___CreationTime_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastAccessTime_3() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastAccessTime_3)); }
|
|
inline int64_t get_LastAccessTime_3() const { return ___LastAccessTime_3; }
|
|
inline int64_t* get_address_of_LastAccessTime_3() { return &___LastAccessTime_3; }
|
|
inline void set_LastAccessTime_3(int64_t value)
|
|
{
|
|
___LastAccessTime_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_LastWriteTime_4() { return static_cast<int32_t>(offsetof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124, ___LastWriteTime_4)); }
|
|
inline int64_t get_LastWriteTime_4() const { return ___LastWriteTime_4; }
|
|
inline int64_t* get_address_of_LastWriteTime_4() { return &___LastWriteTime_4; }
|
|
inline void set_LastWriteTime_4(int64_t value)
|
|
{
|
|
___LastWriteTime_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
|
|
{
|
|
___delegates_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_11;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_11;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 : 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_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___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_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
|
|
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
|
|
// System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time
|
|
int64_t ___add_time_11;
|
|
// System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message
|
|
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * ___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;
|
|
// System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb
|
|
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___orig_cb_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_async_state_0() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___async_state_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_handle_1() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___handle_1)); }
|
|
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get_handle_1() const { return ___handle_1; }
|
|
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of_handle_1() { return &___handle_1; }
|
|
inline void set_handle_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value)
|
|
{
|
|
___handle_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_async_delegate_2() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___async_delegate_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___object_data_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sync_completed_5() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___async_callback_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___current_9)); }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_current_9() const { return ___current_9; }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_current_9() { return &___current_9; }
|
|
inline void set_current_9(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|
{
|
|
___current_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_original_10() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___original_10)); }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_original_10() const { return ___original_10; }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_original_10() { return &___original_10; }
|
|
inline void set_original_10(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|
{
|
|
___original_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_add_time_11() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___add_time_11)); }
|
|
inline int64_t get_add_time_11() const { return ___add_time_11; }
|
|
inline int64_t* get_address_of_add_time_11() { return &___add_time_11; }
|
|
inline void set_add_time_11(int64_t value)
|
|
{
|
|
___add_time_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_call_message_12() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___call_message_12)); }
|
|
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * get_call_message_12() const { return ___call_message_12; }
|
|
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 ** get_address_of_call_message_12() { return &___call_message_12; }
|
|
inline void set_call_message_12(MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * value)
|
|
{
|
|
___call_message_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_message_ctrl_13() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___message_ctrl_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_reply_message_14() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___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((void**)(&___reply_message_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_orig_cb_15() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___orig_cb_15)); }
|
|
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_orig_cb_15() const { return ___orig_cb_15; }
|
|
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_orig_cb_15() { return &___orig_cb_15; }
|
|
inline void set_orig_cb_15(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
|
|
{
|
|
___orig_cb_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields
|
|
{
|
|
public:
|
|
// System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb
|
|
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_16;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ccb_16() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields, ___ccb_16)); }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_16() const { return ___ccb_16; }
|
|
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_16() { return &___ccb_16; }
|
|
inline void set_ccb_16(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
|
|
{
|
|
___ccb_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___async_state_0;
|
|
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke ___handle_1;
|
|
Il2CppIUnknown* ___async_delegate_2;
|
|
intptr_t ___data_3;
|
|
Il2CppIUnknown* ___object_data_4;
|
|
int32_t ___sync_completed_5;
|
|
int32_t ___completed_6;
|
|
int32_t ___endinvoke_called_7;
|
|
Il2CppIUnknown* ___async_callback_8;
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
|
|
int64_t ___add_time_11;
|
|
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke* ___call_message_12;
|
|
RuntimeObject* ___message_ctrl_13;
|
|
RuntimeObject* ___reply_message_14;
|
|
Il2CppMethodPointer ___orig_cb_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___async_state_0;
|
|
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com* ___handle_1;
|
|
Il2CppIUnknown* ___async_delegate_2;
|
|
intptr_t ___data_3;
|
|
Il2CppIUnknown* ___object_data_4;
|
|
int32_t ___sync_completed_5;
|
|
int32_t ___completed_6;
|
|
int32_t ___endinvoke_called_7;
|
|
Il2CppIUnknown* ___async_callback_8;
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
|
|
int64_t ___add_time_11;
|
|
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com* ___call_message_12;
|
|
RuntimeObject* ___message_ctrl_13;
|
|
RuntimeObject* ___reply_message_14;
|
|
Il2CppMethodPointer ___orig_cb_15;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
|
|
{
|
|
public:
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|
RuntimeObject * ___m_additionalContext_0;
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|
int32_t ___m_state_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
|
|
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
|
|
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
|
|
inline void set_m_additionalContext_0(RuntimeObject * value)
|
|
{
|
|
___m_additionalContext_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
|
|
inline int32_t get_m_state_1() const { return ___m_state_1; }
|
|
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
|
|
inline void set_m_state_1(int32_t value)
|
|
{
|
|
___m_state_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// System.Security.AccessControl.ObjectSecurity
|
|
struct ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Security.AccessControl.CommonSecurityDescriptor System.Security.AccessControl.ObjectSecurity::descriptor
|
|
CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * ___descriptor_0;
|
|
// System.Security.AccessControl.AccessControlSections System.Security.AccessControl.ObjectSecurity::sections_modified
|
|
int32_t ___sections_modified_1;
|
|
// System.Threading.ReaderWriterLock System.Security.AccessControl.ObjectSecurity::rw_lock
|
|
ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * ___rw_lock_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_descriptor_0() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___descriptor_0)); }
|
|
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * get_descriptor_0() const { return ___descriptor_0; }
|
|
inline CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 ** get_address_of_descriptor_0() { return &___descriptor_0; }
|
|
inline void set_descriptor_0(CommonSecurityDescriptor_tD3E0ACCC4A5B40F088D9ED0E93D4CD1E2ED8BCF6 * value)
|
|
{
|
|
___descriptor_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___descriptor_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sections_modified_1() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___sections_modified_1)); }
|
|
inline int32_t get_sections_modified_1() const { return ___sections_modified_1; }
|
|
inline int32_t* get_address_of_sections_modified_1() { return &___sections_modified_1; }
|
|
inline void set_sections_modified_1(int32_t value)
|
|
{
|
|
___sections_modified_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rw_lock_2() { return static_cast<int32_t>(offsetof(ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8, ___rw_lock_2)); }
|
|
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * get_rw_lock_2() const { return ___rw_lock_2; }
|
|
inline ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 ** get_address_of_rw_lock_2() { return &___rw_lock_2; }
|
|
inline void set_rw_lock_2(ReaderWriterLock_t7EEE8E1E96D63FD5668920B8274B13D184983349 * value)
|
|
{
|
|
___rw_lock_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___rw_lock_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.TermInfoDriver
|
|
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.TermInfoReader System.TermInfoDriver::reader
|
|
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * ___reader_3;
|
|
// System.Int32 System.TermInfoDriver::cursorLeft
|
|
int32_t ___cursorLeft_4;
|
|
// System.Int32 System.TermInfoDriver::cursorTop
|
|
int32_t ___cursorTop_5;
|
|
// System.String System.TermInfoDriver::title
|
|
String_t* ___title_6;
|
|
// System.String System.TermInfoDriver::titleFormat
|
|
String_t* ___titleFormat_7;
|
|
// System.Boolean System.TermInfoDriver::cursorVisible
|
|
bool ___cursorVisible_8;
|
|
// System.String System.TermInfoDriver::csrVisible
|
|
String_t* ___csrVisible_9;
|
|
// System.String System.TermInfoDriver::csrInvisible
|
|
String_t* ___csrInvisible_10;
|
|
// System.String System.TermInfoDriver::clear
|
|
String_t* ___clear_11;
|
|
// System.String System.TermInfoDriver::bell
|
|
String_t* ___bell_12;
|
|
// System.String System.TermInfoDriver::term
|
|
String_t* ___term_13;
|
|
// System.IO.StreamReader System.TermInfoDriver::stdin
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___stdin_14;
|
|
// System.IO.CStreamWriter System.TermInfoDriver::stdout
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * ___stdout_15;
|
|
// System.Int32 System.TermInfoDriver::windowWidth
|
|
int32_t ___windowWidth_16;
|
|
// System.Int32 System.TermInfoDriver::windowHeight
|
|
int32_t ___windowHeight_17;
|
|
// System.Int32 System.TermInfoDriver::bufferHeight
|
|
int32_t ___bufferHeight_18;
|
|
// System.Int32 System.TermInfoDriver::bufferWidth
|
|
int32_t ___bufferWidth_19;
|
|
// System.Char[] System.TermInfoDriver::buffer
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer_20;
|
|
// System.Int32 System.TermInfoDriver::readpos
|
|
int32_t ___readpos_21;
|
|
// System.Int32 System.TermInfoDriver::writepos
|
|
int32_t ___writepos_22;
|
|
// System.String System.TermInfoDriver::keypadXmit
|
|
String_t* ___keypadXmit_23;
|
|
// System.String System.TermInfoDriver::keypadLocal
|
|
String_t* ___keypadLocal_24;
|
|
// System.Boolean System.TermInfoDriver::inited
|
|
bool ___inited_25;
|
|
// System.Object System.TermInfoDriver::initLock
|
|
RuntimeObject * ___initLock_26;
|
|
// System.Boolean System.TermInfoDriver::initKeys
|
|
bool ___initKeys_27;
|
|
// System.String System.TermInfoDriver::origPair
|
|
String_t* ___origPair_28;
|
|
// System.String System.TermInfoDriver::origColors
|
|
String_t* ___origColors_29;
|
|
// System.String System.TermInfoDriver::cursorAddress
|
|
String_t* ___cursorAddress_30;
|
|
// System.ConsoleColor System.TermInfoDriver::fgcolor
|
|
int32_t ___fgcolor_31;
|
|
// System.String System.TermInfoDriver::setfgcolor
|
|
String_t* ___setfgcolor_32;
|
|
// System.String System.TermInfoDriver::setbgcolor
|
|
String_t* ___setbgcolor_33;
|
|
// System.Int32 System.TermInfoDriver::maxColors
|
|
int32_t ___maxColors_34;
|
|
// System.Boolean System.TermInfoDriver::noGetPosition
|
|
bool ___noGetPosition_35;
|
|
// System.Collections.Hashtable System.TermInfoDriver::keymap
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___keymap_36;
|
|
// System.ByteMatcher System.TermInfoDriver::rootmap
|
|
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * ___rootmap_37;
|
|
// System.Int32 System.TermInfoDriver::rl_startx
|
|
int32_t ___rl_startx_38;
|
|
// System.Int32 System.TermInfoDriver::rl_starty
|
|
int32_t ___rl_starty_39;
|
|
// System.Byte[] System.TermInfoDriver::control_characters
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___control_characters_40;
|
|
// System.Char[] System.TermInfoDriver::echobuf
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___echobuf_42;
|
|
// System.Int32 System.TermInfoDriver::echon
|
|
int32_t ___echon_43;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_reader_3() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___reader_3)); }
|
|
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * get_reader_3() const { return ___reader_3; }
|
|
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C ** get_address_of_reader_3() { return &___reader_3; }
|
|
inline void set_reader_3(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * value)
|
|
{
|
|
___reader_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___reader_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cursorLeft_4() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorLeft_4)); }
|
|
inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; }
|
|
inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; }
|
|
inline void set_cursorLeft_4(int32_t value)
|
|
{
|
|
___cursorLeft_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cursorTop_5() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorTop_5)); }
|
|
inline int32_t get_cursorTop_5() const { return ___cursorTop_5; }
|
|
inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; }
|
|
inline void set_cursorTop_5(int32_t value)
|
|
{
|
|
___cursorTop_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_title_6() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___title_6)); }
|
|
inline String_t* get_title_6() const { return ___title_6; }
|
|
inline String_t** get_address_of_title_6() { return &___title_6; }
|
|
inline void set_title_6(String_t* value)
|
|
{
|
|
___title_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___title_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_titleFormat_7() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___titleFormat_7)); }
|
|
inline String_t* get_titleFormat_7() const { return ___titleFormat_7; }
|
|
inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; }
|
|
inline void set_titleFormat_7(String_t* value)
|
|
{
|
|
___titleFormat_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___titleFormat_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cursorVisible_8() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorVisible_8)); }
|
|
inline bool get_cursorVisible_8() const { return ___cursorVisible_8; }
|
|
inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; }
|
|
inline void set_cursorVisible_8(bool value)
|
|
{
|
|
___cursorVisible_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_csrVisible_9() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrVisible_9)); }
|
|
inline String_t* get_csrVisible_9() const { return ___csrVisible_9; }
|
|
inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; }
|
|
inline void set_csrVisible_9(String_t* value)
|
|
{
|
|
___csrVisible_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___csrVisible_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_csrInvisible_10() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrInvisible_10)); }
|
|
inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; }
|
|
inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; }
|
|
inline void set_csrInvisible_10(String_t* value)
|
|
{
|
|
___csrInvisible_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___csrInvisible_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clear_11() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___clear_11)); }
|
|
inline String_t* get_clear_11() const { return ___clear_11; }
|
|
inline String_t** get_address_of_clear_11() { return &___clear_11; }
|
|
inline void set_clear_11(String_t* value)
|
|
{
|
|
___clear_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___clear_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bell_12() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bell_12)); }
|
|
inline String_t* get_bell_12() const { return ___bell_12; }
|
|
inline String_t** get_address_of_bell_12() { return &___bell_12; }
|
|
inline void set_bell_12(String_t* value)
|
|
{
|
|
___bell_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___bell_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_term_13() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___term_13)); }
|
|
inline String_t* get_term_13() const { return ___term_13; }
|
|
inline String_t** get_address_of_term_13() { return &___term_13; }
|
|
inline void set_term_13(String_t* value)
|
|
{
|
|
___term_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___term_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stdin_14() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdin_14)); }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_stdin_14() const { return ___stdin_14; }
|
|
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_stdin_14() { return &___stdin_14; }
|
|
inline void set_stdin_14(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
|
|
{
|
|
___stdin_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stdin_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stdout_15() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdout_15)); }
|
|
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * get_stdout_15() const { return ___stdout_15; }
|
|
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 ** get_address_of_stdout_15() { return &___stdout_15; }
|
|
inline void set_stdout_15(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * value)
|
|
{
|
|
___stdout_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___stdout_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_windowWidth_16() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowWidth_16)); }
|
|
inline int32_t get_windowWidth_16() const { return ___windowWidth_16; }
|
|
inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; }
|
|
inline void set_windowWidth_16(int32_t value)
|
|
{
|
|
___windowWidth_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_windowHeight_17() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowHeight_17)); }
|
|
inline int32_t get_windowHeight_17() const { return ___windowHeight_17; }
|
|
inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; }
|
|
inline void set_windowHeight_17(int32_t value)
|
|
{
|
|
___windowHeight_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bufferHeight_18() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferHeight_18)); }
|
|
inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; }
|
|
inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; }
|
|
inline void set_bufferHeight_18(int32_t value)
|
|
{
|
|
___bufferHeight_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bufferWidth_19() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferWidth_19)); }
|
|
inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; }
|
|
inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; }
|
|
inline void set_bufferWidth_19(int32_t value)
|
|
{
|
|
___bufferWidth_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_buffer_20() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___buffer_20)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_buffer_20() const { return ___buffer_20; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_buffer_20() { return &___buffer_20; }
|
|
inline void set_buffer_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___buffer_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buffer_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_readpos_21() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___readpos_21)); }
|
|
inline int32_t get_readpos_21() const { return ___readpos_21; }
|
|
inline int32_t* get_address_of_readpos_21() { return &___readpos_21; }
|
|
inline void set_readpos_21(int32_t value)
|
|
{
|
|
___readpos_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_writepos_22() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___writepos_22)); }
|
|
inline int32_t get_writepos_22() const { return ___writepos_22; }
|
|
inline int32_t* get_address_of_writepos_22() { return &___writepos_22; }
|
|
inline void set_writepos_22(int32_t value)
|
|
{
|
|
___writepos_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keypadXmit_23() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadXmit_23)); }
|
|
inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; }
|
|
inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; }
|
|
inline void set_keypadXmit_23(String_t* value)
|
|
{
|
|
___keypadXmit_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keypadXmit_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keypadLocal_24() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadLocal_24)); }
|
|
inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; }
|
|
inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; }
|
|
inline void set_keypadLocal_24(String_t* value)
|
|
{
|
|
___keypadLocal_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keypadLocal_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_inited_25() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___inited_25)); }
|
|
inline bool get_inited_25() const { return ___inited_25; }
|
|
inline bool* get_address_of_inited_25() { return &___inited_25; }
|
|
inline void set_inited_25(bool value)
|
|
{
|
|
___inited_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initLock_26() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initLock_26)); }
|
|
inline RuntimeObject * get_initLock_26() const { return ___initLock_26; }
|
|
inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; }
|
|
inline void set_initLock_26(RuntimeObject * value)
|
|
{
|
|
___initLock_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___initLock_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initKeys_27() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initKeys_27)); }
|
|
inline bool get_initKeys_27() const { return ___initKeys_27; }
|
|
inline bool* get_address_of_initKeys_27() { return &___initKeys_27; }
|
|
inline void set_initKeys_27(bool value)
|
|
{
|
|
___initKeys_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_origPair_28() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origPair_28)); }
|
|
inline String_t* get_origPair_28() const { return ___origPair_28; }
|
|
inline String_t** get_address_of_origPair_28() { return &___origPair_28; }
|
|
inline void set_origPair_28(String_t* value)
|
|
{
|
|
___origPair_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___origPair_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_origColors_29() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origColors_29)); }
|
|
inline String_t* get_origColors_29() const { return ___origColors_29; }
|
|
inline String_t** get_address_of_origColors_29() { return &___origColors_29; }
|
|
inline void set_origColors_29(String_t* value)
|
|
{
|
|
___origColors_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___origColors_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cursorAddress_30() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorAddress_30)); }
|
|
inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; }
|
|
inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; }
|
|
inline void set_cursorAddress_30(String_t* value)
|
|
{
|
|
___cursorAddress_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cursorAddress_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fgcolor_31() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___fgcolor_31)); }
|
|
inline int32_t get_fgcolor_31() const { return ___fgcolor_31; }
|
|
inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; }
|
|
inline void set_fgcolor_31(int32_t value)
|
|
{
|
|
___fgcolor_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_setfgcolor_32() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setfgcolor_32)); }
|
|
inline String_t* get_setfgcolor_32() const { return ___setfgcolor_32; }
|
|
inline String_t** get_address_of_setfgcolor_32() { return &___setfgcolor_32; }
|
|
inline void set_setfgcolor_32(String_t* value)
|
|
{
|
|
___setfgcolor_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___setfgcolor_32), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_setbgcolor_33() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setbgcolor_33)); }
|
|
inline String_t* get_setbgcolor_33() const { return ___setbgcolor_33; }
|
|
inline String_t** get_address_of_setbgcolor_33() { return &___setbgcolor_33; }
|
|
inline void set_setbgcolor_33(String_t* value)
|
|
{
|
|
___setbgcolor_33 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___setbgcolor_33), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxColors_34() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___maxColors_34)); }
|
|
inline int32_t get_maxColors_34() const { return ___maxColors_34; }
|
|
inline int32_t* get_address_of_maxColors_34() { return &___maxColors_34; }
|
|
inline void set_maxColors_34(int32_t value)
|
|
{
|
|
___maxColors_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_noGetPosition_35() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___noGetPosition_35)); }
|
|
inline bool get_noGetPosition_35() const { return ___noGetPosition_35; }
|
|
inline bool* get_address_of_noGetPosition_35() { return &___noGetPosition_35; }
|
|
inline void set_noGetPosition_35(bool value)
|
|
{
|
|
___noGetPosition_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keymap_36() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keymap_36)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_keymap_36() const { return ___keymap_36; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_keymap_36() { return &___keymap_36; }
|
|
inline void set_keymap_36(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___keymap_36 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keymap_36), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rootmap_37() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rootmap_37)); }
|
|
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * get_rootmap_37() const { return ___rootmap_37; }
|
|
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC ** get_address_of_rootmap_37() { return &___rootmap_37; }
|
|
inline void set_rootmap_37(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * value)
|
|
{
|
|
___rootmap_37 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___rootmap_37), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rl_startx_38() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_startx_38)); }
|
|
inline int32_t get_rl_startx_38() const { return ___rl_startx_38; }
|
|
inline int32_t* get_address_of_rl_startx_38() { return &___rl_startx_38; }
|
|
inline void set_rl_startx_38(int32_t value)
|
|
{
|
|
___rl_startx_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rl_starty_39() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_starty_39)); }
|
|
inline int32_t get_rl_starty_39() const { return ___rl_starty_39; }
|
|
inline int32_t* get_address_of_rl_starty_39() { return &___rl_starty_39; }
|
|
inline void set_rl_starty_39(int32_t value)
|
|
{
|
|
___rl_starty_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_control_characters_40() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___control_characters_40)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_control_characters_40() const { return ___control_characters_40; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_control_characters_40() { return &___control_characters_40; }
|
|
inline void set_control_characters_40(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___control_characters_40 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___control_characters_40), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_echobuf_42() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echobuf_42)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_echobuf_42() const { return ___echobuf_42; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_echobuf_42() { return &___echobuf_42; }
|
|
inline void set_echobuf_42(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___echobuf_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___echobuf_42), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_echon_43() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echon_43)); }
|
|
inline int32_t get_echon_43() const { return ___echon_43; }
|
|
inline int32_t* get_address_of_echon_43() { return &___echon_43; }
|
|
inline void set_echon_43(int32_t value)
|
|
{
|
|
___echon_43 = value;
|
|
}
|
|
};
|
|
|
|
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32* System.TermInfoDriver::native_terminal_size
|
|
int32_t* ___native_terminal_size_0;
|
|
// System.Int32 System.TermInfoDriver::terminal_size
|
|
int32_t ___terminal_size_1;
|
|
// System.String[] System.TermInfoDriver::locations
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___locations_2;
|
|
// System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____consoleColorToAnsiCode_41;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___native_terminal_size_0)); }
|
|
inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; }
|
|
inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; }
|
|
inline void set_native_terminal_size_0(int32_t* value)
|
|
{
|
|
___native_terminal_size_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_terminal_size_1() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___terminal_size_1)); }
|
|
inline int32_t get_terminal_size_1() const { return ___terminal_size_1; }
|
|
inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; }
|
|
inline void set_terminal_size_1(int32_t value)
|
|
{
|
|
___terminal_size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_locations_2() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___locations_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_locations_2() const { return ___locations_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_locations_2() { return &___locations_2; }
|
|
inline void set_locations_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___locations_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___locations_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ____consoleColorToAnsiCode_41)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; }
|
|
inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
____consoleColorToAnsiCode_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____consoleColorToAnsiCode_41), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 : public Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2
|
|
{
|
|
public:
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
int32_t ___m_result_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_result_22() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87, ___m_result_22)); }
|
|
inline int32_t get_m_result_22() const { return ___m_result_22; }
|
|
inline int32_t* get_address_of_m_result_22() { return &___m_result_22; }
|
|
inline void set_m_result_22(int32_t value)
|
|
{
|
|
___m_result_22 = value;
|
|
}
|
|
};
|
|
|
|
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields
|
|
{
|
|
public:
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_Factory
|
|
TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * ___s_Factory_23;
|
|
// System.Func`2<System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>,System.Threading.Tasks.Task`1<TResult>> System.Threading.Tasks.Task`1::TaskWhenAnyCast
|
|
Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * ___TaskWhenAnyCast_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Factory_23() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___s_Factory_23)); }
|
|
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * get_s_Factory_23() const { return ___s_Factory_23; }
|
|
inline TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 ** get_address_of_s_Factory_23() { return &___s_Factory_23; }
|
|
inline void set_s_Factory_23(TaskFactory_1_t35BBF03CDA9AA94D2BE8CB805D2C764236F56CC7 * value)
|
|
{
|
|
___s_Factory_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_TaskWhenAnyCast_24() { return static_cast<int32_t>(offsetof(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87_StaticFields, ___TaskWhenAnyCast_24)); }
|
|
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * get_TaskWhenAnyCast_24() const { return ___TaskWhenAnyCast_24; }
|
|
inline Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 ** get_address_of_TaskWhenAnyCast_24() { return &___TaskWhenAnyCast_24; }
|
|
inline void set_TaskWhenAnyCast_24(Func_2_tBCA034BF330CE1C3008C166BF27F309CD4C41C24 * value)
|
|
{
|
|
___TaskWhenAnyCast_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_24), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Globalization.TimeSpanParse
|
|
struct TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken System.Globalization.TimeSpanParse::zero
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___zero_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zero_0() { return static_cast<int32_t>(offsetof(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields, ___zero_0)); }
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 get_zero_0() const { return ___zero_0; }
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * get_address_of_zero_0() { return &___zero_0; }
|
|
inline void set_zero_0(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 value)
|
|
{
|
|
___zero_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&___zero_0))->___sep_3), (void*)NULL);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileStream_ReadDelegate
|
|
struct ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileStream_WriteDelegate
|
|
struct WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileSystemInfo
|
|
struct FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
|
|
{
|
|
public:
|
|
// System.IO.MonoIOStat System.IO.FileSystemInfo::_data
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ____data_1;
|
|
// System.Int32 System.IO.FileSystemInfo::_dataInitialised
|
|
int32_t ____dataInitialised_2;
|
|
// System.String System.IO.FileSystemInfo::FullPath
|
|
String_t* ___FullPath_3;
|
|
// System.String System.IO.FileSystemInfo::OriginalPath
|
|
String_t* ___OriginalPath_4;
|
|
// System.String System.IO.FileSystemInfo::_displayPath
|
|
String_t* ____displayPath_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__data_1() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____data_1)); }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 get__data_1() const { return ____data_1; }
|
|
inline MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * get_address_of__data_1() { return &____data_1; }
|
|
inline void set__data_1(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 value)
|
|
{
|
|
____data_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__dataInitialised_2() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____dataInitialised_2)); }
|
|
inline int32_t get__dataInitialised_2() const { return ____dataInitialised_2; }
|
|
inline int32_t* get_address_of__dataInitialised_2() { return &____dataInitialised_2; }
|
|
inline void set__dataInitialised_2(int32_t value)
|
|
{
|
|
____dataInitialised_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FullPath_3() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___FullPath_3)); }
|
|
inline String_t* get_FullPath_3() const { return ___FullPath_3; }
|
|
inline String_t** get_address_of_FullPath_3() { return &___FullPath_3; }
|
|
inline void set_FullPath_3(String_t* value)
|
|
{
|
|
___FullPath_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FullPath_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_OriginalPath_4() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ___OriginalPath_4)); }
|
|
inline String_t* get_OriginalPath_4() const { return ___OriginalPath_4; }
|
|
inline String_t** get_address_of_OriginalPath_4() { return &___OriginalPath_4; }
|
|
inline void set_OriginalPath_4(String_t* value)
|
|
{
|
|
___OriginalPath_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___OriginalPath_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__displayPath_5() { return static_cast<int32_t>(offsetof(FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D, ____displayPath_5)); }
|
|
inline String_t* get__displayPath_5() const { return ____displayPath_5; }
|
|
inline String_t** get_address_of__displayPath_5() { return &____displayPath_5; }
|
|
inline void set__displayPath_5(String_t* value)
|
|
{
|
|
____displayPath_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____displayPath_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.IOException
|
|
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.IO.IOException::_maybeFullPath
|
|
String_t* ____maybeFullPath_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
|
|
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
|
|
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
|
|
inline void set__maybeFullPath_17(String_t* value)
|
|
{
|
|
____maybeFullPath_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IndexOutOfRangeException
|
|
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.CommonObjectSecurity
|
|
struct CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16 : public ObjectSecurity_t8BB9344F21BA662D4F1DF0C818CFDC7784DB3AE8
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.SecurityException
|
|
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.Security.SecurityException::permissionState
|
|
String_t* ___permissionState_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
|
|
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
|
|
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
|
|
inline void set_permissionState_17(String_t* value)
|
|
{
|
|
___permissionState_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UnauthorizedAccessException
|
|
struct UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
// System.Object System.ArgumentOutOfRangeException::m_actualValue
|
|
RuntimeObject * ___m_actualValue_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
|
|
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
|
|
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
|
|
inline void set_m_actualValue_19(RuntimeObject * value)
|
|
{
|
|
___m_actualValue_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
|
|
{
|
|
public:
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
|
|
String_t* ____rangeMessage_18;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
|
|
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
|
|
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
|
|
inline void set__rangeMessage_18(String_t* value)
|
|
{
|
|
____rangeMessage_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.DirectoryInfo
|
|
struct DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
|
|
{
|
|
public:
|
|
// System.String System.IO.DirectoryInfo::current
|
|
String_t* ___current_6;
|
|
// System.String System.IO.DirectoryInfo::parent
|
|
String_t* ___parent_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_current_6() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___current_6)); }
|
|
inline String_t* get_current_6() const { return ___current_6; }
|
|
inline String_t** get_address_of_current_6() { return &___current_6; }
|
|
inline void set_current_6(String_t* value)
|
|
{
|
|
___current_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_parent_7() { return static_cast<int32_t>(offsetof(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F, ___parent_7)); }
|
|
inline String_t* get_parent_7() const { return ___parent_7; }
|
|
inline String_t** get_address_of_parent_7() { return &___parent_7; }
|
|
inline void set_parent_7(String_t* value)
|
|
{
|
|
___parent_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_7), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.DirectoryNotFoundException
|
|
struct DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.DriveNotFoundException
|
|
struct DriveNotFoundException_tE24C6582F3C8F9A24BF0BD5BE63BCB2B6983353C : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.EndOfStreamException
|
|
struct EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.FileInfo
|
|
struct FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C : public FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D
|
|
{
|
|
public:
|
|
// System.String System.IO.FileInfo::_name
|
|
String_t* ____name_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C, ____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((void**)(&____name_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileLoadException
|
|
struct FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
|
|
{
|
|
public:
|
|
// System.String System.IO.FileLoadException::_fileName
|
|
String_t* ____fileName_18;
|
|
// System.String System.IO.FileLoadException::_fusionLog
|
|
String_t* ____fusionLog_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fileName_18)); }
|
|
inline String_t* get__fileName_18() const { return ____fileName_18; }
|
|
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
|
|
inline void set__fileName_18(String_t* value)
|
|
{
|
|
____fileName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB, ____fusionLog_19)); }
|
|
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
|
|
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
|
|
inline void set__fusionLog_19(String_t* value)
|
|
{
|
|
____fusionLog_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.IO.FileNotFoundException
|
|
struct FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 : public IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA
|
|
{
|
|
public:
|
|
// System.String System.IO.FileNotFoundException::_fileName
|
|
String_t* ____fileName_18;
|
|
// System.String System.IO.FileNotFoundException::_fusionLog
|
|
String_t* ____fusionLog_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__fileName_18() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fileName_18)); }
|
|
inline String_t* get__fileName_18() const { return ____fileName_18; }
|
|
inline String_t** get_address_of__fileName_18() { return &____fileName_18; }
|
|
inline void set__fileName_18(String_t* value)
|
|
{
|
|
____fileName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fileName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__fusionLog_19() { return static_cast<int32_t>(offsetof(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431, ____fusionLog_19)); }
|
|
inline String_t* get__fusionLog_19() const { return ____fusionLog_19; }
|
|
inline String_t** get_address_of__fusionLog_19() { return &____fusionLog_19; }
|
|
inline void set__fusionLog_19(String_t* value)
|
|
{
|
|
____fusionLog_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____fusionLog_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
|
|
{
|
|
public:
|
|
// System.String System.ObjectDisposedException::objectName
|
|
String_t* ___objectName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
|
|
inline String_t* get_objectName_17() const { return ___objectName_17; }
|
|
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
|
|
inline void set_objectName_17(String_t* value)
|
|
{
|
|
___objectName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.OverflowException
|
|
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.NativeObjectSecurity
|
|
struct NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A : public CommonObjectSecurity_t7B3F56D3DBF627D548C9194863D61A23889EDB16
|
|
{
|
|
public:
|
|
// System.Security.AccessControl.NativeObjectSecurity_ExceptionFromErrorCode System.Security.AccessControl.NativeObjectSecurity::exception_from_error_code
|
|
ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * ___exception_from_error_code_3;
|
|
// System.Security.AccessControl.ResourceType System.Security.AccessControl.NativeObjectSecurity::resource_type
|
|
int32_t ___resource_type_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_exception_from_error_code_3() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___exception_from_error_code_3)); }
|
|
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * get_exception_from_error_code_3() const { return ___exception_from_error_code_3; }
|
|
inline ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 ** get_address_of_exception_from_error_code_3() { return &___exception_from_error_code_3; }
|
|
inline void set_exception_from_error_code_3(ExceptionFromErrorCode_tDD2CAE46D31B0E12F506DC564AD6BF44BA842148 * value)
|
|
{
|
|
___exception_from_error_code_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___exception_from_error_code_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resource_type_4() { return static_cast<int32_t>(offsetof(NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A, ___resource_type_4)); }
|
|
inline int32_t get_resource_type_4() const { return ___resource_type_4; }
|
|
inline int32_t* get_address_of_resource_type_4() { return &___resource_type_4; }
|
|
inline void set_resource_type_4(int32_t value)
|
|
{
|
|
___resource_type_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.FileSystemSecurity
|
|
struct FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1 : public NativeObjectSecurity_t2FFFC4C282EACC159A98D270774197426244A44A
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.DirectorySecurity
|
|
struct DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F : public FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Security.AccessControl.FileSecurity
|
|
struct FileSecurity_tA80D4B624306EBC4FAC7F92F258703CC1B5349F2 : public FileSystemSecurity_t2040080A9EC514AFE69F2042F720059E7C10ECA1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken[]
|
|
struct TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 m_Items[1];
|
|
|
|
public:
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * 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, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___sep_3), (void*)NULL);
|
|
}
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___sep_3), (void*)NULL);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
public:
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
public:
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.IO.FileInfo[]
|
|
struct FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * m_Items[1];
|
|
|
|
public:
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C ** 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, FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.IO.DirectoryInfo[]
|
|
struct DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * m_Items[1];
|
|
|
|
public:
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke_back(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled);
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke_cleanup(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke_back(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke_cleanup(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com_back(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled);
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com_cleanup(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com_back(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled);
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com_cleanup(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke(const Exception_t& unmarshaled, Exception_t_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_back(const Exception_t_marshaled_pinvoke& marshaled, Exception_t& unmarshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_cleanup(Exception_t_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com(const Exception_t& unmarshaled, Exception_t_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_back(const Exception_t_marshaled_com& marshaled, Exception_t& unmarshaled);
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_cleanup(Exception_t_marshaled_com& marshaled);
|
|
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
|
|
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.DateTime>::get_HasValue()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
|
|
// T System.Nullable`1<System.DateTime>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_gshared (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method);
|
|
|
|
// System.String System.ParseNumbers::IntToString(System.Int32,System.Int32,System.Int32,System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808 (int32_t ___value0, int32_t ___toBase1, int32_t ___width2, Il2CppChar ___paddingChar3, int32_t ___flags4, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat::FormatStandard(System.TimeSpan,System.Boolean,System.String,System.Globalization.TimeSpanFormat/Pattern)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, bool ___isInvariant1, String_t* ___format2, int32_t ___pattern3, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::GetInstance(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD (RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_FullTimeSpanNegativePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullTimeSpanNegativePattern_m79EC10473B014212E3AF30C6338094F1C8CF1C37 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.DateTimeFormatInfo::get_FullTimeSpanPositivePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTimeFormatInfo_get_FullTimeSpanPositivePattern_mB5D174A28F473C5B2B1EB098640836A1AE18F53A (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat::FormatCustomized(System.TimeSpan,System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanFormat/FormatLiterals::Init(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, String_t* ___format0, bool ___useInvariantFieldLengths1, const RuntimeMethod* method);
|
|
// System.Double System.Math::Pow(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1 (double ___x0, double ___y1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_DayHourSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat::IntToString(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686 (int32_t ___n0, int32_t ___digits1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_HourMinuteSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_MinuteSecondSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_SecondFractionSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.TimeSpanFormat/FormatLiterals::get_End()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method);
|
|
// System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseRepeatPattern(System.String,System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB (String_t* ___format0, int32_t ___pos1, Il2CppChar ___patternChar2, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53 (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, const RuntimeMethod* method);
|
|
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517 (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Void System.DateTimeFormat::FormatDigits(System.Text.StringBuilder,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A (StringBuilder_t * ___outputBuffer0, int32_t ___value1, int32_t ___len2, bool ___overrideLengthLimit3, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseQuoteString(System.String,System.Int32,System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60 (String_t* ___format0, int32_t ___pos1, StringBuilder_t * ___result2, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65 (StringBuilder_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.DateTimeFormat::ParseNextChar(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98 (String_t* ___format0, int32_t ___pos1, const RuntimeMethod* method);
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanFormat/FormatLiterals::InitInvariant(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728 (bool ___isNegative0, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilderCache::Release(System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanToken::IsInvalidNumber(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8 (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * __this, int32_t ___maxValue0, int32_t ___maxPrecision1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanResult::Init(System.Globalization.TimeSpanParse/TimeSpanThrowStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_Init_mBDD22A6BCD85A369E16F9E6CE7D4785A62306754 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___canThrow0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::TryParseTimeSpan(System.String,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.IFormatProvider,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_TryParseTimeSpan_m6C8DF8A39DDFA5DE79D0BFEC75B130AF15AC5AE5 (String_t* ___input0, int32_t ___style1, RuntimeObject* ___formatProvider2, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result3, const RuntimeMethod* method);
|
|
// System.Exception System.Globalization.TimeSpanParse/TimeSpanResult::GetTimeSpanParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse/ParseFailureKind,System.String,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method);
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse/ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanTokenizer::Init(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanTokenizer_Init_mEDD978A7394B606190ACE579EF695171211BBB8A (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, String_t* ___input0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanRawInfo::Init(System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanParse/TimeSpanToken System.Globalization.TimeSpanParse/TimeSpanTokenizer::GetNextToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743 (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::ProcessToken(System.Globalization.TimeSpanParse/TimeSpanToken&,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * ___tok0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanTokenizer::get_EOL()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanTokenizer_get_EOL_m0955441B4A1A81EF8C265BD7CF2A8B9C17CF7FEC (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminalState(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminalState_m92BE4A6AB15669A7EF9709EB4993F52A9BDF203D (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_D(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_D_mBED980CC73A4EE0FC14132234F242CEBF7A0A3B9 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HM(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HM_m64521ABCDFFA00D70997FBA1E9068F93A24AAA32 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HM_S_D(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HM_S_D_m82AE362D53D096030AB91DEAE09C8CE0B8C1E47B (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HMS_F_D(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HMS_F_D_m71D13552B141087EBBA33C8C375EBFB70DF38921 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_DHMSF(System.Globalization.TimeSpanParse/TimeSpanRawInfo&,System.Globalization.TimeSpanParse/TimeSpanStandardStyles,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_DHMSF_m1BF1100DE2D5130D034C24B705F3B929069891C0 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanParse/TimeSpanRawInfo::get_PositiveInvariant()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanParse/TimeSpanRawInfo::get_NegativeInvariant()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanParse/TimeSpanRawInfo::get_PositiveLocalized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method);
|
|
// System.Globalization.TimeSpanFormat/FormatLiterals System.Globalization.TimeSpanParse/TimeSpanRawInfo::get_NegativeLocalized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse::TryTimeToTicks(System.Boolean,System.Globalization.TimeSpanParse/TimeSpanToken,System.Globalization.TimeSpanParse/TimeSpanToken,System.Globalization.TimeSpanParse/TimeSpanToken,System.Globalization.TimeSpanParse/TimeSpanToken,System.Globalization.TimeSpanParse/TimeSpanToken,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9 (bool ___positive0, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___days1, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___hours2, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___minutes3, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___seconds4, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___fraction5, int64_t* ___result6, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullHMSFMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullDHMSMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullAppCompatMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullHMSMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullDHMMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::PartialAppCompatMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullHMMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::FullDMatch(System.Globalization.TimeSpanFormat/FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanToken::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanToken__ctor_mD1A3A432292586F8DBA9DB6EF6D347B70919D3D8 (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * __this, int32_t ___number0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse/ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::AddSep(System.String,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, String_t* ___sep0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.TimeSpanParse/TimeSpanRawInfo::AddNum(System.Globalization.TimeSpanParse/TimeSpanToken,System.Globalization.TimeSpanParse/TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___num0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731 (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TimeSpanParse/TimeSpanTokenizer::Init(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanTokenizer_Init_mE81EE59F1A3E88DAD201DE0E1384E437D69A73AB (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, String_t* ___input0, int32_t ___startPosition1, const RuntimeMethod* method);
|
|
// System.Char System.Globalization.TimeSpanParse/TimeSpanTokenizer::get_CurrentChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2 (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method);
|
|
// System.Char System.Globalization.TimeSpanParse/TimeSpanTokenizer::get_NextChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.Guid::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A (Guid_t * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method);
|
|
// System.Void System.Guid::.ctor(System.UInt32,System.UInt16,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mB0E1F8AF1DBD6D2191C909AB0736FDBA3E6267EF (Guid_t * __this, uint32_t ___a0, uint16_t ___b1, uint16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method);
|
|
// System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___d3, const RuntimeMethod* method);
|
|
// System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m0DAD9558364ABC486DC40268B8A55743FB4E988E (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method);
|
|
// System.Void System.Guid/GuidResult::Init(System.Guid/GuidParseThrowStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___canThrow0, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::TryParseGuid(System.String,System.Guid/GuidStyles,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36 (String_t* ___g0, int32_t ___flags1, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result2, const RuntimeMethod* method);
|
|
// System.Exception System.Guid/GuidResult::GetGuidParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Guid::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method);
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::TryParseGuidWithDashes(System.String,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithDashes_m03190FED9B442FC160B9D4B470B8C29AD8ECE455 (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::TryParseGuidWithHexPrefix(System.String,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithHexPrefix_m9D42E3EACF64BE5E1D473B270BDC76D54D7E3D03 (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::TryParseGuidWithNoStyle(System.String,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithNoStyle_m91C1F7891346BEF7F8C42117D60E5C9F73E42A3B (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method);
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object,System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, Exception_t * ___innerException4, const RuntimeMethod* method);
|
|
// System.String System.Guid::EatAllWhitespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_EatAllWhitespace_m13A5241942F020C760E4B1C2392F5E1E84F63616 (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::IsHexPrefix(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345 (String_t* ___str0, int32_t ___i1, const RuntimeMethod* method);
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Guid/ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32,System.Int32,System.Int32&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC (String_t* ___str0, int32_t ___requiredLength1, int32_t ___flags2, int32_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToShort(System.String,System.Int32,System.Int32,System.Int16&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3 (String_t* ___str0, int32_t ___requiredLength1, int32_t ___flags2, int16_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4 (String_t* ___value0, int32_t ___fromBase1, const RuntimeMethod* method);
|
|
// System.Char System.Char::ToUpper(System.Char,System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m7DB88D6BD4EB66188E540B0BF985DE410B660F02 (Il2CppChar ___c0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToLong(System.String,System.Int32&,System.Int32,System.Int64&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___flags2, int64_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32&,System.Int32,System.Int32,System.Int32&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int32_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToShort(System.String,System.Int32*,System.Int32,System.Int32,System.Int16&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToShort_m44351C529F29C0DD1192E55F8FCB2EB2509C1DE8 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int16_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32*,System.Int32,System.Int32,System.Int32&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int32_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method);
|
|
// System.Int32 System.ParseNumbers::StringToInt(System.String,System.Int32,System.Int32,System.Int32*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method);
|
|
// System.Void System.FormatException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Void System.Guid/GuidResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, Exception_t * ___nativeException0, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::StringToLong(System.String,System.Int32*,System.Int32,System.Int64&,System.Guid/GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD (String_t* ___str0, int32_t* ___parsePos1, int32_t ___flags2, int64_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method);
|
|
// System.Int64 System.ParseNumbers::StringToLong(System.String,System.Int32,System.Int32,System.Int32*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48 (String_t* ___value0, int32_t ___fromBase1, int32_t ___flags2, int32_t* ___parsePos3, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
|
|
// System.Char System.Char::ToLower(System.Char,System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160 (Il2CppChar ___c0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture1, const RuntimeMethod* method);
|
|
// System.Byte[] System.Guid::ToByteArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223 (Guid_t * __this, const RuntimeMethod* method);
|
|
// System.String System.Guid::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45 (Guid_t * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.String System.Guid::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5 (Guid_t * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_mEB01C6BA267B1CCD624BCA91D09B803C9B6E5369 (Guid_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Boolean System.Guid::Equals(System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_mC7FC66A530A8B6FC95E8F5F9E34AE81FD44CD245 (Guid_t * __this, Guid_t ___g0, const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::GetResult(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09 (Guid_t * __this, uint32_t ___me0, uint32_t ___them1, const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2 (Guid_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::CompareTo(System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m85822635D81461BAA94200BF0B3C903E11400996 (Guid_t * __this, Guid_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.Guid::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::HexsToChars(System.Char*,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1 (Il2CppChar* ___guidChars0, int32_t ___offset1, int32_t ___a2, int32_t ___b3, bool ___hex4, const RuntimeMethod* method);
|
|
// System.Char System.Guid::HexToChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A (int32_t ___a0, const RuntimeMethod* method);
|
|
// System.String System.String::FastAllocateString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method);
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
|
|
// System.Int32 System.Guid::HexsToChars(System.Char*,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6 (Il2CppChar* ___guidChars0, int32_t ___offset1, int32_t ___a2, int32_t ___b3, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method);
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void System.Text.UTF8Encoding::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m999E138A2E4C290F8A97866714EE53D58C931488 (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.Void System.IO.__Error::FileNotOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633 (const RuntimeMethod* method);
|
|
// System.Int32 System.IO.BinaryReader::InternalReadOneChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.__Error::EndOfFile()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5 (const RuntimeMethod* method);
|
|
// System.Int32 System.IO.MemoryStream::InternalReadInt32()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryStream_InternalReadInt32_m3F7FB4B25C5AF46C817C9C1F88FFD50319776CA3 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
|
|
// System.Single Mono.Security.BitConverterLE::ToSingle(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverterLE_ToSingle_m73CD02EB647B7C0C11C0D5E743425BC7DFA799BE (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Double Mono.Security.BitConverterLE::ToDouble(System.Byte[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverterLE_ToDouble_m0E5DF606A5685D1CA8D54A525D3A41FA50363732 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Decimal System.Decimal::ToDecimal(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_ToDecimal_m6716CC5DF0409A769ED7F3D031030BA91A8C189A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
|
|
// System.Void System.IO.IOException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.BinaryReader::Read7BitEncodedInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.IOException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.MemoryStream::InternalGetPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryStream_InternalGetPosition_m9D258332E0A5E1FC81CA1E76C8C3F46FBE721861 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.MemoryStream::InternalEmulateRead(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryStream_InternalEmulateRead_mA4A874D88BF324854644BA9C2E8F53B9EC2CD788 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, int32_t ___count0, const RuntimeMethod* method);
|
|
// System.Byte[] System.IO.MemoryStream::InternalGetBuffer()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MemoryStream_InternalGetBuffer_m523652019AB0927A8B2C8E8F3159598FD609F8A8_inline (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.BinaryReader::InternalReadChars(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
|
|
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method);
|
|
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsSurrogate(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1 (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m406ADCCE048705851CA952B5103A9020BBBDFBDA (double ___value0, const RuntimeMethod* method);
|
|
// System.Byte[] Mono.Security.BitConverterLE::GetBytes(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BitConverterLE_GetBytes_m9428D4A01AC77E50E16D9B738098F2954E5964E0 (float ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.BinaryWriter::Write7BitEncodedInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write7BitEncodedInt_m8FA5CBD3BCB110DD58FC21FF6751D77D3BEF71A3 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.BinaryWriter::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m5A85DD02499F9284E0F06ACF4FE9EA3BEC9D71E9 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.StreamReader::Peek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StreamReader_Peek_m8C914AF78EEF625B3DD817688FF76FCA1BA62E50 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, const RuntimeMethod* method);
|
|
// System.ConsoleKeyInfo System.Console::ReadKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 Console_ReadKey_m8E93A1A91E2D0BE19342C479E9D769AB0C6E37B4 (const RuntimeMethod* method);
|
|
// System.Char System.ConsoleKeyInfo::get_KeyChar()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.String System.TermInfoDriver::ReadLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m78467BC7110A388B0B3110938EACB1884E14510F (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
|
|
// System.String System.TermInfoDriver::ReadToEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadToEnd_m697572077763E29F1FACE78552838636D7044BBF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_mBDBE79E3F9A95CB601CEEE2D5464EA3DB663A779 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, int32_t ___bufferSize2, bool ___leaveOpen3, const RuntimeMethod* method);
|
|
// System.Boolean System.TermInfoDriver::get_Initialized()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD_inline (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::Write(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter_Write_m8056BDE8A4AD4816F9D7DBDBCB80D03BE8F3ED14 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void System.TermInfoDriver::WriteSpecialKey(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void System.IO.CStreamWriter::InternalWriteChar(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChar_m2CF4426CAEB1BF5724F33725DFF21C139D6C9CD7 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Il2CppChar ___val0, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::Write(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter_Write_mDBCA4E464A543DFD00B0619943BA0C7F15DB55FE (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::Write(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter_Write_mF8B514CF8D521D390B0F1F9950851B358560F623 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Char[] System.String::ToCharArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::InternalGetFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFiles_m9EE0830994A8BC92808CFECCAE2C53DDA4463D70 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::InternalGetFileDirectoryNames(System.String,System.String,System.String,System.Boolean,System.Boolean,System.IO.SearchOption,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02 (String_t* ___path0, String_t* ___userPathOriginal1, String_t* ___searchPattern2, bool ___includeFiles3, bool ___includeDirs4, int32_t ___searchOption5, bool ___checkHost6, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::InternalGetDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetDirectories_mC6507CABCCC2C5CABBD989F47C0CCB86CC88F620 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::InternalGetFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFileSystemEntries_m81986938BC1066D47F475B8FFEC822B55D15514E (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.FileSystemEnumerableFactory::CreateFileNameIterator(System.String,System.String,System.String,System.Boolean,System.Boolean,System.IO.SearchOption,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileSystemEnumerableFactory_CreateFileNameIterator_m8794115F2FA85BF0EAD65285717FC65C2003F47C (String_t* ___path0, String_t* ___originalUserPath1, String_t* ___searchPattern2, bool ___includeFiles3, bool ___includeDirs4, int32_t ___searchOption5, bool ___checkHost6, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1__ctor_mE9FDDA3E872C3CB2DBDC8562E9ABA76CA3124599 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, method);
|
|
}
|
|
// T[] System.Collections.Generic.List`1<System.String>::ToArray()
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateDirectories_m3BA714BFAE66B344E7222B185DB8B513D495619B (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFileSystemNames(System.String,System.String,System.IO.SearchOption,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFileSystemNames_m9EEEBA0614EFD264CEFF21A4D5D067E1CD76CC28 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, bool ___includeFiles3, bool ___includeDirs4, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateFiles_m4690D2D9310CD61B67EE0A27C9AF263392015BA5 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateFileSystemEntries_m5CE4747CF98CA994B2D823711B818A02E20A0F95 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method);
|
|
// System.Void System.IO.Path::Validate(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.Security.SecurityManager::EnsureElevatedPermissions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6 (const RuntimeMethod* method);
|
|
// System.String System.String::CreateString(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOfAny(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.File::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// System.Boolean System.Environment::get_IsRunningOnWindows()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D (const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectoriesInternal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, bool ___simpleOriginalPath1, const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo System.IO.DirectoryInfo::get_Parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::CreateDirectory(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_CreateDirectory_mE48A089C134A6EE6B4152601E597B98AECED78D3 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Exception System.IO.MonoIO::GetException(System.String,System.IO.MonoIOError)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8 (String_t* ___path0, int32_t ___error1, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::ExistsSymlink(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_ExistsSymlink_m61C80D5A8EC9EF67D3CD1AB2C5D58B87BE7015C4 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::DeleteFile(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_DeleteFile_mF71A74A7BA23A772FFE9ED5FD52EDEA80E43EFA6 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::RemoveDirectory(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_RemoveDirectory_m5954EE687BCBAA3917B1BC3D91DC93FB65AB54BB (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::GetDirectories(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::RecursiveDelete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::GetFiles(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.Security.SecurityManager::CheckElevatedPermissions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_CheckElevatedPermissions_mC3323475F1FDB37C20D9DA45F54EAD827AB7EE9E (const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetFullPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::ExistsDirectory(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_ExistsDirectory_mCC5A0DCF94AB2C9CC14E4F9E077DFCC8DDEFBC8A (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.File::GetLastAccessTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.Directory::GetLastAccessTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastAccessTime_mAE0DA3CE31D85ECCA0B1D362792C43E147A90267 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::ToUniversalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.File::GetLastWriteTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.Directory::GetLastWriteTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastWriteTime_mDAC43816441FBA413BEA1F33CF0DB35E5184FB0F (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.File::GetCreationTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.Directory::GetCreationTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetCreationTime_mAEB783A2BE76368A681A4E46280CDF99708CCE64 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Directory::InsecureGetCurrentDirectory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB (const RuntimeMethod* method);
|
|
// System.String System.IO.MonoIO::GetCurrentDirectory(System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoIO_GetCurrentDirectory_m58052285E84A0379331FF2FE78A663C9F5C64C21 (int32_t* ___error0, const RuntimeMethod* method);
|
|
// System.Exception System.IO.MonoIO::GetException(System.IO.MonoIOError)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3 (int32_t ___error0, const RuntimeMethod* method);
|
|
// System.String[] System.Environment::GetLogicalDrives()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetLogicalDrives_mC28C1DFCC06E08D60835A58C5AF90E110EBB5D77 (const RuntimeMethod* method);
|
|
// System.Boolean System.String::EndsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Directory::IsRootDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_IsRootDirectory_m050E8364C8D7BBC55405DA0C2653D3675511C148 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetDirectoryName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Directory::GetCurrentDirectory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m78DAD8FE27C7A48794B7B657F7C81DFE2F3FF56E (const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.Directory::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::MoveFile(System.String,System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_MoveFile_mA8D1F48D58E344CADD41F007D877226CEF8B5A12 (String_t* ___path0, String_t* ___dest1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::SetCreationTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTime1, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::ToLocalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::SetCreationTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetCreationTime_m38679D278039E336514F0D6FA82136F91ECD3F67 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTime1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetCurrentDirectory(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetCurrentDirectory_m7442E6F5D695B1CFC12253F534E909EB3E4E1107 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::SetLastAccessTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTime1, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::SetLastAccessTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastAccessTime_mFC7B8CE90169D6B9EA612229D1AA172CF3B5BF95 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTime1, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::SetLastWriteTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTime1, const RuntimeMethod* method);
|
|
// System.Void System.IO.Directory::SetLastWriteTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastWriteTime_m33F6E3F056EFE9B26140ED1CEDD53E05A76D4873 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTime1, const RuntimeMethod* method);
|
|
// System.Void System.Security.AccessControl.DirectorySecurity::.ctor(System.String,System.Security.AccessControl.AccessControlSections)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectorySecurity__ctor_mA0D7D2811A74A9E3755B66636CACC149A6BF3579 (DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * __this, String_t* ___name0, int32_t ___includeSections1, const RuntimeMethod* method);
|
|
// System.Security.AccessControl.DirectorySecurity System.IO.Directory::GetAccessControl(System.String,System.Security.AccessControl.AccessControlSections)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * Directory_GetAccessControl_mFDAF933EB0F4C1BF7C893FA0CCF47930843EC77A (String_t* ___path0, int32_t ___includeSections1, const RuntimeMethod* method);
|
|
// System.Boolean System.String::EndsWith(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::get_DirectorySeparatorCharAsString()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237_inline (const RuntimeMethod* method);
|
|
// System.Void System.IO.FileSystemInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_m22B50C1300480DC70B0DB66D09775F86E2DB0709 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::CheckPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetFileName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.DirectoryInfo::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileSystemInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemInfo__ctor_mC1CECDE3DB4924A834D16CA6BA1ED86C7C68BA1D (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLetter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileSystemInfo::Refresh()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemInfo_Refresh_m2A291853AC8436A6A23A35B8D00C9CC33F351979 (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method);
|
|
// System.IO.FileInfo[] System.IO.DirectoryInfo::GetFiles(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___searchPattern0, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::GetFiles(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, const RuntimeMethod* method);
|
|
// System.IO.DirectoryInfo[] System.IO.DirectoryInfo::GetDirectories(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___searchPattern0, const RuntimeMethod* method);
|
|
// System.String[] System.IO.Directory::GetDirectories(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Exception::SetErrorCode(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
|
|
// System.Void System.IO.IOException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, String_t* ___path0, bool ___append1, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, String_t* ___path0, bool ___append1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::Copy(System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF (String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::Exists(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.String Locale::GetText(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method);
|
|
// System.IO.FileAttributes System.IO.File::GetAttributes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::CopyFile(System.String,System.String,System.Boolean,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_CopyFile_mFC0944CC64AFD4412E99C4B7D24E0DF244B0026C (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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_m892E853951FB40FF321104362355F9E30A1C027C (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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m4DC05D41FB4913FBEC94E42F27DD4A7F7E4225BE (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mE7B19C44ACADF935195F4209CECBC3EF962987C9 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, int32_t ___options5, const RuntimeMethod* method);
|
|
// System.Void System.UnauthorizedAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnauthorizedAccessException__ctor_mFE97E700E2ADBC5A46A6A43642CFA2FCB8C0BA85 (UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrWhiteSpace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::ExistsFile(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_ExistsFile_m95E5B1CAC56402436D1C1D2FDED7D943F24682ED (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.IO.FileAttributes System.IO.MonoIO::GetFileAttributes(System.String,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileAttributes_m852E4F35BC844F1A12336484D7C173532B4C0CE2 (String_t* ___path0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::GetFileStat(System.String,System.IO.MonoIOStat&,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_GetFileStat_m524BAFEDEA589583DE1F8CF66A33D1F6D5291C20 (String_t* ___path0, MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * ___stat1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.DateTime System.IO.File::get_DefaultLocalFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3 (const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::FromFileTime(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676 (int64_t ___fileTime0, const RuntimeMethod* method);
|
|
// System.String Locale::GetText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamReader::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mE646A80660B17E91CEA1048DB5B6F0616C77EECD (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::Replace(System.String,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5 (String_t* ___sourceFileName0, String_t* ___destinationFileName1, String_t* ___destinationBackupFileName2, bool ___ignoreMetadataErrors3, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::ReplaceFile(System.String,System.String,System.String,System.Boolean,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_ReplaceFile_mD9D42F4028A5060FB1EA8EE19D86D4DD975E4B28 (String_t* ___sourceFileName0, String_t* ___destinationFileName1, String_t* ___destinationBackupFileName2, bool ___ignoreMetadataErrors3, int32_t* ___error4, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetFileAttributes(System.String,System.IO.FileAttributes,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetFileAttributes_m4F388F18572081140EA9A8EBACCED3E5440ABDE1 (String_t* ___path0, int32_t ___attrs1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetCreationTime(System.String,System.DateTime,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetCreationTime_m41EE00326FEA67CA3678E78380887EB2CF1A3D38 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetLastAccessTime(System.String,System.DateTime,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetLastAccessTime_m0139514176CC02C7DAE4BFED3FD5CE44D822D687 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetLastWriteTime(System.String,System.DateTime,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetLastWriteTime_m1113505F0AEEB2AB9662B3437F07F7C5AE40886F (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___dateTime1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.IO.FileStream System.IO.File::OpenRead(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.IO.StreamReader System.IO.File::OpenText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String[] System.IO.File::ReadAllLines(System.IO.StreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___reader0, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamReader::.ctor(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_m3A1F63D6B85504E4427C172BCB25456E069111BB (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, String_t* ___path0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
|
|
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Boolean System.IO.StreamReader::get_EndOfStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_get_EndOfStream_m27AD6266C30A5EB091918D822BD201F08A4D4423 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, const RuntimeMethod* method);
|
|
// System.IO.FileStream System.IO.File::Create(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.StreamWriter::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamWriter__ctor_mBD57121EF294EA913E206E5DFCE3095295316707 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * __this, String_t* ___path0, const RuntimeMethod* method);
|
|
// System.Void System.IO.File::WriteAllLines(System.IO.StreamWriter,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_m0BAF1BA3E07E9888A7F5699D4F593210159F7AD7 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___writer0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___contents1, const RuntimeMethod* method);
|
|
// System.Text.Encoding System.Text.EncodingHelper::get_UTF8Unmarked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335 (const RuntimeMethod* method);
|
|
// System.Void System.IO.File::WriteAllText(System.String,System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9 (String_t* ___path0, String_t* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
|
|
// System.Boolean System.Nullable`1<System.DateTime>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method);
|
|
// System.Void System.Nullable`1<System.DateTime>::.ctor(T)
|
|
inline void Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , const RuntimeMethod*))Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_gshared)(__this, ___value0, method);
|
|
}
|
|
// T System.Nullable`1<System.DateTime>::get_Value()
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594 (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 (*) (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *, const RuntimeMethod*))Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.File::ReadLines(System.IO.StreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___reader0, const RuntimeMethod* method);
|
|
// System.Void System.IO.File/<ReadLines>d__58::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58__ctor_m2FF2A5140F4E1A98BEC0DA0E12689BE5FF8D4089 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Environment::get_CurrentManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1 (const RuntimeMethod* method);
|
|
// System.Void System.IO.File/<ReadLines>d__58::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.File/<ReadLines>d__58::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58_System_IDisposable_Dispose_mC69DB544549F03578EE6FD22469C0225F82FADB5 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method);
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.IEnumerator`1<System.String> System.IO.File/<ReadLines>d__58::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_mCFD6B99C88B492EEDFBBDD61E099434322FEA847 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileInfo::Init(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo_Init_m09A3269C83385D477B429AC72A3D3FE71C97F499 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, bool ___checkHost1, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::GetFullPathInternal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPathInternal_m4FA3EA56940FB51BFEBA5C117FC3F2E2F0993CD4 (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.FileInfo::GetDisplayPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_GetDisplayPath_m71C4AA466A1B1DCED99D6034B0461461B941F1F7 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___originalPath0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileSystemInfo::set_DisplayPath(System.String)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FileSystemInfo_set_DisplayPath_m7CAD47FB30F989161D7E8147D627F42B6FB81777_inline (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.IO.FileSystemInfo::get_DisplayPath()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileSystemInfo_get_DisplayPath_m9A14D10849FCBD74D3854A8B12D9407E007258FF_inline (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.__Error::WinIOError(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B (int32_t ___errorCode0, String_t* ___maybeFullPath1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileLoadException::SetMessageField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException_SetMessageField_m13C5CCF4FF11FB90967B87DC3B782EEA7B4AB0D0 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Exception::get_HResult()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.String System.IO.FileLoadException::FormatFileLoadExceptionMessage(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6 (String_t* ___fileName0, int32_t ___hResult1, const RuntimeMethod* method);
|
|
// System.Type System.Exception::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
|
|
// System.Exception System.Exception::get_InnerException()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.String System.IO.FileLoadException::get_FusionLog()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F_inline (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method);
|
|
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileNotFoundException::SetMessageField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException_SetMessageField_m9720D0DA0759876F4ED95BE7718C7CFC563519A1 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method);
|
|
// System.String System.IO.FileNotFoundException::get_FusionLog()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5_inline (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method);
|
|
// System.Void System.IO.Stream::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
|
|
// System.Void Microsoft.Win32.SafeHandles.SafeFileHandle::.ctor(System.IntPtr,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeFileHandle__ctor_m6A2B9012ABB69B3A4619BF08EE2C7DB7834B44E4 (SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::Init(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___isConsoleWrapper5, 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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m08832D5955D0B6B8B22C0968E893D0338DBFBF6A (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___isAsync5, bool ___anonymous6, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::InsecureGetFullPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_InsecureGetFullPath_m83AEFFE6DCB6FA9D4E3831770275D07C33E15E7B (String_t* ___path0, const RuntimeMethod* method);
|
|
// System.String System.IO.FileStream::GetSecureFileName(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m410B4CDCEECE9F3A35BEE2987CA38FB8BF6224E2 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___filename0, bool ___full1, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// System.IntPtr System.IO.MonoIO::Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.IO.FileOptions,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t MonoIO_Open_m75D574F44B3C1E6FA4E245D48D5AC73F70BE16B7 (String_t* ___filename0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___options4, int32_t* ___error5, const RuntimeMethod* method);
|
|
// System.String System.IO.FileStream::GetSecureFileName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___filename0, const RuntimeMethod* method);
|
|
// System.IO.MonoFileType System.IO.MonoIO::GetFileType(System.Runtime.InteropServices.SafeHandle,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoIO_GetFileType_m7D093935BE13683038AF6C26EF439FE3C9FC3B34 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::InitBuffer(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, int32_t ___size0, bool ___isZeroSize1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::ExposeHandle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_ExposeHandle_m2A9277874EFFAF1D1CC3BB8286CE2180ACA99D04 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.IO.MonoIO::Seek(System.Runtime.InteropServices.SafeHandle,System.Int64,System.IO.SeekOrigin,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, int64_t ___offset1, int32_t ___origin2, int32_t* ___error3, const RuntimeMethod* method);
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsClosed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::FlushBufferIfDirty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_FlushBufferIfDirty_m8C75508BB0A2A80CE8CA41A831A9A918ABFDD4B3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.IO.MonoIO::GetLength(System.Runtime.InteropServices.SafeHandle,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t MonoIO_GetLength_m794C6E5D2377F6F9776C3229C9F4245C7E99D8D0 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::FlushBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.FileStream::ReadData(System.Runtime.InteropServices.SafeHandle,System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::RefillBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_RefillBuffer_mB9ED6A840020C56BAF34BD8D98DD5A79EACC9A33 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.FileStream::ReadInternal(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadInternal_mCF406AEBAF3F14221966974340EF3E4D27C9A5CD (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dest0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.FileStream::ReadSegment(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginRead_mBF8B16ED8510AD6BE9D0A3EE1A933D6515CF160D (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream/ReadDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m5398E33864569F7E53564DE34448DC9F743F0138 (ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * __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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_mFFC91133F07A5D2EDCCA054FC6D87669FEF29AAD (ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.Stream::EndRead(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stream_EndRead_mA8D81CE363398C9D2760A2088C2D1A940B56FE2F (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.FileStream/ReadDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m468C558EC7F50320B097734B3BB02F97319D192A (ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream::WriteInternal(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.MonoIO::Write(System.Runtime.InteropServices.SafeHandle,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoIO_Write_mF97020DA86EB20041046B8C380D54DD074F9A78F (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_WriteSegment_m5C9DA531BE3ED67A6801A386ED239E6AD79EAD3E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stream_BeginWrite_mFF3CB915FA5A878608575A46C75C1A9D9D3706D9 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStreamAsyncResult::.ctor(System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStreamAsyncResult__ctor_m1B7A605971D3DFF264ADFA39FB74F0422A60A064 (FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream/WriteDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate__ctor_m41B4A17F60602F873DB1AB059CD8CB97997D29EB (WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * __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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_mF392FE08CA2D3A8DC0CBD31CB45F0D40D58FC0B5 (WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
|
|
// System.Void System.IO.Stream::EndWrite(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_EndWrite_mE7A87B817FDCB90247FAF760BE83172B1D616032 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
|
|
// System.Void System.IO.FileStream/WriteDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mE58768AEE51495BCCF8DA1A6DD9B8A332F4746F3 (WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::SetLength(System.Runtime.InteropServices.SafeHandle,System.Int64,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_SetLength_m2967A1AF6BA9338AE7593D89BC32F52EF1B48350 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, int64_t ___length1, int32_t* ___error2, const RuntimeMethod* method);
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.IO.MonoIO::Close(System.IntPtr,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoIO_Close_mAE9B87E72744FC15E1A6E4ED5620F0189D328694 (intptr_t ___handle0, int32_t* ___error1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method);
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
|
|
// System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
|
|
// System.Int32 System.IO.MonoIO::Read(System.Runtime.InteropServices.SafeHandle,System.Byte[],System.Int32,System.Int32,System.IO.MonoIOError&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoIO_Read_m6E196F4D40ACB3B0FCCFF55BE04A3AD3C40B1511 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dest1, int32_t ___dest_offset2, int32_t ___count3, int32_t* ___error4, const RuntimeMethod* method);
|
|
// System.Void System.IO.IOException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m6B0D6AACEED1FF37B08ADCB87640737D84E95891 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Math::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Globalization.TimeSpanFormat::IntToString(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686 (int32_t ___n0, int32_t ___digits1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___n0;
|
|
int32_t L_1 = ___digits1;
|
|
String_t* L_2 = ParseNumbers_IntToString_m5BC5323B0C61C26D9CF4B239E431D8672E060808(L_0, ((int32_t)10), L_1, ((int32_t)48), 0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat::Format(System.TimeSpan,System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, String_t* ___format1, RuntimeObject* ___formatProvider2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___format1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___format1;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
___format1 = _stringLiteral84A516841BA77A5B4648DE2CD0DFCB30EA46DBB4;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_3 = ___format1;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___format1;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)99))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)116))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_0;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)84)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_10 = ___value0;
|
|
String_t* L_11 = ___format1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98(L_10, (bool)1, L_11, 1, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Il2CppChar L_13 = V_0;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)103))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)71)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_15 = ___formatProvider2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_16 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_15, /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_17 = ___value0;
|
|
int64_t L_18 = L_17.get__ticks_3();
|
|
if ((((int64_t)L_18) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_19 = V_2;
|
|
NullCheck(L_19);
|
|
String_t* L_20 = DateTimeFormatInfo_get_FullTimeSpanNegativePattern_m79EC10473B014212E3AF30C6338094F1C8CF1C37(L_19, /*hidden argument*/NULL);
|
|
___format1 = L_20;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_21 = V_2;
|
|
NullCheck(L_21);
|
|
String_t* L_22 = DateTimeFormatInfo_get_FullTimeSpanPositivePattern_mB5D174A28F473C5B2B1EB098640836A1AE18F53A(L_21, /*hidden argument*/NULL);
|
|
___format1 = L_22;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Il2CppChar L_23 = V_0;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)103)))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 1;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
V_1 = 2;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_24 = ___value0;
|
|
String_t* L_25 = ___format1;
|
|
int32_t L_26 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_27 = TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98(L_24, (bool)0, L_25, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
String_t* L_28 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_29 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_29, L_28, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, TimeSpanFormat_Format_mDFAF627CECBD00A1DDB27D3D812974B3A2875B8F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_30 = ___value0;
|
|
String_t* L_31 = ___format1;
|
|
RuntimeObject* L_32 = ___formatProvider2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_33 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_32, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_34 = TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA(L_30, L_31, L_33, /*hidden argument*/NULL);
|
|
return L_34;
|
|
}
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat::FormatStandard(System.TimeSpan,System.Boolean,System.String,System.Globalization.TimeSpanFormat_Pattern)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, bool ___isInvariant1, String_t* ___format2, int32_t ___pattern3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanFormat_FormatStandard_mA01ED49C72C00797F6CDB526B1CE657DA4026B98_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
{
|
|
StringBuilder_t * L_0 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)16), /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_1 = ___value0;
|
|
int64_t L_2 = L_1.get__ticks_3();
|
|
V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_2/(int64_t)((int64_t)864000000000LL))))));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_3 = ___value0;
|
|
int64_t L_4 = L_3.get__ticks_3();
|
|
V_2 = ((int64_t)((int64_t)L_4%(int64_t)((int64_t)864000000000LL)));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_5 = ___value0;
|
|
int64_t L_6 = L_5.get__ticks_3();
|
|
if ((((int64_t)L_6) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((-L_7));
|
|
int64_t L_8 = V_2;
|
|
V_2 = ((-L_8));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int64_t L_9 = V_2;
|
|
V_3 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9/(int64_t)((int64_t)36000000000LL)))%(int64_t)(((int64_t)((int64_t)((int32_t)24)))))))));
|
|
int64_t L_10 = V_2;
|
|
V_4 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10/(int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
int64_t L_11 = V_2;
|
|
V_5 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_11/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
int64_t L_12 = V_2;
|
|
V_6 = (((int32_t)((int32_t)((int64_t)((int64_t)L_12%(int64_t)(((int64_t)((int64_t)((int32_t)10000000)))))))));
|
|
bool L_13 = ___isInvariant1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_14 = ___value0;
|
|
int64_t L_15 = L_14.get__ticks_3();
|
|
if ((((int64_t)L_15) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_16 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_NegativeInvariantFormatLiterals_1();
|
|
V_7 = L_16;
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_17 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_PositiveInvariantFormatLiterals_0();
|
|
V_7 = L_17;
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
il2cpp_codegen_initobj((&V_7), sizeof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ));
|
|
String_t* L_18 = ___format2;
|
|
int32_t L_19 = ___pattern3;
|
|
FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), L_18, (bool)((((int32_t)L_19) == ((int32_t)2))? 1 : 0), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_20 = V_6;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_6;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_22 = V_7;
|
|
int32_t L_23 = L_22.get_ff_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_24 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_23))))), /*hidden argument*/NULL);
|
|
V_6 = (((int32_t)((int32_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_21)))/(int64_t)(((int64_t)((int64_t)L_24))))))));
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
StringBuilder_t * L_25 = V_0;
|
|
String_t* L_26 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, L_26, /*hidden argument*/NULL);
|
|
int32_t L_27 = ___pattern3;
|
|
if ((((int32_t)L_27) == ((int32_t)2)))
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_1;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
StringBuilder_t * L_29 = V_0;
|
|
int32_t L_30 = V_1;
|
|
NullCheck(L_29);
|
|
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_29, L_30, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_31 = V_0;
|
|
String_t* L_32 = FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_31, L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
StringBuilder_t * L_33 = V_0;
|
|
int32_t L_34 = V_3;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_35 = V_7;
|
|
int32_t L_36 = L_35.get_hh_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_37 = TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686(L_34, L_36, /*hidden argument*/NULL);
|
|
NullCheck(L_33);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, L_37, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_38 = V_0;
|
|
String_t* L_39 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_38, L_39, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_40 = V_0;
|
|
int32_t L_41 = V_4;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_42 = V_7;
|
|
int32_t L_43 = L_42.get_mm_3();
|
|
String_t* L_44 = TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686(L_41, L_43, /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, L_44, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_45 = V_0;
|
|
String_t* L_46 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_45, L_46, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_47 = V_0;
|
|
int32_t L_48 = V_5;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_49 = V_7;
|
|
int32_t L_50 = L_49.get_ss_4();
|
|
String_t* L_51 = TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686(L_48, L_50, /*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_47, L_51, /*hidden argument*/NULL);
|
|
bool L_52 = ___isInvariant1;
|
|
if (L_52)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = ___pattern3;
|
|
if ((!(((uint32_t)L_53) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_54 = V_7;
|
|
int32_t L_55 = L_54.get_ff_5();
|
|
V_8 = L_55;
|
|
goto IL_0177;
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
int32_t L_56 = V_6;
|
|
if (((int32_t)((int32_t)L_56%(int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_6;
|
|
V_6 = ((int32_t)((int32_t)L_57/(int32_t)((int32_t)10)));
|
|
int32_t L_58 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1));
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
int32_t L_59 = V_8;
|
|
if ((((int32_t)L_59) > ((int32_t)0)))
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
int32_t L_60 = V_8;
|
|
if ((((int32_t)L_60) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_61 = V_0;
|
|
String_t* L_62 = FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_61);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_61, L_62, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_63 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_64 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
|
|
int32_t L_65 = V_8;
|
|
NullCheck(L_64);
|
|
int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1));
|
|
String_t* L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_68 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_69 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&V_6), L_67, L_68, /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_63, L_69, /*hidden argument*/NULL);
|
|
goto IL_01d9;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
int32_t L_70 = ___pattern3;
|
|
if ((((int32_t)L_70) == ((int32_t)2)))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71 = V_6;
|
|
if (!L_71)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
StringBuilder_t * L_72 = V_0;
|
|
String_t* L_73 = FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_72);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_72, L_73, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_74 = V_0;
|
|
int32_t L_75 = V_6;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_76 = V_7;
|
|
int32_t L_77 = L_76.get_ff_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_78 = TimeSpanFormat_IntToString_m1270AA604B3449379CA4728FBC52A134CDDC6686(L_75, L_77, /*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_74, L_78, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
StringBuilder_t * L_79 = V_0;
|
|
String_t* L_80 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&V_7), /*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_79, L_80, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_81 = V_0;
|
|
String_t* L_82 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_81, /*hidden argument*/NULL);
|
|
return L_82;
|
|
}
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat::FormatCustomized(System.TimeSpan,System.String,System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, String_t* ___format1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int64_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
StringBuilder_t * V_9 = NULL;
|
|
Il2CppChar V_10 = 0x0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
StringBuilder_t * V_13 = NULL;
|
|
Il2CppChar V_14 = 0x0;
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = ___value0;
|
|
int64_t L_1 = L_0.get__ticks_3();
|
|
V_0 = (((int32_t)((int32_t)((int64_t)((int64_t)L_1/(int64_t)((int64_t)864000000000LL))))));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ___value0;
|
|
int64_t L_3 = L_2.get__ticks_3();
|
|
V_1 = ((int64_t)((int64_t)L_3%(int64_t)((int64_t)864000000000LL)));
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ___value0;
|
|
int64_t L_5 = L_4.get__ticks_3();
|
|
if ((((int64_t)L_5) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((-L_6));
|
|
int64_t L_7 = V_1;
|
|
V_1 = ((-L_7));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
int64_t L_8 = V_1;
|
|
V_2 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_8/(int64_t)((int64_t)36000000000LL)))%(int64_t)(((int64_t)((int64_t)((int32_t)24)))))))));
|
|
int64_t L_9 = V_1;
|
|
V_3 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_9/(int64_t)(((int64_t)((int64_t)((int32_t)600000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
int64_t L_10 = V_1;
|
|
V_4 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_10/(int64_t)(((int64_t)((int64_t)((int32_t)10000000))))))%(int64_t)(((int64_t)((int64_t)((int32_t)60)))))))));
|
|
int64_t L_11 = V_1;
|
|
V_5 = (((int32_t)((int32_t)((int64_t)((int64_t)L_11%(int64_t)(((int64_t)((int64_t)((int32_t)10000000)))))))));
|
|
V_6 = (((int64_t)((int64_t)0)));
|
|
V_7 = 0;
|
|
StringBuilder_t * L_12 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)16), /*hidden argument*/NULL);
|
|
V_9 = L_12;
|
|
goto IL_0364;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
String_t* L_13 = ___format1;
|
|
int32_t L_14 = V_7;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, L_14, /*hidden argument*/NULL);
|
|
V_10 = L_15;
|
|
Il2CppChar L_16 = V_10;
|
|
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)70)))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_10;
|
|
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_10;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_10;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_02d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
Il2CppChar L_20 = V_10;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_10;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_01fb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
Il2CppChar L_22 = V_10;
|
|
if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)104)))))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_10;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_031e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_24 = V_10;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)100))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
Il2CppChar L_25 = V_10;
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)109))))
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_26 = V_10;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)115))))
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
String_t* L_27 = ___format1;
|
|
int32_t L_28 = V_7;
|
|
Il2CppChar L_29 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_27, L_28, L_29, /*hidden argument*/NULL);
|
|
V_8 = L_30;
|
|
int32_t L_31 = V_8;
|
|
if ((((int32_t)L_31) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_33 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_33, L_32, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
StringBuilder_t * L_34 = V_9;
|
|
int32_t L_35 = V_2;
|
|
int32_t L_36 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_34, L_35, L_36, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
String_t* L_37 = ___format1;
|
|
int32_t L_38 = V_7;
|
|
Il2CppChar L_39 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_40 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_37, L_38, L_39, /*hidden argument*/NULL);
|
|
V_8 = L_40;
|
|
int32_t L_41 = V_8;
|
|
if ((((int32_t)L_41) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_43 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_43, L_42, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
StringBuilder_t * L_44 = V_9;
|
|
int32_t L_45 = V_3;
|
|
int32_t L_46 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_44, L_45, L_46, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
String_t* L_47 = ___format1;
|
|
int32_t L_48 = V_7;
|
|
Il2CppChar L_49 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_50 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_47, L_48, L_49, /*hidden argument*/NULL);
|
|
V_8 = L_50;
|
|
int32_t L_51 = V_8;
|
|
if ((((int32_t)L_51) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_52 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_53 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_53, L_52, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
StringBuilder_t * L_54 = V_9;
|
|
int32_t L_55 = V_4;
|
|
int32_t L_56 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m26B4143174A9FCEFF5DE1BD1DA78EE75F0A12B53(L_54, L_55, L_56, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
String_t* L_57 = ___format1;
|
|
int32_t L_58 = V_7;
|
|
Il2CppChar L_59 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_60 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_57, L_58, L_59, /*hidden argument*/NULL);
|
|
V_8 = L_60;
|
|
int32_t L_61 = V_8;
|
|
if ((((int32_t)L_61) <= ((int32_t)7)))
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_62 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_63 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_63, L_62, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
int32_t L_64 = V_5;
|
|
V_6 = (((int64_t)((int64_t)L_64)));
|
|
int64_t L_65 = V_6;
|
|
int32_t L_66 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_67 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_66))))), /*hidden argument*/NULL);
|
|
V_6 = ((int64_t)((int64_t)L_65/(int64_t)(((int64_t)((int64_t)L_67)))));
|
|
StringBuilder_t * L_68 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
|
|
int32_t L_70 = V_8;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1));
|
|
String_t* L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_73 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_74 = Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517((int64_t*)(&V_6), L_72, L_73, /*hidden argument*/NULL);
|
|
NullCheck(L_68);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_68, L_74, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_01fb:
|
|
{
|
|
String_t* L_75 = ___format1;
|
|
int32_t L_76 = V_7;
|
|
Il2CppChar L_77 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_78 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_75, L_76, L_77, /*hidden argument*/NULL);
|
|
V_8 = L_78;
|
|
int32_t L_79 = V_8;
|
|
if ((((int32_t)L_79) <= ((int32_t)7)))
|
|
{
|
|
goto IL_021c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_80 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_81 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_81, L_80, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_021c:
|
|
{
|
|
int32_t L_82 = V_5;
|
|
V_6 = (((int64_t)((int64_t)L_82)));
|
|
int64_t L_83 = V_6;
|
|
int32_t L_84 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_85 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)7, (int32_t)L_84))))), /*hidden argument*/NULL);
|
|
V_6 = ((int64_t)((int64_t)L_83/(int64_t)(((int64_t)((int64_t)L_85)))));
|
|
int32_t L_86 = V_8;
|
|
V_12 = L_86;
|
|
goto IL_0256;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
int64_t L_87 = V_6;
|
|
if (((int64_t)((int64_t)L_87%(int64_t)(((int64_t)((int64_t)((int32_t)10)))))))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_88 = V_6;
|
|
V_6 = ((int64_t)((int64_t)L_88/(int64_t)(((int64_t)((int64_t)((int32_t)10))))));
|
|
int32_t L_89 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)1));
|
|
}
|
|
|
|
IL_0256:
|
|
{
|
|
int32_t L_90 = V_12;
|
|
if ((((int32_t)L_90) > ((int32_t)0)))
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
|
|
IL_025b:
|
|
{
|
|
int32_t L_91 = V_12;
|
|
if ((((int32_t)L_91) <= ((int32_t)0)))
|
|
{
|
|
goto IL_035d;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_92 = V_9;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_93 = ((DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_StaticFields*)il2cpp_codegen_static_fields_for(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var))->get_fixedNumberFormats_2();
|
|
int32_t L_94 = V_12;
|
|
NullCheck(L_93);
|
|
int32_t L_95 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)1));
|
|
String_t* L_96 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_95));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_97 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_98 = Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517((int64_t*)(&V_6), L_96, L_97, /*hidden argument*/NULL);
|
|
NullCheck(L_92);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_92, L_98, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
String_t* L_99 = ___format1;
|
|
int32_t L_100 = V_7;
|
|
Il2CppChar L_101 = V_10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_102 = DateTimeFormat_ParseRepeatPattern_m11E6DB962F18F4FA477D4A4E4C168AF8771D67DB(L_99, L_100, L_101, /*hidden argument*/NULL);
|
|
V_8 = L_102;
|
|
int32_t L_103 = V_8;
|
|
if ((((int32_t)L_103) <= ((int32_t)8)))
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_104 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_105 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_105, L_104, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_105, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
StringBuilder_t * L_106 = V_9;
|
|
int32_t L_107 = V_0;
|
|
int32_t L_108 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
DateTimeFormat_FormatDigits_m42EA03EA97A7BF81D98A8DA1DC2449DF7A74F05A(L_106, L_107, L_108, (bool)1, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
StringBuilder_t * L_109 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_109, /*hidden argument*/NULL);
|
|
V_13 = L_109;
|
|
String_t* L_110 = ___format1;
|
|
int32_t L_111 = V_7;
|
|
StringBuilder_t * L_112 = V_13;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_113 = DateTimeFormat_ParseQuoteString_m0B491849EDF980D33DC51E7C756D244FF831CA60(L_110, L_111, L_112, /*hidden argument*/NULL);
|
|
V_8 = L_113;
|
|
StringBuilder_t * L_114 = V_9;
|
|
StringBuilder_t * L_115 = V_13;
|
|
NullCheck(L_114);
|
|
StringBuilder_Append_mA1A063A1388A21C8EA011DBA7FC98C24C3EE3D65(L_114, L_115, /*hidden argument*/NULL);
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_02d9:
|
|
{
|
|
String_t* L_116 = ___format1;
|
|
int32_t L_117 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_118 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_116, L_117, /*hidden argument*/NULL);
|
|
V_11 = L_118;
|
|
int32_t L_119 = V_11;
|
|
if ((((int32_t)L_119) < ((int32_t)0)))
|
|
{
|
|
goto IL_030e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_11;
|
|
if ((((int32_t)L_120) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_030e;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_121 = V_9;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_122 = ___value0;
|
|
int32_t L_123 = V_11;
|
|
V_14 = (((int32_t)((uint16_t)L_123)));
|
|
String_t* L_124 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_14), /*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_125 = ___dtfi2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
String_t* L_126 = TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA(L_122, L_124, L_125, /*hidden argument*/NULL);
|
|
NullCheck(L_121);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_121, L_126, /*hidden argument*/NULL);
|
|
V_8 = 2;
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_030e:
|
|
{
|
|
String_t* L_127 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_128 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_128, L_127, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_128, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_031e:
|
|
{
|
|
String_t* L_129 = ___format1;
|
|
int32_t L_130 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormat_t3C1DB338DFB9FCD0D11332F29E5FD9DD79FEE6C8_il2cpp_TypeInfo_var);
|
|
int32_t L_131 = DateTimeFormat_ParseNextChar_m7A2B93C769DB2E4AE88704BFB9D06216610F8F98(L_129, L_130, /*hidden argument*/NULL);
|
|
V_11 = L_131;
|
|
int32_t L_132 = V_11;
|
|
if ((((int32_t)L_132) < ((int32_t)0)))
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_133 = V_9;
|
|
int32_t L_134 = V_11;
|
|
NullCheck(L_133);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_133, (((int32_t)((uint16_t)L_134))), /*hidden argument*/NULL);
|
|
V_8 = 2;
|
|
goto IL_035d;
|
|
}
|
|
|
|
IL_033d:
|
|
{
|
|
String_t* L_135 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_136 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_136, L_135, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_136, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_034d:
|
|
{
|
|
String_t* L_137 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_138 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_138, L_137, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_138, TimeSpanFormat_FormatCustomized_mCB50C3B82D8B87F5EA53AC7A3E4D19FA5C73C5FA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_035d:
|
|
{
|
|
int32_t L_139 = V_7;
|
|
int32_t L_140 = V_8;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_140));
|
|
}
|
|
|
|
IL_0364:
|
|
{
|
|
int32_t L_141 = V_7;
|
|
String_t* L_142 = ___format1;
|
|
NullCheck(L_142);
|
|
int32_t L_143 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_142, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_141) < ((int32_t)L_143)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_144 = V_9;
|
|
String_t* L_145 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_144, /*hidden argument*/NULL);
|
|
return L_145;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.TimeSpanFormat::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanFormat__cctor_m9F9D3428D31DAEC2DEAD5380CB886FA9524E57D6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanFormat__cctor_m9F9D3428D31DAEC2DEAD5380CB886FA9524E57D6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_0 = FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728((bool)0, /*hidden argument*/NULL);
|
|
((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->set_PositiveInvariantFormatLiterals_0(L_0);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_1 = FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728((bool)1, /*hidden argument*/NULL);
|
|
((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->set_NegativeInvariantFormatLiterals_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanFormat/FormatLiterals
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___literals_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'FormatLiterals'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke_back(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled)
|
|
{
|
|
Exception_t* ___literals_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'FormatLiterals'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanFormat/FormatLiterals
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_pinvoke_cleanup(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanFormat/FormatLiterals
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___literals_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'FormatLiterals'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com_back(const FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223& unmarshaled)
|
|
{
|
|
Exception_t* ___literals_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'FormatLiterals'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanFormat/FormatLiterals
|
|
IL2CPP_EXTERN_C void FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshal_com_cleanup(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_DayHourSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 1;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_HourMinuteSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 2;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_MinuteSecondSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 3;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_SecondFractionSep()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 4;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Globalization.TimeSpanFormat_FormatLiterals::get_End()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_literals_6();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 5;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
return FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80(_thisAdjusted, method);
|
|
}
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanFormat_FormatLiterals::InitInvariant(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728 (bool ___isNegative0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FormatLiterals_InitInvariant_m501393400057C78D3EC3D3C496D13204BDC75728_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t G_B2_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_1 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_1 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
int32_t G_B3_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_2 = NULL;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
(&V_0)->set_literals_6(L_0);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_1 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1.get_literals_6();
|
|
bool L_3 = ___isNegative0;
|
|
G_B1_0 = 0;
|
|
G_B1_1 = L_2;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = 0;
|
|
G_B2_1 = L_2;
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
G_B3_0 = _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
NullCheck(G_B3_2);
|
|
ArrayElementTypeCheck (G_B3_2, G_B3_0);
|
|
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (String_t*)G_B3_0);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_5 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5.get_literals_6();
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_7 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7.get_literals_6();
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_9 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9.get_literals_6();
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_11 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11.get_literals_6();
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_13 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13.get_literals_6();
|
|
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_15);
|
|
(&V_0)->set_AppCompatLiteral_0(_stringLiteralE7F8420A31C604D292DD7B55EF6D4C470FAC7927);
|
|
(&V_0)->set_dd_1(2);
|
|
(&V_0)->set_hh_2(2);
|
|
(&V_0)->set_mm_3(2);
|
|
(&V_0)->set_ss_4(2);
|
|
(&V_0)->set_ff_5(7);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.TimeSpanFormat_FormatLiterals::Init(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364 (FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * __this, String_t* ___format0, bool ___useInvariantFieldLengths1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
Il2CppChar V_6 = 0x0;
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
__this->set_literals_6(L_0);
|
|
V_4 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = __this->get_literals_6();
|
|
int32_t L_2 = V_4;
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_3);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (String_t*)L_3);
|
|
int32_t L_4 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_5 = V_4;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = __this->get_literals_6();
|
|
NullCheck(L_6);
|
|
if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
__this->set_dd_1(0);
|
|
__this->set_hh_2(0);
|
|
__this->set_mm_3(0);
|
|
__this->set_ss_4(0);
|
|
__this->set_ff_5(0);
|
|
StringBuilder_t * L_7 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)16), /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
V_1 = (bool)0;
|
|
V_2 = ((int32_t)39);
|
|
V_3 = 0;
|
|
V_5 = 0;
|
|
goto IL_01c4;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
String_t* L_8 = ___format0;
|
|
int32_t L_9 = V_5;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
V_6 = L_10;
|
|
Il2CppChar L_11 = V_6;
|
|
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)70)))))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_6;
|
|
if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)37)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_6;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_14 = V_6;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)37))))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
Il2CppChar L_15 = V_6;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_6;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
Il2CppChar L_17 = V_6;
|
|
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)104)))))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_6;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_6;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)100))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
Il2CppChar L_20 = V_6;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)109))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_6;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)115))))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
bool L_22 = V_1;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_2;
|
|
String_t* L_24 = ___format0;
|
|
int32_t L_25 = V_5;
|
|
NullCheck(L_24);
|
|
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, L_25, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = V_3;
|
|
if ((((int32_t)L_27) < ((int32_t)0)))
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_3;
|
|
if ((((int32_t)L_28) > ((int32_t)5)))
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = __this->get_literals_6();
|
|
int32_t L_30 = V_3;
|
|
StringBuilder_t * L_31 = V_0;
|
|
NullCheck(L_31);
|
|
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, L_32);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (String_t*)L_32);
|
|
StringBuilder_t * L_33 = V_0;
|
|
NullCheck(L_33);
|
|
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_33, 0, /*hidden argument*/NULL);
|
|
V_1 = (bool)0;
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
bool L_34 = V_1;
|
|
if (L_34)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = ___format0;
|
|
int32_t L_36 = V_5;
|
|
NullCheck(L_35);
|
|
Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, L_36, /*hidden argument*/NULL);
|
|
V_2 = L_37;
|
|
V_1 = (bool)1;
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
bool L_38 = V_1;
|
|
if (L_38)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
bool L_40 = V_1;
|
|
if (L_40)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 1;
|
|
int32_t L_41 = __this->get_dd_1();
|
|
__this->set_dd_1(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
bool L_42 = V_1;
|
|
if (L_42)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 2;
|
|
int32_t L_43 = __this->get_hh_2();
|
|
__this->set_hh_2(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
bool L_44 = V_1;
|
|
if (L_44)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 3;
|
|
int32_t L_45 = __this->get_mm_3();
|
|
__this->set_mm_3(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
bool L_46 = V_1;
|
|
if (L_46)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 4;
|
|
int32_t L_47 = __this->get_ss_4();
|
|
__this->set_ss_4(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
bool L_48 = V_1;
|
|
if (L_48)
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 5;
|
|
int32_t L_49 = __this->get_ff_5();
|
|
__this->set_ff_5(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)));
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
StringBuilder_t * L_50 = V_0;
|
|
String_t* L_51 = ___format0;
|
|
int32_t L_52 = V_5;
|
|
NullCheck(L_51);
|
|
Il2CppChar L_53 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_51, L_52, /*hidden argument*/NULL);
|
|
NullCheck(L_50);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_50, L_53, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
int32_t L_54 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
int32_t L_55 = V_5;
|
|
String_t* L_56 = ___format0;
|
|
NullCheck(L_56);
|
|
int32_t L_57 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_56, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_55) < ((int32_t)L_57)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_58 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)__this, /*hidden argument*/NULL);
|
|
String_t* L_59 = FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)__this, /*hidden argument*/NULL);
|
|
String_t* L_60 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_58, L_59, /*hidden argument*/NULL);
|
|
__this->set_AppCompatLiteral_0(L_60);
|
|
bool L_61 = ___useInvariantFieldLengths1;
|
|
if (!L_61)
|
|
{
|
|
goto IL_0210;
|
|
}
|
|
}
|
|
{
|
|
__this->set_dd_1(2);
|
|
__this->set_hh_2(2);
|
|
__this->set_mm_3(2);
|
|
__this->set_ss_4(2);
|
|
__this->set_ff_5(7);
|
|
goto IL_028d;
|
|
}
|
|
|
|
IL_0210:
|
|
{
|
|
int32_t L_62 = __this->get_dd_1();
|
|
if ((((int32_t)L_62) < ((int32_t)1)))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = __this->get_dd_1();
|
|
if ((((int32_t)L_63) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
__this->set_dd_1(2);
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
int32_t L_64 = __this->get_hh_2();
|
|
if ((((int32_t)L_64) < ((int32_t)1)))
|
|
{
|
|
goto IL_023b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_65 = __this->get_hh_2();
|
|
if ((((int32_t)L_65) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
|
|
IL_023b:
|
|
{
|
|
__this->set_hh_2(2);
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
int32_t L_66 = __this->get_mm_3();
|
|
if ((((int32_t)L_66) < ((int32_t)1)))
|
|
{
|
|
goto IL_0254;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = __this->get_mm_3();
|
|
if ((((int32_t)L_67) <= ((int32_t)2)))
|
|
{
|
|
goto IL_025b;
|
|
}
|
|
}
|
|
|
|
IL_0254:
|
|
{
|
|
__this->set_mm_3(2);
|
|
}
|
|
|
|
IL_025b:
|
|
{
|
|
int32_t L_68 = __this->get_ss_4();
|
|
if ((((int32_t)L_68) < ((int32_t)1)))
|
|
{
|
|
goto IL_026d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = __this->get_ss_4();
|
|
if ((((int32_t)L_69) <= ((int32_t)2)))
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
}
|
|
|
|
IL_026d:
|
|
{
|
|
__this->set_ss_4(2);
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
int32_t L_70 = __this->get_ff_5();
|
|
if ((((int32_t)L_70) < ((int32_t)1)))
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71 = __this->get_ff_5();
|
|
if ((((int32_t)L_71) <= ((int32_t)7)))
|
|
{
|
|
goto IL_028d;
|
|
}
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
__this->set_ff_5(7);
|
|
}
|
|
|
|
IL_028d:
|
|
{
|
|
StringBuilder_t * L_72 = V_0;
|
|
StringBuilderCache_Release_mE0D9F337640FB98CDCCBA3FC62CC0AED4D452E50(L_72, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, bool ___useInvariantFieldLengths1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * _thisAdjusted = reinterpret_cast<FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *>(__this + _offset);
|
|
FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364(_thisAdjusted, ___format0, ___useInvariantFieldLengths1, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Globalization.TimeSpanParse::TryTimeToTicks(System.Boolean,System.Globalization.TimeSpanParse_TimeSpanToken,System.Globalization.TimeSpanParse_TimeSpanToken,System.Globalization.TimeSpanParse_TimeSpanToken,System.Globalization.TimeSpanParse_TimeSpanToken,System.Globalization.TimeSpanParse_TimeSpanToken,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9 (bool ___positive0, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___days1, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___hours2, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___minutes3, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___seconds4, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___fraction5, int64_t* ___result6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
int64_t V_3 = 0;
|
|
{
|
|
bool L_0 = TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8((TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&___days1), ((int32_t)10675199), (-1), /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8((TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&___hours2), ((int32_t)23), (-1), /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8((TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&___minutes3), ((int32_t)59), (-1), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8((TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&___seconds4), ((int32_t)59), (-1), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8((TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&___fraction5), ((int32_t)9999999), 7, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int64_t* L_5 = ___result6;
|
|
*((int64_t*)L_5) = (int64_t)(((int64_t)((int64_t)0)));
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_6 = ___days1;
|
|
int32_t L_7 = L_6.get_num_1();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_8 = ___hours2;
|
|
int32_t L_9 = L_8.get_num_1();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_10 = ___minutes3;
|
|
int32_t L_11 = L_10.get_num_1();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_12 = ___seconds4;
|
|
int32_t L_13 = L_12.get_num_1();
|
|
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_7))), (int64_t)(((int64_t)((int64_t)((int32_t)3600)))))), (int64_t)(((int64_t)((int64_t)((int32_t)24)))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_9))), (int64_t)(((int64_t)((int64_t)((int32_t)3600)))))))), (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_11))), (int64_t)(((int64_t)((int64_t)((int32_t)60)))))))), (int64_t)(((int64_t)((int64_t)L_13))))), (int64_t)(((int64_t)((int64_t)((int32_t)1000))))));
|
|
int64_t L_14 = V_0;
|
|
if ((((int64_t)L_14) > ((int64_t)((int64_t)922337203685477LL))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_15 = V_0;
|
|
if ((((int64_t)L_15) >= ((int64_t)((int64_t)-922337203685477LL))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
int64_t* L_16 = ___result6;
|
|
*((int64_t*)L_16) = (int64_t)(((int64_t)((int64_t)0)));
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_17 = ___fraction5;
|
|
int32_t L_18 = L_17.get_num_1();
|
|
V_1 = (((int64_t)((int64_t)L_18)));
|
|
int64_t L_19 = V_1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (((int64_t)((int64_t)((int32_t)1000000))));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_20 = ___fraction5;
|
|
int32_t L_21 = L_20.get_zeroes_2();
|
|
if ((((int32_t)L_21) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_22 = ___fraction5;
|
|
int32_t L_23 = L_22.get_zeroes_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_24 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)L_23))), /*hidden argument*/NULL);
|
|
V_3 = (((int64_t)((int64_t)L_24)));
|
|
int64_t L_25 = V_2;
|
|
int64_t L_26 = V_3;
|
|
V_2 = ((int64_t)((int64_t)L_25/(int64_t)L_26));
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
int64_t L_27 = V_1;
|
|
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_27, (int64_t)(((int64_t)((int64_t)((int32_t)10))))));
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
int64_t L_28 = V_1;
|
|
int64_t L_29 = V_2;
|
|
if ((((int64_t)L_28) < ((int64_t)L_29)))
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
int64_t* L_30 = ___result6;
|
|
int64_t L_31 = V_0;
|
|
int64_t L_32 = V_1;
|
|
*((int64_t*)L_30) = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)L_31, (int64_t)(((int64_t)((int64_t)((int32_t)10000)))))), (int64_t)L_32));
|
|
bool L_33 = ___positive0;
|
|
if (!L_33)
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_34 = ___result6;
|
|
int64_t L_35 = *((int64_t*)L_34);
|
|
if ((((int64_t)L_35) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
int64_t* L_36 = ___result6;
|
|
*((int64_t*)L_36) = (int64_t)(((int64_t)((int64_t)0)));
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.TimeSpan System.Globalization.TimeSpanParse::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 ));
|
|
TimeSpanResult_Init_mBDD22A6BCD85A369E16F9E6CE7D4785A62306754((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)(&V_0), 1, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___input0;
|
|
RuntimeObject* L_1 = ___formatProvider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_2 = TimeSpanParse_TryParseTimeSpan_m6C8DF8A39DDFA5DE79D0BFEC75B130AF15AC5AE5(L_0, 3, L_1, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 L_3 = V_0;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = L_3.get_parsedTimeSpan_0();
|
|
return L_4;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Exception_t * L_5 = TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TimeSpanParse_Parse_m7C263AB9AA04B4FF31992C59FB086A516E31F3C8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::TryParseTimeSpan(System.String,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.IFormatProvider,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_TryParseTimeSpan_m6C8DF8A39DDFA5DE79D0BFEC75B130AF15AC5AE5 (String_t* ___input0, int32_t ___style1, RuntimeObject* ___formatProvider2, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_TryParseTimeSpan_m6C8DF8A39DDFA5DE79D0BFEC75B130AF15AC5AE5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_1 = ___result3;
|
|
TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_1, 1, _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, NULL, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_2 = ___input0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
|
|
___input0 = L_3;
|
|
String_t* L_4 = ___input0;
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_7 = ___result3;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_7, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 ));
|
|
String_t* L_8 = ___input0;
|
|
TimeSpanTokenizer_Init_mEDD978A7394B606190ACE579EF695171211BBB8A((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)(&V_0), L_8, /*hidden argument*/NULL);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB ));
|
|
RuntimeObject* L_9 = ___formatProvider2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_10 = DateTimeFormatInfo_GetInstance_m83D1F4FFA0E6FD7F223040DAE0EAD02993FBE2DD(L_9, /*hidden argument*/NULL);
|
|
TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)(&V_1), L_10, /*hidden argument*/NULL);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_11 = TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)(&V_0), /*hidden argument*/NULL);
|
|
V_2 = L_11;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_12 = ___result3;
|
|
bool L_13 = TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)(&V_1), (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&V_2), (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_12, /*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_14 = ___result3;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_14, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_15 = TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)(&V_0), /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_16 = V_2;
|
|
int32_t L_17 = L_16.get_ttt_0();
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = TimeSpanTokenizer_get_EOL_m0955441B4A1A81EF8C265BD7CF2A8B9C17CF7FEC((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)(&V_0), /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_19 = ___result3;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_19, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
int32_t L_20 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_21 = ___result3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_22 = TimeSpanParse_ProcessTerminalState_m92BE4A6AB15669A7EF9709EB4993F52A9BDF203D((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)(&V_1), L_20, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_21, /*hidden argument*/NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_23 = ___result3;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_23, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminalState(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminalState_m92BE4A6AB15669A7EF9709EB4993F52A9BDF203D (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminalState_m92BE4A6AB15669A7EF9709EB4993F52A9BDF203D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_lastSeenTTT_0();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ));
|
|
(&V_0)->set_ttt_0(3);
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
(&V_0)->set_sep_3(L_2);
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_3 = ___raw0;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_4 = ___result2;
|
|
bool L_5 = TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_3, (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)(&V_0), (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_6 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_6, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_7 = ___raw0;
|
|
int32_t L_8 = L_7->get_NumCount_3();
|
|
V_1 = L_8;
|
|
int32_t L_9 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_10 = ___raw0;
|
|
int32_t L_11 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_12 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_13 = TimeSpanParse_ProcessTerminal_D_mBED980CC73A4EE0FC14132234F242CEBF7A0A3B9((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_10, L_11, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_14 = ___raw0;
|
|
int32_t L_15 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_16 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_17 = TimeSpanParse_ProcessTerminal_HM_m64521ABCDFFA00D70997FBA1E9068F93A24AAA32((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_14, L_15, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_18 = ___raw0;
|
|
int32_t L_19 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_20 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_21 = TimeSpanParse_ProcessTerminal_HM_S_D_m82AE362D53D096030AB91DEAE09C8CE0B8C1E47B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_18, L_19, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_22 = ___raw0;
|
|
int32_t L_23 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_24 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_25 = TimeSpanParse_ProcessTerminal_HMS_F_D_m71D13552B141087EBBA33C8C375EBFB70DF38921((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_22, L_23, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_24, /*hidden argument*/NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_26 = ___raw0;
|
|
int32_t L_27 = ___style1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_28 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_29 = TimeSpanParse_ProcessTerminal_DHMSF_m1BF1100DE2D5130D034C24B705F3B929069891C0((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_26, L_27, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_28, /*hidden argument*/NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_30 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_30, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_DHMSF(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_DHMSF_m1BF1100DE2D5130D034C24B705F3B929069891C0 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminal_DHMSF_m1BF1100DE2D5130D034C24B705F3B929069891C0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int64_t V_3 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_SepCount_2();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_2 = ___raw0;
|
|
int32_t L_3 = L_2->get_NumCount_3();
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_4 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_4, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_5 = ___style1;
|
|
int32_t L_6 = ___style1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_7 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_8 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_9 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_8, /*hidden argument*/NULL);
|
|
bool L_10 = TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_7, L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
bool L_11 = V_2;
|
|
if (L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_12 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_13 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_14 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_13, /*hidden argument*/NULL);
|
|
bool L_15 = TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_12, L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
bool L_16 = V_0;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
bool L_17 = V_2;
|
|
if (L_17)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_18 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_19 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_20 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_19, /*hidden argument*/NULL);
|
|
bool L_21 = TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_18, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
bool L_22 = V_2;
|
|
if (L_22)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_23 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_24 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_25 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_24, /*hidden argument*/NULL);
|
|
bool L_26 = TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_23, L_25, /*hidden argument*/NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
bool L_27 = V_2;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
bool L_28 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_29 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_30 = L_29->get_numbers_5();
|
|
NullCheck(L_30);
|
|
int32_t L_31 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_33 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_34 = L_33->get_numbers_5();
|
|
NullCheck(L_34);
|
|
int32_t L_35 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_37 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_38 = L_37->get_numbers_5();
|
|
NullCheck(L_38);
|
|
int32_t L_39 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_40 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_41 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_42 = L_41->get_numbers_5();
|
|
NullCheck(L_42);
|
|
int32_t L_43 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_45 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_46 = L_45->get_numbers_5();
|
|
NullCheck(L_46);
|
|
int32_t L_47 = 4;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
bool L_49 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_28, L_32, L_36, L_40, L_44, L_48, (int64_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_50 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_50, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
bool L_51 = V_1;
|
|
if (L_51)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_52 = V_3;
|
|
V_3 = ((-L_52));
|
|
int64_t L_53 = V_3;
|
|
if ((((int64_t)L_53) <= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_54 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_54, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_55 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_56 = L_55->get_address_of_parsedTimeSpan_0();
|
|
int64_t L_57 = V_3;
|
|
L_56->set__ticks_3(L_57);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_58 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_58, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HMS_F_D(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HMS_F_D_m71D13552B141087EBBA33C8C375EBFB70DF38921 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminal_HMS_F_D_m71D13552B141087EBBA33C8C375EBFB70DF38921_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int64_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B33_0 = 0;
|
|
int32_t G_B39_0 = 0;
|
|
int32_t G_B46_0 = 0;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B58_0 = 0;
|
|
int32_t G_B64_0 = 0;
|
|
int32_t G_B70_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_SepCount_2();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_2 = ___raw0;
|
|
int32_t L_3 = L_2->get_NumCount_3();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___style1;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)4)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_5 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_5, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = ___style1;
|
|
int32_t L_7 = ___style1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_1 = (((int64_t)((int64_t)0)));
|
|
V_2 = (bool)0;
|
|
V_3 = (bool)0;
|
|
V_4 = (bool)0;
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_8 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_9 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_10 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_9, /*hidden argument*/NULL);
|
|
bool L_11 = TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_8, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_12 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_13 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_14 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_15 = L_14->get_numbers_5();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_18 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_19 = L_18->get_numbers_5();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_22 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_23 = L_22->get_numbers_5();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_26 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_27 = L_26->get_numbers_5();
|
|
NullCheck(L_27);
|
|
int32_t L_28 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
|
|
bool L_30 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_12, L_13, L_17, L_21, L_25, L_29, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
bool L_31 = V_4;
|
|
if (L_31)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
bool L_32 = V_3;
|
|
G_B9_0 = ((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
V_4 = (bool)G_B9_0;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
bool L_33 = V_3;
|
|
if (L_33)
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_34 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_35 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_36 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_35, /*hidden argument*/NULL);
|
|
bool L_37 = TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_34, L_36, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_38 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_39 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_40 = L_39->get_numbers_5();
|
|
NullCheck(L_40);
|
|
int32_t L_41 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_43 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_44 = L_43->get_numbers_5();
|
|
NullCheck(L_44);
|
|
int32_t L_45 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_47 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_48 = L_47->get_numbers_5();
|
|
NullCheck(L_48);
|
|
int32_t L_49 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_51 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_52 = L_51->get_numbers_5();
|
|
NullCheck(L_52);
|
|
int32_t L_53 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_55 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_56 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_38, L_42, L_46, L_50, L_54, L_55, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_56;
|
|
bool L_57 = V_4;
|
|
if (L_57)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
bool L_58 = V_3;
|
|
G_B15_0 = ((((int32_t)L_58) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
V_4 = (bool)G_B15_0;
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
bool L_59 = V_3;
|
|
if (L_59)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_60 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_61 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_62 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_61, /*hidden argument*/NULL);
|
|
bool L_63 = TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_60, L_62, /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_64 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_65 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_66 = L_65->get_numbers_5();
|
|
NullCheck(L_66);
|
|
int32_t L_67 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_69 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_70 = L_69->get_numbers_5();
|
|
NullCheck(L_70);
|
|
int32_t L_71 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_72 = (L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_73 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_74 = L_73->get_numbers_5();
|
|
NullCheck(L_74);
|
|
int32_t L_75 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_76 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_77 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_78 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_79 = L_78->get_numbers_5();
|
|
NullCheck(L_79);
|
|
int32_t L_80 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
|
|
bool L_82 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_64, L_68, L_72, L_76, L_77, L_81, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_82;
|
|
bool L_83 = V_4;
|
|
if (L_83)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
bool L_84 = V_3;
|
|
G_B21_0 = ((((int32_t)L_84) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0156;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
G_B21_0 = 1;
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
V_4 = (bool)G_B21_0;
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
bool L_85 = V_3;
|
|
if (L_85)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_86 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_87 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_88 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_87, /*hidden argument*/NULL);
|
|
bool L_89 = TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_86, L_88, /*hidden argument*/NULL);
|
|
if (!L_89)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_90 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_91 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_92 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_93 = L_92->get_numbers_5();
|
|
NullCheck(L_93);
|
|
int32_t L_94 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_95 = (L_93)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_96 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_97 = L_96->get_numbers_5();
|
|
NullCheck(L_97);
|
|
int32_t L_98 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_99 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_98));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_100 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_101 = L_100->get_numbers_5();
|
|
NullCheck(L_101);
|
|
int32_t L_102 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_103 = (L_101)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_104 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_105 = L_104->get_numbers_5();
|
|
NullCheck(L_105);
|
|
int32_t L_106 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_107 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
|
|
bool L_108 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_90, L_91, L_95, L_99, L_103, L_107, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_108;
|
|
bool L_109 = V_4;
|
|
if (L_109)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
bool L_110 = V_3;
|
|
G_B27_0 = ((((int32_t)L_110) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01b4;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
G_B27_0 = 1;
|
|
}
|
|
|
|
IL_01b4:
|
|
{
|
|
V_4 = (bool)G_B27_0;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
bool L_111 = V_3;
|
|
if (L_111)
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_112 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_113 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_114 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_113, /*hidden argument*/NULL);
|
|
bool L_115 = TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_112, L_114, /*hidden argument*/NULL);
|
|
if (!L_115)
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_116 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_117 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_118 = L_117->get_numbers_5();
|
|
NullCheck(L_118);
|
|
int32_t L_119 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_120 = (L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_119));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_121 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_122 = L_121->get_numbers_5();
|
|
NullCheck(L_122);
|
|
int32_t L_123 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_124 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_125 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_126 = L_125->get_numbers_5();
|
|
NullCheck(L_126);
|
|
int32_t L_127 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_128 = (L_126)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_129 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_130 = L_129->get_numbers_5();
|
|
NullCheck(L_130);
|
|
int32_t L_131 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_132 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_131));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_133 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_134 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_116, L_120, L_124, L_128, L_132, L_133, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_134;
|
|
bool L_135 = V_4;
|
|
if (L_135)
|
|
{
|
|
goto IL_0211;
|
|
}
|
|
}
|
|
{
|
|
bool L_136 = V_3;
|
|
G_B33_0 = ((((int32_t)L_136) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0212;
|
|
}
|
|
|
|
IL_0211:
|
|
{
|
|
G_B33_0 = 1;
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
V_4 = (bool)G_B33_0;
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
bool L_137 = V_3;
|
|
if (L_137)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_138 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_139 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_140 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_139, /*hidden argument*/NULL);
|
|
bool L_141 = TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_138, L_140, /*hidden argument*/NULL);
|
|
if (!L_141)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_142 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_143 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_144 = L_143->get_numbers_5();
|
|
NullCheck(L_144);
|
|
int32_t L_145 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_146 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_147 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_148 = L_147->get_numbers_5();
|
|
NullCheck(L_148);
|
|
int32_t L_149 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_150 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_149));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_151 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_152 = L_151->get_numbers_5();
|
|
NullCheck(L_152);
|
|
int32_t L_153 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_154 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_153));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_155 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_156 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_157 = L_156->get_numbers_5();
|
|
NullCheck(L_157);
|
|
int32_t L_158 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_159 = (L_157)->GetAt(static_cast<il2cpp_array_size_t>(L_158));
|
|
bool L_160 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_142, L_146, L_150, L_154, L_155, L_159, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_160;
|
|
bool L_161 = V_4;
|
|
if (L_161)
|
|
{
|
|
goto IL_026f;
|
|
}
|
|
}
|
|
{
|
|
bool L_162 = V_3;
|
|
G_B39_0 = ((((int32_t)L_162) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0270;
|
|
}
|
|
|
|
IL_026f:
|
|
{
|
|
G_B39_0 = 1;
|
|
}
|
|
|
|
IL_0270:
|
|
{
|
|
V_4 = (bool)G_B39_0;
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
bool L_163 = V_0;
|
|
if (!L_163)
|
|
{
|
|
goto IL_04ac;
|
|
}
|
|
}
|
|
{
|
|
bool L_164 = V_3;
|
|
if (L_164)
|
|
{
|
|
goto IL_02d6;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_165 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_166 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_167 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_166, /*hidden argument*/NULL);
|
|
bool L_168 = TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_165, L_167, /*hidden argument*/NULL);
|
|
if (!L_168)
|
|
{
|
|
goto IL_02d6;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_169 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_170 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_171 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_172 = L_171->get_numbers_5();
|
|
NullCheck(L_172);
|
|
int32_t L_173 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_174 = (L_172)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_175 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_176 = L_175->get_numbers_5();
|
|
NullCheck(L_176);
|
|
int32_t L_177 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_178 = (L_176)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_179 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_180 = L_179->get_numbers_5();
|
|
NullCheck(L_180);
|
|
int32_t L_181 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_183 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_184 = L_183->get_numbers_5();
|
|
NullCheck(L_184);
|
|
int32_t L_185 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_186 = (L_184)->GetAt(static_cast<il2cpp_array_size_t>(L_185));
|
|
bool L_187 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_169, L_170, L_174, L_178, L_182, L_186, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_187;
|
|
bool L_188 = V_4;
|
|
if (L_188)
|
|
{
|
|
goto IL_02d3;
|
|
}
|
|
}
|
|
{
|
|
bool L_189 = V_3;
|
|
G_B46_0 = ((((int32_t)L_189) == ((int32_t)0))? 1 : 0);
|
|
goto IL_02d4;
|
|
}
|
|
|
|
IL_02d3:
|
|
{
|
|
G_B46_0 = 1;
|
|
}
|
|
|
|
IL_02d4:
|
|
{
|
|
V_4 = (bool)G_B46_0;
|
|
}
|
|
|
|
IL_02d6:
|
|
{
|
|
bool L_190 = V_3;
|
|
if (L_190)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_191 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_192 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_193 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_192, /*hidden argument*/NULL);
|
|
bool L_194 = TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_191, L_193, /*hidden argument*/NULL);
|
|
if (!L_194)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_195 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_196 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_197 = L_196->get_numbers_5();
|
|
NullCheck(L_197);
|
|
int32_t L_198 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_199 = (L_197)->GetAt(static_cast<il2cpp_array_size_t>(L_198));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_200 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_201 = L_200->get_numbers_5();
|
|
NullCheck(L_201);
|
|
int32_t L_202 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_203 = (L_201)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_204 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_205 = L_204->get_numbers_5();
|
|
NullCheck(L_205);
|
|
int32_t L_206 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_207 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_206));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_208 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_209 = L_208->get_numbers_5();
|
|
NullCheck(L_209);
|
|
int32_t L_210 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_211 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_210));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_212 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_213 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_195, L_199, L_203, L_207, L_211, L_212, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_213;
|
|
bool L_214 = V_4;
|
|
if (L_214)
|
|
{
|
|
goto IL_0331;
|
|
}
|
|
}
|
|
{
|
|
bool L_215 = V_3;
|
|
G_B52_0 = ((((int32_t)L_215) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0332;
|
|
}
|
|
|
|
IL_0331:
|
|
{
|
|
G_B52_0 = 1;
|
|
}
|
|
|
|
IL_0332:
|
|
{
|
|
V_4 = (bool)G_B52_0;
|
|
}
|
|
|
|
IL_0334:
|
|
{
|
|
bool L_216 = V_3;
|
|
if (L_216)
|
|
{
|
|
goto IL_0392;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_217 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_218 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_219 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_218, /*hidden argument*/NULL);
|
|
bool L_220 = TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_217, L_219, /*hidden argument*/NULL);
|
|
if (!L_220)
|
|
{
|
|
goto IL_0392;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
bool L_221 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_222 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_223 = L_222->get_numbers_5();
|
|
NullCheck(L_223);
|
|
int32_t L_224 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_225 = (L_223)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_226 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_227 = L_226->get_numbers_5();
|
|
NullCheck(L_227);
|
|
int32_t L_228 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_229 = (L_227)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_230 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_231 = L_230->get_numbers_5();
|
|
NullCheck(L_231);
|
|
int32_t L_232 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_233 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_234 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_235 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_236 = L_235->get_numbers_5();
|
|
NullCheck(L_236);
|
|
int32_t L_237 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_238 = (L_236)->GetAt(static_cast<il2cpp_array_size_t>(L_237));
|
|
bool L_239 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_221, L_225, L_229, L_233, L_234, L_238, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_239;
|
|
bool L_240 = V_4;
|
|
if (L_240)
|
|
{
|
|
goto IL_038f;
|
|
}
|
|
}
|
|
{
|
|
bool L_241 = V_3;
|
|
G_B58_0 = ((((int32_t)L_241) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0390;
|
|
}
|
|
|
|
IL_038f:
|
|
{
|
|
G_B58_0 = 1;
|
|
}
|
|
|
|
IL_0390:
|
|
{
|
|
V_4 = (bool)G_B58_0;
|
|
}
|
|
|
|
IL_0392:
|
|
{
|
|
bool L_242 = V_3;
|
|
if (L_242)
|
|
{
|
|
goto IL_03f0;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_243 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_244 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_245 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_244, /*hidden argument*/NULL);
|
|
bool L_246 = TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_243, L_245, /*hidden argument*/NULL);
|
|
if (!L_246)
|
|
{
|
|
goto IL_03f0;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_247 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_248 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_249 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_250 = L_249->get_numbers_5();
|
|
NullCheck(L_250);
|
|
int32_t L_251 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_252 = (L_250)->GetAt(static_cast<il2cpp_array_size_t>(L_251));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_253 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_254 = L_253->get_numbers_5();
|
|
NullCheck(L_254);
|
|
int32_t L_255 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_256 = (L_254)->GetAt(static_cast<il2cpp_array_size_t>(L_255));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_257 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_258 = L_257->get_numbers_5();
|
|
NullCheck(L_258);
|
|
int32_t L_259 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_260 = (L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_259));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_261 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_262 = L_261->get_numbers_5();
|
|
NullCheck(L_262);
|
|
int32_t L_263 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_264 = (L_262)->GetAt(static_cast<il2cpp_array_size_t>(L_263));
|
|
bool L_265 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_247, L_248, L_252, L_256, L_260, L_264, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_265;
|
|
bool L_266 = V_4;
|
|
if (L_266)
|
|
{
|
|
goto IL_03ed;
|
|
}
|
|
}
|
|
{
|
|
bool L_267 = V_3;
|
|
G_B64_0 = ((((int32_t)L_267) == ((int32_t)0))? 1 : 0);
|
|
goto IL_03ee;
|
|
}
|
|
|
|
IL_03ed:
|
|
{
|
|
G_B64_0 = 1;
|
|
}
|
|
|
|
IL_03ee:
|
|
{
|
|
V_4 = (bool)G_B64_0;
|
|
}
|
|
|
|
IL_03f0:
|
|
{
|
|
bool L_268 = V_3;
|
|
if (L_268)
|
|
{
|
|
goto IL_044e;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_269 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_270 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_271 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_270, /*hidden argument*/NULL);
|
|
bool L_272 = TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_269, L_271, /*hidden argument*/NULL);
|
|
if (!L_272)
|
|
{
|
|
goto IL_044e;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_273 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_274 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_275 = L_274->get_numbers_5();
|
|
NullCheck(L_275);
|
|
int32_t L_276 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_277 = (L_275)->GetAt(static_cast<il2cpp_array_size_t>(L_276));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_278 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_279 = L_278->get_numbers_5();
|
|
NullCheck(L_279);
|
|
int32_t L_280 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_281 = (L_279)->GetAt(static_cast<il2cpp_array_size_t>(L_280));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_282 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_283 = L_282->get_numbers_5();
|
|
NullCheck(L_283);
|
|
int32_t L_284 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_285 = (L_283)->GetAt(static_cast<il2cpp_array_size_t>(L_284));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_286 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_287 = L_286->get_numbers_5();
|
|
NullCheck(L_287);
|
|
int32_t L_288 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_289 = (L_287)->GetAt(static_cast<il2cpp_array_size_t>(L_288));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_290 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_291 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_273, L_277, L_281, L_285, L_289, L_290, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_291;
|
|
bool L_292 = V_4;
|
|
if (L_292)
|
|
{
|
|
goto IL_044b;
|
|
}
|
|
}
|
|
{
|
|
bool L_293 = V_3;
|
|
G_B70_0 = ((((int32_t)L_293) == ((int32_t)0))? 1 : 0);
|
|
goto IL_044c;
|
|
}
|
|
|
|
IL_044b:
|
|
{
|
|
G_B70_0 = 1;
|
|
}
|
|
|
|
IL_044c:
|
|
{
|
|
V_4 = (bool)G_B70_0;
|
|
}
|
|
|
|
IL_044e:
|
|
{
|
|
bool L_294 = V_3;
|
|
if (L_294)
|
|
{
|
|
goto IL_04ac;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_295 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_296 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_297 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_296, /*hidden argument*/NULL);
|
|
bool L_298 = TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_295, L_297, /*hidden argument*/NULL);
|
|
if (!L_298)
|
|
{
|
|
goto IL_04ac;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
bool L_299 = V_2;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_300 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_301 = L_300->get_numbers_5();
|
|
NullCheck(L_301);
|
|
int32_t L_302 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_303 = (L_301)->GetAt(static_cast<il2cpp_array_size_t>(L_302));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_304 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_305 = L_304->get_numbers_5();
|
|
NullCheck(L_305);
|
|
int32_t L_306 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_307 = (L_305)->GetAt(static_cast<il2cpp_array_size_t>(L_306));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_308 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_309 = L_308->get_numbers_5();
|
|
NullCheck(L_309);
|
|
int32_t L_310 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_311 = (L_309)->GetAt(static_cast<il2cpp_array_size_t>(L_310));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_312 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_313 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_314 = L_313->get_numbers_5();
|
|
NullCheck(L_314);
|
|
int32_t L_315 = 3;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_316 = (L_314)->GetAt(static_cast<il2cpp_array_size_t>(L_315));
|
|
bool L_317 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_299, L_303, L_307, L_311, L_312, L_316, (int64_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_3 = L_317;
|
|
bool L_318 = V_4;
|
|
if (L_318)
|
|
{
|
|
goto IL_04a9;
|
|
}
|
|
}
|
|
{
|
|
bool L_319 = V_3;
|
|
G_B76_0 = ((((int32_t)L_319) == ((int32_t)0))? 1 : 0);
|
|
goto IL_04aa;
|
|
}
|
|
|
|
IL_04a9:
|
|
{
|
|
G_B76_0 = 1;
|
|
}
|
|
|
|
IL_04aa:
|
|
{
|
|
V_4 = (bool)G_B76_0;
|
|
}
|
|
|
|
IL_04ac:
|
|
{
|
|
bool L_320 = V_3;
|
|
if (!L_320)
|
|
{
|
|
goto IL_04d6;
|
|
}
|
|
}
|
|
{
|
|
bool L_321 = V_2;
|
|
if (L_321)
|
|
{
|
|
goto IL_04c8;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_322 = V_1;
|
|
V_1 = ((-L_322));
|
|
int64_t L_323 = V_1;
|
|
if ((((int64_t)L_323) <= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_04c8;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_324 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_324, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_04c8:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_325 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_326 = L_325->get_address_of_parsedTimeSpan_0();
|
|
int64_t L_327 = V_1;
|
|
L_326->set__ticks_3(L_327);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_04d6:
|
|
{
|
|
bool L_328 = V_4;
|
|
if (!L_328)
|
|
{
|
|
goto IL_04e8;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_329 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_329, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_04e8:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_330 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_330, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HM_S_D(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HM_S_D_m82AE362D53D096030AB91DEAE09C8CE0B8C1E47B (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminal_HM_S_D_m82AE362D53D096030AB91DEAE09C8CE0B8C1E47B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int64_t V_4 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B33_0 = 0;
|
|
int32_t G_B39_0 = 0;
|
|
int32_t G_B46_0 = 0;
|
|
int32_t G_B52_0 = 0;
|
|
int32_t G_B58_0 = 0;
|
|
int32_t G_B64_0 = 0;
|
|
int32_t G_B70_0 = 0;
|
|
int32_t G_B76_0 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_SepCount_2();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_2 = ___raw0;
|
|
int32_t L_3 = L_2->get_NumCount_3();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___style1;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)4)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_5 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_5, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = ___style1;
|
|
int32_t L_7 = ___style1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
V_3 = (bool)0;
|
|
V_4 = (((int64_t)((int64_t)0)));
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_8 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_9 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_10 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_9, /*hidden argument*/NULL);
|
|
bool L_11 = TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_8, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_12 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_13 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_14 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_15 = L_14->get_numbers_5();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_18 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_19 = L_18->get_numbers_5();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_22 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_23 = L_22->get_numbers_5();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_26 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_27 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_12, L_13, L_17, L_21, L_25, L_26, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_27;
|
|
bool L_28 = V_3;
|
|
if (L_28)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = V_2;
|
|
G_B9_0 = ((((int32_t)L_29) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
V_3 = (bool)G_B9_0;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
bool L_30 = V_2;
|
|
if (L_30)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_31 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_32 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_33 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_32, /*hidden argument*/NULL);
|
|
bool L_34 = TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_31, L_33, /*hidden argument*/NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_35 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_36 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_37 = L_36->get_numbers_5();
|
|
NullCheck(L_37);
|
|
int32_t L_38 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_39 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_40 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_41 = L_40->get_numbers_5();
|
|
NullCheck(L_41);
|
|
int32_t L_42 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_43 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_44 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_45 = L_44->get_numbers_5();
|
|
NullCheck(L_45);
|
|
int32_t L_46 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_47 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_48 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_49 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_50 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_35, L_39, L_43, L_47, L_48, L_49, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_50;
|
|
bool L_51 = V_3;
|
|
if (L_51)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
bool L_52 = V_2;
|
|
G_B15_0 = ((((int32_t)L_52) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
G_B15_0 = 1;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
V_3 = (bool)G_B15_0;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
bool L_53 = V_2;
|
|
if (L_53)
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_54 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_55 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_56 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_55, /*hidden argument*/NULL);
|
|
bool L_57 = TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_54, L_56, /*hidden argument*/NULL);
|
|
if (!L_57)
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_58 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_59 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_60 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_61 = L_60->get_numbers_5();
|
|
NullCheck(L_61);
|
|
int32_t L_62 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_63 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_64 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_65 = L_64->get_numbers_5();
|
|
NullCheck(L_65);
|
|
int32_t L_66 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_67 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_68 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_69 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_70 = L_69->get_numbers_5();
|
|
NullCheck(L_70);
|
|
int32_t L_71 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_72 = (L_70)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
bool L_73 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_58, L_59, L_63, L_67, L_68, L_72, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_73;
|
|
bool L_74 = V_3;
|
|
if (L_74)
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
bool L_75 = V_2;
|
|
G_B21_0 = ((((int32_t)L_75) == ((int32_t)0))? 1 : 0);
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
G_B21_0 = 1;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
V_3 = (bool)G_B21_0;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
bool L_76 = V_2;
|
|
if (L_76)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_77 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_78 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_79 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_78, /*hidden argument*/NULL);
|
|
bool L_80 = TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_77, L_79, /*hidden argument*/NULL);
|
|
if (!L_80)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_81 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_82 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_83 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_84 = L_83->get_numbers_5();
|
|
NullCheck(L_84);
|
|
int32_t L_85 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_86 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_87 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_88 = L_87->get_numbers_5();
|
|
NullCheck(L_88);
|
|
int32_t L_89 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_90 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_91 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_92 = L_91->get_numbers_5();
|
|
NullCheck(L_92);
|
|
int32_t L_93 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_94 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_95 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_96 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_81, L_82, L_86, L_90, L_94, L_95, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_96;
|
|
bool L_97 = V_3;
|
|
if (L_97)
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
bool L_98 = V_2;
|
|
G_B27_0 = ((((int32_t)L_98) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
G_B27_0 = 1;
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
V_3 = (bool)G_B27_0;
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
bool L_99 = V_2;
|
|
if (L_99)
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_100 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_101 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_102 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_101, /*hidden argument*/NULL);
|
|
bool L_103 = TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_100, L_102, /*hidden argument*/NULL);
|
|
if (!L_103)
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_104 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_105 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_106 = L_105->get_numbers_5();
|
|
NullCheck(L_106);
|
|
int32_t L_107 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_108 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_109 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_110 = L_109->get_numbers_5();
|
|
NullCheck(L_110);
|
|
int32_t L_111 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_112 = (L_110)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_113 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_114 = L_113->get_numbers_5();
|
|
NullCheck(L_114);
|
|
int32_t L_115 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_116 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_117 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_118 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_119 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_104, L_108, L_112, L_116, L_117, L_118, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_119;
|
|
bool L_120 = V_3;
|
|
if (L_120)
|
|
{
|
|
goto IL_01e5;
|
|
}
|
|
}
|
|
{
|
|
bool L_121 = V_2;
|
|
G_B33_0 = ((((int32_t)L_121) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
G_B33_0 = 1;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
V_3 = (bool)G_B33_0;
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
bool L_122 = V_2;
|
|
if (L_122)
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_123 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_124 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_125 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_124, /*hidden argument*/NULL);
|
|
bool L_126 = TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_123, L_125, /*hidden argument*/NULL);
|
|
if (!L_126)
|
|
{
|
|
goto IL_023c;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_127 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_128 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_129 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_130 = L_129->get_numbers_5();
|
|
NullCheck(L_130);
|
|
int32_t L_131 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_132 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_131));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_133 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_134 = L_133->get_numbers_5();
|
|
NullCheck(L_134);
|
|
int32_t L_135 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_136 = (L_134)->GetAt(static_cast<il2cpp_array_size_t>(L_135));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_137 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_138 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_139 = L_138->get_numbers_5();
|
|
NullCheck(L_139);
|
|
int32_t L_140 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_141 = (L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
|
|
bool L_142 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_127, L_128, L_132, L_136, L_137, L_141, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_142;
|
|
bool L_143 = V_3;
|
|
if (L_143)
|
|
{
|
|
goto IL_023a;
|
|
}
|
|
}
|
|
{
|
|
bool L_144 = V_2;
|
|
G_B39_0 = ((((int32_t)L_144) == ((int32_t)0))? 1 : 0);
|
|
goto IL_023b;
|
|
}
|
|
|
|
IL_023a:
|
|
{
|
|
G_B39_0 = 1;
|
|
}
|
|
|
|
IL_023b:
|
|
{
|
|
V_3 = (bool)G_B39_0;
|
|
}
|
|
|
|
IL_023c:
|
|
{
|
|
bool L_145 = V_0;
|
|
if (!L_145)
|
|
{
|
|
goto IL_0440;
|
|
}
|
|
}
|
|
{
|
|
bool L_146 = V_2;
|
|
if (L_146)
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_147 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_148 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_149 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_148, /*hidden argument*/NULL);
|
|
bool L_150 = TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_147, L_149, /*hidden argument*/NULL);
|
|
if (!L_150)
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_151 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_152 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_153 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_154 = L_153->get_numbers_5();
|
|
NullCheck(L_154);
|
|
int32_t L_155 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_156 = (L_154)->GetAt(static_cast<il2cpp_array_size_t>(L_155));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_157 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_158 = L_157->get_numbers_5();
|
|
NullCheck(L_158);
|
|
int32_t L_159 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_160 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_161 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_162 = L_161->get_numbers_5();
|
|
NullCheck(L_162);
|
|
int32_t L_163 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_164 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_165 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_166 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_151, L_152, L_156, L_160, L_164, L_165, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_166;
|
|
bool L_167 = V_3;
|
|
if (L_167)
|
|
{
|
|
goto IL_0295;
|
|
}
|
|
}
|
|
{
|
|
bool L_168 = V_2;
|
|
G_B46_0 = ((((int32_t)L_168) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0296;
|
|
}
|
|
|
|
IL_0295:
|
|
{
|
|
G_B46_0 = 1;
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
V_3 = (bool)G_B46_0;
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
bool L_169 = V_2;
|
|
if (L_169)
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_170 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_171 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_172 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_171, /*hidden argument*/NULL);
|
|
bool L_173 = TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_170, L_172, /*hidden argument*/NULL);
|
|
if (!L_173)
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_174 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_175 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_176 = L_175->get_numbers_5();
|
|
NullCheck(L_176);
|
|
int32_t L_177 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_178 = (L_176)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_179 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_180 = L_179->get_numbers_5();
|
|
NullCheck(L_180);
|
|
int32_t L_181 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_182 = (L_180)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_183 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_184 = L_183->get_numbers_5();
|
|
NullCheck(L_184);
|
|
int32_t L_185 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_186 = (L_184)->GetAt(static_cast<il2cpp_array_size_t>(L_185));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_187 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_188 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_189 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_174, L_178, L_182, L_186, L_187, L_188, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_189;
|
|
bool L_190 = V_3;
|
|
if (L_190)
|
|
{
|
|
goto IL_02ea;
|
|
}
|
|
}
|
|
{
|
|
bool L_191 = V_2;
|
|
G_B52_0 = ((((int32_t)L_191) == ((int32_t)0))? 1 : 0);
|
|
goto IL_02eb;
|
|
}
|
|
|
|
IL_02ea:
|
|
{
|
|
G_B52_0 = 1;
|
|
}
|
|
|
|
IL_02eb:
|
|
{
|
|
V_3 = (bool)G_B52_0;
|
|
}
|
|
|
|
IL_02ec:
|
|
{
|
|
bool L_192 = V_2;
|
|
if (L_192)
|
|
{
|
|
goto IL_0341;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_193 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_194 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_195 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_194, /*hidden argument*/NULL);
|
|
bool L_196 = TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_193, L_195, /*hidden argument*/NULL);
|
|
if (!L_196)
|
|
{
|
|
goto IL_0341;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_197 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_198 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_199 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_200 = L_199->get_numbers_5();
|
|
NullCheck(L_200);
|
|
int32_t L_201 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_202 = (L_200)->GetAt(static_cast<il2cpp_array_size_t>(L_201));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_203 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_204 = L_203->get_numbers_5();
|
|
NullCheck(L_204);
|
|
int32_t L_205 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_206 = (L_204)->GetAt(static_cast<il2cpp_array_size_t>(L_205));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_207 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_208 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_209 = L_208->get_numbers_5();
|
|
NullCheck(L_209);
|
|
int32_t L_210 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_211 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_210));
|
|
bool L_212 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_197, L_198, L_202, L_206, L_207, L_211, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_212;
|
|
bool L_213 = V_3;
|
|
if (L_213)
|
|
{
|
|
goto IL_033f;
|
|
}
|
|
}
|
|
{
|
|
bool L_214 = V_2;
|
|
G_B58_0 = ((((int32_t)L_214) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0340;
|
|
}
|
|
|
|
IL_033f:
|
|
{
|
|
G_B58_0 = 1;
|
|
}
|
|
|
|
IL_0340:
|
|
{
|
|
V_3 = (bool)G_B58_0;
|
|
}
|
|
|
|
IL_0341:
|
|
{
|
|
bool L_215 = V_2;
|
|
if (L_215)
|
|
{
|
|
goto IL_0396;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_216 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_217 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_218 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_217, /*hidden argument*/NULL);
|
|
bool L_219 = TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_216, L_218, /*hidden argument*/NULL);
|
|
if (!L_219)
|
|
{
|
|
goto IL_0396;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_220 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_221 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_222 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_223 = L_222->get_numbers_5();
|
|
NullCheck(L_223);
|
|
int32_t L_224 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_225 = (L_223)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_226 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_227 = L_226->get_numbers_5();
|
|
NullCheck(L_227);
|
|
int32_t L_228 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_229 = (L_227)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_230 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_231 = L_230->get_numbers_5();
|
|
NullCheck(L_231);
|
|
int32_t L_232 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_233 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_234 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_235 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_220, L_221, L_225, L_229, L_233, L_234, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_235;
|
|
bool L_236 = V_3;
|
|
if (L_236)
|
|
{
|
|
goto IL_0394;
|
|
}
|
|
}
|
|
{
|
|
bool L_237 = V_2;
|
|
G_B64_0 = ((((int32_t)L_237) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0395;
|
|
}
|
|
|
|
IL_0394:
|
|
{
|
|
G_B64_0 = 1;
|
|
}
|
|
|
|
IL_0395:
|
|
{
|
|
V_3 = (bool)G_B64_0;
|
|
}
|
|
|
|
IL_0396:
|
|
{
|
|
bool L_238 = V_2;
|
|
if (L_238)
|
|
{
|
|
goto IL_03eb;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_239 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_240 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_241 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_240, /*hidden argument*/NULL);
|
|
bool L_242 = TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_239, L_241, /*hidden argument*/NULL);
|
|
if (!L_242)
|
|
{
|
|
goto IL_03eb;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_243 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_244 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_245 = L_244->get_numbers_5();
|
|
NullCheck(L_245);
|
|
int32_t L_246 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_247 = (L_245)->GetAt(static_cast<il2cpp_array_size_t>(L_246));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_248 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_249 = L_248->get_numbers_5();
|
|
NullCheck(L_249);
|
|
int32_t L_250 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_251 = (L_249)->GetAt(static_cast<il2cpp_array_size_t>(L_250));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_252 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_253 = L_252->get_numbers_5();
|
|
NullCheck(L_253);
|
|
int32_t L_254 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_255 = (L_253)->GetAt(static_cast<il2cpp_array_size_t>(L_254));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_256 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_257 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_258 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_243, L_247, L_251, L_255, L_256, L_257, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_258;
|
|
bool L_259 = V_3;
|
|
if (L_259)
|
|
{
|
|
goto IL_03e9;
|
|
}
|
|
}
|
|
{
|
|
bool L_260 = V_2;
|
|
G_B70_0 = ((((int32_t)L_260) == ((int32_t)0))? 1 : 0);
|
|
goto IL_03ea;
|
|
}
|
|
|
|
IL_03e9:
|
|
{
|
|
G_B70_0 = 1;
|
|
}
|
|
|
|
IL_03ea:
|
|
{
|
|
V_3 = (bool)G_B70_0;
|
|
}
|
|
|
|
IL_03eb:
|
|
{
|
|
bool L_261 = V_2;
|
|
if (L_261)
|
|
{
|
|
goto IL_0440;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_262 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_263 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_264 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_263, /*hidden argument*/NULL);
|
|
bool L_265 = TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_262, L_264, /*hidden argument*/NULL);
|
|
if (!L_265)
|
|
{
|
|
goto IL_0440;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
bool L_266 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_267 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_268 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_269 = L_268->get_numbers_5();
|
|
NullCheck(L_269);
|
|
int32_t L_270 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_271 = (L_269)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_272 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_273 = L_272->get_numbers_5();
|
|
NullCheck(L_273);
|
|
int32_t L_274 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_275 = (L_273)->GetAt(static_cast<il2cpp_array_size_t>(L_274));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_276 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_277 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_278 = L_277->get_numbers_5();
|
|
NullCheck(L_278);
|
|
int32_t L_279 = 2;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_280 = (L_278)->GetAt(static_cast<il2cpp_array_size_t>(L_279));
|
|
bool L_281 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_266, L_267, L_271, L_275, L_276, L_280, (int64_t*)(&V_4), /*hidden argument*/NULL);
|
|
V_2 = L_281;
|
|
bool L_282 = V_3;
|
|
if (L_282)
|
|
{
|
|
goto IL_043e;
|
|
}
|
|
}
|
|
{
|
|
bool L_283 = V_2;
|
|
G_B76_0 = ((((int32_t)L_283) == ((int32_t)0))? 1 : 0);
|
|
goto IL_043f;
|
|
}
|
|
|
|
IL_043e:
|
|
{
|
|
G_B76_0 = 1;
|
|
}
|
|
|
|
IL_043f:
|
|
{
|
|
V_3 = (bool)G_B76_0;
|
|
}
|
|
|
|
IL_0440:
|
|
{
|
|
bool L_284 = V_2;
|
|
if (!L_284)
|
|
{
|
|
goto IL_046e;
|
|
}
|
|
}
|
|
{
|
|
bool L_285 = V_1;
|
|
if (L_285)
|
|
{
|
|
goto IL_045f;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_286 = V_4;
|
|
V_4 = ((-L_286));
|
|
int64_t L_287 = V_4;
|
|
if ((((int64_t)L_287) <= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_045f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_288 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_288, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_045f:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_289 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_290 = L_289->get_address_of_parsedTimeSpan_0();
|
|
int64_t L_291 = V_4;
|
|
L_290->set__ticks_3(L_291);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_046e:
|
|
{
|
|
bool L_292 = V_3;
|
|
if (!L_292)
|
|
{
|
|
goto IL_047f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_293 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_293, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_047f:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_294 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_294, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_HM(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_HM_m64521ABCDFFA00D70997FBA1E9068F93A24AAA32 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminal_HM_m64521ABCDFFA00D70997FBA1E9068F93A24AAA32_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int64_t V_3 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_SepCount_2();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_2 = ___raw0;
|
|
int32_t L_3 = L_2->get_NumCount_3();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___style1;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)4)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_5 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_5, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = ___style1;
|
|
int32_t L_7 = ___style1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_8 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_9 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_10 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_9, /*hidden argument*/NULL);
|
|
bool L_11 = TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_8, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
bool L_12 = V_2;
|
|
if (L_12)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_13 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_14 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_15 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_14, /*hidden argument*/NULL);
|
|
bool L_16 = TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_13, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
bool L_17 = V_0;
|
|
if (!L_17)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = V_2;
|
|
if (L_18)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_19 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_20 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_21 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_20, /*hidden argument*/NULL);
|
|
bool L_22 = TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_19, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
bool L_23 = V_2;
|
|
if (L_23)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_24 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_25 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_26 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_25, /*hidden argument*/NULL);
|
|
bool L_27 = TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_24, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
V_3 = (((int64_t)((int64_t)0)));
|
|
bool L_28 = V_2;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_30 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_31 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_32 = L_31->get_numbers_5();
|
|
NullCheck(L_32);
|
|
int32_t L_33 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_35 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_36 = L_35->get_numbers_5();
|
|
NullCheck(L_36);
|
|
int32_t L_37 = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_39 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_40 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_41 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_29, L_30, L_34, L_38, L_39, L_40, (int64_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_42 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_42, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
bool L_43 = V_1;
|
|
if (L_43)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_44 = V_3;
|
|
V_3 = ((-L_44));
|
|
int64_t L_45 = V_3;
|
|
if ((((int64_t)L_45) <= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_46 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_46, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_47 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_48 = L_47->get_address_of_parsedTimeSpan_0();
|
|
int64_t L_49 = V_3;
|
|
L_48->set__ticks_3(L_49);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_50 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_50, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse::ProcessTerminal_D(System.Globalization.TimeSpanParse_TimeSpanRawInfo&,System.Globalization.TimeSpanParse_TimeSpanStandardStyles,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanParse_ProcessTerminal_D_mBED980CC73A4EE0FC14132234F242CEBF7A0A3B9 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * ___raw0, int32_t ___style1, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse_ProcessTerminal_D_mBED980CC73A4EE0FC14132234F242CEBF7A0A3B9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int64_t V_3 = 0;
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_0 = ___raw0;
|
|
int32_t L_1 = L_0->get_SepCount_2();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_2 = ___raw0;
|
|
int32_t L_3 = L_2->get_NumCount_3();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___style1;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)4)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_5 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_5, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = ___style1;
|
|
int32_t L_7 = ___style1;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_8 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_9 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_10 = TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_9, /*hidden argument*/NULL);
|
|
bool L_11 = TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_8, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
bool L_12 = V_2;
|
|
if (L_12)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_13 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_14 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_15 = TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_14, /*hidden argument*/NULL);
|
|
bool L_16 = TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_13, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
bool L_17 = V_0;
|
|
if (!L_17)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = V_2;
|
|
if (L_18)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_19 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_20 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_21 = TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_20, /*hidden argument*/NULL);
|
|
bool L_22 = TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_19, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
bool L_23 = V_2;
|
|
if (L_23)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_24 = ___raw0;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_25 = ___raw0;
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_26 = TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_25, /*hidden argument*/NULL);
|
|
bool L_27 = TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)L_24, L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
V_3 = (((int64_t)((int64_t)0)));
|
|
bool L_28 = V_2;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = V_1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * L_30 = ___raw0;
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_31 = L_30->get_numbers_5();
|
|
NullCheck(L_31);
|
|
int32_t L_32 = 0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_34 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_35 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_36 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_37 = ((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->get_zero_0();
|
|
bool L_38 = TimeSpanParse_TryTimeToTicks_m7D5B0804A43B0841C3A2EA625C3DBCE2C6D4E0D9(L_29, L_33, L_34, L_35, L_36, L_37, (int64_t*)(&V_3), /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_39 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_39, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
bool L_40 = V_1;
|
|
if (L_40)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_41 = V_3;
|
|
V_3 = ((-L_41));
|
|
int64_t L_42 = V_3;
|
|
if ((((int64_t)L_42) <= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_43 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_43, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_44 = ___result2;
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_45 = L_44->get_address_of_parsedTimeSpan_0();
|
|
int64_t L_46 = V_3;
|
|
L_45->set__ticks_3(L_46);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_47 = ___result2;
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_47, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanParse__cctor_mACC070DA88F08C98DF3FF49CDCFE057F5A14DA65 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanParse__cctor_mACC070DA88F08C98DF3FF49CDCFE057F5A14DA65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
TimeSpanToken__ctor_mD1A3A432292586F8DBA9DB6EF6D347B70919D3D8((&L_0), 0, /*hidden argument*/NULL);
|
|
((TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanParse_tE8111ED03737D2B6DBA0B487CEF2B1549CBB9520_il2cpp_TypeInfo_var))->set_zero_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_pinvoke(const TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB& unmarshaled, TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___literals_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'TimeSpanRawInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_4Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_pinvoke_back(const TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_pinvoke& marshaled, TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB& unmarshaled)
|
|
{
|
|
Exception_t* ___literals_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'TimeSpanRawInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_4Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_pinvoke_cleanup(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_com(const TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB& unmarshaled, TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___literals_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'TimeSpanRawInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_4Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_com_back(const TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_com& marshaled, TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB& unmarshaled)
|
|
{
|
|
Exception_t* ___literals_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'literals' of type 'TimeSpanRawInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___literals_4Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanRawInfo
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshal_com_cleanup(TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::get_PositiveInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_0 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_PositiveInvariantFormatLiterals_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline(_thisAdjusted, method);
|
|
}
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::get_NegativeInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_0 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_NegativeInvariantFormatLiterals_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline(_thisAdjusted, method);
|
|
}
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::get_PositiveLocalized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_posLocInit_8();
|
|
if (L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * L_1 = __this->get_address_of_m_posLoc_6();
|
|
il2cpp_codegen_initobj(L_1, sizeof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ));
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * L_2 = __this->get_address_of_m_posLoc_6();
|
|
String_t* L_3 = __this->get_m_fullPosPattern_10();
|
|
FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)L_2, L_3, (bool)0, /*hidden argument*/NULL);
|
|
__this->set_m_posLocInit_8((bool)1);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_4 = __this->get_m_posLoc_6();
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_get_PositiveLocalized_mED1E6079C88702AF3892427D1447846E2D056F3B(_thisAdjusted, method);
|
|
}
|
|
// System.Globalization.TimeSpanFormat_FormatLiterals System.Globalization.TimeSpanParse_TimeSpanRawInfo::get_NegativeLocalized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_negLocInit_9();
|
|
if (L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * L_1 = __this->get_address_of_m_negLoc_7();
|
|
il2cpp_codegen_initobj(L_1, sizeof(FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ));
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 * L_2 = __this->get_address_of_m_negLoc_7();
|
|
String_t* L_3 = __this->get_m_fullNegPattern_11();
|
|
FormatLiterals_Init_m26950C0842F18ACD1CF754BB234C6C4D37694364((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)L_2, L_3, (bool)0, /*hidden argument*/NULL);
|
|
__this->set_m_negLocInit_9((bool)1);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_4 = __this->get_m_negLoc_7();
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_get_NegativeLocalized_m561DDDD53099D856D2B269E9AB916EEAD5C0C9AD(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullAppCompatMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)5))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_17 = ___pattern0;
|
|
String_t* L_18 = L_17.get_AppCompatLiteral_0();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = __this->get_literals_4();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 3;
|
|
String_t* L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = __this->get_literals_4();
|
|
NullCheck(L_24);
|
|
int32_t L_25 = 4;
|
|
String_t* L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullAppCompatMatch_m866ED9DEF24F355A3116CEDA930EB82861193618(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::PartialAppCompatMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_12 = ___pattern0;
|
|
String_t* L_13 = L_12.get_AppCompatLiteral_0();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = __this->get_literals_4();
|
|
NullCheck(L_14);
|
|
int32_t L_15 = 2;
|
|
String_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = __this->get_literals_4();
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 3;
|
|
String_t* L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, L_21, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_PartialAppCompatMatch_m676C70086ACF3ED1D34622BB40F8744AD94596A6(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)6))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_literals_4();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 3;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = __this->get_literals_4();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = 4;
|
|
String_t* L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_25, /*hidden argument*/NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = __this->get_literals_4();
|
|
NullCheck(L_28);
|
|
int32_t L_29 = 5;
|
|
String_t* L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, L_30, /*hidden argument*/NULL);
|
|
return L_31;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullMatch_m8F9CA5301EC35F6C88DB05CC5F915B2855686537(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullDMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullDMatch_m7DDCB38F1826C44F27415627C10A009AEDAAE982(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullHMMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullHMMatch_m1F7EB0A69E8F1BDFC97CFCDBEFD9CEE35CD1AC79(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullDHMMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_literals_4();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 3;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullDHMMatch_mD2ACE072AF7E13EAA4AD88699C18688AAFE2075F(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullHMSMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_literals_4();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 3;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullHMSMatch_mFBDD62AF39573F734D66069939E031863605E6D9(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullDHMSMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)5))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_DayHourSep_m0E33D200868E03958507E537BCA14FE0D6BA336C((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_literals_4();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 3;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = __this->get_literals_4();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = 4;
|
|
String_t* L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullDHMSMatch_m1DA2BC9B8763459E4829C04CAC69A7F67A7CCE07(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::FullHMSFMatch(System.Globalization.TimeSpanFormat_FormatLiterals)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)5))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_NumCount_3();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = FormatLiterals_get_Start_m73F7FA76F8BA4A9CEAA696137BDF29E3C5D3FF90((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
String_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = FormatLiterals_get_HourMinuteSep_m1A60535ADE5728A2356B222E407504E82961D0FB((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_literals_4();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 1;
|
|
String_t* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, L_10, /*hidden argument*/NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = FormatLiterals_get_MinuteSecondSep_m0761AB06984502D8D63A6325D1A040A3E50BB342((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = __this->get_literals_4();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 2;
|
|
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = FormatLiterals_get_SecondFractionSep_mF0BDF858C6C62E862EDB2D39DC70EF1B1F296384((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_literals_4();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 3;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = FormatLiterals_get_End_m5A1E9123181E2E86F7297C75E12D28A3F20A2D80((FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 *)(&___pattern0), /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = __this->get_literals_4();
|
|
NullCheck(L_23);
|
|
int32_t L_24 = 4;
|
|
String_t* L_25 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A_AdjustorThunk (RuntimeObject * __this, FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 ___pattern0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_FullHMSFMatch_m063A7744F92A6A3EDF5C8DDBBE0B7DC4DF9BB54A(_thisAdjusted, ___pattern0, method);
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanRawInfo::Init(System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_lastSeenTTT_0(0);
|
|
__this->set_tokenCount_1(0);
|
|
__this->set_SepCount_2(0);
|
|
__this->set_NumCount_3(0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
__this->set_literals_4(L_0);
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_1 = (TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305*)(TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305*)SZArrayNew(TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
__this->set_numbers_5(L_1);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_2 = ___dtfi0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = DateTimeFormatInfo_get_FullTimeSpanPositivePattern_mB5D174A28F473C5B2B1EB098640836A1AE18F53A(L_2, /*hidden argument*/NULL);
|
|
__this->set_m_fullPosPattern_10(L_3);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = DateTimeFormatInfo_get_FullTimeSpanNegativePattern_m79EC10473B014212E3AF30C6338094F1C8CF1C37(L_4, /*hidden argument*/NULL);
|
|
__this->set_m_fullNegPattern_11(L_5);
|
|
__this->set_m_posLocInit_8((bool)0);
|
|
__this->set_m_negLocInit_9((bool)0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D_AdjustorThunk (RuntimeObject * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
TimeSpanRawInfo_Init_m9400B90C53D321C9D1B2B80A39133F1CA3340A4D(_thisAdjusted, ___dtfi0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::ProcessToken(System.Globalization.TimeSpanParse_TimeSpanToken&,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * ___tok0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_0 = ___tok0;
|
|
int32_t L_1 = L_0->get_ttt_0();
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_2 = ___result1;
|
|
TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_2, 4, _stringLiteral10EC7A64C2D792C77AD7F1268B99F7326C2BF063, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_3 = ___tok0;
|
|
int32_t L_4 = L_3->get_ttt_0();
|
|
if ((((int32_t)L_4) == ((int32_t)3)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_5 = ___tok0;
|
|
int32_t L_6 = L_5->get_ttt_0();
|
|
if ((((int32_t)L_6) == ((int32_t)2)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_7 = ___result1;
|
|
TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_7, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_8 = ___tok0;
|
|
int32_t L_9 = L_8->get_ttt_0();
|
|
V_0 = L_9;
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) == ((int32_t)2)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_12 = ___tok0;
|
|
String_t* L_13 = L_12->get_sep_3();
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_14 = ___result1;
|
|
bool L_15 = TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)__this, L_13, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_16 = __this->get_tokenCount_1();
|
|
if (L_16)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_18 = ___result1;
|
|
bool L_19 = TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)__this, L_17, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_20 = ___tok0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_21 = (*(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *)L_20);
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_22 = ___result1;
|
|
bool L_23 = TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66((TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *)__this, L_21, (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_22, /*hidden argument*/NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * L_24 = ___tok0;
|
|
int32_t L_25 = L_24->get_ttt_0();
|
|
__this->set_lastSeenTTT_0(L_25);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8_AdjustorThunk (RuntimeObject * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * ___tok0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_ProcessToken_m340662EE17CEDFB96BF27FA9E538B2DC6506A5A8(_thisAdjusted, ___tok0, ___result1, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::AddSep(System.String,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, String_t* ___sep0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_SepCount_2();
|
|
if ((((int32_t)L_0) >= ((int32_t)6)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_tokenCount_1();
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_2 = ___result1;
|
|
TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_2, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_literals_4();
|
|
int32_t L_4 = __this->get_SepCount_2();
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
__this->set_SepCount_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
|
|
int32_t L_6 = V_0;
|
|
String_t* L_7 = ___sep0;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_7);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (String_t*)L_7);
|
|
int32_t L_8 = __this->get_tokenCount_1();
|
|
__this->set_tokenCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5_AdjustorThunk (RuntimeObject * __this, String_t* ___sep0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_AddSep_m22479ED8410B916D19134E6A7DA82FE652AFCEF5(_thisAdjusted, ___sep0, ___result1, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanRawInfo::AddNum(System.Globalization.TimeSpanParse_TimeSpanToken,System.Globalization.TimeSpanParse_TimeSpanResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66 (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___num0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_NumCount_3();
|
|
if ((((int32_t)L_0) >= ((int32_t)5)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_tokenCount_1();
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * L_2 = ___result1;
|
|
TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)L_2, 2, _stringLiteral5965734B007F93DE3B3301732B647C355250262B, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
TimeSpanTokenU5BU5D_t4DCC6DAE24BD4596F978AC04D6C73AED2B1AA305* L_3 = __this->get_numbers_5();
|
|
int32_t L_4 = __this->get_NumCount_3();
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
__this->set_NumCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
|
|
int32_t L_6 = V_0;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_7 = ___num0;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 )L_7);
|
|
int32_t L_8 = __this->get_tokenCount_1();
|
|
__this->set_tokenCount_1(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66_AdjustorThunk (RuntimeObject * __this, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ___num0, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * _thisAdjusted = reinterpret_cast<TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB *>(__this + _offset);
|
|
return TimeSpanRawInfo_AddNum_m216FEDE1A44C2CF6809CC599B910F40A573F8D66(_thisAdjusted, ___num0, ___result1, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanResult
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_pinvoke(const TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963& unmarshaled, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___parsedTimeSpan_0 = unmarshaled.get_parsedTimeSpan_0();
|
|
marshaled.___throwStyle_1 = unmarshaled.get_throwStyle_1();
|
|
marshaled.___m_failure_2 = unmarshaled.get_m_failure_2();
|
|
marshaled.___m_failureMessageID_3 = il2cpp_codegen_marshal_string(unmarshaled.get_m_failureMessageID_3());
|
|
if (unmarshaled.get_m_failureMessageFormatArgument_4() != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_failureMessageFormatArgument_4()))
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_failureMessageFormatArgument_4()));
|
|
(marshaled.___m_failureMessageFormatArgument_4)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_failureMessageFormatArgument_4());
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = NULL;
|
|
}
|
|
marshaled.___m_failureArgumentName_5 = il2cpp_codegen_marshal_string(unmarshaled.get_m_failureArgumentName_5());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_pinvoke_back(const TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_pinvoke& marshaled, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 unmarshaled_parsedTimeSpan_temp_0;
|
|
memset((&unmarshaled_parsedTimeSpan_temp_0), 0, sizeof(unmarshaled_parsedTimeSpan_temp_0));
|
|
unmarshaled_parsedTimeSpan_temp_0 = marshaled.___parsedTimeSpan_0;
|
|
unmarshaled.set_parsedTimeSpan_0(unmarshaled_parsedTimeSpan_temp_0);
|
|
int32_t unmarshaled_throwStyle_temp_1 = 0;
|
|
unmarshaled_throwStyle_temp_1 = marshaled.___throwStyle_1;
|
|
unmarshaled.set_throwStyle_1(unmarshaled_throwStyle_temp_1);
|
|
int32_t unmarshaled_m_failure_temp_2 = 0;
|
|
unmarshaled_m_failure_temp_2 = marshaled.___m_failure_2;
|
|
unmarshaled.set_m_failure_2(unmarshaled_m_failure_temp_2);
|
|
unmarshaled.set_m_failureMessageID_3(il2cpp_codegen_marshal_string_result(marshaled.___m_failureMessageID_3));
|
|
if (marshaled.___m_failureMessageFormatArgument_4 != NULL)
|
|
{
|
|
unmarshaled.set_m_failureMessageFormatArgument_4(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_failureMessageFormatArgument_4, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_failureMessageFormatArgument_4()))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_failureMessageFormatArgument_4()), Il2CppIUnknown::IID, marshaled.___m_failureMessageFormatArgument_4);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.set_m_failureMessageFormatArgument_4(NULL);
|
|
}
|
|
unmarshaled.set_m_failureArgumentName_5(il2cpp_codegen_marshal_string_result(marshaled.___m_failureArgumentName_5));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanResult
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_pinvoke_cleanup(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___m_failureMessageID_3);
|
|
marshaled.___m_failureMessageID_3 = NULL;
|
|
if (marshaled.___m_failureMessageFormatArgument_4 != NULL)
|
|
{
|
|
(marshaled.___m_failureMessageFormatArgument_4)->Release();
|
|
marshaled.___m_failureMessageFormatArgument_4 = NULL;
|
|
}
|
|
il2cpp_codegen_marshal_free(marshaled.___m_failureArgumentName_5);
|
|
marshaled.___m_failureArgumentName_5 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanResult
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_com(const TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963& unmarshaled, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___parsedTimeSpan_0 = unmarshaled.get_parsedTimeSpan_0();
|
|
marshaled.___throwStyle_1 = unmarshaled.get_throwStyle_1();
|
|
marshaled.___m_failure_2 = unmarshaled.get_m_failure_2();
|
|
marshaled.___m_failureMessageID_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_failureMessageID_3());
|
|
if (unmarshaled.get_m_failureMessageFormatArgument_4() != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_failureMessageFormatArgument_4()))
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.get_m_failureMessageFormatArgument_4()));
|
|
(marshaled.___m_failureMessageFormatArgument_4)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.get_m_failureMessageFormatArgument_4());
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___m_failureMessageFormatArgument_4 = NULL;
|
|
}
|
|
marshaled.___m_failureArgumentName_5 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_failureArgumentName_5());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_com_back(const TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_com& marshaled, TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_com_FromNativeMethodDefinition_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 unmarshaled_parsedTimeSpan_temp_0;
|
|
memset((&unmarshaled_parsedTimeSpan_temp_0), 0, sizeof(unmarshaled_parsedTimeSpan_temp_0));
|
|
unmarshaled_parsedTimeSpan_temp_0 = marshaled.___parsedTimeSpan_0;
|
|
unmarshaled.set_parsedTimeSpan_0(unmarshaled_parsedTimeSpan_temp_0);
|
|
int32_t unmarshaled_throwStyle_temp_1 = 0;
|
|
unmarshaled_throwStyle_temp_1 = marshaled.___throwStyle_1;
|
|
unmarshaled.set_throwStyle_1(unmarshaled_throwStyle_temp_1);
|
|
int32_t unmarshaled_m_failure_temp_2 = 0;
|
|
unmarshaled_m_failure_temp_2 = marshaled.___m_failure_2;
|
|
unmarshaled.set_m_failure_2(unmarshaled_m_failure_temp_2);
|
|
unmarshaled.set_m_failureMessageID_3(il2cpp_codegen_marshal_bstring_result(marshaled.___m_failureMessageID_3));
|
|
if (marshaled.___m_failureMessageFormatArgument_4 != NULL)
|
|
{
|
|
unmarshaled.set_m_failureMessageFormatArgument_4(il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___m_failureMessageFormatArgument_4, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_m_failureMessageFormatArgument_4()))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.get_m_failureMessageFormatArgument_4()), Il2CppIUnknown::IID, marshaled.___m_failureMessageFormatArgument_4);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.set_m_failureMessageFormatArgument_4(NULL);
|
|
}
|
|
unmarshaled.set_m_failureArgumentName_5(il2cpp_codegen_marshal_bstring_result(marshaled.___m_failureArgumentName_5));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanResult
|
|
IL2CPP_EXTERN_C void TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshal_com_cleanup(TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_failureMessageID_3);
|
|
marshaled.___m_failureMessageID_3 = NULL;
|
|
if (marshaled.___m_failureMessageFormatArgument_4 != NULL)
|
|
{
|
|
(marshaled.___m_failureMessageFormatArgument_4)->Release();
|
|
marshaled.___m_failureMessageFormatArgument_4 = NULL;
|
|
}
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_failureArgumentName_5);
|
|
marshaled.___m_failureArgumentName_5 = NULL;
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanResult::Init(System.Globalization.TimeSpanParse_TimeSpanThrowStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_Init_mBDD22A6BCD85A369E16F9E6CE7D4785A62306754 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___canThrow0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_0 = __this->get_address_of_parsedTimeSpan_0();
|
|
il2cpp_codegen_initobj(L_0, sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
|
|
int32_t L_1 = ___canThrow0;
|
|
__this->set_throwStyle_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_Init_mBDD22A6BCD85A369E16F9E6CE7D4785A62306754_AdjustorThunk (RuntimeObject * __this, int32_t ___canThrow0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * _thisAdjusted = reinterpret_cast<TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *>(__this + _offset);
|
|
TimeSpanResult_Init_mBDD22A6BCD85A369E16F9E6CE7D4785A62306754(_thisAdjusted, ___canThrow0, method);
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse_ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
String_t* L_1 = ___failureMessageID1;
|
|
TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)__this, L_0, L_1, NULL, (String_t*)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * _thisAdjusted = reinterpret_cast<TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *>(__this + _offset);
|
|
TimeSpanResult_SetFailure_mC6A5A3638D0052D3E9349D3D17AD0EEB21D01446(_thisAdjusted, ___failure0, ___failureMessageID1, method);
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse_ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
String_t* L_1 = ___failureMessageID1;
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)__this, L_0, L_1, L_2, (String_t*)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * _thisAdjusted = reinterpret_cast<TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *>(__this + _offset);
|
|
TimeSpanResult_SetFailure_m3D9ABED35060D8859E4A822E21991A2AC8897A4C(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, method);
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanResult::SetFailure(System.Globalization.TimeSpanParse_ParseFailureKind,System.String,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
__this->set_m_failure_2(L_0);
|
|
String_t* L_1 = ___failureMessageID1;
|
|
__this->set_m_failureMessageID_3(L_1);
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
__this->set_m_failureMessageFormatArgument_4(L_2);
|
|
String_t* L_3 = ___failureArgumentName3;
|
|
__this->set_m_failureArgumentName_5(L_3);
|
|
int32_t L_4 = __this->get_throwStyle_1();
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_5 = TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73((TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * _thisAdjusted = reinterpret_cast<TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *>(__this + _offset);
|
|
TimeSpanResult_SetFailure_mE3314629B3CB35114F4FFB36ABDB62C86BDCA519(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, ___failureArgumentName3, method);
|
|
}
|
|
// System.Exception System.Globalization.TimeSpanParse_TimeSpanResult::GetTimeSpanParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73 (TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_m_failure_2();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_2 = __this->get_m_failureArgumentName_5();
|
|
String_t* L_3 = __this->get_m_failureMessageID_3();
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_3, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, L_2, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_6 = __this->get_m_failureMessageID_3();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
|
|
RuntimeObject * L_9 = __this->get_m_failureMessageFormatArgument_4();
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
|
|
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_6, L_8, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_11 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_11, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
String_t* L_12 = __this->get_m_failureMessageID_3();
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_12, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_14 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_14, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
String_t* L_15 = __this->get_m_failureMessageID_3();
|
|
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_15, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_17 = (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)il2cpp_codegen_object_new(OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mE1A042FFEBF00B79612E8595B8D49785B357D731(L_17, L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_19 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_19, L_18, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Exception_t * TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 * _thisAdjusted = reinterpret_cast<TimeSpanResult_t7C77BD9AF32E298E8818A8C884A2428C92283963 *>(__this + _offset);
|
|
return TimeSpanResult_GetTimeSpanParseException_mB9BE70706FD49A49217258F44A7EEB7A618E5E73(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanToken
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___ttt_0 = unmarshaled.get_ttt_0();
|
|
marshaled.___num_1 = unmarshaled.get_num_1();
|
|
marshaled.___zeroes_2 = unmarshaled.get_zeroes_2();
|
|
marshaled.___sep_3 = il2cpp_codegen_marshal_string(unmarshaled.get_sep_3());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke_back(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled)
|
|
{
|
|
int32_t unmarshaled_ttt_temp_0 = 0;
|
|
unmarshaled_ttt_temp_0 = marshaled.___ttt_0;
|
|
unmarshaled.set_ttt_0(unmarshaled_ttt_temp_0);
|
|
int32_t unmarshaled_num_temp_1 = 0;
|
|
unmarshaled_num_temp_1 = marshaled.___num_1;
|
|
unmarshaled.set_num_1(unmarshaled_num_temp_1);
|
|
int32_t unmarshaled_zeroes_temp_2 = 0;
|
|
unmarshaled_zeroes_temp_2 = marshaled.___zeroes_2;
|
|
unmarshaled.set_zeroes_2(unmarshaled_zeroes_temp_2);
|
|
unmarshaled.set_sep_3(il2cpp_codegen_marshal_string_result(marshaled.___sep_3));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanToken
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_pinvoke_cleanup(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___sep_3);
|
|
marshaled.___sep_3 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanToken
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___ttt_0 = unmarshaled.get_ttt_0();
|
|
marshaled.___num_1 = unmarshaled.get_num_1();
|
|
marshaled.___zeroes_2 = unmarshaled.get_zeroes_2();
|
|
marshaled.___sep_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_sep_3());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com_back(const TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled, TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492& unmarshaled)
|
|
{
|
|
int32_t unmarshaled_ttt_temp_0 = 0;
|
|
unmarshaled_ttt_temp_0 = marshaled.___ttt_0;
|
|
unmarshaled.set_ttt_0(unmarshaled_ttt_temp_0);
|
|
int32_t unmarshaled_num_temp_1 = 0;
|
|
unmarshaled_num_temp_1 = marshaled.___num_1;
|
|
unmarshaled.set_num_1(unmarshaled_num_temp_1);
|
|
int32_t unmarshaled_zeroes_temp_2 = 0;
|
|
unmarshaled_zeroes_temp_2 = marshaled.___zeroes_2;
|
|
unmarshaled.set_zeroes_2(unmarshaled_zeroes_temp_2);
|
|
unmarshaled.set_sep_3(il2cpp_codegen_marshal_bstring_result(marshaled.___sep_3));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanToken
|
|
IL2CPP_EXTERN_C void TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshal_com_cleanup(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___sep_3);
|
|
marshaled.___sep_3 = NULL;
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanToken::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanToken__ctor_mD1A3A432292586F8DBA9DB6EF6D347B70919D3D8 (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * __this, int32_t ___number0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_ttt_0(2);
|
|
int32_t L_0 = ___number0;
|
|
__this->set_num_1(L_0);
|
|
__this->set_zeroes_2(0);
|
|
__this->set_sep_3((String_t*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanToken__ctor_mD1A3A432292586F8DBA9DB6EF6D347B70919D3D8_AdjustorThunk (RuntimeObject * __this, int32_t ___number0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * _thisAdjusted = reinterpret_cast<TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *>(__this + _offset);
|
|
TimeSpanToken__ctor_mD1A3A432292586F8DBA9DB6EF6D347B70919D3D8(_thisAdjusted, ___number0, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanToken::IsInvalidNumber(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8 (TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * __this, int32_t ___maxValue0, int32_t ___maxPrecision1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->get_num_1();
|
|
int32_t L_1 = ___maxValue0;
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_2 = ___maxPrecision1;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_3 = __this->get_zeroes_2();
|
|
int32_t L_4 = ___maxPrecision1;
|
|
if ((((int32_t)L_3) <= ((int32_t)L_4)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_5 = __this->get_num_1();
|
|
if (!L_5)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->get_zeroes_2();
|
|
if (L_6)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_7 = __this->get_num_1();
|
|
int32_t L_8 = ___maxValue0;
|
|
int32_t L_9 = __this->get_zeroes_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
double L_10 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((10.0), (((double)((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))))), /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int64_t)(((int64_t)((int64_t)L_7)))) < ((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_8)))/(int64_t)(((int64_t)((int64_t)L_10)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8_AdjustorThunk (RuntimeObject * __this, int32_t ___maxValue0, int32_t ___maxPrecision1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 * _thisAdjusted = reinterpret_cast<TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 *>(__this + _offset);
|
|
return TimeSpanToken_IsInvalidNumber_mE26DC0F5C93F9481097B21B9A02F2174AA355AC8(_thisAdjusted, ___maxValue0, ___maxPrecision1, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_pinvoke(const TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000& unmarshaled, TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_pos_0 = unmarshaled.get_m_pos_0();
|
|
marshaled.___m_value_1 = il2cpp_codegen_marshal_string(unmarshaled.get_m_value_1());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_pinvoke_back(const TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_pinvoke& marshaled, TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000& unmarshaled)
|
|
{
|
|
int32_t unmarshaled_m_pos_temp_0 = 0;
|
|
unmarshaled_m_pos_temp_0 = marshaled.___m_pos_0;
|
|
unmarshaled.set_m_pos_0(unmarshaled_m_pos_temp_0);
|
|
unmarshaled.set_m_value_1(il2cpp_codegen_marshal_string_result(marshaled.___m_value_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_pinvoke_cleanup(TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___m_value_1);
|
|
marshaled.___m_value_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_com(const TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000& unmarshaled, TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_pos_0 = unmarshaled.get_m_pos_0();
|
|
marshaled.___m_value_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_value_1());
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_com_back(const TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_com& marshaled, TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000& unmarshaled)
|
|
{
|
|
int32_t unmarshaled_m_pos_temp_0 = 0;
|
|
unmarshaled_m_pos_temp_0 = marshaled.___m_pos_0;
|
|
unmarshaled.set_m_pos_0(unmarshaled_m_pos_temp_0);
|
|
unmarshaled.set_m_value_1(il2cpp_codegen_marshal_bstring_result(marshaled.___m_value_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.TimeSpanParse/TimeSpanTokenizer
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshal_com_cleanup(TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_value_1);
|
|
marshaled.___m_value_1 = NULL;
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanTokenizer::Init(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanTokenizer_Init_mEDD978A7394B606190ACE579EF695171211BBB8A (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, String_t* ___input0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
TimeSpanTokenizer_Init_mE81EE59F1A3E88DAD201DE0E1384E437D69A73AB((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)__this, L_0, 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_Init_mEDD978A7394B606190ACE579EF695171211BBB8A_AdjustorThunk (RuntimeObject * __this, String_t* ___input0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
TimeSpanTokenizer_Init_mEDD978A7394B606190ACE579EF695171211BBB8A(_thisAdjusted, ___input0, method);
|
|
}
|
|
// System.Void System.Globalization.TimeSpanParse_TimeSpanTokenizer::Init(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpanTokenizer_Init_mE81EE59F1A3E88DAD201DE0E1384E437D69A73AB (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, String_t* ___input0, int32_t ___startPosition1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___startPosition1;
|
|
__this->set_m_pos_0(L_0);
|
|
String_t* L_1 = ___input0;
|
|
__this->set_m_value_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TimeSpanTokenizer_Init_mE81EE59F1A3E88DAD201DE0E1384E437D69A73AB_AdjustorThunk (RuntimeObject * __this, String_t* ___input0, int32_t ___startPosition1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
TimeSpanTokenizer_Init_mE81EE59F1A3E88DAD201DE0E1384E437D69A73AB(_thisAdjusted, ___input0, ___startPosition1, method);
|
|
}
|
|
// System.Globalization.TimeSpanParse_TimeSpanToken System.Globalization.TimeSpanParse_TimeSpanTokenizer::GetNextToken()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743 (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method)
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Il2CppChar V_1 = 0x0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 ));
|
|
Il2CppChar L_0 = TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_0;
|
|
Il2CppChar L_1 = V_1;
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
(&V_0)->set_ttt_0(1);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Il2CppChar L_3 = V_1;
|
|
if ((((int32_t)L_3) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_4 = V_1;
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
(&V_0)->set_ttt_0(2);
|
|
(&V_0)->set_num_1(0);
|
|
(&V_0)->set_zeroes_2(0);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_5 = V_0;
|
|
int32_t L_6 = L_5.get_num_1();
|
|
if (!((int64_t)((int64_t)(((int64_t)((int64_t)L_6)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-268435456))))))))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
(&V_0)->set_ttt_0(4);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_8 = V_0;
|
|
int32_t L_9 = L_8.get_num_1();
|
|
Il2CppChar L_10 = V_1;
|
|
(&V_0)->set_num_1(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)10))), (int32_t)L_10)), (int32_t)((int32_t)48))));
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_11 = V_0;
|
|
int32_t L_12 = L_11.get_num_1();
|
|
if (L_12)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_13 = (&V_0)->get_address_of_zeroes_2();
|
|
int32_t* L_14 = L_13;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_16 = V_0;
|
|
int32_t L_17 = L_16.get_num_1();
|
|
if ((((int32_t)L_17) >= ((int32_t)0)))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
(&V_0)->set_ttt_0(4);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
Il2CppChar L_19 = TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
Il2CppChar L_20 = V_1;
|
|
if ((((int32_t)L_20) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_1;
|
|
if ((((int32_t)L_21) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
(&V_0)->set_ttt_0(3);
|
|
int32_t L_23 = __this->get_m_pos_0();
|
|
V_2 = L_23;
|
|
V_3 = 0;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
Il2CppChar L_24 = TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_24;
|
|
int32_t L_25 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
Il2CppChar L_26 = V_1;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_27 = V_1;
|
|
if ((((int32_t)L_27) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_28 = V_1;
|
|
if ((((int32_t)((int32_t)57)) < ((int32_t)L_28)))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
String_t* L_29 = __this->get_m_value_1();
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = V_3;
|
|
NullCheck(L_29);
|
|
String_t* L_32 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_29, L_30, L_31, /*hidden argument*/NULL);
|
|
(&V_0)->set_sep_3(L_32);
|
|
TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 L_33 = V_0;
|
|
return L_33;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C TimeSpanToken_tAD6BBF1FE7922C2D3281576FD816F33901C87492 TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
return TimeSpanTokenizer_GetNextToken_m5F46D645531E6831A6286FAEC98C2CFC0F2AC743(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.Globalization.TimeSpanParse_TimeSpanTokenizer::get_EOL()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimeSpanTokenizer_get_EOL_m0955441B4A1A81EF8C265BD7CF2A8B9C17CF7FEC (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_pos_0();
|
|
String_t* L_1 = __this->get_m_value_1();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool TimeSpanTokenizer_get_EOL_m0955441B4A1A81EF8C265BD7CF2A8B9C17CF7FEC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
return TimeSpanTokenizer_get_EOL_m0955441B4A1A81EF8C265BD7CF2A8B9C17CF7FEC(_thisAdjusted, method);
|
|
}
|
|
// System.Char System.Globalization.TimeSpanParse_TimeSpanTokenizer::get_NextChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_pos_0();
|
|
__this->set_m_pos_0(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
|
|
Il2CppChar L_1 = TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2((TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *)__this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
return TimeSpanTokenizer_get_NextChar_mAD2C8C508749737A0906B7ACE350B8EE8E1A80DB(_thisAdjusted, method);
|
|
}
|
|
// System.Char System.Globalization.TimeSpanParse_TimeSpanTokenizer::get_CurrentChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2 (TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_pos_0();
|
|
if ((((int32_t)L_0) <= ((int32_t)(-1))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_m_pos_0();
|
|
String_t* L_2 = __this->get_m_value_1();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->get_m_value_1();
|
|
int32_t L_5 = __this->get_m_pos_0();
|
|
NullCheck(L_4);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 * _thisAdjusted = reinterpret_cast<TimeSpanTokenizer_t7A2B1F99E6478C1B3D12EB1F7765D3C6E545B000 *>(__this + _offset);
|
|
return TimeSpanTokenizer_get_CurrentChar_mD41355E4CFF228F76317555E7C4CCFB7A0DBDBB2(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Globalization.TokenHashValue::.ctor(System.String,System.TokenType,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TokenHashValue__ctor_mBDA5135D075B3F3BFB897BCA29891F804A86FDE5 (TokenHashValue_t8ED9D3ECEBD955E922958BCA83CAF56989C2B159 * __this, String_t* ___tokenString0, int32_t ___tokenType1, int32_t ___tokenValue2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___tokenString0;
|
|
__this->set_tokenString_0(L_0);
|
|
int32_t L_1 = ___tokenType1;
|
|
__this->set_tokenType_1(L_1);
|
|
int32_t L_2 = ___tokenValue2;
|
|
__this->set_tokenValue_2(L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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.Guid::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A (Guid_t * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___b0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE9D71F5EE7C92D6DC9E92FFDAD17B8BD49418F98, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___b0;
|
|
NullCheck(L_2);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteral1574BDDB75C78A6FD2251D61E2993B5146201319);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral1574BDDB75C78A6FD2251D61E2993B5146201319);
|
|
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral82CE03EAE6478900F76D3043D6BC825E69FFE4F3, L_4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___b0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 3;
|
|
uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___b0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 2;
|
|
uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___b0;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 1;
|
|
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___b0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = 0;
|
|
uint8_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
__this->set__a_1(((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_18)));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___b0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 5;
|
|
uint8_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___b0;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = 4;
|
|
uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
__this->set__b_2((((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21<<(int32_t)8))|(int32_t)L_24))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___b0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = 7;
|
|
uint8_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___b0;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = 6;
|
|
uint8_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
__this->set__c_3((((int16_t)((int16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_27<<(int32_t)8))|(int32_t)L_30))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___b0;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = 8;
|
|
uint8_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
__this->set__d_4(L_33);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ___b0;
|
|
NullCheck(L_34);
|
|
int32_t L_35 = ((int32_t)9);
|
|
uint8_t L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
__this->set__e_5(L_36);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = ___b0;
|
|
NullCheck(L_37);
|
|
int32_t L_38 = ((int32_t)10);
|
|
uint8_t L_39 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
__this->set__f_6(L_39);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ___b0;
|
|
NullCheck(L_40);
|
|
int32_t L_41 = ((int32_t)11);
|
|
uint8_t L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
__this->set__g_7(L_42);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ___b0;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = ((int32_t)12);
|
|
uint8_t L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
__this->set__h_8(L_45);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ___b0;
|
|
NullCheck(L_46);
|
|
int32_t L_47 = ((int32_t)13);
|
|
uint8_t L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
__this->set__i_9(L_48);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = ___b0;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = ((int32_t)14);
|
|
uint8_t L_51 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
|
|
__this->set__j_10(L_51);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = ___b0;
|
|
NullCheck(L_52);
|
|
int32_t L_53 = ((int32_t)15);
|
|
uint8_t L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
__this->set__k_11(L_54);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___b0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A(_thisAdjusted, ___b0, method);
|
|
}
|
|
// System.Void System.Guid::.ctor(System.UInt32,System.UInt16,System.UInt16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mB0E1F8AF1DBD6D2191C909AB0736FDBA3E6267EF (Guid_t * __this, uint32_t ___a0, uint16_t ___b1, uint16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___a0;
|
|
__this->set__a_1(L_0);
|
|
uint16_t L_1 = ___b1;
|
|
__this->set__b_2((((int16_t)((int16_t)L_1))));
|
|
uint16_t L_2 = ___c2;
|
|
__this->set__c_3((((int16_t)((int16_t)L_2))));
|
|
uint8_t L_3 = ___d3;
|
|
__this->set__d_4(L_3);
|
|
uint8_t L_4 = ___e4;
|
|
__this->set__e_5(L_4);
|
|
uint8_t L_5 = ___f5;
|
|
__this->set__f_6(L_5);
|
|
uint8_t L_6 = ___g6;
|
|
__this->set__g_7(L_6);
|
|
uint8_t L_7 = ___h7;
|
|
__this->set__h_8(L_7);
|
|
uint8_t L_8 = ___i8;
|
|
__this->set__i_9(L_8);
|
|
uint8_t L_9 = ___j9;
|
|
__this->set__j_10(L_9);
|
|
uint8_t L_10 = ___k10;
|
|
__this->set__k_11(L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Guid__ctor_mB0E1F8AF1DBD6D2191C909AB0736FDBA3E6267EF_AdjustorThunk (RuntimeObject * __this, uint32_t ___a0, uint16_t ___b1, uint16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
Guid__ctor_mB0E1F8AF1DBD6D2191C909AB0736FDBA3E6267EF(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, ___e4, ___f5, ___g6, ___h7, ___i8, ___j9, ___k10, method);
|
|
}
|
|
// System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062 (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___d3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___d3;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3C363836CF4E16666669A25DA280A1865C2D2874, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___d3;
|
|
NullCheck(L_2);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))) == ((int32_t)8)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteralFE5DBBCEA5CE7E2988B8C69BCFDFDE8904AABC1F);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralFE5DBBCEA5CE7E2988B8C69BCFDFDE8904AABC1F);
|
|
String_t* L_5 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral82CE03EAE6478900F76D3043D6BC825E69FFE4F3, L_4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_7 = ___a0;
|
|
__this->set__a_1(L_7);
|
|
int16_t L_8 = ___b1;
|
|
__this->set__b_2(L_8);
|
|
int16_t L_9 = ___c2;
|
|
__this->set__c_3(L_9);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___d3;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 0;
|
|
uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
__this->set__d_4(L_12);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___d3;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 1;
|
|
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
__this->set__e_5(L_15);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___d3;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = 2;
|
|
uint8_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
__this->set__f_6(L_18);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___d3;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = 3;
|
|
uint8_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
__this->set__g_7(L_21);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___d3;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = 4;
|
|
uint8_t L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
__this->set__h_8(L_24);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___d3;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = 5;
|
|
uint8_t L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
__this->set__i_9(L_27);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___d3;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = 6;
|
|
uint8_t L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
__this->set__j_10(L_30);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ___d3;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = 7;
|
|
uint8_t L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
__this->set__k_11(L_33);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062_AdjustorThunk (RuntimeObject * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___d3, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
Guid__ctor_mB1BACC52AEA789E338C20937F1EB56079AEFD062(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, method);
|
|
}
|
|
// System.Void System.Guid::.ctor(System.Int32,System.Int16,System.Int16,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_m0DAD9558364ABC486DC40268B8A55743FB4E988E (Guid_t * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___a0;
|
|
__this->set__a_1(L_0);
|
|
int16_t L_1 = ___b1;
|
|
__this->set__b_2(L_1);
|
|
int16_t L_2 = ___c2;
|
|
__this->set__c_3(L_2);
|
|
uint8_t L_3 = ___d3;
|
|
__this->set__d_4(L_3);
|
|
uint8_t L_4 = ___e4;
|
|
__this->set__e_5(L_4);
|
|
uint8_t L_5 = ___f5;
|
|
__this->set__f_6(L_5);
|
|
uint8_t L_6 = ___g6;
|
|
__this->set__g_7(L_6);
|
|
uint8_t L_7 = ___h7;
|
|
__this->set__h_8(L_7);
|
|
uint8_t L_8 = ___i8;
|
|
__this->set__i_9(L_8);
|
|
uint8_t L_9 = ___j9;
|
|
__this->set__j_10(L_9);
|
|
uint8_t L_10 = ___k10;
|
|
__this->set__k_11(L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Guid__ctor_m0DAD9558364ABC486DC40268B8A55743FB4E988E_AdjustorThunk (RuntimeObject * __this, int32_t ___a0, int16_t ___b1, int16_t ___c2, uint8_t ___d3, uint8_t ___e4, uint8_t ___f5, uint8_t ___g6, uint8_t ___h7, uint8_t ___i8, uint8_t ___j9, uint8_t ___k10, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
Guid__ctor_m0DAD9558364ABC486DC40268B8A55743FB4E988E(_thisAdjusted, ___a0, ___b1, ___c2, ___d3, ___e4, ___f5, ___g6, ___h7, ___i8, ___j9, ___k10, method);
|
|
}
|
|
// System.Void System.Guid::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___g0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral54FD1711209FB1C0781092374132C66E79E2241B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
Guid_t L_2 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
|
|
*(Guid_t *)__this = L_2;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 ));
|
|
GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), 1, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___g0;
|
|
bool L_4 = Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36(L_3, ((int32_t)15), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 L_5 = V_0;
|
|
Guid_t L_6 = L_5.get_parsedGuid_0();
|
|
*(Guid_t *)__this = L_6;
|
|
return;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
Exception_t * L_7 = GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079_AdjustorThunk (RuntimeObject * __this, String_t* ___g0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079(_thisAdjusted, ___g0, method);
|
|
}
|
|
// System.Guid System.Guid::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286 (String_t* ___input0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___input0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 ));
|
|
GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), 2, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___input0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_3 = Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36(L_2, ((int32_t)15), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 L_4 = V_0;
|
|
Guid_t L_5 = L_4.get_parsedGuid_0();
|
|
return L_5;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Exception_t * L_6 = GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Guid_Parse_m665C7B8218EE95A0F8296F722CBA88C33E4C1286_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::TryParseGuid(System.String,System.Guid_GuidStyles,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36 (String_t* ___g0, int32_t ___flags1, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_TryParseGuid_m2C3871DC6F525C0846EC5F0C19E255F430253A36_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * V_4 = NULL;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___g0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_1 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_1, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_2 = ___g0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_6 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_6, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_7, ((int32_t)45), 0, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)((((int32_t)L_8) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___flags1;
|
|
if (((int32_t)((int32_t)L_10&(int32_t)((int32_t)68))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_11 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_11, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_12 = ___flags1;
|
|
if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_13 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_13, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
String_t* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_14, ((int32_t)123), 0, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_15) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_16 = V_2;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___flags1;
|
|
if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_18 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_18, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_19 = ___flags1;
|
|
if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_20 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_20, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
String_t* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_21, ((int32_t)40), 0, /*hidden argument*/NULL);
|
|
if (!((((int32_t)((((int32_t)L_22) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___flags1;
|
|
if (((int32_t)((int32_t)L_23&(int32_t)((int32_t)17))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_24 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_24, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_25 = ___flags1;
|
|
if (!((int32_t)((int32_t)L_25&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_26 = ___result2;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_26, 2, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
}
|
|
|
|
IL_00de:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
bool L_27 = V_1;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
String_t* L_28 = V_0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_29 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_30 = Guid_TryParseGuidWithDashes_m03190FED9B442FC160B9D4B470B8C29AD8ECE455(L_28, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_29, /*hidden argument*/NULL);
|
|
V_3 = L_30;
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
bool L_31 = V_2;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
String_t* L_32 = V_0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_33 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_34 = Guid_TryParseGuidWithHexPrefix_m9D42E3EACF64BE5E1D473B270BDC76D54D7E3D03(L_32, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_33, /*hidden argument*/NULL);
|
|
V_3 = L_34;
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
String_t* L_35 = V_0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_36 = ___result2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_37 = Guid_TryParseGuidWithNoStyle_m91C1F7891346BEF7F8C42117D60E5C9F73E42A3B(L_35, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_36, /*hidden argument*/NULL);
|
|
V_3 = L_37;
|
|
goto IL_012e;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0102;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0118;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0102:
|
|
{ // begin catch(System.IndexOutOfRangeException)
|
|
V_4 = ((IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_38 = ___result2;
|
|
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_39 = V_4;
|
|
GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_38, 5, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, NULL, (String_t*)NULL, L_39, /*hidden argument*/NULL);
|
|
V_3 = (bool)0;
|
|
goto IL_012e;
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_0118:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_5 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_40 = ___result2;
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_41 = V_5;
|
|
GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_40, 5, _stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, NULL, (String_t*)NULL, L_41, /*hidden argument*/NULL);
|
|
V_3 = (bool)0;
|
|
goto IL_012e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_012e:
|
|
{
|
|
bool L_42 = V_3;
|
|
return L_42;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::TryParseGuidWithHexPrefix(System.String,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithHexPrefix_m9D42E3EACF64BE5E1D473B270BDC76D54D7E3D03 (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_TryParseGuidWithHexPrefix_m9D42E3EACF64BE5E1D473B270BDC76D54D7E3D03_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
String_t* L_0 = ___guidString0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = Guid_EatAllWhitespace_m13A5241942F020C760E4B1C2392F5E1E84F63616(L_0, /*hidden argument*/NULL);
|
|
___guidString0 = L_1;
|
|
String_t* L_2 = ___guidString0;
|
|
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___guidString0;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)123))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_6 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_6, 2, _stringLiteral9505EF94A44A88FEA6BAB3EDB21A0FDAC3B4C453, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
String_t* L_7 = ___guidString0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_8 = Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345(L_7, 1, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_9 = ___result1;
|
|
GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_9, 2, _stringLiteral341D74A5121BD7442575A54B2A0292D5DB1A5369, _stringLiteral97391F63D48F94047CA6F03FADFCFF9361F10720, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
V_0 = 3;
|
|
String_t* L_10 = ___guidString0;
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_10, ((int32_t)44), L_11, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13));
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) > ((int32_t)0)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_15 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_15, 2, _stringLiteral15B3A4901755640C7753F9B86F8A7B0C78FFD3A1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
String_t* L_16 = ___guidString0;
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = V_1;
|
|
NullCheck(L_16);
|
|
String_t* L_19 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_16, L_17, L_18, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_20 = ___result1;
|
|
Guid_t * L_21 = L_20->get_address_of_parsedGuid_0();
|
|
int32_t* L_22 = L_21->get_address_of__a_1();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_23 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_24 = Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC(L_19, (-1), ((int32_t)4096), (int32_t*)L_22, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_23, /*hidden argument*/NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
String_t* L_25 = ___guidString0;
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_28 = Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345(L_25, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_29 = ___result1;
|
|
GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_29, 2, _stringLiteral341D74A5121BD7442575A54B2A0292D5DB1A5369, _stringLiteral2B553CF448606360F1C4E913F833A0372AC9DF44, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), (int32_t)3));
|
|
String_t* L_32 = ___guidString0;
|
|
int32_t L_33 = V_0;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_32, ((int32_t)44), L_33, /*hidden argument*/NULL);
|
|
int32_t L_35 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35));
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_36) > ((int32_t)0)))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_37 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_37, 2, _stringLiteral15B3A4901755640C7753F9B86F8A7B0C78FFD3A1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
String_t* L_38 = ___guidString0;
|
|
int32_t L_39 = V_0;
|
|
int32_t L_40 = V_1;
|
|
NullCheck(L_38);
|
|
String_t* L_41 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_38, L_39, L_40, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_42 = ___result1;
|
|
Guid_t * L_43 = L_42->get_address_of_parsedGuid_0();
|
|
int16_t* L_44 = L_43->get_address_of__b_2();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_45 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_46 = Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3(L_41, (-1), ((int32_t)4096), (int16_t*)L_44, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_45, /*hidden argument*/NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
String_t* L_47 = ___guidString0;
|
|
int32_t L_48 = V_0;
|
|
int32_t L_49 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_50 = Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345(L_47, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_51 = ___result1;
|
|
GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_51, 2, _stringLiteral341D74A5121BD7442575A54B2A0292D5DB1A5369, _stringLiteral19038B38EB3C4CA87074CFF922530873412B7E91, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
int32_t L_52 = V_0;
|
|
int32_t L_53 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)), (int32_t)3));
|
|
String_t* L_54 = ___guidString0;
|
|
int32_t L_55 = V_0;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_54, ((int32_t)44), L_55, /*hidden argument*/NULL);
|
|
int32_t L_57 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57));
|
|
int32_t L_58 = V_1;
|
|
if ((((int32_t)L_58) > ((int32_t)0)))
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_59 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_59, 2, _stringLiteral15B3A4901755640C7753F9B86F8A7B0C78FFD3A1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
String_t* L_60 = ___guidString0;
|
|
int32_t L_61 = V_0;
|
|
int32_t L_62 = V_1;
|
|
NullCheck(L_60);
|
|
String_t* L_63 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_60, L_61, L_62, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_64 = ___result1;
|
|
Guid_t * L_65 = L_64->get_address_of_parsedGuid_0();
|
|
int16_t* L_66 = L_65->get_address_of__c_3();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_67 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_68 = Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3(L_63, (-1), ((int32_t)4096), (int16_t*)L_66, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_67, /*hidden argument*/NULL);
|
|
if (L_68)
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
String_t* L_69 = ___guidString0;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_69, /*hidden argument*/NULL);
|
|
int32_t L_71 = V_0;
|
|
int32_t L_72 = V_1;
|
|
if ((((int32_t)L_70) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)), (int32_t)1)))))
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_73 = ___guidString0;
|
|
int32_t L_74 = V_0;
|
|
int32_t L_75 = V_1;
|
|
NullCheck(L_73);
|
|
Il2CppChar L_76 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_73, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)123))))
|
|
{
|
|
goto IL_0184;
|
|
}
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_77 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_77, 2, _stringLiteral9505EF94A44A88FEA6BAB3EDB21A0FDAC3B4C453, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
int32_t L_78 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_79 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
V_2 = L_79;
|
|
V_3 = 0;
|
|
goto IL_022e;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
String_t* L_80 = ___guidString0;
|
|
int32_t L_81 = V_0;
|
|
int32_t L_82 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_83 = Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345(L_80, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)L_82)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if (L_83)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_84 = ___result1;
|
|
GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_84, 2, _stringLiteral341D74A5121BD7442575A54B2A0292D5DB1A5369, _stringLiteral0FF2D3F776780FB2F33574BB18BA6F9697EE17BC, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
int32_t L_85 = V_0;
|
|
int32_t L_86 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86)), (int32_t)3));
|
|
int32_t L_87 = V_3;
|
|
if ((((int32_t)L_87) >= ((int32_t)7)))
|
|
{
|
|
goto IL_01de;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_88 = ___guidString0;
|
|
int32_t L_89 = V_0;
|
|
NullCheck(L_88);
|
|
int32_t L_90 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_88, ((int32_t)44), L_89, /*hidden argument*/NULL);
|
|
int32_t L_91 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)L_91));
|
|
int32_t L_92 = V_1;
|
|
if ((((int32_t)L_92) > ((int32_t)0)))
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_93 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_93, 2, _stringLiteral15B3A4901755640C7753F9B86F8A7B0C78FFD3A1, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
String_t* L_94 = ___guidString0;
|
|
int32_t L_95 = V_0;
|
|
NullCheck(L_94);
|
|
int32_t L_96 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_94, ((int32_t)125), L_95, /*hidden argument*/NULL);
|
|
int32_t L_97 = V_0;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)L_97));
|
|
int32_t L_98 = V_1;
|
|
if ((((int32_t)L_98) > ((int32_t)0)))
|
|
{
|
|
goto IL_01fc;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_99 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_99, 2, _stringLiteral8BE6003D565D76B961657C797A8B3A02C90007CC, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01fc:
|
|
{
|
|
String_t* L_100 = ___guidString0;
|
|
int32_t L_101 = V_0;
|
|
int32_t L_102 = V_1;
|
|
NullCheck(L_100);
|
|
String_t* L_103 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_100, L_101, L_102, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_104 = Convert_ToInt32_m8DC81C7C49EE4A9334E71E45E3A220644E45B4F4(L_103, ((int32_t)16), /*hidden argument*/NULL);
|
|
V_4 = L_104;
|
|
uint32_t L_105 = V_4;
|
|
if ((!(((uint32_t)L_105) > ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_106 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_106, 2, _stringLiteral66A2CA93B4D74A9945AF3335F6FDED9B5261D3B4, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = V_2;
|
|
int32_t L_108 = V_3;
|
|
uint32_t L_109 = V_4;
|
|
NullCheck(L_107);
|
|
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(L_108), (uint8_t)(((int32_t)((uint8_t)L_109))));
|
|
int32_t L_110 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1));
|
|
}
|
|
|
|
IL_022e:
|
|
{
|
|
int32_t L_111 = V_3;
|
|
if ((((int32_t)L_111) < ((int32_t)8)))
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_112 = ___result1;
|
|
Guid_t * L_113 = L_112->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_114 = V_2;
|
|
NullCheck(L_114);
|
|
int32_t L_115 = 0;
|
|
uint8_t L_116 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
|
|
L_113->set__d_4(L_116);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_117 = ___result1;
|
|
Guid_t * L_118 = L_117->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_119 = V_2;
|
|
NullCheck(L_119);
|
|
int32_t L_120 = 1;
|
|
uint8_t L_121 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
|
|
L_118->set__e_5(L_121);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_122 = ___result1;
|
|
Guid_t * L_123 = L_122->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = V_2;
|
|
NullCheck(L_124);
|
|
int32_t L_125 = 2;
|
|
uint8_t L_126 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
|
|
L_123->set__f_6(L_126);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_127 = ___result1;
|
|
Guid_t * L_128 = L_127->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = V_2;
|
|
NullCheck(L_129);
|
|
int32_t L_130 = 3;
|
|
uint8_t L_131 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
|
|
L_128->set__g_7(L_131);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_132 = ___result1;
|
|
Guid_t * L_133 = L_132->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_134 = V_2;
|
|
NullCheck(L_134);
|
|
int32_t L_135 = 4;
|
|
uint8_t L_136 = (L_134)->GetAt(static_cast<il2cpp_array_size_t>(L_135));
|
|
L_133->set__h_8(L_136);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_137 = ___result1;
|
|
Guid_t * L_138 = L_137->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = V_2;
|
|
NullCheck(L_139);
|
|
int32_t L_140 = 5;
|
|
uint8_t L_141 = (L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_140));
|
|
L_138->set__i_9(L_141);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_142 = ___result1;
|
|
Guid_t * L_143 = L_142->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_144 = V_2;
|
|
NullCheck(L_144);
|
|
int32_t L_145 = 6;
|
|
uint8_t L_146 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
|
|
L_143->set__j_10(L_146);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_147 = ___result1;
|
|
Guid_t * L_148 = L_147->get_address_of_parsedGuid_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_149 = V_2;
|
|
NullCheck(L_149);
|
|
int32_t L_150 = 7;
|
|
uint8_t L_151 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
|
|
L_148->set__k_11(L_151);
|
|
int32_t L_152 = V_0;
|
|
int32_t L_153 = V_1;
|
|
String_t* L_154 = ___guidString0;
|
|
NullCheck(L_154);
|
|
int32_t L_155 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_154, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153)), (int32_t)1))) >= ((int32_t)L_155)))
|
|
{
|
|
goto IL_02c1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_156 = ___guidString0;
|
|
int32_t L_157 = V_0;
|
|
int32_t L_158 = V_1;
|
|
NullCheck(L_156);
|
|
Il2CppChar L_159 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_156, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)L_158)), (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_159) == ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_02cf;
|
|
}
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_160 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_160, 2, _stringLiteralBB1E8BB3DB6CF6FFDD3F35D3442E052F95A64D05, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02cf:
|
|
{
|
|
int32_t L_161 = V_0;
|
|
int32_t L_162 = V_1;
|
|
String_t* L_163 = ___guidString0;
|
|
NullCheck(L_163);
|
|
int32_t L_164 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_163, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)L_162)), (int32_t)1))) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_164, (int32_t)1)))))
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_165 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_165, 2, _stringLiteral25A408F1129728BA6B57DAFD398C5F6C4C525435, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02ec:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::TryParseGuidWithNoStyle(System.String,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithNoStyle_m91C1F7891346BEF7F8C42117D60E5C9F73E42A3B (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_TryParseGuidWithNoStyle_m91C1F7891346BEF7F8C42117D60E5C9F73E42A3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
Il2CppChar V_6 = 0x0;
|
|
{
|
|
V_0 = 0;
|
|
V_3 = 0;
|
|
String_t* L_0 = ___guidString0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_2 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_2, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_4 = 0;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_3 = ___guidString0;
|
|
int32_t L_4 = V_4;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
V_5 = L_5;
|
|
Il2CppChar L_6 = V_5;
|
|
if ((((int32_t)L_6) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_5;
|
|
if ((((int32_t)L_7) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Il2CppChar L_8 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_10 = Char_ToUpper_m7DB88D6BD4EB66188E540B0BF985DE410B660F02(L_8, L_9, /*hidden argument*/NULL);
|
|
V_6 = L_10;
|
|
Il2CppChar L_11 = V_6;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_6;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_13 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_13, 2, _stringLiteralC7AC5BA58E9AFCDE1942EA3B3E96378076AF200C, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_14 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_15 = V_4;
|
|
String_t* L_16 = ___guidString0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_15) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = ___guidString0;
|
|
int32_t L_19 = V_0;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_18, L_19, 8, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_21 = ___result1;
|
|
Guid_t * L_22 = L_21->get_address_of_parsedGuid_0();
|
|
int32_t* L_23 = L_22->get_address_of__a_1();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_24 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_25 = Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC(L_20, (-1), ((int32_t)4096), (int32_t*)L_23, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_24, /*hidden argument*/NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)8));
|
|
String_t* L_27 = ___guidString0;
|
|
int32_t L_28 = V_0;
|
|
NullCheck(L_27);
|
|
String_t* L_29 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_27, L_28, 4, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_30 = ___result1;
|
|
Guid_t * L_31 = L_30->get_address_of_parsedGuid_0();
|
|
int16_t* L_32 = L_31->get_address_of__b_2();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_33 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_34 = Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3(L_29, (-1), ((int32_t)4096), (int16_t*)L_32, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_33, /*hidden argument*/NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
int32_t L_35 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)4));
|
|
String_t* L_36 = ___guidString0;
|
|
int32_t L_37 = V_0;
|
|
NullCheck(L_36);
|
|
String_t* L_38 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_36, L_37, 4, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_39 = ___result1;
|
|
Guid_t * L_40 = L_39->get_address_of_parsedGuid_0();
|
|
int16_t* L_41 = L_40->get_address_of__c_3();
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_42 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_43 = Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3(L_38, (-1), ((int32_t)4096), (int16_t*)L_41, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_42, /*hidden argument*/NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
int32_t L_44 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)4));
|
|
String_t* L_45 = ___guidString0;
|
|
int32_t L_46 = V_0;
|
|
NullCheck(L_45);
|
|
String_t* L_47 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_45, L_46, 4, /*hidden argument*/NULL);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_48 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_49 = Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC(L_47, (-1), ((int32_t)4096), (int32_t*)(&V_1), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_48, /*hidden argument*/NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
int32_t L_50 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)4));
|
|
int32_t L_51 = V_0;
|
|
V_3 = L_51;
|
|
String_t* L_52 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_53 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_54 = Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54(L_52, (int32_t*)(&V_3), ((int32_t)8192), (int64_t*)(&V_2), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_53, /*hidden argument*/NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
int32_t L_55 = V_3;
|
|
int32_t L_56 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_55, (int32_t)L_56))) == ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_57 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_57, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_58 = ___result1;
|
|
Guid_t * L_59 = L_58->get_address_of_parsedGuid_0();
|
|
int32_t L_60 = V_1;
|
|
L_59->set__d_4((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_60>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_61 = ___result1;
|
|
Guid_t * L_62 = L_61->get_address_of_parsedGuid_0();
|
|
int32_t L_63 = V_1;
|
|
L_62->set__e_5((uint8_t)(((int32_t)((uint8_t)L_63))));
|
|
int64_t L_64 = V_2;
|
|
V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_64>>(int32_t)((int32_t)32))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_65 = ___result1;
|
|
Guid_t * L_66 = L_65->get_address_of_parsedGuid_0();
|
|
int32_t L_67 = V_1;
|
|
L_66->set__f_6((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_67>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_68 = ___result1;
|
|
Guid_t * L_69 = L_68->get_address_of_parsedGuid_0();
|
|
int32_t L_70 = V_1;
|
|
L_69->set__g_7((uint8_t)(((int32_t)((uint8_t)L_70))));
|
|
int64_t L_71 = V_2;
|
|
V_1 = (((int32_t)((int32_t)L_71)));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_72 = ___result1;
|
|
Guid_t * L_73 = L_72->get_address_of_parsedGuid_0();
|
|
int32_t L_74 = V_1;
|
|
L_73->set__h_8((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_74>>(int32_t)((int32_t)24)))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_75 = ___result1;
|
|
Guid_t * L_76 = L_75->get_address_of_parsedGuid_0();
|
|
int32_t L_77 = V_1;
|
|
L_76->set__i_9((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_77>>(int32_t)((int32_t)16)))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_78 = ___result1;
|
|
Guid_t * L_79 = L_78->get_address_of_parsedGuid_0();
|
|
int32_t L_80 = V_1;
|
|
L_79->set__j_10((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_80>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_81 = ___result1;
|
|
Guid_t * L_82 = L_81->get_address_of_parsedGuid_0();
|
|
int32_t L_83 = V_1;
|
|
L_82->set__k_11((uint8_t)(((int32_t)((uint8_t)L_83))));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::TryParseGuidWithDashes(System.String,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_TryParseGuidWithDashes_m03190FED9B442FC160B9D4B470B8C29AD8ECE455 (String_t* ___guidString0, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_TryParseGuidWithDashes_m03190FED9B442FC160B9D4B470B8C29AD8ECE455_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
V_0 = 0;
|
|
V_3 = 0;
|
|
String_t* L_0 = ___guidString0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_1 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)123)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___guidString0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___guidString0;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)37), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_6 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_6, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
V_0 = 1;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
String_t* L_7 = ___guidString0;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)40)))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___guidString0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___guidString0;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, ((int32_t)37), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)41))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_13 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_13, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
V_0 = 1;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
String_t* L_14 = ___guidString0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)36))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_16 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_16, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
String_t* L_17 = ___guidString0;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_18)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___guidString0;
|
|
int32_t L_21 = V_0;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)13), (int32_t)L_21)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = ___guidString0;
|
|
int32_t L_24 = V_0;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)18), (int32_t)L_24)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = ___guidString0;
|
|
int32_t L_27 = V_0;
|
|
NullCheck(L_26);
|
|
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)23), (int32_t)L_27)), /*hidden argument*/NULL);
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_29 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_29, 2, _stringLiteral72587157E31A34C07FDD21A0B30BCFA3A79A877A, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
int32_t L_30 = V_0;
|
|
V_3 = L_30;
|
|
String_t* L_31 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_32 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_33 = Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D(L_31, (int32_t*)(&V_3), 8, ((int32_t)8192), (int32_t*)(&V_1), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_32, /*hidden argument*/NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_34 = ___result1;
|
|
Guid_t * L_35 = L_34->get_address_of_parsedGuid_0();
|
|
int32_t L_36 = V_1;
|
|
L_35->set__a_1(L_36);
|
|
int32_t L_37 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
|
|
String_t* L_38 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_39 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_40 = Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D(L_38, (int32_t*)(&V_3), 4, ((int32_t)8192), (int32_t*)(&V_1), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_39, /*hidden argument*/NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_41 = ___result1;
|
|
Guid_t * L_42 = L_41->get_address_of_parsedGuid_0();
|
|
int32_t L_43 = V_1;
|
|
L_42->set__b_2((((int16_t)((int16_t)L_43))));
|
|
int32_t L_44 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
|
|
String_t* L_45 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_46 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_47 = Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D(L_45, (int32_t*)(&V_3), 4, ((int32_t)8192), (int32_t*)(&V_1), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_46, /*hidden argument*/NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_48 = ___result1;
|
|
Guid_t * L_49 = L_48->get_address_of_parsedGuid_0();
|
|
int32_t L_50 = V_1;
|
|
L_49->set__c_3((((int16_t)((int16_t)L_50))));
|
|
int32_t L_51 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
|
|
String_t* L_52 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_53 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_54 = Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D(L_52, (int32_t*)(&V_3), 4, ((int32_t)8192), (int32_t*)(&V_1), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_53, /*hidden argument*/NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
int32_t L_55 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
|
|
int32_t L_56 = V_3;
|
|
V_0 = L_56;
|
|
String_t* L_57 = ___guidString0;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_58 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_59 = Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54(L_57, (int32_t*)(&V_3), ((int32_t)8192), (int64_t*)(&V_2), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_58, /*hidden argument*/NULL);
|
|
if (L_59)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
int32_t L_60 = V_3;
|
|
int32_t L_61 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)L_61))) == ((int32_t)((int32_t)12))))
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_62 = ___result1;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_62, 2, _stringLiteral2E9BA6E5755224825D3E5B28106792B62BEC4ACA, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_63 = ___result1;
|
|
Guid_t * L_64 = L_63->get_address_of_parsedGuid_0();
|
|
int32_t L_65 = V_1;
|
|
L_64->set__d_4((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_65>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_66 = ___result1;
|
|
Guid_t * L_67 = L_66->get_address_of_parsedGuid_0();
|
|
int32_t L_68 = V_1;
|
|
L_67->set__e_5((uint8_t)(((int32_t)((uint8_t)L_68))));
|
|
int64_t L_69 = V_2;
|
|
V_1 = (((int32_t)((int32_t)((int64_t)((int64_t)L_69>>(int32_t)((int32_t)32))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_70 = ___result1;
|
|
Guid_t * L_71 = L_70->get_address_of_parsedGuid_0();
|
|
int32_t L_72 = V_1;
|
|
L_71->set__f_6((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_72>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_73 = ___result1;
|
|
Guid_t * L_74 = L_73->get_address_of_parsedGuid_0();
|
|
int32_t L_75 = V_1;
|
|
L_74->set__g_7((uint8_t)(((int32_t)((uint8_t)L_75))));
|
|
int64_t L_76 = V_2;
|
|
V_1 = (((int32_t)((int32_t)L_76)));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_77 = ___result1;
|
|
Guid_t * L_78 = L_77->get_address_of_parsedGuid_0();
|
|
int32_t L_79 = V_1;
|
|
L_78->set__h_8((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_79>>(int32_t)((int32_t)24)))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_80 = ___result1;
|
|
Guid_t * L_81 = L_80->get_address_of_parsedGuid_0();
|
|
int32_t L_82 = V_1;
|
|
L_81->set__i_9((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_82>>(int32_t)((int32_t)16)))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_83 = ___result1;
|
|
Guid_t * L_84 = L_83->get_address_of_parsedGuid_0();
|
|
int32_t L_85 = V_1;
|
|
L_84->set__j_10((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_85>>(int32_t)8))))));
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_86 = ___result1;
|
|
Guid_t * L_87 = L_86->get_address_of_parsedGuid_0();
|
|
int32_t L_88 = V_1;
|
|
L_87->set__k_11((uint8_t)(((int32_t)((uint8_t)L_88))));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToShort(System.String,System.Int32,System.Int32,System.Int16&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3 (String_t* ___str0, int32_t ___requiredLength1, int32_t ___flags2, int16_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToShort_mF2F94D9B40C99DC1A7F159849CD5D2AB27ACA4C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
int32_t L_1 = ___requiredLength1;
|
|
int32_t L_2 = ___flags2;
|
|
int16_t* L_3 = ___result3;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_4 = ___parseResult4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Guid_StringToShort_m44351C529F29C0DD1192E55F8FCB2EB2509C1DE8(L_0, (int32_t*)(int32_t*)(((uintptr_t)0)), L_1, L_2, (int16_t*)L_3, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToShort(System.String,System.Int32*,System.Int32,System.Int32,System.Int16&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToShort_m44351C529F29C0DD1192E55F8FCB2EB2509C1DE8 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int16_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToShort_m44351C529F29C0DD1192E55F8FCB2EB2509C1DE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int16_t* L_0 = ___result4;
|
|
*((int16_t*)L_0) = (int16_t)0;
|
|
String_t* L_1 = ___str0;
|
|
int32_t* L_2 = ___parsePos1;
|
|
int32_t L_3 = ___requiredLength2;
|
|
int32_t L_4 = ___flags3;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_5 = ___parseResult5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_6 = Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75(L_1, (int32_t*)(int32_t*)L_2, L_3, L_4, (int32_t*)(&V_0), (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_5, /*hidden argument*/NULL);
|
|
int16_t* L_7 = ___result4;
|
|
int32_t L_8 = V_0;
|
|
*((int16_t*)L_7) = (int16_t)(((int16_t)((int16_t)L_8)));
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32,System.Int32,System.Int32&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC (String_t* ___str0, int32_t ___requiredLength1, int32_t ___flags2, int32_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToInt_m29B4BA5D48EB58C5138482C658459A4E83EEECBC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
int32_t L_1 = ___requiredLength1;
|
|
int32_t L_2 = ___flags2;
|
|
int32_t* L_3 = ___result3;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_4 = ___parseResult4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75(L_0, (int32_t*)(int32_t*)(((uintptr_t)0)), L_1, L_2, (int32_t*)L_3, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32&,System.Int32,System.Int32,System.Int32&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int32_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToInt_mF3E43AE02319D39AEE44069DC3F0C0EF60BCD55D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t* V_0 = NULL;
|
|
int32_t* V_1 = NULL;
|
|
{
|
|
int32_t* L_0 = ___parsePos1;
|
|
V_1 = (int32_t*)L_0;
|
|
int32_t* L_1 = V_1;
|
|
V_0 = (int32_t*)(((uintptr_t)L_1));
|
|
String_t* L_2 = ___str0;
|
|
int32_t* L_3 = V_0;
|
|
int32_t L_4 = ___requiredLength2;
|
|
int32_t L_5 = ___flags3;
|
|
int32_t* L_6 = ___result4;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_7 = ___parseResult5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_8 = Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75(L_2, (int32_t*)(int32_t*)L_3, L_4, L_5, (int32_t*)L_6, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToInt(System.String,System.Int32*,System.Int32,System.Int32,System.Int32&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___requiredLength2, int32_t ___flags3, int32_t* ___result4, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_1 = NULL;
|
|
bool V_2 = false;
|
|
Exception_t * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t* L_0 = ___result4;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
int32_t* L_1 = ___parsePos1;
|
|
if ((((intptr_t)L_1) == ((intptr_t)(((uintptr_t)0)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_2 = ___parsePos1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
G_B3_0 = L_3;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = G_B3_0;
|
|
}
|
|
|
|
IL_000f:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
int32_t* L_4 = ___result4;
|
|
String_t* L_5 = ___str0;
|
|
int32_t L_6 = ___flags3;
|
|
int32_t* L_7 = ___parsePos1;
|
|
int32_t L_8 = ParseNumbers_StringToInt_m7ACA100FC18EC8C608CCFDAC30E5E96F176C0D35(L_5, ((int32_t)16), L_6, (int32_t*)(int32_t*)L_7, /*hidden argument*/NULL);
|
|
*((int32_t*)L_4) = (int32_t)L_8;
|
|
goto IL_006a;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001e;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0052;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001e:
|
|
{ // begin catch(System.OverflowException)
|
|
{
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_9 = ___parseResult5;
|
|
int32_t L_10 = L_9->get_throwStyle_1();
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_11 = ___parseResult5;
|
|
int32_t L_12 = L_11->get_throwStyle_1();
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_14 = V_1;
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_15, L_13, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_16 = ___parseResult5;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_17 = V_1;
|
|
GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_16, L_17, /*hidden argument*/NULL);
|
|
V_2 = (bool)0;
|
|
goto IL_008b;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_0052:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_3 = ((Exception_t *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_18 = ___parseResult5;
|
|
int32_t L_19 = L_18->get_throwStyle_1();
|
|
if (L_19)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_20 = ___parseResult5;
|
|
Exception_t * L_21 = V_3;
|
|
GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_20, L_21, /*hidden argument*/NULL);
|
|
V_2 = (bool)0;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Guid_StringToInt_m7846234BB110EAE5ED4CD58DCDFC28587B851E75_RuntimeMethod_var);
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_22 = ___requiredLength2;
|
|
if ((((int32_t)L_22) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_23 = ___parsePos1;
|
|
if ((((intptr_t)L_23) == ((intptr_t)(((uintptr_t)0)))))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_24 = ___parsePos1;
|
|
int32_t L_25 = *((int32_t*)L_24);
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = ___requiredLength2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26))) == ((int32_t)L_27)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_28 = ___parseResult5;
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_28, 2, _stringLiteralC7AC5BA58E9AFCDE1942EA3B3E96378076AF200C, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
bool L_29 = V_2;
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToLong(System.String,System.Int32&,System.Int32,System.Int64&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54 (String_t* ___str0, int32_t* ___parsePos1, int32_t ___flags2, int64_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToLong_m4884141444E46A54F0E286540D156CDBD728FB54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t* V_0 = NULL;
|
|
int32_t* V_1 = NULL;
|
|
{
|
|
int32_t* L_0 = ___parsePos1;
|
|
V_1 = (int32_t*)L_0;
|
|
int32_t* L_1 = V_1;
|
|
V_0 = (int32_t*)(((uintptr_t)L_1));
|
|
String_t* L_2 = ___str0;
|
|
int32_t* L_3 = V_0;
|
|
int32_t L_4 = ___flags2;
|
|
int64_t* L_5 = ___result3;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_6 = ___parseResult4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
bool L_7 = Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD(L_2, (int32_t*)(int32_t*)L_3, L_4, (int64_t*)L_5, (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::StringToLong(System.String,System.Int32*,System.Int32,System.Int64&,System.Guid_GuidResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD (String_t* ___str0, int32_t* ___parsePos1, int32_t ___flags2, int64_t* ___result3, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * ___parseResult4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_0 = NULL;
|
|
bool V_1 = false;
|
|
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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int64_t* L_0 = ___result3;
|
|
*((int64_t*)L_0) = (int64_t)(((int64_t)((int64_t)0)));
|
|
}
|
|
|
|
IL_0004:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
int64_t* L_1 = ___result3;
|
|
String_t* L_2 = ___str0;
|
|
int32_t L_3 = ___flags2;
|
|
int32_t* L_4 = ___parsePos1;
|
|
int64_t L_5 = ParseNumbers_StringToLong_m357EAEE70F7B4A24A81E655D5260F2116B822E48(L_2, ((int32_t)16), L_3, (int32_t*)(int32_t*)L_4, /*hidden argument*/NULL);
|
|
*((int64_t*)L_1) = (int64_t)L_5;
|
|
goto IL_005e;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0012;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0046;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0012:
|
|
{ // begin catch(System.OverflowException)
|
|
{
|
|
V_0 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_6 = ___parseResult4;
|
|
int32_t L_7 = L_6->get_throwStyle_1();
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_8 = ___parseResult4;
|
|
int32_t L_9 = L_8->get_throwStyle_1();
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_11 = V_0;
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_12 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_12, L_10, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_13 = ___parseResult4;
|
|
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_14 = V_0;
|
|
GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_13, L_14, /*hidden argument*/NULL);
|
|
V_1 = (bool)0;
|
|
goto IL_0060;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_0046:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_2 = ((Exception_t *)__exception_local);
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_15 = ___parseResult4;
|
|
int32_t L_16 = L_15->get_throwStyle_1();
|
|
if (L_16)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * L_17 = ___parseResult4;
|
|
Exception_t * L_18 = V_2;
|
|
GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)L_17, L_18, /*hidden argument*/NULL);
|
|
V_1 = (bool)0;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Guid_StringToLong_m566B5C353B389EE0EB2BC4734871F7586B6E47DD_RuntimeMethod_var);
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005e:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
bool L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.String System.Guid::EatAllWhitespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_EatAllWhitespace_m13A5241942F020C760E4B1C2392F5E1E84F63616 (String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_EatAllWhitespace_m13A5241942F020C760E4B1C2392F5E1E84F63616_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
V_0 = 0;
|
|
String_t* L_0 = ___str0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_1 = L_2;
|
|
V_3 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_3 = ___str0;
|
|
int32_t L_4 = V_3;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
Il2CppChar L_6 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_7 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = L_9;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
Il2CppChar L_11 = V_2;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Il2CppChar)L_11);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_12 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_13 = V_3;
|
|
String_t* L_14 = ___str0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_13) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1;
|
|
int32_t L_17 = V_0;
|
|
String_t* L_18 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_16, 0, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Boolean System.Guid::IsHexPrefix(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345 (String_t* ___str0, int32_t ___i1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_IsHexPrefix_mD7AEF4B028306AB45A51F2A4F63A8CCAA3948345_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
int32_t L_2 = ___i1;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___str0;
|
|
int32_t L_4 = ___i1;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)48)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___str0;
|
|
int32_t L_7 = ___i1;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_10 = Char_ToLower_m10AA9F9260876F97230F7BAA4C070AD23ABBC160(L_8, L_9, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Byte[] System.Guid::ToByteArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223 (Guid_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
|
|
int32_t L_2 = __this->get__a_1();
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_2))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_1;
|
|
int32_t L_4 = __this->get__a_1();
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_4>>(int32_t)8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_3;
|
|
int32_t L_6 = __this->get__a_1();
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_6>>(int32_t)((int32_t)16)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_5;
|
|
int32_t L_8 = __this->get__a_1();
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_8>>(int32_t)((int32_t)24)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_7;
|
|
int16_t L_10 = __this->get__b_2();
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)L_10))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = L_9;
|
|
int16_t L_12 = __this->get__b_2();
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_12>>(int32_t)8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_11;
|
|
int16_t L_14 = __this->get__c_3();
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)L_14))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_13;
|
|
int16_t L_16 = __this->get__c_3();
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_16>>(int32_t)8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_15;
|
|
uint8_t L_18 = __this->get__d_4();
|
|
NullCheck(L_17);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint8_t)L_18);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_17;
|
|
uint8_t L_20 = __this->get__e_5();
|
|
NullCheck(L_19);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint8_t)L_20);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_19;
|
|
uint8_t L_22 = __this->get__f_6();
|
|
NullCheck(L_21);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint8_t)L_22);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = L_21;
|
|
uint8_t L_24 = __this->get__g_7();
|
|
NullCheck(L_23);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint8_t)L_24);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = L_23;
|
|
uint8_t L_26 = __this->get__h_8();
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint8_t)L_26);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_25;
|
|
uint8_t L_28 = __this->get__i_9();
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint8_t)L_28);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = L_27;
|
|
uint8_t L_30 = __this->get__j_10();
|
|
NullCheck(L_29);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint8_t)L_30);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_29;
|
|
uint8_t L_32 = __this->get__k_11();
|
|
NullCheck(L_31);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)L_32);
|
|
return L_31;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_ToByteArray_m5E99B09A26EA3A1943CC8FE697E247DAC5465223(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Guid::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5 (Guid_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45((Guid_t *)__this, _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_ToString_m3024AB4FA6189BC28BE77BBD6A9F55841FE190A5(_thisAdjusted, method);
|
|
}
|
|
// System.Int32 System.Guid::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_GetHashCode_mEB01C6BA267B1CCD624BCA91D09B803C9B6E5369 (Guid_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__a_1();
|
|
int16_t L_1 = __this->get__b_2();
|
|
int16_t L_2 = __this->get__c_3();
|
|
uint8_t L_3 = __this->get__f_6();
|
|
uint8_t L_4 = __this->get__k_11();
|
|
return ((int32_t)((int32_t)((int32_t)((int32_t)L_0^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_1<<(int32_t)((int32_t)16)))|(int32_t)(((int32_t)((uint16_t)L_2)))))))^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)((int32_t)24)))|(int32_t)L_4))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Guid_GetHashCode_mEB01C6BA267B1CCD624BCA91D09B803C9B6E5369_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_GetHashCode_mEB01C6BA267B1CCD624BCA91D09B803C9B6E5369(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.Guid::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A (Guid_t * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___o0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_1 = ___o0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Guid_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RuntimeObject * L_2 = ___o0;
|
|
V_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_2, Guid_t_il2cpp_TypeInfo_var))));
|
|
Guid_t L_3 = V_0;
|
|
int32_t L_4 = L_3.get__a_1();
|
|
int32_t L_5 = __this->get__a_1();
|
|
if ((((int32_t)L_4) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Guid_t L_6 = V_0;
|
|
int16_t L_7 = L_6.get__b_2();
|
|
int16_t L_8 = __this->get__b_2();
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Guid_t L_9 = V_0;
|
|
int16_t L_10 = L_9.get__c_3();
|
|
int16_t L_11 = __this->get__c_3();
|
|
if ((((int32_t)L_10) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Guid_t L_12 = V_0;
|
|
uint8_t L_13 = L_12.get__d_4();
|
|
uint8_t L_14 = __this->get__d_4();
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
Guid_t L_15 = V_0;
|
|
uint8_t L_16 = L_15.get__e_5();
|
|
uint8_t L_17 = __this->get__e_5();
|
|
if ((((int32_t)L_16) == ((int32_t)L_17)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
Guid_t L_18 = V_0;
|
|
uint8_t L_19 = L_18.get__f_6();
|
|
uint8_t L_20 = __this->get__f_6();
|
|
if ((((int32_t)L_19) == ((int32_t)L_20)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Guid_t L_21 = V_0;
|
|
uint8_t L_22 = L_21.get__g_7();
|
|
uint8_t L_23 = __this->get__g_7();
|
|
if ((((int32_t)L_22) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
Guid_t L_24 = V_0;
|
|
uint8_t L_25 = L_24.get__h_8();
|
|
uint8_t L_26 = __this->get__h_8();
|
|
if ((((int32_t)L_25) == ((int32_t)L_26)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
Guid_t L_27 = V_0;
|
|
uint8_t L_28 = L_27.get__i_9();
|
|
uint8_t L_29 = __this->get__i_9();
|
|
if ((((int32_t)L_28) == ((int32_t)L_29)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
Guid_t L_30 = V_0;
|
|
uint8_t L_31 = L_30.get__j_10();
|
|
uint8_t L_32 = __this->get__j_10();
|
|
if ((((int32_t)L_31) == ((int32_t)L_32)))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
Guid_t L_33 = V_0;
|
|
uint8_t L_34 = L_33.get__k_11();
|
|
uint8_t L_35 = __this->get__k_11();
|
|
if ((((int32_t)L_34) == ((int32_t)L_35)))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_Equals_m60BF5DC8994BB5189C703CD997EC6A2E0C491F8A(_thisAdjusted, ___o0, method);
|
|
}
|
|
// System.Boolean System.Guid::Equals(System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_mC7FC66A530A8B6FC95E8F5F9E34AE81FD44CD245 (Guid_t * __this, Guid_t ___g0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Guid_t L_0 = ___g0;
|
|
int32_t L_1 = L_0.get__a_1();
|
|
int32_t L_2 = __this->get__a_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Guid_t L_3 = ___g0;
|
|
int16_t L_4 = L_3.get__b_2();
|
|
int16_t L_5 = __this->get__b_2();
|
|
if ((((int32_t)L_4) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Guid_t L_6 = ___g0;
|
|
int16_t L_7 = L_6.get__c_3();
|
|
int16_t L_8 = __this->get__c_3();
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Guid_t L_9 = ___g0;
|
|
uint8_t L_10 = L_9.get__d_4();
|
|
uint8_t L_11 = __this->get__d_4();
|
|
if ((((int32_t)L_10) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
Guid_t L_12 = ___g0;
|
|
uint8_t L_13 = L_12.get__e_5();
|
|
uint8_t L_14 = __this->get__e_5();
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
Guid_t L_15 = ___g0;
|
|
uint8_t L_16 = L_15.get__f_6();
|
|
uint8_t L_17 = __this->get__f_6();
|
|
if ((((int32_t)L_16) == ((int32_t)L_17)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Guid_t L_18 = ___g0;
|
|
uint8_t L_19 = L_18.get__g_7();
|
|
uint8_t L_20 = __this->get__g_7();
|
|
if ((((int32_t)L_19) == ((int32_t)L_20)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
Guid_t L_21 = ___g0;
|
|
uint8_t L_22 = L_21.get__h_8();
|
|
uint8_t L_23 = __this->get__h_8();
|
|
if ((((int32_t)L_22) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Guid_t L_24 = ___g0;
|
|
uint8_t L_25 = L_24.get__i_9();
|
|
uint8_t L_26 = __this->get__i_9();
|
|
if ((((int32_t)L_25) == ((int32_t)L_26)))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
Guid_t L_27 = ___g0;
|
|
uint8_t L_28 = L_27.get__j_10();
|
|
uint8_t L_29 = __this->get__j_10();
|
|
if ((((int32_t)L_28) == ((int32_t)L_29)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
Guid_t L_30 = ___g0;
|
|
uint8_t L_31 = L_30.get__k_11();
|
|
uint8_t L_32 = __this->get__k_11();
|
|
if ((((int32_t)L_31) == ((int32_t)L_32)))
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Guid_Equals_mC7FC66A530A8B6FC95E8F5F9E34AE81FD44CD245_AdjustorThunk (RuntimeObject * __this, Guid_t ___g0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_Equals_mC7FC66A530A8B6FC95E8F5F9E34AE81FD44CD245(_thisAdjusted, ___g0, method);
|
|
}
|
|
// System.Int32 System.Guid::GetResult(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09 (Guid_t * __this, uint32_t ___me0, uint32_t ___them1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = ___me0;
|
|
uint32_t L_1 = ___them1;
|
|
if ((!(((uint32_t)L_0) < ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
return 1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09_AdjustorThunk (RuntimeObject * __this, uint32_t ___me0, uint32_t ___them1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09(_thisAdjusted, ___me0, ___them1, method);
|
|
}
|
|
// System.Int32 System.Guid::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2 (Guid_t * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___value0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Guid_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral36AFCD1B9D547E3B7F384AF0AD99E6744CFCE829, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
RuntimeObject * L_4 = ___value0;
|
|
V_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_4, Guid_t_il2cpp_TypeInfo_var))));
|
|
Guid_t L_5 = V_0;
|
|
int32_t L_6 = L_5.get__a_1();
|
|
int32_t L_7 = __this->get__a_1();
|
|
if ((((int32_t)L_6) == ((int32_t)L_7)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = __this->get__a_1();
|
|
Guid_t L_9 = V_0;
|
|
int32_t L_10 = L_9.get__a_1();
|
|
int32_t L_11 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_8, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
Guid_t L_12 = V_0;
|
|
int16_t L_13 = L_12.get__b_2();
|
|
int16_t L_14 = __this->get__b_2();
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_15 = __this->get__b_2();
|
|
Guid_t L_16 = V_0;
|
|
int16_t L_17 = L_16.get__b_2();
|
|
int32_t L_18 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_15, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
Guid_t L_19 = V_0;
|
|
int16_t L_20 = L_19.get__c_3();
|
|
int16_t L_21 = __this->get__c_3();
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_22 = __this->get__c_3();
|
|
Guid_t L_23 = V_0;
|
|
int16_t L_24 = L_23.get__c_3();
|
|
int32_t L_25 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_22, L_24, /*hidden argument*/NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
Guid_t L_26 = V_0;
|
|
uint8_t L_27 = L_26.get__d_4();
|
|
uint8_t L_28 = __this->get__d_4();
|
|
if ((((int32_t)L_27) == ((int32_t)L_28)))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_29 = __this->get__d_4();
|
|
Guid_t L_30 = V_0;
|
|
uint8_t L_31 = L_30.get__d_4();
|
|
int32_t L_32 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_29, L_31, /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
Guid_t L_33 = V_0;
|
|
uint8_t L_34 = L_33.get__e_5();
|
|
uint8_t L_35 = __this->get__e_5();
|
|
if ((((int32_t)L_34) == ((int32_t)L_35)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_36 = __this->get__e_5();
|
|
Guid_t L_37 = V_0;
|
|
uint8_t L_38 = L_37.get__e_5();
|
|
int32_t L_39 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_36, L_38, /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
Guid_t L_40 = V_0;
|
|
uint8_t L_41 = L_40.get__f_6();
|
|
uint8_t L_42 = __this->get__f_6();
|
|
if ((((int32_t)L_41) == ((int32_t)L_42)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_43 = __this->get__f_6();
|
|
Guid_t L_44 = V_0;
|
|
uint8_t L_45 = L_44.get__f_6();
|
|
int32_t L_46 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_43, L_45, /*hidden argument*/NULL);
|
|
return L_46;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
Guid_t L_47 = V_0;
|
|
uint8_t L_48 = L_47.get__g_7();
|
|
uint8_t L_49 = __this->get__g_7();
|
|
if ((((int32_t)L_48) == ((int32_t)L_49)))
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_50 = __this->get__g_7();
|
|
Guid_t L_51 = V_0;
|
|
uint8_t L_52 = L_51.get__g_7();
|
|
int32_t L_53 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_50, L_52, /*hidden argument*/NULL);
|
|
return L_53;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
Guid_t L_54 = V_0;
|
|
uint8_t L_55 = L_54.get__h_8();
|
|
uint8_t L_56 = __this->get__h_8();
|
|
if ((((int32_t)L_55) == ((int32_t)L_56)))
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_57 = __this->get__h_8();
|
|
Guid_t L_58 = V_0;
|
|
uint8_t L_59 = L_58.get__h_8();
|
|
int32_t L_60 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_57, L_59, /*hidden argument*/NULL);
|
|
return L_60;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
Guid_t L_61 = V_0;
|
|
uint8_t L_62 = L_61.get__i_9();
|
|
uint8_t L_63 = __this->get__i_9();
|
|
if ((((int32_t)L_62) == ((int32_t)L_63)))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_64 = __this->get__i_9();
|
|
Guid_t L_65 = V_0;
|
|
uint8_t L_66 = L_65.get__i_9();
|
|
int32_t L_67 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_64, L_66, /*hidden argument*/NULL);
|
|
return L_67;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
Guid_t L_68 = V_0;
|
|
uint8_t L_69 = L_68.get__j_10();
|
|
uint8_t L_70 = __this->get__j_10();
|
|
if ((((int32_t)L_69) == ((int32_t)L_70)))
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_71 = __this->get__j_10();
|
|
Guid_t L_72 = V_0;
|
|
uint8_t L_73 = L_72.get__j_10();
|
|
int32_t L_74 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_71, L_73, /*hidden argument*/NULL);
|
|
return L_74;
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
Guid_t L_75 = V_0;
|
|
uint8_t L_76 = L_75.get__k_11();
|
|
uint8_t L_77 = __this->get__k_11();
|
|
if ((((int32_t)L_76) == ((int32_t)L_77)))
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_78 = __this->get__k_11();
|
|
Guid_t L_79 = V_0;
|
|
uint8_t L_80 = L_79.get__k_11();
|
|
int32_t L_81 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_78, L_80, /*hidden argument*/NULL);
|
|
return L_81;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_CompareTo_m246452D85CD3971B1D41E8C7CCDC129CF79AAAF2(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.Guid::CompareTo(System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m85822635D81461BAA94200BF0B3C903E11400996 (Guid_t * __this, Guid_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Guid_t L_0 = ___value0;
|
|
int32_t L_1 = L_0.get__a_1();
|
|
int32_t L_2 = __this->get__a_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->get__a_1();
|
|
Guid_t L_4 = ___value0;
|
|
int32_t L_5 = L_4.get__a_1();
|
|
int32_t L_6 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_3, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Guid_t L_7 = ___value0;
|
|
int16_t L_8 = L_7.get__b_2();
|
|
int16_t L_9 = __this->get__b_2();
|
|
if ((((int32_t)L_8) == ((int32_t)L_9)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_10 = __this->get__b_2();
|
|
Guid_t L_11 = ___value0;
|
|
int16_t L_12 = L_11.get__b_2();
|
|
int32_t L_13 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_10, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
Guid_t L_14 = ___value0;
|
|
int16_t L_15 = L_14.get__c_3();
|
|
int16_t L_16 = __this->get__c_3();
|
|
if ((((int32_t)L_15) == ((int32_t)L_16)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int16_t L_17 = __this->get__c_3();
|
|
Guid_t L_18 = ___value0;
|
|
int16_t L_19 = L_18.get__c_3();
|
|
int32_t L_20 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_17, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
Guid_t L_21 = ___value0;
|
|
uint8_t L_22 = L_21.get__d_4();
|
|
uint8_t L_23 = __this->get__d_4();
|
|
if ((((int32_t)L_22) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_24 = __this->get__d_4();
|
|
Guid_t L_25 = ___value0;
|
|
uint8_t L_26 = L_25.get__d_4();
|
|
int32_t L_27 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_24, L_26, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
Guid_t L_28 = ___value0;
|
|
uint8_t L_29 = L_28.get__e_5();
|
|
uint8_t L_30 = __this->get__e_5();
|
|
if ((((int32_t)L_29) == ((int32_t)L_30)))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_31 = __this->get__e_5();
|
|
Guid_t L_32 = ___value0;
|
|
uint8_t L_33 = L_32.get__e_5();
|
|
int32_t L_34 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_31, L_33, /*hidden argument*/NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
Guid_t L_35 = ___value0;
|
|
uint8_t L_36 = L_35.get__f_6();
|
|
uint8_t L_37 = __this->get__f_6();
|
|
if ((((int32_t)L_36) == ((int32_t)L_37)))
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_38 = __this->get__f_6();
|
|
Guid_t L_39 = ___value0;
|
|
uint8_t L_40 = L_39.get__f_6();
|
|
int32_t L_41 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_38, L_40, /*hidden argument*/NULL);
|
|
return L_41;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
Guid_t L_42 = ___value0;
|
|
uint8_t L_43 = L_42.get__g_7();
|
|
uint8_t L_44 = __this->get__g_7();
|
|
if ((((int32_t)L_43) == ((int32_t)L_44)))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_45 = __this->get__g_7();
|
|
Guid_t L_46 = ___value0;
|
|
uint8_t L_47 = L_46.get__g_7();
|
|
int32_t L_48 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_45, L_47, /*hidden argument*/NULL);
|
|
return L_48;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
Guid_t L_49 = ___value0;
|
|
uint8_t L_50 = L_49.get__h_8();
|
|
uint8_t L_51 = __this->get__h_8();
|
|
if ((((int32_t)L_50) == ((int32_t)L_51)))
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_52 = __this->get__h_8();
|
|
Guid_t L_53 = ___value0;
|
|
uint8_t L_54 = L_53.get__h_8();
|
|
int32_t L_55 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_52, L_54, /*hidden argument*/NULL);
|
|
return L_55;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
Guid_t L_56 = ___value0;
|
|
uint8_t L_57 = L_56.get__i_9();
|
|
uint8_t L_58 = __this->get__i_9();
|
|
if ((((int32_t)L_57) == ((int32_t)L_58)))
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_59 = __this->get__i_9();
|
|
Guid_t L_60 = ___value0;
|
|
uint8_t L_61 = L_60.get__i_9();
|
|
int32_t L_62 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_59, L_61, /*hidden argument*/NULL);
|
|
return L_62;
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
Guid_t L_63 = ___value0;
|
|
uint8_t L_64 = L_63.get__j_10();
|
|
uint8_t L_65 = __this->get__j_10();
|
|
if ((((int32_t)L_64) == ((int32_t)L_65)))
|
|
{
|
|
goto IL_014a;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_66 = __this->get__j_10();
|
|
Guid_t L_67 = ___value0;
|
|
uint8_t L_68 = L_67.get__j_10();
|
|
int32_t L_69 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_66, L_68, /*hidden argument*/NULL);
|
|
return L_69;
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
Guid_t L_70 = ___value0;
|
|
uint8_t L_71 = L_70.get__k_11();
|
|
uint8_t L_72 = __this->get__k_11();
|
|
if ((((int32_t)L_71) == ((int32_t)L_72)))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_73 = __this->get__k_11();
|
|
Guid_t L_74 = ___value0;
|
|
uint8_t L_75 = L_74.get__k_11();
|
|
int32_t L_76 = Guid_GetResult_m3BD3A8719266699CF11E5F6D9B6790EE5FF79D09((Guid_t *)__this, L_73, L_75, /*hidden argument*/NULL);
|
|
return L_76;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Guid_CompareTo_m85822635D81461BAA94200BF0B3C903E11400996_AdjustorThunk (RuntimeObject * __this, Guid_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_CompareTo_m85822635D81461BAA94200BF0B3C903E11400996(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Boolean System.Guid::op_Equality(System.Guid,System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Equality_m3D98BA18CDAF0C6C329F86720B5CD61A170A3E52 (Guid_t ___a0, Guid_t ___b1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Guid_t L_0 = ___a0;
|
|
int32_t L_1 = L_0.get__a_1();
|
|
Guid_t L_2 = ___b1;
|
|
int32_t L_3 = L_2.get__a_1();
|
|
if ((((int32_t)L_1) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
Guid_t L_4 = ___a0;
|
|
int16_t L_5 = L_4.get__b_2();
|
|
Guid_t L_6 = ___b1;
|
|
int16_t L_7 = L_6.get__b_2();
|
|
if ((((int32_t)L_5) == ((int32_t)L_7)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Guid_t L_8 = ___a0;
|
|
int16_t L_9 = L_8.get__c_3();
|
|
Guid_t L_10 = ___b1;
|
|
int16_t L_11 = L_10.get__c_3();
|
|
if ((((int32_t)L_9) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Guid_t L_12 = ___a0;
|
|
uint8_t L_13 = L_12.get__d_4();
|
|
Guid_t L_14 = ___b1;
|
|
uint8_t L_15 = L_14.get__d_4();
|
|
if ((((int32_t)L_13) == ((int32_t)L_15)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
Guid_t L_16 = ___a0;
|
|
uint8_t L_17 = L_16.get__e_5();
|
|
Guid_t L_18 = ___b1;
|
|
uint8_t L_19 = L_18.get__e_5();
|
|
if ((((int32_t)L_17) == ((int32_t)L_19)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
Guid_t L_20 = ___a0;
|
|
uint8_t L_21 = L_20.get__f_6();
|
|
Guid_t L_22 = ___b1;
|
|
uint8_t L_23 = L_22.get__f_6();
|
|
if ((((int32_t)L_21) == ((int32_t)L_23)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Guid_t L_24 = ___a0;
|
|
uint8_t L_25 = L_24.get__g_7();
|
|
Guid_t L_26 = ___b1;
|
|
uint8_t L_27 = L_26.get__g_7();
|
|
if ((((int32_t)L_25) == ((int32_t)L_27)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
Guid_t L_28 = ___a0;
|
|
uint8_t L_29 = L_28.get__h_8();
|
|
Guid_t L_30 = ___b1;
|
|
uint8_t L_31 = L_30.get__h_8();
|
|
if ((((int32_t)L_29) == ((int32_t)L_31)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Guid_t L_32 = ___a0;
|
|
uint8_t L_33 = L_32.get__i_9();
|
|
Guid_t L_34 = ___b1;
|
|
uint8_t L_35 = L_34.get__i_9();
|
|
if ((((int32_t)L_33) == ((int32_t)L_35)))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
Guid_t L_36 = ___a0;
|
|
uint8_t L_37 = L_36.get__j_10();
|
|
Guid_t L_38 = ___b1;
|
|
uint8_t L_39 = L_38.get__j_10();
|
|
if ((((int32_t)L_37) == ((int32_t)L_39)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
Guid_t L_40 = ___a0;
|
|
uint8_t L_41 = L_40.get__k_11();
|
|
Guid_t L_42 = ___b1;
|
|
uint8_t L_43 = L_42.get__k_11();
|
|
if ((((int32_t)L_41) == ((int32_t)L_43)))
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Guid::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B (Guid_t * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
String_t* L_1 = Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45((Guid_t *)__this, L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B(_thisAdjusted, ___format0, method);
|
|
}
|
|
// System.Char System.Guid::HexToChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A (int32_t ___a0, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___a0;
|
|
___a0 = ((int32_t)((int32_t)L_0&(int32_t)((int32_t)15)));
|
|
int32_t L_1 = ___a0;
|
|
if ((((int32_t)L_1) > ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___a0;
|
|
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)48)));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_3 = ___a0;
|
|
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)10))), (int32_t)((int32_t)97)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
return (((int32_t)((uint16_t)G_B3_0)));
|
|
}
|
|
}
|
|
// System.Int32 System.Guid::HexsToChars(System.Char*,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6 (Il2CppChar* ___guidChars0, int32_t ___offset1, int32_t ___a2, int32_t ___b3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar* L_0 = ___guidChars0;
|
|
int32_t L_1 = ___offset1;
|
|
int32_t L_2 = ___a2;
|
|
int32_t L_3 = ___b3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1((Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, L_3, (bool)0, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 System.Guid::HexsToChars(System.Char*,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1 (Il2CppChar* ___guidChars0, int32_t ___offset1, int32_t ___a2, int32_t ___b3, bool ___hex4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___hex4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_1 = ___guidChars0;
|
|
int32_t L_2 = ___offset1;
|
|
int32_t L_3 = L_2;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2))))) = (int16_t)((int32_t)48);
|
|
Il2CppChar* L_4 = ___guidChars0;
|
|
int32_t L_5 = ___offset1;
|
|
int32_t L_6 = L_5;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2))))) = (int16_t)((int32_t)120);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Il2CppChar* L_7 = ___guidChars0;
|
|
int32_t L_8 = ___offset1;
|
|
int32_t L_9 = L_8;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
int32_t L_10 = ___a2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_11 = Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A(((int32_t)((int32_t)L_10>>(int32_t)4)), /*hidden argument*/NULL);
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2))))) = (int16_t)L_11;
|
|
Il2CppChar* L_12 = ___guidChars0;
|
|
int32_t L_13 = ___offset1;
|
|
int32_t L_14 = L_13;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
int32_t L_15 = ___a2;
|
|
Il2CppChar L_16 = Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A(L_15, /*hidden argument*/NULL);
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))))) = (int16_t)L_16;
|
|
bool L_17 = ___hex4;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_18 = ___guidChars0;
|
|
int32_t L_19 = ___offset1;
|
|
int32_t L_20 = L_19;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_21 = ___guidChars0;
|
|
int32_t L_22 = ___offset1;
|
|
int32_t L_23 = L_22;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2))))) = (int16_t)((int32_t)48);
|
|
Il2CppChar* L_24 = ___guidChars0;
|
|
int32_t L_25 = ___offset1;
|
|
int32_t L_26 = L_25;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_26)), (int32_t)2))))) = (int16_t)((int32_t)120);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Il2CppChar* L_27 = ___guidChars0;
|
|
int32_t L_28 = ___offset1;
|
|
int32_t L_29 = L_28;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
|
|
int32_t L_30 = ___b3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_31 = Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A(((int32_t)((int32_t)L_30>>(int32_t)4)), /*hidden argument*/NULL);
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2))))) = (int16_t)L_31;
|
|
Il2CppChar* L_32 = ___guidChars0;
|
|
int32_t L_33 = ___offset1;
|
|
int32_t L_34 = L_33;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
int32_t L_35 = ___b3;
|
|
Il2CppChar L_36 = Guid_HexToChar_m10C5E53FF9E5553EA581509364D07327DF0CC79A(L_35, /*hidden argument*/NULL);
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2))))) = (int16_t)L_36;
|
|
int32_t L_37 = ___offset1;
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.String System.Guid::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45 (Guid_t * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
Il2CppChar* V_7 = NULL;
|
|
Il2CppChar* V_8 = NULL;
|
|
Il2CppChar* V_9 = NULL;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___format0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
___format0 = _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = (bool)1;
|
|
V_3 = (bool)0;
|
|
String_t* L_3 = ___format0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB765AA8BB36A012207F04F2EC4C86FD01927EE1F, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_6 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_6, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_7 = ___format0;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
|
|
V_4 = L_8;
|
|
Il2CppChar L_9 = V_4;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)68))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_4;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
String_t* L_11 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)36), /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Il2CppChar L_12 = V_4;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)78))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_4;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)110)))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
String_t* L_14 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)32), /*hidden argument*/NULL);
|
|
V_0 = L_14;
|
|
V_2 = (bool)0;
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
Il2CppChar L_15 = V_4;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)66))))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_4;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)98)))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
String_t* L_17 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)38), /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
String_t* L_18 = V_0;
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_6;
|
|
V_5 = (Il2CppChar*)(((uintptr_t)L_19));
|
|
Il2CppChar* L_20 = V_5;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_21 = V_5;
|
|
int32_t L_22 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)L_22));
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
Il2CppChar* L_23 = V_5;
|
|
int32_t L_24 = V_1;
|
|
int32_t L_25 = L_24;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2))))) = (int16_t)((int32_t)123);
|
|
Il2CppChar* L_26 = V_5;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)37))), (int32_t)2))))) = (int16_t)((int32_t)125);
|
|
V_6 = (String_t*)NULL;
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
Il2CppChar L_27 = V_4;
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_28 = V_4;
|
|
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)112)))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
String_t* L_29 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)38), /*hidden argument*/NULL);
|
|
V_0 = L_29;
|
|
String_t* L_30 = V_0;
|
|
V_6 = L_30;
|
|
String_t* L_31 = V_6;
|
|
V_7 = (Il2CppChar*)(((uintptr_t)L_31));
|
|
Il2CppChar* L_32 = V_7;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_33 = V_7;
|
|
int32_t L_34 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34));
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
Il2CppChar* L_35 = V_7;
|
|
int32_t L_36 = V_1;
|
|
int32_t L_37 = L_36;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))))) = (int16_t)((int32_t)40);
|
|
Il2CppChar* L_38 = V_7;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)37))), (int32_t)2))))) = (int16_t)((int32_t)41);
|
|
V_6 = (String_t*)NULL;
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
Il2CppChar L_39 = V_4;
|
|
if ((((int32_t)L_39) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_40 = V_4;
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
String_t* L_41 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)68), /*hidden argument*/NULL);
|
|
V_0 = L_41;
|
|
String_t* L_42 = V_0;
|
|
V_6 = L_42;
|
|
String_t* L_43 = V_6;
|
|
V_8 = (Il2CppChar*)(((uintptr_t)L_43));
|
|
Il2CppChar* L_44 = V_8;
|
|
if (!L_44)
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_45 = V_8;
|
|
int32_t L_46 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)L_46));
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
Il2CppChar* L_47 = V_8;
|
|
int32_t L_48 = V_1;
|
|
int32_t L_49 = L_48;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_49)), (int32_t)2))))) = (int16_t)((int32_t)123);
|
|
Il2CppChar* L_50 = V_8;
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)67))), (int32_t)2))))) = (int16_t)((int32_t)125);
|
|
V_6 = (String_t*)NULL;
|
|
V_2 = (bool)0;
|
|
V_3 = (bool)1;
|
|
goto IL_015d;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
String_t* L_51 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB765AA8BB36A012207F04F2EC4C86FD01927EE1F, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_52 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_52, L_51, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
String_t* L_53 = V_0;
|
|
V_6 = L_53;
|
|
String_t* L_54 = V_6;
|
|
V_9 = (Il2CppChar*)(((uintptr_t)L_54));
|
|
Il2CppChar* L_55 = V_9;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_56 = V_9;
|
|
int32_t L_57 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)L_57));
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
bool L_58 = V_3;
|
|
if (!L_58)
|
|
{
|
|
goto IL_02fa;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_59 = V_9;
|
|
int32_t L_60 = V_1;
|
|
int32_t L_61 = L_60;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_61)), (int32_t)2))))) = (int16_t)((int32_t)48);
|
|
Il2CppChar* L_62 = V_9;
|
|
int32_t L_63 = V_1;
|
|
int32_t L_64 = L_63;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_64)), (int32_t)2))))) = (int16_t)((int32_t)120);
|
|
Il2CppChar* L_65 = V_9;
|
|
int32_t L_66 = V_1;
|
|
int32_t L_67 = __this->get__a_1();
|
|
int32_t L_68 = __this->get__a_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_69 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_65, L_66, ((int32_t)((int32_t)L_67>>(int32_t)((int32_t)24))), ((int32_t)((int32_t)L_68>>(int32_t)((int32_t)16))), /*hidden argument*/NULL);
|
|
V_1 = L_69;
|
|
Il2CppChar* L_70 = V_9;
|
|
int32_t L_71 = V_1;
|
|
int32_t L_72 = __this->get__a_1();
|
|
int32_t L_73 = __this->get__a_1();
|
|
int32_t L_74 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_70, L_71, ((int32_t)((int32_t)L_72>>(int32_t)8)), L_73, /*hidden argument*/NULL);
|
|
V_1 = L_74;
|
|
Il2CppChar* L_75 = V_9;
|
|
int32_t L_76 = V_1;
|
|
int32_t L_77 = L_76;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_77)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_78 = V_9;
|
|
int32_t L_79 = V_1;
|
|
int32_t L_80 = L_79;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_80)), (int32_t)2))))) = (int16_t)((int32_t)48);
|
|
Il2CppChar* L_81 = V_9;
|
|
int32_t L_82 = V_1;
|
|
int32_t L_83 = L_82;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_83)), (int32_t)2))))) = (int16_t)((int32_t)120);
|
|
Il2CppChar* L_84 = V_9;
|
|
int32_t L_85 = V_1;
|
|
int16_t L_86 = __this->get__b_2();
|
|
int16_t L_87 = __this->get__b_2();
|
|
int32_t L_88 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_84, L_85, ((int32_t)((int32_t)L_86>>(int32_t)8)), L_87, /*hidden argument*/NULL);
|
|
V_1 = L_88;
|
|
Il2CppChar* L_89 = V_9;
|
|
int32_t L_90 = V_1;
|
|
int32_t L_91 = L_90;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_91)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_92 = V_9;
|
|
int32_t L_93 = V_1;
|
|
int32_t L_94 = L_93;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_94)), (int32_t)2))))) = (int16_t)((int32_t)48);
|
|
Il2CppChar* L_95 = V_9;
|
|
int32_t L_96 = V_1;
|
|
int32_t L_97 = L_96;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_97)), (int32_t)2))))) = (int16_t)((int32_t)120);
|
|
Il2CppChar* L_98 = V_9;
|
|
int32_t L_99 = V_1;
|
|
int16_t L_100 = __this->get__c_3();
|
|
int16_t L_101 = __this->get__c_3();
|
|
int32_t L_102 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_98, L_99, ((int32_t)((int32_t)L_100>>(int32_t)8)), L_101, /*hidden argument*/NULL);
|
|
V_1 = L_102;
|
|
Il2CppChar* L_103 = V_9;
|
|
int32_t L_104 = V_1;
|
|
int32_t L_105 = L_104;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_103, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_105)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_106 = V_9;
|
|
int32_t L_107 = V_1;
|
|
int32_t L_108 = L_107;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_108)), (int32_t)2))))) = (int16_t)((int32_t)123);
|
|
Il2CppChar* L_109 = V_9;
|
|
int32_t L_110 = V_1;
|
|
uint8_t L_111 = __this->get__d_4();
|
|
uint8_t L_112 = __this->get__e_5();
|
|
int32_t L_113 = Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1((Il2CppChar*)(Il2CppChar*)L_109, L_110, L_111, L_112, (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_113;
|
|
Il2CppChar* L_114 = V_9;
|
|
int32_t L_115 = V_1;
|
|
int32_t L_116 = L_115;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_114, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_116)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_117 = V_9;
|
|
int32_t L_118 = V_1;
|
|
uint8_t L_119 = __this->get__f_6();
|
|
uint8_t L_120 = __this->get__g_7();
|
|
int32_t L_121 = Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1((Il2CppChar*)(Il2CppChar*)L_117, L_118, L_119, L_120, (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_121;
|
|
Il2CppChar* L_122 = V_9;
|
|
int32_t L_123 = V_1;
|
|
int32_t L_124 = L_123;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_122, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_124)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_125 = V_9;
|
|
int32_t L_126 = V_1;
|
|
uint8_t L_127 = __this->get__h_8();
|
|
uint8_t L_128 = __this->get__i_9();
|
|
int32_t L_129 = Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1((Il2CppChar*)(Il2CppChar*)L_125, L_126, L_127, L_128, (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_129;
|
|
Il2CppChar* L_130 = V_9;
|
|
int32_t L_131 = V_1;
|
|
int32_t L_132 = L_131;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_130, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_132)), (int32_t)2))))) = (int16_t)((int32_t)44);
|
|
Il2CppChar* L_133 = V_9;
|
|
int32_t L_134 = V_1;
|
|
uint8_t L_135 = __this->get__j_10();
|
|
uint8_t L_136 = __this->get__k_11();
|
|
int32_t L_137 = Guid_HexsToChars_mE86B9D3FF52554B0180E6C9E91585BA7112C44B1((Il2CppChar*)(Il2CppChar*)L_133, L_134, L_135, L_136, (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_137;
|
|
Il2CppChar* L_138 = V_9;
|
|
int32_t L_139 = V_1;
|
|
int32_t L_140 = L_139;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_138, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_140)), (int32_t)2))))) = (int16_t)((int32_t)125);
|
|
goto IL_03f2;
|
|
}
|
|
|
|
IL_02fa:
|
|
{
|
|
Il2CppChar* L_141 = V_9;
|
|
int32_t L_142 = V_1;
|
|
int32_t L_143 = __this->get__a_1();
|
|
int32_t L_144 = __this->get__a_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_145 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_141, L_142, ((int32_t)((int32_t)L_143>>(int32_t)((int32_t)24))), ((int32_t)((int32_t)L_144>>(int32_t)((int32_t)16))), /*hidden argument*/NULL);
|
|
V_1 = L_145;
|
|
Il2CppChar* L_146 = V_9;
|
|
int32_t L_147 = V_1;
|
|
int32_t L_148 = __this->get__a_1();
|
|
int32_t L_149 = __this->get__a_1();
|
|
int32_t L_150 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_146, L_147, ((int32_t)((int32_t)L_148>>(int32_t)8)), L_149, /*hidden argument*/NULL);
|
|
V_1 = L_150;
|
|
bool L_151 = V_2;
|
|
if (!L_151)
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_152 = V_9;
|
|
int32_t L_153 = V_1;
|
|
int32_t L_154 = L_153;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_152, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_154)), (int32_t)2))))) = (int16_t)((int32_t)45);
|
|
}
|
|
|
|
IL_033d:
|
|
{
|
|
Il2CppChar* L_155 = V_9;
|
|
int32_t L_156 = V_1;
|
|
int16_t L_157 = __this->get__b_2();
|
|
int16_t L_158 = __this->get__b_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_159 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_155, L_156, ((int32_t)((int32_t)L_157>>(int32_t)8)), L_158, /*hidden argument*/NULL);
|
|
V_1 = L_159;
|
|
bool L_160 = V_2;
|
|
if (!L_160)
|
|
{
|
|
goto IL_0365;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_161 = V_9;
|
|
int32_t L_162 = V_1;
|
|
int32_t L_163 = L_162;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_161, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_163)), (int32_t)2))))) = (int16_t)((int32_t)45);
|
|
}
|
|
|
|
IL_0365:
|
|
{
|
|
Il2CppChar* L_164 = V_9;
|
|
int32_t L_165 = V_1;
|
|
int16_t L_166 = __this->get__c_3();
|
|
int16_t L_167 = __this->get__c_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_168 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_164, L_165, ((int32_t)((int32_t)L_166>>(int32_t)8)), L_167, /*hidden argument*/NULL);
|
|
V_1 = L_168;
|
|
bool L_169 = V_2;
|
|
if (!L_169)
|
|
{
|
|
goto IL_038d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_170 = V_9;
|
|
int32_t L_171 = V_1;
|
|
int32_t L_172 = L_171;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_172)), (int32_t)2))))) = (int16_t)((int32_t)45);
|
|
}
|
|
|
|
IL_038d:
|
|
{
|
|
Il2CppChar* L_173 = V_9;
|
|
int32_t L_174 = V_1;
|
|
uint8_t L_175 = __this->get__d_4();
|
|
uint8_t L_176 = __this->get__e_5();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_177 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_173, L_174, L_175, L_176, /*hidden argument*/NULL);
|
|
V_1 = L_177;
|
|
bool L_178 = V_2;
|
|
if (!L_178)
|
|
{
|
|
goto IL_03b3;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_179 = V_9;
|
|
int32_t L_180 = V_1;
|
|
int32_t L_181 = L_180;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)1));
|
|
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_179, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_181)), (int32_t)2))))) = (int16_t)((int32_t)45);
|
|
}
|
|
|
|
IL_03b3:
|
|
{
|
|
Il2CppChar* L_182 = V_9;
|
|
int32_t L_183 = V_1;
|
|
uint8_t L_184 = __this->get__f_6();
|
|
uint8_t L_185 = __this->get__g_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
int32_t L_186 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_182, L_183, L_184, L_185, /*hidden argument*/NULL);
|
|
V_1 = L_186;
|
|
Il2CppChar* L_187 = V_9;
|
|
int32_t L_188 = V_1;
|
|
uint8_t L_189 = __this->get__h_8();
|
|
uint8_t L_190 = __this->get__i_9();
|
|
int32_t L_191 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_187, L_188, L_189, L_190, /*hidden argument*/NULL);
|
|
V_1 = L_191;
|
|
Il2CppChar* L_192 = V_9;
|
|
int32_t L_193 = V_1;
|
|
uint8_t L_194 = __this->get__j_10();
|
|
uint8_t L_195 = __this->get__k_11();
|
|
int32_t L_196 = Guid_HexsToChars_mC591E5FD7CBBD5360FC24493A312FEBCF61E03A6((Il2CppChar*)(Il2CppChar*)L_192, L_193, L_194, L_195, /*hidden argument*/NULL);
|
|
V_1 = L_196;
|
|
}
|
|
|
|
IL_03f2:
|
|
{
|
|
V_6 = (String_t*)NULL;
|
|
String_t* L_197 = V_0;
|
|
return L_197;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
Guid_t * _thisAdjusted = reinterpret_cast<Guid_t *>(__this + _offset);
|
|
return Guid_ToString_mB5E607B4AFC58DCD842F03B5815C94B9E4BF2E45(_thisAdjusted, ___format0, ___provider1, method);
|
|
}
|
|
// System.Guid System.Guid::NewGuid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid_NewGuid_m541CAC23EBB140DFD3AB5B313315647E95FADB29_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
Guid_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject * V_2 = NULL;
|
|
bool V_3 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
V_0 = L_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rngAccess_12();
|
|
V_2 = L_1;
|
|
V_3 = (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_2 = V_2;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_3), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_3 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13();
|
|
if (L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_4 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__rng_13(L_4);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_5 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get__rng_13();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_5, L_6);
|
|
IL2CPP_LEAVE(0x40, FINALLY_0036);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0036;
|
|
}
|
|
|
|
FINALLY_0036:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject * L_8 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
IL2CPP_END_FINALLY(54)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(54)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x40, IL_0040)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
|
|
Guid__ctor_m93F5E840798B5FB4B96497327B3907829EBA100A((Guid_t *)(&V_1), L_9, /*hidden argument*/NULL);
|
|
Guid_t L_10 = V_1;
|
|
uint8_t L_11 = L_10.get__d_4();
|
|
(&V_1)->set__d_4((uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)63)))|(int32_t)((int32_t)128)))))));
|
|
Guid_t L_12 = V_1;
|
|
int16_t L_13 = L_12.get__c_3();
|
|
(&V_1)->set__c_3((((int16_t)((int16_t)((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((int64_t)L_13)))&(int64_t)(((int64_t)((int64_t)((int32_t)4095))))))|(int64_t)(((int64_t)((int64_t)((int32_t)16384))))))))));
|
|
Guid_t L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void System.Guid::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__cctor_mA8897716E66822C62D58A531FC6C8F3B0D73D428 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Guid__cctor_mA8897716E66822C62D58A531FC6C8F3B0D73D428_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_address_of_Empty_0()), sizeof(Guid_t ));
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->set__rngAccess_12(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_pinvoke(const GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3& unmarshaled, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_pinvoke_back(const GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_pinvoke& marshaled, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3& unmarshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_pinvoke_cleanup(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_com(const GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3& unmarshaled, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_com_back(const GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_com& marshaled, GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3& unmarshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'GuidResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Guid/GuidResult
|
|
IL2CPP_EXTERN_C void GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshal_com_cleanup(GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Guid_GuidResult::Init(System.Guid_GuidParseThrowStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___canThrow0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
|
|
Guid_t L_0 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
|
|
__this->set_parsedGuid_0(L_0);
|
|
int32_t L_1 = ___canThrow0;
|
|
__this->set_throwStyle_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716_AdjustorThunk (RuntimeObject * __this, int32_t ___canThrow0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
GuidResult_Init_mDBE5F0AE853E2AB4767CD6A5225A229536428716(_thisAdjusted, ___canThrow0, method);
|
|
}
|
|
// System.Void System.Guid_GuidResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, Exception_t * ___nativeException0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_failure_2(4);
|
|
Exception_t * L_0 = ___nativeException0;
|
|
__this->set_m_innerException_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81_AdjustorThunk (RuntimeObject * __this, Exception_t * ___nativeException0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
GuidResult_SetFailure_mF64183FE9AAAAD3244EC8E80D391A48ED3C8DF81(_thisAdjusted, ___nativeException0, method);
|
|
}
|
|
// System.Void System.Guid_GuidResult::SetFailure(System.Guid_ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
String_t* L_1 = ___failureMessageID1;
|
|
GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)__this, L_0, L_1, NULL, (String_t*)NULL, (Exception_t *)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
GuidResult_SetFailure_m31511AC3DE3F35D954026953DF16AD06CE384E9C(_thisAdjusted, ___failure0, ___failureMessageID1, method);
|
|
}
|
|
// System.Void System.Guid_GuidResult::SetFailure(System.Guid_ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
String_t* L_1 = ___failureMessageID1;
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)__this, L_0, L_1, L_2, (String_t*)NULL, (Exception_t *)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
GuidResult_SetFailure_m1BEC747B47497E1BB6410D5817BDFD5A3D65B8EF(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, method);
|
|
}
|
|
// System.Void System.Guid_GuidResult::SetFailure(System.Guid_ParseFailureKind,System.String,System.Object,System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, Exception_t * ___innerException4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
__this->set_m_failure_2(L_0);
|
|
String_t* L_1 = ___failureMessageID1;
|
|
__this->set_m_failureMessageID_3(L_1);
|
|
RuntimeObject * L_2 = ___failureMessageFormatArgument2;
|
|
__this->set_m_failureMessageFormatArgument_4(L_2);
|
|
String_t* L_3 = ___failureArgumentName3;
|
|
__this->set_m_failureArgumentName_5(L_3);
|
|
Exception_t * L_4 = ___innerException4;
|
|
__this->set_m_innerException_6(L_4);
|
|
int32_t L_5 = __this->get_throwStyle_1();
|
|
if (!L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_6 = GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65((GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, String_t* ___failureArgumentName3, Exception_t * ___innerException4, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
GuidResult_SetFailure_mD1B423621562434E064DF4D1E4F26B7BE2C4B982(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, ___failureArgumentName3, ___innerException4, method);
|
|
}
|
|
// System.Exception System.Guid_GuidResult::GetGuidParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65 (GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_m_failure_2();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_2 = __this->get_m_failureArgumentName_5();
|
|
String_t* L_3 = __this->get_m_failureMessageID_3();
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_3, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, L_2, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_6 = __this->get_m_failureMessageID_3();
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_6, /*hidden argument*/NULL);
|
|
Exception_t * L_8 = __this->get_m_innerException_6();
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_9, L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
String_t* L_10 = __this->get_m_failureMessageID_3();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
|
|
RuntimeObject * L_13 = __this->get_m_failureMessageFormatArgument_4();
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
|
|
String_t* L_14 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_10, L_12, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
String_t* L_16 = __this->get_m_failureMessageID_3();
|
|
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_16, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_18 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_18, L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
Exception_t * L_19 = __this->get_m_innerException_6();
|
|
return L_19;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
String_t* L_20 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral95EEA29D56FFA4DDF6AFF2DED5430D857EA9B4C1, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_21 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_21, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Exception_t * GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 * _thisAdjusted = reinterpret_cast<GuidResult_t8E78929A7A732656B7BAF6A5482FD037F81DB3F3 *>(__this + _offset);
|
|
return GuidResult_GetGuidParseException_mFCC6B57DC1E3E4FDE2ADFACCB15DF1E96DEEFC65(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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.BinaryReader::.ctor(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___input0;
|
|
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_1 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m999E138A2E4C290F8A97866714EE53D58C931488(L_1, /*hidden argument*/NULL);
|
|
BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m8086092A91D507C32ADD5D87902115AD36832C6D (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___input0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___input0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral140F86AAE51AB9E1CDA9B4254FE98A74EB54C1A1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ___encoding1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * 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_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6738D06D6C794327B819962FE118768444DFE966, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, BinaryReader__ctor_m99D896A5BF353E3C10A3B1FC14DB22EB18CAD4B5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___input0;
|
|
__this->set_m_stream_0(L_8);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = ___encoding1;
|
|
NullCheck(L_9);
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_10 = VirtFuncInvoker0< Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * >::Invoke(30 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_9);
|
|
__this->set_m_decoder_2(L_10);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ___encoding1;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(33 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_11, ((int32_t)128));
|
|
__this->set_m_maxCharsSize_6(L_12);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = ___encoding1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(32 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_13, 1);
|
|
V_0 = L_14;
|
|
int32_t L_15 = V_0;
|
|
if ((((int32_t)L_15) >= ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)16);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_16);
|
|
__this->set_m_buffer_1(L_17);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_18 = ___encoding1;
|
|
__this->set_m_2BytesPerChar_7((bool)((!(((RuntimeObject*)(UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)((UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356 *)IsInstClass((RuntimeObject*)L_18, UnicodeEncoding_t6E0E60A1D7A4BECF9901B00EB286FFC2B57F6356_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = __this->get_m_stream_0();
|
|
NullCheck(L_19);
|
|
Type_t * L_20 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_19, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
|
|
bool L_23 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_20, L_22, /*hidden argument*/NULL);
|
|
__this->set_m_isMemoryStream_8(L_23);
|
|
bool L_24 = ___leaveOpen2;
|
|
__this->set_m_leaveOpen_9(L_24);
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.Stream System.IO.BinaryReader::get_BaseStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * BinaryReader_get_BaseStream_m47D7CD3952746F16AFCFF67C9366B32E01110FBE (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader_Close_m420BB4B744D393480EF0BD2F5EA4379905C814FB (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryReader::Dispose(System.Boolean) */, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader_Dispose_m87F1F8CA4A113ED662E3751169980830FC9C4EB5 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
|
|
{
|
|
bool L_0 = ___disposing0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_m_stream_0();
|
|
V_0 = L_1;
|
|
__this->set_m_stream_0((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->get_m_leaveOpen_9();
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_4);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
__this->set_m_stream_0((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
|
|
__this->set_m_buffer_1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
__this->set_m_decoder_2((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)NULL);
|
|
__this->set_m_charBytes_3((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
__this->set_m_singleChar_4((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL);
|
|
__this->set_m_charBuffer_5((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader_Dispose_m2047D05935E76EBB1E910D491671B339E320203C (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.IO.BinaryReader::Dispose(System.Boolean) */, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.BinaryReader::Read()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read_mD1372ACCACA64EB826645FEED9866027739820CD (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_1 = BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF(__this, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.BinaryReader::ReadBoolean()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryReader_ReadBoolean_m2FD74BC56F3674E90D6D0999A53D46DA014BF0F7 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Byte System.IO.BinaryReader::ReadByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BinaryReader_ReadByte_m7716F632C47C5188681753DCBEC4995CAE378597 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_m_stream_0();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_1);
|
|
int32_t L_3 = L_2;
|
|
G_B3_0 = L_3;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
|
|
{
|
|
G_B4_0 = L_3;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
|
|
G_B4_0 = G_B3_0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return (uint8_t)(((int32_t)((uint8_t)G_B4_0)));
|
|
}
|
|
}
|
|
// System.SByte System.IO.BinaryReader::ReadSByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t BinaryReader_ReadSByte_mC1CB62AE35C9B496B5CFD9C84438C05B2512D0EB (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return (((int8_t)((int8_t)L_2)));
|
|
}
|
|
}
|
|
// System.Char System.IO.BinaryReader::ReadChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar BinaryReader_ReadChar_mD743FFADFD733CA5B54DCF0C46A3AE40C08CC82B (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
{
|
|
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.BinaryReader::Read() */, __this);
|
|
int32_t L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (((int32_t)((uint16_t)G_B2_0)));
|
|
}
|
|
}
|
|
// System.Int16 System.IO.BinaryReader::ReadInt16()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BinaryReader_ReadInt16_m9AD7DBAAE3C2056F138CDCB04C31FDD9F1F748A8 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(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.UInt16 System.IO.BinaryReader::ReadUInt16()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t BinaryReader_ReadUInt16_m5759407D6E7C703A1255C34A9B648EEEEA67E914 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(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.Int32 System.IO.BinaryReader::ReadInt32()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_ReadInt32_m001A1151B2E72E802DFA50E6C7F464622DEB02B0 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_ReadInt32_m001A1151B2E72E802DFA50E6C7F464622DEB02B0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_m_isMemoryStream_8();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_m_stream_0();
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_m_stream_0();
|
|
NullCheck(((MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)IsInstClass((RuntimeObject*)L_2, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var)));
|
|
int32_t L_3 = MemoryStream_InternalReadInt32_m3F7FB4B25C5AF46C817C9C1F88FFD50319776CA3(((MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)IsInstClass((RuntimeObject*)L_2, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_buffer_1();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_m_buffer_1();
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 1;
|
|
uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_m_buffer_1();
|
|
NullCheck(L_10);
|
|
int32_t L_11 = 2;
|
|
uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_m_buffer_1();
|
|
NullCheck(L_13);
|
|
int32_t L_14 = 3;
|
|
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
return ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_9<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)((int32_t)24)))));
|
|
}
|
|
}
|
|
// System.UInt32 System.IO.BinaryReader::ReadUInt32()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t BinaryReader_ReadUInt32_mB937A3A345E54B7922B2B80D36B6BCFA494D3953 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_buffer_1();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_buffer_1();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t BinaryReader_ReadInt64_m86D842AD567510B92C8B2B472AE756B511A313CE (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_buffer_1();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_buffer_1();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(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_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_m_buffer_1();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 4;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_m_buffer_1();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 5;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_m_buffer_1();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 6;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_m_buffer_1();
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 7;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
uint32_t L_24 = V_0;
|
|
return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((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)))))))))))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)L_24)))));
|
|
}
|
|
}
|
|
// System.UInt64 System.IO.BinaryReader::ReadUInt64()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t BinaryReader_ReadUInt64_m81BB2D69D1C5B1EC3DFCFA4EB5AE1B157BE519E6 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 1;
|
|
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_m_buffer_1();
|
|
NullCheck(L_6);
|
|
int32_t L_7 = 2;
|
|
uint8_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_buffer_1();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 3;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(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_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_m_buffer_1();
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 4;
|
|
uint8_t L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_m_buffer_1();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = 5;
|
|
uint8_t L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_m_buffer_1();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 6;
|
|
uint8_t L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = __this->get_m_buffer_1();
|
|
NullCheck(L_21);
|
|
int32_t L_22 = 7;
|
|
uint8_t L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
uint32_t L_24 = V_0;
|
|
return ((int64_t)((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((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)))))))))))<<(int32_t)((int32_t)32)))|(int64_t)(((int64_t)((uint64_t)L_24)))));
|
|
}
|
|
}
|
|
// System.Single System.IO.BinaryReader::ReadSingle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BinaryReader_ReadSingle_m85E41C7353884BF5AE2DDF251D555128111F9B60 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 4);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
float L_1 = BitConverterLE_ToSingle_m73CD02EB647B7C0C11C0D5E743425BC7DFA799BE(L_0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Double System.IO.BinaryReader::ReadDouble()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BinaryReader_ReadDouble_mF89A68C872D32C02C10E9F4477EEABFC619ED4EB (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, 8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
double L_1 = BitConverterLE_ToDouble_m0E5DF606A5685D1CA8D54A525D3A41FA50363732(L_0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Decimal System.IO.BinaryReader::ReadDecimal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 BinaryReader_ReadDecimal_mE1ABD7E8F2620277CBDE63467C26511067A093C3 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_ReadDecimal_mE1ABD7E8F2620277CBDE63467C26511067A093C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
VirtActionInvoker1< int32_t >::Invoke(26 /* System.Void System.IO.BinaryReader::FillBuffer(System.Int32) */, __this, ((int32_t)16));
|
|
}
|
|
|
|
IL_0008:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Decimal_ToDecimal_m6716CC5DF0409A769ED7F3D031030BA91A8C189A(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_0028;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0016;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0016:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_1 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9981247921532FBC21970945A60F86E1AAB17516, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = V_1;
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_4 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_4, L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, BinaryReader_ReadDecimal_mE1ABD7E8F2620277CBDE63467C26511067A093C3_RuntimeMethod_var);
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0028:
|
|
{
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String System.IO.BinaryReader::ReadString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinaryReader_ReadString_m92D7BFCF1D27F089C11BB91DFFC37CE301C0BAF8 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_ReadString_m92D7BFCF1D27F089C11BB91DFFC37CE301C0BAF8_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;
|
|
StringBuilder_t * V_5 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_0();
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_1 = BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461(__this, /*hidden argument*/NULL);
|
|
V_2 = L_1;
|
|
int32_t L_2 = V_2;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
int32_t L_5 = V_2;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
String_t* L_8 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral56CDBE0D58DC66968C291B09DBA615DB60AC81DC, L_4, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_9 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_9, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, BinaryReader_ReadString_m92D7BFCF1D27F089C11BB91DFFC37CE301C0BAF8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_10 = V_2;
|
|
if (L_10)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_11;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_m_charBytes_3();
|
|
if (L_12)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
|
|
__this->set_m_charBytes_3(L_13);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = __this->get_m_charBuffer_5();
|
|
if (L_14)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = __this->get_m_maxCharsSize_6();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_15);
|
|
__this->set_m_charBuffer_5(L_16);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
V_5 = (StringBuilder_t *)NULL;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_17 = V_2;
|
|
int32_t L_18 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18))) > ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_2;
|
|
int32_t L_20 = V_0;
|
|
G_B14_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20));
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
G_B14_0 = ((int32_t)128);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
V_3 = G_B14_0;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get_m_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_m_charBytes_3();
|
|
int32_t L_23 = V_3;
|
|
NullCheck(L_21);
|
|
int32_t L_24 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_21, L_22, 0, L_23);
|
|
V_1 = L_24;
|
|
int32_t L_25 = V_1;
|
|
if (L_25)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_26 = __this->get_m_decoder_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_m_charBytes_3();
|
|
int32_t L_28 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_m_charBuffer_5();
|
|
NullCheck(L_26);
|
|
int32_t L_30 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_26, L_27, 0, L_28, L_29, 0);
|
|
V_4 = L_30;
|
|
int32_t L_31 = V_0;
|
|
if (L_31)
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_1;
|
|
int32_t L_33 = V_2;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)L_33))))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = __this->get_m_charBuffer_5();
|
|
int32_t L_35 = V_4;
|
|
String_t* L_36 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_34, 0, L_35, /*hidden argument*/NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
StringBuilder_t * L_37 = V_5;
|
|
if (L_37)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_2;
|
|
StringBuilder_t * L_39 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(L_38, /*hidden argument*/NULL);
|
|
V_5 = L_39;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
StringBuilder_t * L_40 = V_5;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = __this->get_m_charBuffer_5();
|
|
int32_t L_42 = V_4;
|
|
NullCheck(L_40);
|
|
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_40, L_41, 0, L_42, /*hidden argument*/NULL);
|
|
int32_t L_43 = V_0;
|
|
int32_t L_44 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44));
|
|
int32_t L_45 = V_0;
|
|
int32_t L_46 = V_2;
|
|
if ((((int32_t)L_45) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_47 = V_5;
|
|
String_t* L_48 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_47, /*hidden argument*/NULL);
|
|
return L_48;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.BinaryReader::InternalReadChars(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
uint8_t* V_6 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
|
|
Il2CppChar* V_8 = NULL;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_9 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0 = ___count2;
|
|
V_1 = L_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_charBytes_3();
|
|
if (L_1)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
|
|
__this->set_m_charBytes_3(L_2);
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_2 = 0;
|
|
int32_t L_3 = V_1;
|
|
V_0 = L_3;
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_4 = __this->get_m_decoder_2();
|
|
V_3 = ((DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)IsInstClass((RuntimeObject*)L_4, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var));
|
|
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = V_3;
|
|
NullCheck(L_6);
|
|
bool L_7 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Text.DecoderNLS::get_HasState() */, L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
bool L_10 = __this->get_m_2BytesPerChar_7();
|
|
if (!L_10)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_11<<(int32_t)1));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) <= ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)128);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
V_4 = 0;
|
|
V_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
bool L_13 = __this->get_m_isMemoryStream_8();
|
|
if (!L_13)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = __this->get_m_stream_0();
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_15 = ((MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)IsInstClass((RuntimeObject*)L_14, MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var));
|
|
NullCheck(L_15);
|
|
int32_t L_16 = MemoryStream_InternalGetPosition_m9D258332E0A5E1FC81CA1E76C8C3F46FBE721861(L_15, /*hidden argument*/NULL);
|
|
V_4 = L_16;
|
|
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_17 = L_15;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = MemoryStream_InternalEmulateRead_mA4A874D88BF324854644BA9C2E8F53B9EC2CD788(L_17, L_18, /*hidden argument*/NULL);
|
|
V_0 = L_19;
|
|
NullCheck(L_17);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = MemoryStream_InternalGetBuffer_m523652019AB0927A8B2C8E8F3159598FD609F8A8_inline(L_17, /*hidden argument*/NULL);
|
|
V_5 = L_20;
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = __this->get_m_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_m_charBytes_3();
|
|
int32_t L_23 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_24 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_21, L_22, 0, L_23);
|
|
V_0 = L_24;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = __this->get_m_charBytes_3();
|
|
V_5 = L_25;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
if (L_26)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = ___count2;
|
|
int32_t L_28 = V_1;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28));
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_29 = V_4;
|
|
if ((((int32_t)L_29) < ((int32_t)0)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = V_0;
|
|
if ((((int32_t)L_30) < ((int32_t)0)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_4;
|
|
int32_t L_32 = V_0;
|
|
if (((int64_t)L_31 + (int64_t)L_32 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_31 + (int64_t)L_32 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_5;
|
|
NullCheck(L_33);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_34 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_34, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
int32_t L_35 = ___index1;
|
|
if ((((int32_t)L_35) < ((int32_t)0)))
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_36) < ((int32_t)0)))
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = ___index1;
|
|
int32_t L_38 = V_1;
|
|
if (((int64_t)L_37 + (int64_t)L_38 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_37 + (int64_t)L_38 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = ___buffer0;
|
|
NullCheck(L_39);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_40 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_40, _stringLiteralA95C6FF7D9039A460DF5E0349D9799D79B609FB7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_5;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = L_41;
|
|
V_7 = L_42;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = V_7;
|
|
NullCheck(L_43);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))
|
|
{
|
|
goto IL_0102;
|
|
}
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
V_6 = (uint8_t*)(((uintptr_t)0));
|
|
goto IL_010d;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = V_7;
|
|
NullCheck(L_44);
|
|
V_6 = (uint8_t*)(((uintptr_t)((L_44)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = ___buffer0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_46 = L_45;
|
|
V_9 = L_46;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = V_9;
|
|
NullCheck(L_47);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
V_8 = (Il2CppChar*)(((uintptr_t)0));
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_48 = V_9;
|
|
NullCheck(L_48);
|
|
V_8 = (Il2CppChar*)(((uintptr_t)((L_48)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_49 = __this->get_m_decoder_2();
|
|
uint8_t* L_50 = V_6;
|
|
int32_t L_51 = V_4;
|
|
if ((uintptr_t)L_50 + (uintptr_t)(((intptr_t)L_51)) > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
int32_t L_52 = V_0;
|
|
Il2CppChar* L_53 = V_8;
|
|
int32_t L_54 = ___index1;
|
|
if (((intptr_t)(((intptr_t)L_54)) * (intptr_t)2 < (intptr_t)kIl2CppIntPtrMin) || ((intptr_t)(((intptr_t)L_54)) * (intptr_t)2 > (intptr_t)kIl2CppIntPtrMax))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
if ((uintptr_t)L_53 + (uintptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_54)), (int32_t)2)) > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB_RuntimeMethod_var);
|
|
int32_t L_55 = V_1;
|
|
NullCheck(L_49);
|
|
int32_t L_56 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, bool >::Invoke(10 /* System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean) */, L_49, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)(((intptr_t)L_51)))), L_52, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_54)), (int32_t)2)))), L_55, (bool)0);
|
|
V_2 = L_56;
|
|
V_9 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
|
|
V_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
int32_t L_57 = V_1;
|
|
int32_t L_58 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58));
|
|
int32_t L_59 = ___index1;
|
|
int32_t L_60 = V_2;
|
|
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60));
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
int32_t L_61 = V_1;
|
|
if ((((int32_t)L_61) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_62 = ___count2;
|
|
int32_t L_63 = V_1;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)L_63));
|
|
}
|
|
}
|
|
// System.Int32 System.IO.BinaryReader::InternalReadOneChar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int64_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
V_2 = (((int64_t)((int64_t)0)));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_0();
|
|
NullCheck(L_0);
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_m_stream_0();
|
|
NullCheck(L_2);
|
|
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_2);
|
|
V_2 = L_3;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_charBytes_3();
|
|
if (L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
|
|
__this->set_m_charBytes_3(L_5);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_m_singleChar_4();
|
|
if (L_6)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->set_m_singleChar_4(L_7);
|
|
goto IL_00ea;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
bool L_8 = __this->get_m_2BytesPerChar_7();
|
|
if (L_8)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 1;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
G_B9_0 = 2;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
V_1 = G_B9_0;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_m_stream_0();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_9);
|
|
V_3 = L_10;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_charBytes_3();
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_12))));
|
|
int32_t L_13 = V_3;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = __this->get_m_stream_0();
|
|
NullCheck(L_15);
|
|
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_15);
|
|
V_3 = L_16;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_m_charBytes_3();
|
|
int32_t L_18 = V_3;
|
|
NullCheck(L_17);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)L_18))));
|
|
int32_t L_19 = V_3;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 1;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_20 = V_1;
|
|
if (L_20)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
}
|
|
|
|
IL_00a3:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_21 = __this->get_m_decoder_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = __this->get_m_charBytes_3();
|
|
int32_t L_23 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = __this->get_m_singleChar_4();
|
|
NullCheck(L_21);
|
|
int32_t L_25 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_21, L_22, 0, L_23, L_24, 0);
|
|
V_0 = L_25;
|
|
goto IL_00ea;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00c0;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c0:
|
|
{ // begin catch(System.Object)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_26 = __this->get_m_stream_0();
|
|
NullCheck(L_26);
|
|
bool L_27 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_26);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get_m_stream_0();
|
|
int64_t L_29 = V_2;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_30 = __this->get_m_stream_0();
|
|
NullCheck(L_30);
|
|
int64_t L_31 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_30);
|
|
NullCheck(L_28);
|
|
VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_28, ((int64_t)il2cpp_codegen_subtract((int64_t)L_29, (int64_t)L_31)), 1);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, BinaryReader_InternalReadOneChar_mF52A3378F8A4E5B9B0E084161D1E97B605ADB8CF_RuntimeMethod_var);
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00ea:
|
|
{
|
|
int32_t L_32 = V_0;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_0;
|
|
if (L_33)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_34 = __this->get_m_singleChar_4();
|
|
NullCheck(L_34);
|
|
int32_t L_35 = 0;
|
|
uint16_t L_36 = (uint16_t)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
return L_36;
|
|
}
|
|
}
|
|
// System.Char[] System.IO.BinaryReader::ReadChars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* BinaryReader_ReadChars_m4034E6EE2BB5C32AEB49AE234334076A934F952B (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, int32_t ___count0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_ReadChars_m4034E6EE2BB5C32AEB49AE234334076A934F952B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___count0;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BinaryReader_ReadChars_m4034E6EE2BB5C32AEB49AE234334076A934F952B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_m_stream_0();
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_4 = ___count0;
|
|
if (L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ((EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t40AF87279AA6E3AEEABB0CBA1425F6720C40961A_il2cpp_TypeInfo_var))->get_Value_0();
|
|
return L_5;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_6 = ___count0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_6);
|
|
V_0 = L_7;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_0;
|
|
int32_t L_9 = ___count0;
|
|
int32_t L_10 = BinaryReader_InternalReadChars_m0FA1D2E9820D9ABEEE977501DC91D4B47890BFEB(__this, L_8, 0, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ___count0;
|
|
if ((((int32_t)L_11) == ((int32_t)L_12)))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_13);
|
|
V_2 = L_14;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = V_0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_2;
|
|
int32_t L_17 = V_1;
|
|
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_15, 0, (RuntimeArray *)(RuntimeArray *)L_16, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)2, (int32_t)L_17)), /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_2;
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.BinaryReader::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB80ADA17FA6976840EA2EE6BFF02BC04F45EEBA7, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = ___index1;
|
|
if ((((int32_t)L_3) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_6 = ___count2;
|
|
if ((((int32_t)L_6) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = ___index1;
|
|
int32_t L_11 = ___count2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10))) >= ((int32_t)L_11)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, BinaryReader_Read_m05BCEC0C22F668E1240C7AE1DD35DADFF5BA8DB3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = __this->get_m_stream_0();
|
|
if (L_14)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_15 = __this->get_m_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___buffer0;
|
|
int32_t L_17 = ___index1;
|
|
int32_t L_18 = ___count2;
|
|
NullCheck(L_15);
|
|
int32_t L_19 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_15, L_16, L_17, L_18);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Byte[] System.IO.BinaryReader::ReadBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BinaryReader_ReadBytes_m924D8FDF9D4A87E48BF8297DC0D1EE00F3C50E80 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, int32_t ___count0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_ReadBytes_m924D8FDF9D4A87E48BF8297DC0D1EE00F3C50E80_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
|
|
{
|
|
int32_t L_0 = ___count0;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BinaryReader_ReadBytes_m924D8FDF9D4A87E48BF8297DC0D1EE00F3C50E80_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_m_stream_0();
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_4 = ___count0;
|
|
if (L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ((EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t138215D75D34CDCC9D3A3248006BB81FC3F9609C_il2cpp_TypeInfo_var))->get_Value_0();
|
|
return L_5;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_6 = ___count0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6);
|
|
V_0 = L_7;
|
|
V_1 = 0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_m_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = ___count0;
|
|
NullCheck(L_8);
|
|
int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11);
|
|
V_2 = L_12;
|
|
int32_t L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
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));
|
|
int32_t L_16 = ___count0;
|
|
int32_t L_17 = V_2;
|
|
___count0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17));
|
|
int32_t L_18 = ___count0;
|
|
if ((((int32_t)L_18) > ((int32_t)0)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_19 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
if ((((int32_t)L_19) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_21);
|
|
V_3 = L_22;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3;
|
|
int32_t L_25 = V_1;
|
|
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_23, 0, (RuntimeArray *)(RuntimeArray *)L_24, 0, L_25, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_3;
|
|
V_0 = L_26;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_0;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryReader::FillBuffer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader_FillBuffer_m9BF21DC2D89E22F399F68EC197DBDEEFCAA0B6B7 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, int32_t ___numBytes0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_FillBuffer_m9BF21DC2D89E22F399F68EC197DBDEEFCAA0B6B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_buffer_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___numBytes0;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___numBytes0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_buffer_1();
|
|
NullCheck(L_3);
|
|
if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4F070C36B0D557D60AE090BD489DF2ACA6B93542, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralC263DBD67CE29BD86EB77B353A8297E8203E6D39, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, BinaryReader_FillBuffer_m9BF21DC2D89E22F399F68EC197DBDEEFCAA0B6B7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_m_stream_0();
|
|
if (L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
__Error_FileNotOpen_m72E3844C53F9BBA3DA2AB9A113480804F1954633(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_7 = ___numBytes0;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_m_stream_0();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Int32 System.IO.Stream::ReadByte() */, L_8);
|
|
V_1 = L_9;
|
|
int32_t L_10 = V_1;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_buffer_1();
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_12))));
|
|
return;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = __this->get_m_stream_0();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_m_buffer_1();
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = ___numBytes0;
|
|
int32_t L_17 = V_0;
|
|
NullCheck(L_13);
|
|
int32_t L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)));
|
|
V_1 = L_18;
|
|
int32_t L_19 = V_1;
|
|
if (L_19)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
__Error_EndOfFile_m48F4E14C7AD452BCA036E0F7537CC2B196A5A7F5(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21));
|
|
int32_t L_22 = V_0;
|
|
int32_t L_23 = ___numBytes0;
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.BinaryReader::Read7BitEncodedInt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461 (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
int32_t L_0 = V_1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFBCAB30EC9883F5ED4DB24B46BF26A19F829D9D8, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_2 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_2, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, BinaryReader_Read7BitEncodedInt_m97D45D9C52F505E7EA264FE6CE0129C411A25461_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
uint8_t L_3 = VirtFuncInvoker0< uint8_t >::Invoke(10 /* System.Byte System.IO.BinaryReader::ReadByte() */, __this);
|
|
V_2 = L_3;
|
|
int32_t L_4 = V_0;
|
|
uint8_t L_5 = V_2;
|
|
int32_t L_6 = V_1;
|
|
V_0 = ((int32_t)((int32_t)L_4|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)127)))<<(int32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)31)))))));
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)7));
|
|
uint8_t L_8 = V_2;
|
|
if (((int32_t)((int32_t)L_8&(int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m5A85DD02499F9284E0F06ACF4FE9EA3BEC9D71E9 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter__ctor_m5A85DD02499F9284E0F06ACF4FE9EA3BEC9D71E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
|
|
__this->set_OutStream_1(L_0);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->set__buffer_2(L_1);
|
|
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_2 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_2, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
__this->set__encoding_3(L_2);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = __this->get__encoding_3();
|
|
NullCheck(L_3);
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_4 = VirtFuncInvoker0< Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * >::Invoke(31 /* System.Text.Encoder System.Text.Encoding::GetEncoder() */, L_3);
|
|
__this->set__encoder_4(L_4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___output0;
|
|
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_1 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_1, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2859E6B900197645E2B9DC8E447F2A6F25208406 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___output0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___output0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1029D67644815D428F554E390AA966D57A0B29B8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = ___encoding1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * 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_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral43E4B01DA5BC310916BDCD59560588C54E5A08C9, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, BinaryWriter__ctor_m1299021C1E601AD4FB82D4C41FC2E3D73EF1B6D7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = ___output0;
|
|
__this->set_OutStream_1(L_8);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->set__buffer_2(L_9);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = ___encoding1;
|
|
__this->set__encoding_3(L_10);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = __this->get__encoding_3();
|
|
NullCheck(L_11);
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_12 = VirtFuncInvoker0< Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * >::Invoke(31 /* System.Text.Encoder System.Text.Encoding::GetEncoder() */, L_11);
|
|
__this->set__encoder_4(L_12);
|
|
bool L_13 = ___leaveOpen2;
|
|
__this->set__leaveOpen_5(L_13);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Dispose_mDFE673FA4A41839B0C6693DA8165BADF58B807AF (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___disposing0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get__leaveOpen_5();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_OutStream_1();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_2);
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_OutStream_1();
|
|
NullCheck(L_3);
|
|
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Dispose_m113A91A7BE5F7C89738C8C6C1D0E588B1A63C0FC (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __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::Flush()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Flush_m53612EDFD50FC6C49FC002310685814A0DFE09E0 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * 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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m628D2AF16C4D9FBF31C241B1D9D60E82B2A1191E (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_1 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_1 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_2 = NULL;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
bool L_1 = ___value0;
|
|
G_B1_0 = 0;
|
|
G_B1_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = 0;
|
|
G_B2_1 = L_0;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
NullCheck(G_B3_2);
|
|
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (uint8_t)(((int32_t)((uint8_t)G_B3_0))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get__buffer_2();
|
|
NullCheck(L_2);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, 1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m9479807F6DA1AAF1FA857B60B8970C983406CA35 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_OutStream_1();
|
|
uint8_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
VirtActionInvoker1< uint8_t >::Invoke(30 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_mD4AC70145D119F9E0F92200F7FF4ACAF85CBABB9 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter_Write_mD4AC70145D119F9E0F92200F7FF4ACAF85CBABB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryWriter_Write_mD4AC70145D119F9E0F92200F7FF4ACAF85CBABB9_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
|
|
NullCheck(L_4);
|
|
NullCheck(L_2);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* 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)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_mC53D6AAC3889DED94F50BC9649EB67923D8F11C8 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
|
|
int32_t L_2 = ___index1;
|
|
int32_t L_3 = ___count2;
|
|
NullCheck(L_0);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_mA5FA71233326D218B2F385F20CD62B23DBC56B89 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter_Write_mA5FA71233326D218B2F385F20CD62B23DBC56B89_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint8_t* V_1 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_1 = Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3937B0E5F27A3E27F92AABDCC84DB0EF697B26A4, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, BinaryWriter_Write_mA5FA71233326D218B2F385F20CD62B23DBC56B89_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__buffer_2();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_4;
|
|
V_2 = L_5;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_1 = (uint8_t*)(((uintptr_t)0));
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
V_1 = (uint8_t*)(((uintptr_t)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_8 = __this->get__encoder_4();
|
|
uint8_t* L_9 = V_1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__buffer_2();
|
|
NullCheck(L_10);
|
|
NullCheck(L_8);
|
|
int32_t L_11 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, bool >::Invoke(8 /* System.Int32 System.Text.Encoder::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean) */, L_8, (Il2CppChar*)(Il2CppChar*)(((uintptr_t)(&___ch0))), 1, (uint8_t*)(uint8_t*)L_9, (((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (bool)1);
|
|
V_0 = L_11;
|
|
V_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__buffer_2();
|
|
int32_t L_14 = V_0;
|
|
NullCheck(L_12);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, L_14);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m470D7D1CC7D284CC56FDB7A348F8F0039B606665 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter_Write_m470D7D1CC7D284CC56FDB7A348F8F0039B606665_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryWriter_Write_m470D7D1CC7D284CC56FDB7A348F8F0039B606665_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get__encoding_3();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___chars0;
|
|
NullCheck(L_4);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.Char[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))));
|
|
V_0 = L_5;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
NullCheck(L_6);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m5DA8DC68421AA2C266046231DFA5760A5E208BCC (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_OutStream_1();
|
|
double L_1 = ___value0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = BitConverterLE_GetBytes_m406ADCCE048705851CA952B5103A9020BBBDFBDA(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_2, 0, 8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m33B099F87670C3ADBA07B8992957160E4EA718A6 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, int16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
int16_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
int16_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__buffer_2();
|
|
NullCheck(L_4);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, 2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m1B0A4F64164ADD861A310FBC3A9FCD0DE84C24A5 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, uint16_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
uint16_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
uint16_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__buffer_2();
|
|
NullCheck(L_4);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, 2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m665E06EC1EDFE46547EE9076D2C0B7D56CEE3C17 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
int32_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
int32_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3>>(int32_t)8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__buffer_2();
|
|
int32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_5>>(int32_t)((int32_t)16)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__buffer_2();
|
|
int32_t L_7 = ___value0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_7>>(int32_t)((int32_t)24)))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__buffer_2();
|
|
NullCheck(L_8);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, 4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m7A4481F0176E1B6519ACC52A79AF61460B6D2E65 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, uint32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
uint32_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
uint32_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_3>>8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__buffer_2();
|
|
uint32_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_5>>((int32_t)16)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__buffer_2();
|
|
uint32_t L_7 = ___value0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_7>>((int32_t)24)))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get__buffer_2();
|
|
NullCheck(L_8);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, 4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m3D7DECDEFB4C00236C9A98FA2D8BE409E2ED7DF3 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
int64_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
int64_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_3>>(int32_t)8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__buffer_2();
|
|
int64_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_5>>(int32_t)((int32_t)16)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__buffer_2();
|
|
int64_t L_7 = ___value0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_7>>(int32_t)((int32_t)24)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__buffer_2();
|
|
int64_t L_9 = ___value0;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_9>>(int32_t)((int32_t)32)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__buffer_2();
|
|
int64_t L_11 = ___value0;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_11>>(int32_t)((int32_t)40)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__buffer_2();
|
|
int64_t L_13 = ___value0;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_13>>(int32_t)((int32_t)48)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__buffer_2();
|
|
int64_t L_15 = ___value0;
|
|
NullCheck(L_14);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_15>>(int32_t)((int32_t)56)))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__buffer_2();
|
|
NullCheck(L_16);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_16, L_17, 0, 8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m6FCC02FD2E46384CED1712AA4DFFAAA1C7901245 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, uint64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_2();
|
|
uint64_t L_1 = ___value0;
|
|
NullCheck(L_0);
|
|
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_1))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__buffer_2();
|
|
uint64_t L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>8))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__buffer_2();
|
|
uint64_t L_5 = ___value0;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_5>>((int32_t)16)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__buffer_2();
|
|
uint64_t L_7 = ___value0;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)24)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__buffer_2();
|
|
uint64_t L_9 = ___value0;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_9>>((int32_t)32)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__buffer_2();
|
|
uint64_t L_11 = ___value0;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__buffer_2();
|
|
uint64_t L_13 = ___value0;
|
|
NullCheck(L_12);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_13>>((int32_t)48)))))));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get__buffer_2();
|
|
uint64_t L_15 = ___value0;
|
|
NullCheck(L_14);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)56)))))));
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__buffer_2();
|
|
NullCheck(L_16);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_16, L_17, 0, 8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m4C82B1A21F27631AD83CD98E5D0DE47EAC388728 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, float ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_OutStream_1();
|
|
float L_1 = ___value0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = BitConverterLE_GetBytes_m9428D4A01AC77E50E16D9B738098F2954E5964E0(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_2, 0, 4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_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;
|
|
Il2CppChar* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
uint8_t* V_7 = NULL;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_8 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get__encoding_3();
|
|
String_t* L_3 = ___value0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_2, L_3);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
BinaryWriter_Write7BitEncodedInt_m8FA5CBD3BCB110DD58FC21FF6751D77D3BEF71A3(__this, L_5, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__largeByteBuffer_6();
|
|
if (L_6)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
|
|
__this->set__largeByteBuffer_6(L_7);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get__largeByteBuffer_6();
|
|
NullCheck(L_8);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_9 = __this->get__encoding_3();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(32 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_9, 1);
|
|
__this->set__maxChars_7(((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))))/(int32_t)L_10)));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get__largeByteBuffer_6();
|
|
NullCheck(L_12);
|
|
if ((((int32_t)L_11) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = __this->get__encoding_3();
|
|
String_t* L_14 = ___value0;
|
|
String_t* L_15 = ___value0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get__largeByteBuffer_6();
|
|
NullCheck(L_13);
|
|
VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_13, L_14, 0, L_16, L_17, 0);
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get__largeByteBuffer_6();
|
|
int32_t L_20 = V_0;
|
|
NullCheck(L_18);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_18, L_19, 0, L_20);
|
|
return;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
V_1 = 0;
|
|
String_t* L_21 = ___value0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = __this->get__maxChars_7();
|
|
if ((((int32_t)L_23) > ((int32_t)L_24)))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_2;
|
|
G_B10_0 = L_25;
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
int32_t L_26 = __this->get__maxChars_7();
|
|
G_B10_0 = L_26;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
V_3 = G_B10_0;
|
|
int32_t L_27 = V_1;
|
|
if ((((int32_t)L_27) < ((int32_t)0)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_3;
|
|
if ((((int32_t)L_28) < ((int32_t)0)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = V_1;
|
|
int32_t L_30 = V_3;
|
|
if (((int64_t)L_29 + (int64_t)L_30 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_29 + (int64_t)L_30 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var);
|
|
String_t* L_31 = ___value0;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))) <= ((int32_t)L_32)))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_33 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_33, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
String_t* L_34 = ___value0;
|
|
V_6 = L_34;
|
|
String_t* L_35 = V_6;
|
|
V_5 = (Il2CppChar*)(((uintptr_t)L_35));
|
|
Il2CppChar* L_36 = V_5;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar* L_37 = V_5;
|
|
int32_t L_38 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
|
|
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38));
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get__largeByteBuffer_6();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = L_39;
|
|
V_8 = L_40;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_8;
|
|
NullCheck(L_41);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
V_7 = (uint8_t*)(((uintptr_t)0));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_8;
|
|
NullCheck(L_42);
|
|
V_7 = (uint8_t*)(((uintptr_t)((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * L_43 = __this->get__encoder_4();
|
|
Il2CppChar* L_44 = V_5;
|
|
int32_t L_45 = V_1;
|
|
if (((intptr_t)(((intptr_t)L_45)) * (intptr_t)2 < (intptr_t)kIl2CppIntPtrMin) || ((intptr_t)(((intptr_t)L_45)) * (intptr_t)2 > (intptr_t)kIl2CppIntPtrMax))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var);
|
|
if ((uintptr_t)L_44 + (uintptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_45)), (int32_t)2)) > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), BinaryWriter_Write_m7AC984B8EEEA3BCBDDA1DBFF2C3BCC7D80C4DDF2_RuntimeMethod_var);
|
|
int32_t L_46 = V_3;
|
|
uint8_t* L_47 = V_7;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = __this->get__largeByteBuffer_6();
|
|
NullCheck(L_48);
|
|
int32_t L_49 = V_3;
|
|
int32_t L_50 = V_2;
|
|
NullCheck(L_43);
|
|
int32_t L_51 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, bool >::Invoke(8 /* System.Int32 System.Text.Encoder::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Boolean) */, L_43, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_45)), (int32_t)2)))), L_46, (uint8_t*)(uint8_t*)L_47, (((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))), (bool)((((int32_t)L_49) == ((int32_t)L_50))? 1 : 0));
|
|
V_4 = L_51;
|
|
V_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
|
|
V_6 = (String_t*)NULL;
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_52 = __this->get_OutStream_1();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = __this->get__largeByteBuffer_6();
|
|
int32_t L_54 = V_4;
|
|
NullCheck(L_52);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_52, L_53, 0, L_54);
|
|
int32_t L_55 = V_1;
|
|
int32_t L_56 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56));
|
|
int32_t L_57 = V_2;
|
|
int32_t L_58 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58));
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
int32_t L_59 = V_2;
|
|
if ((((int32_t)L_59) > ((int32_t)0)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::Write7BitEncodedInt(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter_Write7BitEncodedInt_m8FA5CBD3BCB110DD58FC21FF6751D77D3BEF71A3 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
V_0 = L_0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
uint32_t L_1 = V_0;
|
|
VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, __this, (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)((int32_t)128)))))));
|
|
uint32_t L_2 = V_0;
|
|
V_0 = ((int32_t)((uint32_t)L_2>>7));
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
uint32_t L_3 = V_0;
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_4 = V_0;
|
|
VirtActionInvoker1< uint8_t >::Invoke(8 /* System.Void System.IO.BinaryWriter::Write(System.Byte) */, __this, (uint8_t)(((int32_t)((uint8_t)L_4))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.BinaryWriter::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__cctor_mE949DEE23EBE64DE81CDF697EAD3FD60D206DC1A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (BinaryWriter__cctor_mE949DEE23EBE64DE81CDF697EAD3FD60D206DC1A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * L_0 = (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 *)il2cpp_codegen_object_new(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var);
|
|
BinaryWriter__ctor_m5A85DD02499F9284E0F06ACF4FE9EA3BEC9D71E9(L_0, /*hidden argument*/NULL);
|
|
((BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields*)il2cpp_codegen_static_fields_for(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var))->set_Null_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.CStreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamReader__ctor_m0522E27BADB6649A8E512728F900EFFA4DBD301A (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader__ctor_m0522E27BADB6649A8E512728F900EFFA4DBD301A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_2 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_driver_0();
|
|
__this->set_driver_21(((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 *)CastclassClass((RuntimeObject*)L_2, TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.CStreamReader::Peek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CStreamReader_Peek_m1FC540889F2D9687070978F20CD67EEFFD469C42 (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader_Peek_m1FC540889F2D9687070978F20CD67EEFFD469C42_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
int32_t L_0 = StreamReader_Peek_m8C914AF78EEF625B3DD817688FF76FCA1BA62E50(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_000e;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_000c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_000c:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.CStreamReader::Read()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CStreamReader_Read_mD5B83DAB8078727FBC507E280022D69DC9758A38 (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader_Read_mD5B83DAB8078727FBC507E280022D69DC9758A38_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
|
|
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = Console_ReadKey_m8E93A1A91E2D0BE19342C479E9D769AB0C6E37B4(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Il2CppChar L_1 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
goto IL_0015;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0010;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0010:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_0013;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0013:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.CStreamReader::Read(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___dest0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral4E0B5AF978C4CA1675410CD16C92560ADCB2C1E2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___index1;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_4 = ___count2;
|
|
if ((((int32_t)L_4) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int32_t L_6 = ___index1;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_0049;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, _stringLiteral0888BC80525E5BC8C985BCAAECEAC642EB7A9946, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CStreamReader_Read_m276ACA94313ADE575B1EC5156E8E71AEF2B1BDEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
}
|
|
|
|
IL_004a:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_10 = __this->get_driver_21();
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___dest0;
|
|
int32_t L_12 = ___index1;
|
|
int32_t L_13 = ___count2;
|
|
NullCheck(L_10);
|
|
int32_t L_14 = TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1(L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
V_0 = L_14;
|
|
goto IL_0060;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_005b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005b:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_005e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_005e:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String System.IO.CStreamReader::ReadLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CStreamReader_ReadLine_m0024BF56DFAC48D889E0E2038E4BB72779E2672E (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader_ReadLine_m0024BF56DFAC48D889E0E2038E4BB72779E2672E_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_0 = __this->get_driver_21();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = TermInfoDriver_ReadLine_m78467BC7110A388B0B3110938EACB1884E14510F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_0013;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_000e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000e:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_0011;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0011:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.IO.CStreamReader::ReadToEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CStreamReader_ReadToEnd_m0A188006F202D8628B78E9C35ADA34913A8E380A (CStreamReader_t8B3DE8C991DCFA6F4B913713009C5C9B5E57507D * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamReader_ReadToEnd_m0A188006F202D8628B78E9C35ADA34913A8E380A_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_0 = __this->get_driver_21();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = TermInfoDriver_ReadToEnd_m697572077763E29F1FACE78552838636D7044BBF(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_0013;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_000e;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000e:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_0011;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0011:
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___stream0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
bool L_2 = ___leaveOpen2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_mBDBE79E3F9A95CB601CEEE2D5464EA3DB663A779(__this, L_0, L_1, ((int32_t)1024), L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_3 = ((ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_StaticFields*)il2cpp_codegen_static_fields_for(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var))->get_driver_0();
|
|
__this->set_driver_24(((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 *)CastclassClass((RuntimeObject*)L_3, TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::Write(System.Char[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_Write_m89C81270FC12C7EFBF39ABA46DF394A5C787B51C (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_Write_m89C81270FC12C7EFBF39ABA46DF394A5C787B51C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 7);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = ___count2;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_1 = __this->get_driver_24();
|
|
NullCheck(L_1);
|
|
bool L_2 = TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0012:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___buffer0;
|
|
int32_t L_4 = ___index1;
|
|
int32_t L_5 = ___count2;
|
|
StreamWriter_Write_m8056BDE8A4AD4816F9D7DBDBCB80D03BE8F3ED14(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
goto IL_0020;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_001d;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001d:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_0020;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_6 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
int32_t L_7 = ___index1;
|
|
int32_t L_8 = ___count2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
|
|
int32_t L_9 = ___index1;
|
|
V_3 = L_9;
|
|
V_4 = 0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___buffer0;
|
|
int32_t L_11 = V_3;
|
|
int32_t L_12 = L_11;
|
|
V_3 = ((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 = (uint16_t)(L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
V_5 = L_14;
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_15 = __this->get_driver_24();
|
|
Il2CppChar L_16 = V_5;
|
|
NullCheck(L_15);
|
|
bool L_17 = TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B(L_15, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_18 = V_4;
|
|
if ((((int32_t)L_18) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = ___buffer0;
|
|
int32_t L_20 = ___index1;
|
|
int32_t L_21 = V_4;
|
|
StreamWriter_Write_m8056BDE8A4AD4816F9D7DBDBCB80D03BE8F3ED14(__this, L_19, L_20, L_21, /*hidden argument*/NULL);
|
|
goto IL_0062;
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_005f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005f:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_0062;
|
|
} // end catch (depth: 2)
|
|
|
|
IL_0062:
|
|
{
|
|
V_4 = 0;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_22 = __this->get_driver_24();
|
|
Il2CppChar L_23 = V_5;
|
|
NullCheck(L_22);
|
|
TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674(L_22, L_23, /*hidden argument*/NULL);
|
|
int32_t L_24 = V_3;
|
|
___index1 = L_24;
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
int32_t L_25 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
int32_t L_26 = V_3;
|
|
int32_t L_27 = V_2;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_28 = V_4;
|
|
if ((((int32_t)L_28) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
|
|
IL_0086:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___buffer0;
|
|
int32_t L_30 = ___index1;
|
|
int32_t L_31 = V_4;
|
|
StreamWriter_Write_m8056BDE8A4AD4816F9D7DBDBCB80D03BE8F3ED14(__this, L_29, L_30, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0xA1, FINALLY_0097);
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0092;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0092:
|
|
{ // begin catch(System.IO.IOException)
|
|
IL2CPP_LEAVE(0xA1, FINALLY_0097);
|
|
} // end catch (depth: 2)
|
|
|
|
IL_0095:
|
|
{
|
|
IL2CPP_LEAVE(0xA1, FINALLY_0097);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0097;
|
|
}
|
|
|
|
FINALLY_0097:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_32 = V_1;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_33 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_33, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
IL2CPP_END_FINALLY(151)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(151)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xA1, IL_00a1)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::Write(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_Write_mF172A1C529B25EB25F346F5CA0F22E4280385ECA (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Il2CppChar ___val0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_Write_mF172A1C529B25EB25F346F5CA0F22E4280385ECA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0004:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_0 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_1 = __this->get_driver_24();
|
|
Il2CppChar L_2 = ___val0;
|
|
NullCheck(L_1);
|
|
bool L_3 = TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B(L_1, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_4 = __this->get_driver_24();
|
|
Il2CppChar L_5 = ___val0;
|
|
NullCheck(L_4);
|
|
TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674(L_4, L_5, /*hidden argument*/NULL);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Il2CppChar L_6 = ___val0;
|
|
CStreamWriter_InternalWriteChar_m2CF4426CAEB1BF5724F33725DFF21C139D6C9CD7(__this, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
IL2CPP_LEAVE(0x3E, FINALLY_0034);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0031;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0031:
|
|
{ // begin catch(System.IO.IOException)
|
|
IL2CPP_LEAVE(0x3E, FINALLY_0034);
|
|
} // end catch (depth: 2)
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0034;
|
|
}
|
|
|
|
FINALLY_0034:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_8 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
IL2CPP_END_FINALLY(52)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(52)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3E, IL_003e)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::InternalWriteString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, String_t* ___val0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_0 = ___val0;
|
|
StreamWriter_Write_mDBCA4E464A543DFD00B0619943BA0C7F15DB55FE(__this, L_0, /*hidden argument*/NULL);
|
|
goto IL_000c;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_000c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_000c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::InternalWriteChar(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChar_m2CF4426CAEB1BF5724F33725DFF21C139D6C9CD7 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Il2CppChar ___val0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteChar_m2CF4426CAEB1BF5724F33725DFF21C139D6C9CD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Il2CppChar L_0 = ___val0;
|
|
StreamWriter_Write_mF8B514CF8D521D390B0F1F9950851B358560F623(__this, L_0, /*hidden argument*/NULL);
|
|
goto IL_000c;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0009;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_000c;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_000c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___n1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___buffer0;
|
|
int32_t L_1 = ___n1;
|
|
StreamWriter_Write_m8056BDE8A4AD4816F9D7DBDBCB80D03BE8F3ED14(__this, L_0, 0, L_1, /*hidden argument*/NULL);
|
|
goto IL_000e;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_000b;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000b:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_000e;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.CStreamWriter::Write(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_Write_mFA18D1144A26233F61F39DCE7187AF7CE6CDE8BE (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___val0;
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___val0;
|
|
NullCheck(L_1);
|
|
VirtActionInvoker3< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(13 /* System.Void System.IO.TextWriter::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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_Write_m82E594BDA5DE26C4882D8E18EF9539ED43C1C95E (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, String_t* ___val0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CStreamWriter_Write_m82E594BDA5DE26C4882D8E18EF9539ED43C1C95E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___val0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * L_1 = __this->get_driver_24();
|
|
NullCheck(L_1);
|
|
bool L_2 = TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD_inline(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___val0;
|
|
NullCheck(L_3);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_3, /*hidden argument*/NULL);
|
|
VirtActionInvoker1< CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char[]) */, __this, L_4);
|
|
return;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
}
|
|
|
|
IL_001f:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_5 = ___val0;
|
|
StreamWriter_Write_mDBCA4E464A543DFD00B0619943BA0C7F15DB55FE(__this, L_5, /*hidden argument*/NULL);
|
|
goto IL_002b;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0028;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0028:
|
|
{ // begin catch(System.IO.IOException)
|
|
goto IL_002b;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String[] System.IO.Directory::GetFiles(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Directory_InternalGetFiles_m9EE0830994A8BC92808CFECCAE2C53DDA4463D70(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetFiles(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = Directory_InternalGetFiles_m9EE0830994A8BC92808CFECCAE2C53DDA4463D70(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531 (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_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_GetFiles_mF7A1573C8A6D64E4C33BE54A8E8767BF90CAA531_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = Directory_InternalGetFiles_m9EE0830994A8BC92808CFECCAE2C53DDA4463D70(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::InternalGetFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFiles_m9EE0830994A8BC92808CFECCAE2C53DDA4463D70 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___path0;
|
|
String_t* L_2 = ___searchPattern1;
|
|
int32_t L_3 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02(L_0, L_1, L_2, (bool)1, (bool)0, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetDirectories(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Directory_InternalGetDirectories_mC6507CABCCC2C5CABBD989F47C0CCB86CC88F620(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetDirectories(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = Directory_InternalGetDirectories_mC6507CABCCC2C5CABBD989F47C0CCB86CC88F620(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_GetDirectories_m4F7C16F19213C609B3F6ECE88BD14B4A23D7DC72_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = Directory_InternalGetDirectories_mC6507CABCCC2C5CABBD989F47C0CCB86CC88F620(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::InternalGetDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetDirectories_mC6507CABCCC2C5CABBD989F47C0CCB86CC88F620 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___path0;
|
|
String_t* L_2 = ___searchPattern1;
|
|
int32_t L_3 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02(L_0, L_1, L_2, (bool)0, (bool)1, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetFileSystemEntries(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFileSystemEntries_m781E70FD560C8AAAF57A15603429865F9F69C231 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetFileSystemEntries_m781E70FD560C8AAAF57A15603429865F9F69C231_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFileSystemEntries_m781E70FD560C8AAAF57A15603429865F9F69C231_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Directory_InternalGetFileSystemEntries_m81986938BC1066D47F475B8FFEC822B55D15514E(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetFileSystemEntries(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetFileSystemEntries_m55DCA37E6FFF512C8AE9AEECB4DCCE270AD9B651_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = Directory_InternalGetFileSystemEntries_m81986938BC1066D47F475B8FFEC822B55D15514E(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_GetFileSystemEntries_mF9D0FCEFDBA1805B86629AADFB943E93215124D8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = Directory_InternalGetFileSystemEntries_m81986938BC1066D47F475B8FFEC822B55D15514E(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::InternalGetFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFileSystemEntries_m81986938BC1066D47F475B8FFEC822B55D15514E (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___path0;
|
|
String_t* L_2 = ___searchPattern1;
|
|
int32_t L_3 = ___searchOption2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02(L_0, L_1, L_2, (bool)1, (bool)1, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::InternalGetFileDirectoryNames(System.String,System.String,System.String,System.Boolean,System.Boolean,System.IO.SearchOption,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02 (String_t* ___path0, String_t* ___userPathOriginal1, String_t* ___searchPattern2, bool ___includeFiles3, bool ___includeDirs4, int32_t ___searchOption5, bool ___checkHost6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_InternalGetFileDirectoryNames_mCE4269722CC88D934E07CC2DE99620122F260E02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___userPathOriginal1;
|
|
String_t* L_2 = ___searchPattern2;
|
|
bool L_3 = ___includeFiles3;
|
|
bool L_4 = ___includeDirs4;
|
|
int32_t L_5 = ___searchOption5;
|
|
bool L_6 = ___checkHost6;
|
|
RuntimeObject* L_7 = FileSystemEnumerableFactory_CreateFileNameIterator_m8794115F2FA85BF0EAD65285717FC65C2003F47C(L_0, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mE9FDDA3E872C3CB2DBDC8562E9ABA76CA3124599(L_8, L_7, /*hidden argument*/List_1__ctor_mE9FDDA3E872C3CB2DBDC8562E9ABA76CA3124599_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_8, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateDirectories(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateDirectories_m40D6EB125282BE0895325DE22603E1861103F5EA (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateDirectories_m40D6EB125282BE0895325DE22603E1861103F5EA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateDirectories_m40D6EB125282BE0895325DE22603E1861103F5EA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
RuntimeObject* L_3 = Directory_InternalEnumerateDirectories_m3BA714BFAE66B344E7222B185DB8B513D495619B(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateDirectories(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateDirectories_m96ADB07FB099127FAEC5E540958D5376A6D58D00_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
RuntimeObject* L_6 = Directory_InternalEnumerateDirectories_m3BA714BFAE66B344E7222B185DB8B513D495619B(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_EnumerateDirectories_mACB8C3228326631EC984EF12CD517621A690F44F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
RuntimeObject* L_11 = Directory_InternalEnumerateDirectories_m3BA714BFAE66B344E7222B185DB8B513D495619B(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateDirectories(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateDirectories_m3BA714BFAE66B344E7222B185DB8B513D495619B (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___searchPattern1;
|
|
int32_t L_2 = ___searchOption2;
|
|
RuntimeObject* L_3 = Directory_EnumerateFileSystemNames_m9EEEBA0614EFD264CEFF21A4D5D067E1CD76CC28(L_0, L_1, L_2, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFiles(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFiles_m64157D5FDF53FC875A05E8A5EEC98C810D660391 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFiles_m64157D5FDF53FC875A05E8A5EEC98C810D660391_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFiles_m64157D5FDF53FC875A05E8A5EEC98C810D660391_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
RuntimeObject* L_3 = Directory_InternalEnumerateFiles_m4690D2D9310CD61B67EE0A27C9AF263392015BA5(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFiles(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateFiles_m43AD26561D60C3A9D8F75C9E9048690A28694192_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
RuntimeObject* L_6 = Directory_InternalEnumerateFiles_m4690D2D9310CD61B67EE0A27C9AF263392015BA5(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_EnumerateFiles_m547FC62D2A4048F263F87028617D2BDCB091C097_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
RuntimeObject* L_11 = Directory_InternalEnumerateFiles_m4690D2D9310CD61B67EE0A27C9AF263392015BA5(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateFiles(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateFiles_m4690D2D9310CD61B67EE0A27C9AF263392015BA5 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___searchPattern1;
|
|
int32_t L_2 = ___searchOption2;
|
|
RuntimeObject* L_3 = Directory_EnumerateFileSystemNames_m9EEEBA0614EFD264CEFF21A4D5D067E1CD76CC28(L_0, L_1, L_2, (bool)1, (bool)0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFileSystemEntries(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFileSystemEntries_m9BFECE5EA9384C6A29E9E1EDBD92F4F57583DFC7 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFileSystemEntries_m9BFECE5EA9384C6A29E9E1EDBD92F4F57583DFC7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFileSystemEntries_m9BFECE5EA9384C6A29E9E1EDBD92F4F57583DFC7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
RuntimeObject* L_3 = Directory_InternalEnumerateFileSystemEntries_m5CE4747CF98CA994B2D823711B818A02E20A0F95(L_2, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, 0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFileSystemEntries(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25 (String_t* ___path0, String_t* ___searchPattern1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateFileSystemEntries_m0CD3B4985BA10D09A2EA9E0F714B7C1312880F25_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
String_t* L_5 = ___searchPattern1;
|
|
RuntimeObject* L_6 = Directory_InternalEnumerateFileSystemEntries_m5CE4747CF98CA994B2D823711B818A02E20A0F95(L_4, L_5, 0, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___searchPattern1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___searchOption2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___searchOption2;
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral4C52415544BD7A47889EA5906C103BFF299DA5A1, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Directory_EnumerateFileSystemEntries_m0E125C38F87F5357E24BBC3F950201C6B7D6DFB1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = ___searchPattern1;
|
|
int32_t L_10 = ___searchOption2;
|
|
RuntimeObject* L_11 = Directory_InternalEnumerateFileSystemEntries_m5CE4747CF98CA994B2D823711B818A02E20A0F95(L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::InternalEnumerateFileSystemEntries(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_InternalEnumerateFileSystemEntries_m5CE4747CF98CA994B2D823711B818A02E20A0F95 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___searchPattern1;
|
|
int32_t L_2 = ___searchOption2;
|
|
RuntimeObject* L_3 = Directory_EnumerateFileSystemNames_m9EEEBA0614EFD264CEFF21A4D5D067E1CD76CC28(L_0, L_1, L_2, (bool)1, (bool)1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.Directory::EnumerateFileSystemNames(System.String,System.String,System.IO.SearchOption,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Directory_EnumerateFileSystemNames_m9EEEBA0614EFD264CEFF21A4D5D067E1CD76CC28 (String_t* ___path0, String_t* ___searchPattern1, int32_t ___searchOption2, bool ___includeFiles3, bool ___includeDirs4, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___path0;
|
|
String_t* L_2 = ___searchPattern1;
|
|
bool L_3 = ___includeFiles3;
|
|
bool L_4 = ___includeDirs4;
|
|
int32_t L_5 = ___searchOption2;
|
|
RuntimeObject* L_6 = FileSystemEnumerableFactory_CreateFileNameIterator_m8794115F2FA85BF0EAD65285717FC65C2003F47C(L_0, L_1, L_2, L_3, L_4, L_5, (bool)1, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.IO.Directory::GetDirectoryRoot(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetDirectoryRoot_m63344CBB3F0B90BFC0F67BA3D8F814E8FB68A400 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetDirectoryRoot_m63344CBB3F0B90BFC0F67BA3D8F814E8FB68A400_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
Il2CppChar L_1 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
String_t* L_2 = String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93(NULL, L_1, 1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral7BA15431A78CC4ED9FD5B31EC191778AE83A220F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_5 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_5);
|
|
int32_t L_7 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_5, L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteral2B03ABE6CC4DE347B2D747C45432C51F39ADE681, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_9 = ___path0;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, _stringLiteralDE2EC1FA2FA9BA46845CE64B23938B705F3D6A96, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_13 = ___path0;
|
|
bool L_14 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___path0;
|
|
String_t* L_16 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral06E6249993F597FE0021AB4C26DE44DE84BD37C9, L_15, _stringLiteral01DDD3299657165C59F0E4A0E1F35984474C88BF, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_17 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_17, L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
bool L_18 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ___path0;
|
|
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_21, _stringLiteralCDD8EF4CC195FF78171DF274F0899C33798B2AF6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
String_t* L_22 = ___path0;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_23 = Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744(L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String,System.Security.AccessControl.DirectorySecurity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectory_mB1BC31BB4A1359DFA7EB979F3687BB3C3ECD4175 (String_t* ___path0, DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * ___directorySecurity1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_1 = Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectoriesInternal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_1 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5(L_1, L_0, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_3 = DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_5 = DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.FileSystemInfo::get_Exists() */, L_5);
|
|
if (L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_8 = DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_9);
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_11 = MonoIO_CreateDirectory_mE48A089C134A6EE6B4152601E597B98AECED78D3(L_10, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)183))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = ___path0;
|
|
int32_t L_15 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_16 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_14, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Directory_CreateDirectoriesInternal_mE8C1677F19450D6750B64EE74A70F3D2401C9744_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
bool L_1 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteralCDD8EF4CC195FF78171DF274F0899C33798B2AF6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_5 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_6 = MonoIO_ExistsSymlink_m61C80D5A8EC9EF67D3CD1AB2C5D58B87BE7015C4(L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_8 = MonoIO_DeleteFile_mF71A74A7BA23A772FFE9ED5FD52EDEA80E43EFA6(L_7, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
String_t* L_9 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_10 = MonoIO_RemoveDirectory_m5954EE687BCBAA3917B1BC3D91DC93FB65AB54BB(L_9, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
bool L_11 = V_1;
|
|
if (L_11)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___path0;
|
|
bool L_14 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_15 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_15, _stringLiteral7106624CE286CF35952E4F6B54172D9EDB922430, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_16 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_16, _stringLiteralC822042AB7190C7F721DD36BCE8A559FE062DA11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
String_t* L_17 = ___path0;
|
|
int32_t L_18 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_19 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_17, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::RecursiveDelete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = Directory_GetDirectories_mCBF2C7658E73844322903C41767D970E174318B7(L_0, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
V_2 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = V_1;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_3 = L_5;
|
|
String_t* L_6 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_7 = MonoIO_ExistsSymlink_m61C80D5A8EC9EF67D3CD1AB2C5D58B87BE7015C4(L_6, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_DeleteFile_mF71A74A7BA23A772FFE9ED5FD52EDEA80E43EFA6(L_8, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_9 = V_3;
|
|
Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349(L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_10 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_11 = V_2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___path0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = Directory_GetFiles_mFC09A86D660CAD8490DB44B25A8D8E981816048E(L_13, /*hidden argument*/NULL);
|
|
V_1 = L_14;
|
|
V_2 = 0;
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
String_t* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2(L_18, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
int32_t L_20 = V_2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = ___path0;
|
|
Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2(L_22, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::Delete(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107 (String_t* ___path0, bool ___recursive1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_Delete_m85EA8AAE44A426EAC6078D2A1CB86159534FC107_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
bool L_1 = ___recursive1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
Directory_RecursiveDelete_mBB2BEBDD013C6DFFEF329E6B36FE64CB2D484349(L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_3 = ___path0;
|
|
Directory_Delete_m16617F8A342EBC2DCFFC33CD941D2A498B18FCC2(L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.Directory::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
bool L_1 = SecurityManager_CheckElevatedPermissions_mC3323475F1FDB37C20D9DA45F54EAD827AB7EE9E(/*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
}
|
|
|
|
IL_000f:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_2 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_001d;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0018;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0018:
|
|
{ // begin catch(System.Object)
|
|
V_2 = (bool)0;
|
|
goto IL_0026;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_5 = MonoIO_ExistsDirectory_mCC5A0DCF94AB2C9CC14E4F9E077DFCC8DDEFBC8A(L_4, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetLastAccessTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastAccessTime_mAE0DA3CE31D85ECCA0B1D362792C43E147A90267 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetLastAccessTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastAccessTimeUtc_m2CACACF99BAD349BA5E4793CE48B9F49C8BBA5CE (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = Directory_GetLastAccessTime_mAE0DA3CE31D85ECCA0B1D362792C43E147A90267(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetLastWriteTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastWriteTime_mDAC43816441FBA413BEA1F33CF0DB35E5184FB0F (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetLastWriteTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetLastWriteTimeUtc_mB7D36DE27152C8012B799258E50BFFF861F2B395 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = Directory_GetLastWriteTime_mDAC43816441FBA413BEA1F33CF0DB35E5184FB0F(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetCreationTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetCreationTime_mAEB783A2BE76368A681A4E46280CDF99708CCE64 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.Directory::GetCreationTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Directory_GetCreationTimeUtc_m29989404AD2B9F4CC81E98D3816A00F687460950 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = Directory_GetCreationTime_mAEB783A2BE76368A681A4E46280CDF99708CCE64(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.IO.Directory::GetCurrentDirectory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetCurrentDirectory_m78DAD8FE27C7A48794B7B657F7C81DFE2F3FF56E (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_0 = Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.IO.Directory::InsecureGetCurrentDirectory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = MonoIO_GetCurrentDirectory_m58052285E84A0379331FF2FE78A663C9F5C64C21((int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_1 = V_0;
|
|
G_B1_0 = L_0;
|
|
if (!L_1)
|
|
{
|
|
G_B2_0 = L_0;
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_3 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(L_2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_InsecureGetCurrentDirectory_m70DACB85FC187296D721E5426239AC97EEB68CFB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.String[] System.IO.Directory::GetLogicalDrives()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Directory_GetLogicalDrives_mF7A8F0D61D333D0B4AF7CECA20C9CAD06238A9C2 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = Environment_GetLogicalDrives_mC28C1DFCC06E08D60835A58C5AF90E110EBB5D77(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.Directory::IsRootDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_IsRootDirectory_m050E8364C8D7BBC55405DA0C2653D3675511C148 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_IsRootDirectory_m050E8364C8D7BBC55405DA0C2653D3675511C148_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_0 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___path0;
|
|
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_3 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
NullCheck(L_6);
|
|
bool L_7 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_6, _stringLiteralC5DC010E0718E56D6EE7966C8B0FFAB74DDAB27B, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo System.IO.Directory::GetParent(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * Directory_GetParent_mAA72944573AA065432E2DF09AA279522B485C7FA (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetParent_mAA72944573AA065432E2DF09AA279522B485C7FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
bool L_2 = Directory_IsRootDirectory_m050E8364C8D7BBC55405DA0C2653D3675511C148(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)NULL;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_3 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = Directory_GetCurrentDirectory_m78DAD8FE27C7A48794B7B657F7C81DFE2F3FF56E(/*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_8 = V_0;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_9 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_9, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::Move(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559 (String_t* ___sourceDirName0, String_t* ___destDirName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___sourceDirName0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral1B253FFBEC60DBE1DECD9C28ADF542653AE7D649, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___destDirName1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral633C983B4C40C35769E80AFA4BBACA47309E8EA8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___sourceDirName0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___sourceDirName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_7);
|
|
int32_t L_9 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_7, L_8, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
String_t* L_10 = ___sourceDirName0;
|
|
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral286DD44BDD8ED27F140AAC62709EBC96057646EB, L_10, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, L_11, _stringLiteral1B253FFBEC60DBE1DECD9C28ADF542653AE7D649, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_13 = ___destDirName1;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = ___destDirName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_16);
|
|
int32_t L_18 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_16, L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_18) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_19 = ___destDirName1;
|
|
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral0004A45F04907FCD97A69ED4B7059986FF43225E, L_19, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_21 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_21, L_20, _stringLiteral633C983B4C40C35769E80AFA4BBACA47309E8EA8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
String_t* L_22 = ___sourceDirName0;
|
|
String_t* L_23 = ___destDirName1;
|
|
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, L_23, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_25 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_25, _stringLiteral13050423A745190380F7140DCA83BE69DD36C9A8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_26 = ___destDirName1;
|
|
bool L_27 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = ___destDirName1;
|
|
String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_28, _stringLiteralE3CFEF5EBFBA618E47D128453BB38A0D7D359B1B, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_30 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_30, L_29, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
String_t* L_31 = ___sourceDirName0;
|
|
bool L_32 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_31, /*hidden argument*/NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = ___sourceDirName0;
|
|
bool L_34 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_33, /*hidden argument*/NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = ___sourceDirName0;
|
|
String_t* L_36 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_35, _stringLiteral1D4C29575CBAA53BEDDF2FF37A240462A44F9F7A, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_37 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_37, L_36, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
String_t* L_38 = ___sourceDirName0;
|
|
String_t* L_39 = ___destDirName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_40 = MonoIO_MoveFile_mA8D1F48D58E344CADD41F007D877226CEF8B5A12(L_38, L_39, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_42 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(L_41, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, Directory_Move_m66FC5FFBBCFAB865DC61074B5E7A124222516559_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetCreationTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetCreationTime_m38679D278039E336514F0D6FA82136F91ECD3F67 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTime1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___creationTime1;
|
|
File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetCreationTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetCreationTimeUtc_mA1B67C0EF19B413A23379BDEB5683DDF2964A8DA (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___creationTimeUtc1), /*hidden argument*/NULL);
|
|
Directory_SetCreationTime_m38679D278039E336514F0D6FA82136F91ECD3F67(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetCurrentDirectory(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, _stringLiteral6E2317E84544DC223CC7564BF756102DB10D16B1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
bool L_7 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
String_t* L_9 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral298EDDB122B98BDC728F9F91CFACE15F62DAC659, L_8, _stringLiteral62EBB56DE923BCC4115D4A661EED319775FB8C22, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_10 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_10, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
String_t* L_11 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_SetCurrentDirectory_m7442E6F5D695B1CFC12253F534E909EB3E4E1107(L_11, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_12 = V_0;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___path0;
|
|
int32_t L_14 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_15 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_13, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, Directory_SetCurrentDirectory_m64017A74451455D65B51B8C897C521210CDAB416_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetLastAccessTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastAccessTime_mFC7B8CE90169D6B9EA612229D1AA172CF3B5BF95 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTime1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___lastAccessTime1;
|
|
File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetLastAccessTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastAccessTimeUtc_m6B009BE8B9E0E3352EFC1D13DAD96F594D780C6A (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___lastAccessTimeUtc1), /*hidden argument*/NULL);
|
|
Directory_SetLastAccessTime_mFC7B8CE90169D6B9EA612229D1AA172CF3B5BF95(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetLastWriteTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastWriteTime_m33F6E3F056EFE9B26140ED1CEDD53E05A76D4873 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTime1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ___lastWriteTime1;
|
|
File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.Directory::SetLastWriteTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_SetLastWriteTimeUtc_m9974ED791D5536EEDFB29C5685F83F0540A56E32 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___lastWriteTimeUtc1), /*hidden argument*/NULL);
|
|
Directory_SetLastWriteTime_m33F6E3F056EFE9B26140ED1CEDD53E05A76D4873(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Security.AccessControl.DirectorySecurity System.IO.Directory::GetAccessControl(System.String,System.Security.AccessControl.AccessControlSections)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * Directory_GetAccessControl_mFDAF933EB0F4C1BF7C893FA0CCF47930843EC77A (String_t* ___path0, int32_t ___includeSections1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetAccessControl_mFDAF933EB0F4C1BF7C893FA0CCF47930843EC77A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
int32_t L_1 = ___includeSections1;
|
|
DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * L_2 = (DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F *)il2cpp_codegen_object_new(DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F_il2cpp_TypeInfo_var);
|
|
DirectorySecurity__ctor_mA0D7D2811A74A9E3755B66636CACC149A6BF3579(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Security.AccessControl.DirectorySecurity System.IO.Directory::GetAccessControl(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * Directory_GetAccessControl_mFB7CFD81431E6772F78A569C4919CF2817E6D8A2 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DirectorySecurity_t619D4D61774604036422358B7A8001F4C0C0AA7F * L_1 = Directory_GetAccessControl_mFDAF933EB0F4C1BF7C893FA0CCF47930843EC77A(L_0, ((int32_t)14), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.IO.Directory::GetDemandDir(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E (String_t* ___fullPath0, bool ___thisDirOnly1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Directory_GetDemandDir_m22408CC0B12D7EA32C78128CC412BA653684468E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0 = ___thisDirOnly1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_2 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
NullCheck(L_1);
|
|
bool L_3 = String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1(L_1, L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_5 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1();
|
|
NullCheck(L_4);
|
|
bool L_6 = String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1(L_4, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_7 = ___fullPath0;
|
|
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
String_t* L_9 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237_inline(/*hidden argument*/NULL);
|
|
String_t* L_11 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_9, L_10, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_12 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_13 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
NullCheck(L_12);
|
|
bool L_14 = String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1(L_12, L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_16 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_AltDirectorySeparatorChar_1();
|
|
NullCheck(L_15);
|
|
bool L_17 = String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1(L_15, L_16, /*hidden argument*/NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = ___fullPath0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_19 = Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237_inline(/*hidden argument*/NULL);
|
|
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_18, L_19, /*hidden argument*/NULL);
|
|
V_0 = L_20;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
String_t* L_21 = ___fullPath0;
|
|
V_0 = L_21;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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.Directory_SearchData::.ctor(System.String,System.String,System.IO.SearchOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SearchData__ctor_m1A81DB26D209EDF04BA49AD04C2758CC4F184F5C (SearchData_tF0AA748AAD6A913BFE60B6D953E840E932E09B92 * __this, String_t* ___fullPath0, String_t* ___userPath1, int32_t ___searchOption2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___fullPath0;
|
|
__this->set_fullPath_0(L_0);
|
|
String_t* L_1 = ___userPath1;
|
|
__this->set_userPath_1(L_1);
|
|
int32_t L_2 = ___searchOption2;
|
|
__this->set_searchOption_2(L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5(__this, L_0, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, bool ___simpleOriginalPath1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo__ctor_mE9663CCEC715F1E25D4ABB95A36AC1A602E2FAD5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
FileSystemInfo__ctor_m22B50C1300480DC70B0DB66D09775F86E2DB0709(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___path0;
|
|
DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2(__this, L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_1, /*hidden argument*/NULL);
|
|
((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->set_FullPath_3(L_2);
|
|
bool L_3 = ___simpleOriginalPath1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_5 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_4, /*hidden argument*/NULL);
|
|
((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->set_OriginalPath_4(L_5);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->set_OriginalPath_4(L_6);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m553BCA4623D95553BD546FBC5DF1D2591C38CCD4 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
FileSystemInfo__ctor_mC1CECDE3DB4924A834D16CA6BA1ED86C7C68BA1D(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryInfo::Initialize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_Initialize_m107C495B71119AC44045A98C59CEDDDAAC62E823_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
String_t* L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(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_0029;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_6 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_8 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_9 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_11 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(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_0045;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
if (L_13)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
String_t* L_15 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
__this->set_current_6(L_15);
|
|
__this->set_parent_7((String_t*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
String_t* L_16 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
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_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(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_6(L_20);
|
|
int32_t L_21 = V_1;
|
|
if (L_21)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
bool L_22 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_23 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4();
|
|
__this->set_parent_7(L_23);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
String_t* L_24 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
int32_t L_25 = V_1;
|
|
NullCheck(L_24);
|
|
String_t* L_26 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_24, 0, L_25, /*hidden argument*/NULL);
|
|
__this->set_parent_7(L_26);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
bool L_27 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = __this->get_parent_7();
|
|
NullCheck(L_28);
|
|
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_30 = __this->get_parent_7();
|
|
NullCheck(L_30);
|
|
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, 1, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = __this->get_parent_7();
|
|
NullCheck(L_32);
|
|
Il2CppChar L_33 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_34 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_33, /*hidden argument*/NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = __this->get_parent_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_36 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorChar_2();
|
|
V_2 = L_36;
|
|
String_t* L_37 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_2), /*hidden argument*/NULL);
|
|
String_t* L_38 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_35, L_37, /*hidden argument*/NULL);
|
|
__this->set_parent_7(L_38);
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.DirectoryInfo::get_Exists()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DirectoryInfo_get_Exists_mF26C8D84F8964B168A0C38537B0861CE54CCE83B (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
FileSystemInfo_Refresh_m2A291853AC8436A6A23A35B8D00C9CC33F351979(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_1 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_address_of__data_1();
|
|
int32_t L_2 = L_1->get_fileAttributes_0();
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_3 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_address_of__data_1();
|
|
int32_t L_4 = L_3->get_fileAttributes_0();
|
|
if (((int32_t)((int32_t)L_4&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.IO.DirectoryInfo::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DirectoryInfo_get_Name_mCCAF06BD14120D097B0970C752FF80F67B26AF40 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_current_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo System.IO.DirectoryInfo::get_Parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_get_Parent_m3D5334F86808B91BC66CEB88A72AF3A2A849116B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->get_parent_7();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get_parent_7();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)NULL;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_3 = __this->get_parent_7();
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_4 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_4, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryInfo::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_Create_m6847E3BA38FAB943C8BC12356CBB41E81B0EA029 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
Directory_CreateDirectory_m0C9CAA2ECA801C4D07EA35820DA0907402ED4D41(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.FileInfo[] System.IO.DirectoryInfo::GetFiles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* DirectoryInfo_GetFiles_m3E2F7B3AA18FE603D7746175A572298AD649DBF6 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_GetFiles_m3E2F7B3AA18FE603D7746175A572298AD649DBF6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_0 = DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843(__this, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IO.FileInfo[] System.IO.DirectoryInfo::GetFiles(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___searchPattern0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
String_t* L_0 = ___searchPattern0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DirectoryInfo_GetFiles_mE0B0A87F5EEB86C3C63CECAB1907B2ED88740843_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
String_t* L_3 = ___searchPattern0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Directory_GetFiles_m1BD24AE83787D2A8A81B8C40016C25A874AC3B25(L_2, L_3, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_6 = (FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88*)(FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88*)SZArrayNew(FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))));
|
|
V_0 = L_6;
|
|
V_1 = 0;
|
|
V_2 = L_5;
|
|
V_3 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_2;
|
|
int32_t L_8 = V_3;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_4 = L_10;
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
String_t* L_14 = V_4;
|
|
FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * L_15 = (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)il2cpp_codegen_object_new(FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C_il2cpp_TypeInfo_var);
|
|
FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8(L_15, L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_15);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C *)L_15);
|
|
int32_t L_16 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_17 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
FileInfoU5BU5D_t268B75E848D5C2969FBD79C672A5743FA9429F88* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo[] System.IO.DirectoryInfo::GetDirectories()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* DirectoryInfo_GetDirectories_m3B3BFA8A3218042D621CC9B43604F21DA0D8B343 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_GetDirectories_m3B3BFA8A3218042D621CC9B43604F21DA0D8B343_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_0 = DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8(__this, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IO.DirectoryInfo[] System.IO.DirectoryInfo::GetDirectories(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___searchPattern0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
String_t* L_0 = ___searchPattern0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral01B2D7B16FAF18CF9529438F5864B7AB31BC4F94, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DirectoryInfo_GetDirectories_mAC25210F78F5C01E4E560A6900D1D8DEDD03F1C8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
String_t* L_3 = ___searchPattern0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Directory_GetDirectories_m84609D68FA13B4FE93B9FEE2EFAB40AF94C4A646(L_2, L_3, /*hidden argument*/NULL);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_6 = (DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF*)(DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF*)SZArrayNew(DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))));
|
|
V_0 = L_6;
|
|
V_1 = 0;
|
|
V_2 = L_5;
|
|
V_3 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_2;
|
|
int32_t L_8 = V_3;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_4 = L_10;
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
String_t* L_14 = V_4;
|
|
DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * L_15 = (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)il2cpp_codegen_object_new(DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F_il2cpp_TypeInfo_var);
|
|
DirectoryInfo__ctor_m00923CD8472B1FB220FAEE9D09CCCF9A96A021C6(L_15, L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_15);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F *)L_15);
|
|
int32_t L_16 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_17 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
DirectoryInfoU5BU5D_t365312EA5C7DEF9B29E106B79B228EA64C29C6AF* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.String System.IO.DirectoryInfo::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DirectoryInfo_ToString_mFD5A7D513839E28625DA7525C523A797EF31745A (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_OriginalPath_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryInfo::CheckPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2 (DirectoryInfo_t432CD06DF148701E930708371CB985BC0E8EF87F * __this, String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_5 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_5);
|
|
int32_t L_7 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_5, L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, _stringLiteralD770C099C9C55F4A677A318E58182707C6904D7B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
bool L_9 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___path0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_10, ((int32_t)58), /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)0)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_13) == ((int32_t)1)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DirectoryInfo_CheckPath_m8963750E3EE35CD75F933958E4CCCFFBC2A4A0D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.DirectoryNotFoundException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_m242EED407C69B00F298FFC56B2CF8AE1AEC23E86 (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DirectoryNotFoundException__ctor_m242EED407C69B00F298FFC56B2CF8AE1AEC23E86_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral03D41509F1CF5FCC9A07900C2C4D261B44A90E41, /*hidden argument*/NULL);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024893), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024893), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DirectoryNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryNotFoundException__ctor_mA66DEDF2E4063AF71DAD77F117245ECFE95F0CED (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B(__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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m393BAE19237AAC01818C5B6A045ACE87A4F19AC4 (DriveNotFoundException_tE24C6582F3C8F9A24BF0BD5BE63BCB2B6983353C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DriveNotFoundException__ctor_m393BAE19237AAC01818C5B6A045ACE87A4F19AC4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral35BCA298C1EB19B685C7D0DDDDFA2602F3532246, /*hidden argument*/NULL);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024893), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DriveNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m507AB9B313C4AF69DABD394073D0DC9A952EDF1B (DriveNotFoundException_tE24C6582F3C8F9A24BF0BD5BE63BCB2B6983353C * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024893), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.DriveNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DriveNotFoundException__ctor_m05124A1EA93C1F80A7D4818E8A9A580D531CF6C5 (DriveNotFoundException_tE24C6582F3C8F9A24BF0BD5BE63BCB2B6983353C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B(__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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80 (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EndOfStreamException__ctor_mD5C60B460580BBA98DFF238F6D5BBE4C9CAE1D80_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralCC24C356DA7B10656819DE9803EBEA9D2F8CF359, /*hidden argument*/NULL);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024858), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.EndOfStreamException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m6C04807A20CAA05C763225A3EC2F79B756FFBAC6 (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024858), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.EndOfStreamException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndOfStreamException__ctor_m4A09BB86E7A8388DECE5769CD0C14BF3D038B24C (EndOfStreamException_t1B47BA867EC337F83056C2833A59293754AAC01F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B(__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::AppendAllText(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_AppendAllText_m75D2FA3AD52D413CFC2DC07DC81A2BDF70ADE577 (String_t* ___path0, String_t* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_AppendAllText_m75D2FA3AD52D413CFC2DC07DC81A2BDF70ADE577_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_1 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE(L_1, L_0, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0008:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_2 = V_0;
|
|
String_t* L_3 = ___contents1;
|
|
NullCheck(L_2);
|
|
VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_2, L_3);
|
|
IL2CPP_LEAVE(0x1B, FINALLY_0011);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0011;
|
|
}
|
|
|
|
FINALLY_0011:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
IL2CPP_END_FINALLY(17)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(17)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1B, IL_001b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::AppendAllText(System.String,System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_AppendAllText_mA1210592AC88A27D8C61BE47C8E1056850D736C7 (String_t* ___path0, String_t* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_AppendAllText_mA1210592AC88A27D8C61BE47C8E1056850D736C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding2;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_2 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C(L_2, L_0, (bool)1, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_3 = V_0;
|
|
String_t* L_4 = ___contents1;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_4);
|
|
IL2CPP_LEAVE(0x1C, FINALLY_0012);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0012;
|
|
}
|
|
|
|
FINALLY_0012:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
IL2CPP_END_FINALLY(18)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(18)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1C, IL_001c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.StreamWriter System.IO.File::AppendText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * File_AppendText_m14F55CFA85F27C09A0DCAEC8BD9485FCF80796A6 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_AppendText_m14F55CFA85F27C09A0DCAEC8BD9485FCF80796A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_1 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE(L_1, L_0, (bool)1, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Copy(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Copy_m6F29E5F9257501DCEE07FD93DAB5145B23EBB437 (String_t* ___sourceFileName0, String_t* ___destFileName1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___sourceFileName0;
|
|
String_t* L_1 = ___destFileName1;
|
|
File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF(L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Copy(System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF (String_t* ___sourceFileName0, String_t* ___destFileName1, bool ___overwrite2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___sourceFileName0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___destFileName1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral0205E437379F99065F9981B074733D5E93241DE9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___sourceFileName0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
String_t* L_7 = ___sourceFileName0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_10);
|
|
int32_t L_12 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_10, L_11, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, _stringLiteralC565DF195E6A3455508E08CF184C393D9D2178AF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_14 = ___destFileName1;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_16, _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A, _stringLiteral0205E437379F99065F9981B074733D5E93241DE9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
String_t* L_17 = ___destFileName1;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_20);
|
|
int32_t L_22 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_20, L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, _stringLiteralC565DF195E6A3455508E08CF184C393D9D2178AF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_24 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_25 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_24, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_26;
|
|
String_t* L_28 = ___sourceFileName0;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_28);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
|
|
String_t* L_29 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralE3CA23C850181433598492387B012D5C64019547, L_27, /*hidden argument*/NULL);
|
|
String_t* L_30 = ___sourceFileName0;
|
|
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_31 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
|
|
FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98(L_31, L_29, L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
String_t* L_32 = ___sourceFileName0;
|
|
int32_t L_33 = File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F(L_32, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_33&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = L_34;
|
|
String_t* L_36 = ___sourceFileName0;
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, L_36);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_36);
|
|
String_t* L_37 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_35, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_38 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_38, L_37, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
String_t* L_39 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_40 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_39, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_41 = ___destFileName1;
|
|
int32_t L_42 = File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F(L_41, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_42&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = L_43;
|
|
String_t* L_45 = ___destFileName1;
|
|
NullCheck(L_44);
|
|
ArrayElementTypeCheck (L_44, L_45);
|
|
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_45);
|
|
String_t* L_46 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_44, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_47 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_47, L_46, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
bool L_48 = ___overwrite2;
|
|
if (L_48)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = L_49;
|
|
String_t* L_51 = ___destFileName1;
|
|
NullCheck(L_50);
|
|
ArrayElementTypeCheck (L_50, L_51);
|
|
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_51);
|
|
String_t* L_52 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralE4544B1296D8D6BE4A4AF9C43DF919111837A4F8, L_50, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_53 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_53, L_52, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
String_t* L_54 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_55 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_54, /*hidden argument*/NULL);
|
|
V_1 = L_55;
|
|
String_t* L_56 = V_1;
|
|
String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_58 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_56, L_57, /*hidden argument*/NULL);
|
|
if (!L_58)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_59 = V_1;
|
|
bool L_60 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_59, /*hidden argument*/NULL);
|
|
if (L_60)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_61;
|
|
String_t* L_63 = V_1;
|
|
NullCheck(L_62);
|
|
ArrayElementTypeCheck (L_62, L_63);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_63);
|
|
String_t* L_64 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral2B72B596FF914C3E626FEED57EDAFE9F347EB9E8, L_62, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_65 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_65, L_64, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
String_t* L_66 = ___sourceFileName0;
|
|
String_t* L_67 = ___destFileName1;
|
|
bool L_68 = ___overwrite2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_69 = MonoIO_CopyFile_mFC0944CC64AFD4412E99C4B7D24E0DF244B0026C(L_66, L_67, L_68, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_69)
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_71 = L_70;
|
|
String_t* L_72 = ___sourceFileName0;
|
|
NullCheck(L_71);
|
|
ArrayElementTypeCheck (L_71, L_72);
|
|
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_72);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_73 = L_71;
|
|
String_t* L_74 = ___destFileName1;
|
|
NullCheck(L_73);
|
|
ArrayElementTypeCheck (L_73, L_74);
|
|
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_74);
|
|
String_t* L_75 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral2FB44136D0CBF3B16AB4F3A5105F17A95F912D08, L_73, /*hidden argument*/NULL);
|
|
int32_t L_76 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_77 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_75, L_76, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, File_Copy_m42EEC6C53F171AD23C837EAD48905F11D94C04BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::Create(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_Create_m892E853951FB40FF321104362355F9E30A1C027C(L_0, ((int32_t)8192), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::Create(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_m892E853951FB40FF321104362355F9E30A1C027C (String_t* ___path0, int32_t ___bufferSize1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Create_m892E853951FB40FF321104362355F9E30A1C027C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
int32_t L_1 = ___bufferSize1;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_m4DC05D41FB4913FBEC94E42F27DD4A7F7E4225BE(L_2, L_0, 2, 3, 0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::Create(System.String,System.Int32,System.IO.FileOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_mE8E269ABF4A92EAA982685219D288FB5178C880E (String_t* ___path0, int32_t ___bufferSize1, int32_t ___options2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Create_mE8E269ABF4A92EAA982685219D288FB5178C880E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
int32_t L_1 = ___bufferSize1;
|
|
int32_t L_2 = ___options2;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mE7B19C44ACADF935195F4209CECBC3EF962987C9(L_3, L_0, 2, 3, 0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::Create(System.String,System.Int32,System.IO.FileOptions,System.Security.AccessControl.FileSecurity)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Create_m9B2A6BD8E97BA7A324ACCBC6CD180EFF1BDCF91E (String_t* ___path0, int32_t ___bufferSize1, int32_t ___options2, FileSecurity_tA80D4B624306EBC4FAC7F92F258703CC1B5349F2 * ___fileSecurity3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Create_m9B2A6BD8E97BA7A324ACCBC6CD180EFF1BDCF91E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
int32_t L_1 = ___bufferSize1;
|
|
int32_t L_2 = ___options2;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mE7B19C44ACADF935195F4209CECBC3EF962987C9(L_3, L_0, 2, 3, 0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.IO.StreamWriter System.IO.File::CreateText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * File_CreateText_mEED28D1DDECB47B208D7ACA7CDC99B32EE86F162 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_CreateText_mEED28D1DDECB47B208D7ACA7CDC99B32EE86F162_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_1 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE(L_1, L_0, (bool)0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Delete(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
bool L_2 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
String_t* L_5 = ___path0;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_5);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
|
|
String_t* L_6 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_4, /*hidden argument*/NULL);
|
|
UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 * L_7 = (UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 *)il2cpp_codegen_object_new(UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75_il2cpp_TypeInfo_var);
|
|
UnauthorizedAccessException__ctor_mFE97E700E2ADBC5A46A6A43642CFA2FCB8C0BA85(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_8 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_9 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_8, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
String_t* L_10 = V_0;
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = V_0;
|
|
bool L_14 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
|
|
String_t* L_17 = ___path0;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_17);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
|
|
String_t* L_18 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralCC0B65F64C5BF05C252ED78752E72EDF10746F64, L_16, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_19 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_19, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_20 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_21 = MonoIO_DeleteFile_mF71A74A7BA23A772FFE9ED5FD52EDEA80E43EFA6(L_20, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_22) == ((int32_t)2)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = ___path0;
|
|
int32_t L_24 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_25 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_23, L_24, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, File_Delete_mBE814E569EAB07FAD140C6DCDB957F1CB8C85DE2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.File::Exists(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
bool L_1 = String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135(L_0, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_2);
|
|
int32_t L_4 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_2, L_3, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) < ((int32_t)0)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_5 = SecurityManager_CheckElevatedPermissions_mC3323475F1FDB37C20D9DA45F54EAD827AB7EE9E(/*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_7 = MonoIO_ExistsFile_m95E5B1CAC56402436D1C1D2FDED7D943F24682ED(L_6, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.IO.FileAttributes System.IO.File::GetAttributes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = MonoIO_GetFileAttributes_m852E4F35BC844F1A12336484D7C173532B4C0CE2(L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_3 = V_0;
|
|
G_B1_0 = L_2;
|
|
if (!L_3)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_6 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_4, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetCreationTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_GetFileStat_m524BAFEDEA589583DE1F8CF66A33D1F6D5291C20(L_1, (MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 *)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3(/*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_7 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 L_8 = V_0;
|
|
int64_t L_9 = L_8.get_CreationTime_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676(L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetCreationTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetCreationTimeUtc_m5B3895C6802244BA3763901CBD3830AEBC14D59E (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetCreationTime_mD83151C16BF0852FC07D6D2F744105105F221D63(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetLastAccessTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_GetFileStat_m524BAFEDEA589583DE1F8CF66A33D1F6D5291C20(L_1, (MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 *)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3(/*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_7 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 L_8 = V_0;
|
|
int64_t L_9 = L_8.get_LastAccessTime_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676(L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetLastAccessTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastAccessTimeUtc_mD69B72D28B86F668093BBDD3AE6ED9AC535BC3A9 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetLastAccessTime_m3BD1DBE6E61F3CA76FC0407498327BC21FBE14A7(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetLastWriteTime(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_GetFileStat_m524BAFEDEA589583DE1F8CF66A33D1F6D5291C20(L_1, (MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 *)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_1;
|
|
if ((((int32_t)L_3) == ((int32_t)3)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3(/*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_7 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_7, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 L_8 = V_0;
|
|
int64_t L_9 = L_8.get_LastWriteTime_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_10 = DateTime_FromFileTime_m48DCF83C7472940505DE71F244BC072E98FA5676(L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::GetLastWriteTimeUtc(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_GetLastWriteTimeUtc_m52158086807F5ECA7919B29F8BC0F038ACA26691 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = File_GetLastWriteTime_m1F53754D1086FAA2A0A023B6D967101BF29272AC(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToUniversalTime_mA8B74D947E186568C55D9C6F56D59F9A3C7775B1((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Move(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1 (String_t* ___sourceFileName0, String_t* ___destFileName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___sourceFileName0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___destFileName1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral0205E437379F99065F9981B074733D5E93241DE9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___sourceFileName0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
String_t* L_7 = ___sourceFileName0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_10);
|
|
int32_t L_12 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_10, L_11, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_13, _stringLiteralC565DF195E6A3455508E08CF184C393D9D2178AF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
String_t* L_14 = ___destFileName1;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_16, _stringLiteral94EFB3320AFD5808463C753A5B8B4596C5E13F4A, _stringLiteral0205E437379F99065F9981B074733D5E93241DE9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
String_t* L_17 = ___destFileName1;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_20);
|
|
int32_t L_22 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_20, L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, _stringLiteralC565DF195E6A3455508E08CF184C393D9D2178AF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_24 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_25 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_24, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_26;
|
|
String_t* L_28 = ___sourceFileName0;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_28);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_28);
|
|
String_t* L_29 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralE3CA23C850181433598492387B012D5C64019547, L_27, /*hidden argument*/NULL);
|
|
String_t* L_30 = ___sourceFileName0;
|
|
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_31 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
|
|
FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98(L_31, L_29, L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
String_t* L_32 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_33 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_32, /*hidden argument*/NULL);
|
|
V_1 = L_33;
|
|
String_t* L_34 = V_1;
|
|
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_36 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_34, L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = V_1;
|
|
bool L_38 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_37, /*hidden argument*/NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralC19E61A380CA7CE4691A9B314627EC2DBF71206E, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_40 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_40, L_39, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
String_t* L_41 = ___sourceFileName0;
|
|
String_t* L_42 = ___destFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_43 = MonoIO_MoveFile_mA8D1F48D58E344CADD41F007D877226CEF8B5A12(L_41, L_42, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = V_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)183)))))
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_46 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(L_45, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
int32_t L_47 = V_0;
|
|
if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0115;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_48 = ___sourceFileName0;
|
|
int32_t L_49 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_50 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_48, L_49, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0115:
|
|
{
|
|
int32_t L_51 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_52 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(L_51, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, File_Move_mBBAEF2F3353F8E46E70495C88E1735C866E953B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::Open(System.String,System.IO.FileMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501 (String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Open_mDA5EB4A312EAEBF8543B13C572271FB5F673A501_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 ((((int32_t)L_2) == ((int32_t)6)))
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 3;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_m20B8F4A196F8D5639E9879FE2A189782F42BE079 (String_t* ___path0, int32_t ___mode1, int32_t ___access2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Open_m20B8F4A196F8D5639E9879FE2A189782F42BE079_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
int32_t L_1 = ___mode1;
|
|
int32_t L_2 = ___access2;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_3 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(L_3, L_0, L_1, L_2, 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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_Open_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265 (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_mE3C89422475D91EE79B2BE9AD5B0AB7DA7141265_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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_4 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(L_1, L_0, 3, 1, 1, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.IO.StreamReader System.IO.File::OpenText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_mE646A80660B17E91CEA1048DB5B6F0616C77EECD(L_1, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.IO.FileStream System.IO.File::OpenWrite(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenWrite_mF82A279E4678151DA29C2AE13DE7F2B4FCC1440C (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_OpenWrite_mF82A279E4678151DA29C2AE13DE7F2B4FCC1440C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 *)il2cpp_codegen_object_new(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(L_1, L_0, 4, 2, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Replace(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Replace_m684CCFD6EF3FC5BD6CFF4FAD58303F7226325B93 (String_t* ___sourceFileName0, String_t* ___destinationFileName1, String_t* ___destinationBackupFileName2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___sourceFileName0;
|
|
String_t* L_1 = ___destinationFileName1;
|
|
String_t* L_2 = ___destinationBackupFileName2;
|
|
File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Replace(System.String,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5 (String_t* ___sourceFileName0, String_t* ___destinationFileName1, String_t* ___destinationBackupFileName2, bool ___ignoreMetadataErrors3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
String_t* L_0 = ___sourceFileName0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___destinationFileName1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral681F65AE5F6DA11F3E7C45C0806920691298F948, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___sourceFileName0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_7);
|
|
int32_t L_9 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_7, L_8, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_10, _stringLiteral2EC08E7DFB215085D9080BC74A77EDC636648A54, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_11 = ___destinationFileName1;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = ___destinationFileName1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_14);
|
|
int32_t L_16 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_14, L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_16) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, _stringLiteral681F65AE5F6DA11F3E7C45C0806920691298F948, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_18 = ___sourceFileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_19 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_18, /*hidden argument*/NULL);
|
|
V_1 = L_19;
|
|
String_t* L_20 = ___destinationFileName1;
|
|
String_t* L_21 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
String_t* L_22 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_23 = MonoIO_ExistsDirectory_mCC5A0DCF94AB2C9CC14E4F9E077DFCC8DDEFBC8A(L_22, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
|
|
String_t* L_26 = ___sourceFileName0;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, L_26);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_26);
|
|
String_t* L_27 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_25, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_28 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_28, L_27, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
String_t* L_29 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_30 = MonoIO_ExistsDirectory_mCC5A0DCF94AB2C9CC14E4F9E077DFCC8DDEFBC8A(L_29, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31;
|
|
String_t* L_33 = ___destinationFileName1;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_33);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_33);
|
|
String_t* L_34 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_32, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_35 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_35, L_34, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
String_t* L_36 = V_1;
|
|
bool L_37 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_36, /*hidden argument*/NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = L_38;
|
|
String_t* L_40 = ___sourceFileName0;
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, L_40);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_40);
|
|
String_t* L_41 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralE3CA23C850181433598492387B012D5C64019547, L_39, /*hidden argument*/NULL);
|
|
String_t* L_42 = ___sourceFileName0;
|
|
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_43 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
|
|
FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98(L_43, L_41, L_42, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
String_t* L_44 = V_2;
|
|
bool L_45 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_44, /*hidden argument*/NULL);
|
|
if (L_45)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = L_46;
|
|
String_t* L_48 = ___destinationFileName1;
|
|
NullCheck(L_47);
|
|
ArrayElementTypeCheck (L_47, L_48);
|
|
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_48);
|
|
String_t* L_49 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralE3CA23C850181433598492387B012D5C64019547, L_47, /*hidden argument*/NULL);
|
|
String_t* L_50 = ___destinationFileName1;
|
|
FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * L_51 = (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 *)il2cpp_codegen_object_new(FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var);
|
|
FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98(L_51, L_49, L_50, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
String_t* L_52 = V_1;
|
|
String_t* L_53 = V_2;
|
|
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_52, L_53, /*hidden argument*/NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralD31151A6B4399E80C5FF2F53D57601F25598E586, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_56 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_56, L_55, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
V_3 = (String_t*)NULL;
|
|
String_t* L_57 = ___destinationBackupFileName2;
|
|
if (!L_57)
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_58 = ___destinationBackupFileName2;
|
|
NullCheck(L_58);
|
|
String_t* L_59 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_58, /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
int32_t L_60 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_59, /*hidden argument*/NULL);
|
|
if (!L_60)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_61 = ___destinationBackupFileName2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_61);
|
|
int32_t L_63 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_61, L_62, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_63) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_64 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_64, _stringLiteral0EC2D114126669F07E594C9DDA491BDD275A48D7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
String_t* L_65 = ___destinationBackupFileName2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_66 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_65, /*hidden argument*/NULL);
|
|
V_3 = L_66;
|
|
String_t* L_67 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_68 = MonoIO_ExistsDirectory_mCC5A0DCF94AB2C9CC14E4F9E077DFCC8DDEFBC8A(L_67, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_69 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_70 = L_69;
|
|
String_t* L_71 = ___destinationBackupFileName2;
|
|
NullCheck(L_70);
|
|
ArrayElementTypeCheck (L_70, L_71);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_71);
|
|
String_t* L_72 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralD70E3360E5C6B83B0695D5D18D8B8F06497D0286, L_70, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_73 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_73, L_72, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
String_t* L_74 = V_1;
|
|
String_t* L_75 = V_3;
|
|
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_74, L_75, /*hidden argument*/NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_77 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralDA244040AE1B6A29294E8607993638AD68F3624D, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_78 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_78, L_77, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
String_t* L_79 = V_2;
|
|
String_t* L_80 = V_3;
|
|
bool L_81 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, L_80, /*hidden argument*/NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_82 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral3640A9A2D0F8B94E85B7E67A88D6E6D8758652F3, /*hidden argument*/NULL);
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_83 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_83, L_82, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
String_t* L_84 = V_2;
|
|
int32_t L_85 = File_GetAttributes_m7332905AD004C58641631DDBE30A58BA1BAC986F(L_84, /*hidden argument*/NULL);
|
|
if (!((int32_t)((int32_t)L_85&(int32_t)1)))
|
|
{
|
|
goto IL_01b9;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_86 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
String_t* L_87 = V_1;
|
|
String_t* L_88 = V_2;
|
|
String_t* L_89 = V_3;
|
|
bool L_90 = ___ignoreMetadataErrors3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_91 = MonoIO_ReplaceFile_mD9D42F4028A5060FB1EA8EE19D86D4DD975E4B28(L_87, L_88, L_89, L_90, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_91)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_92 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_93 = MonoIO_GetException_m89CBE5A787ED811E6A37BF8BFCE2F7E2B54072A3(L_92, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, File_Replace_m210D8EA692EC8ED5A6587BE351B63EDE8504A2E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetAttributes(System.String,System.IO.FileAttributes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetAttributes_mEA45B813D278BCB88E9888CF6E7598C38C86E3FB (String_t* ___path0, int32_t ___fileAttributes1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_SetAttributes_mEA45B813D278BCB88E9888CF6E7598C38C86E3FB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
int32_t L_2 = ___fileAttributes1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_3 = MonoIO_SetFileAttributes_m4F388F18572081140EA9A8EBACCED3E5440ABDE1(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___path0;
|
|
int32_t L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_6 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_4, L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, File_SetAttributes_mEA45B813D278BCB88E9888CF6E7598C38C86E3FB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetCreationTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTime1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___path0;
|
|
int32_t L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_5 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_3, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ___creationTime1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_8 = MonoIO_SetCreationTime_m41EE00326FEA67CA3678E78380887EB2CF1A3D38(L_6, L_7, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___path0;
|
|
int32_t L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_11 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetCreationTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetCreationTimeUtc_m148A7751AE23B7E61CD226164DC9A816EFAA9BD2 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___creationTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___creationTimeUtc1), /*hidden argument*/NULL);
|
|
File_SetCreationTime_m7F56AEC594B5AC0CC7544A3DADB4177313807FB8(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetLastAccessTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTime1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___path0;
|
|
int32_t L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_5 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_3, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ___lastAccessTime1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_8 = MonoIO_SetLastAccessTime_m0139514176CC02C7DAE4BFED3FD5CE44D822D687(L_6, L_7, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___path0;
|
|
int32_t L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_11 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetLastAccessTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastAccessTimeUtc_m38A8BF0051F4CAC5FDD9C75A3C9F5E717DF90403 (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastAccessTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___lastAccessTimeUtc1), /*hidden argument*/NULL);
|
|
File_SetLastAccessTime_mD880AE8AC1233EA5571AAEEFBF97379C8E280DE5(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetLastWriteTime(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTime1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_2 = MonoIO_Exists_m21D23177C8CABEF57EFC617182A81DECED4AE5B5(L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___path0;
|
|
int32_t L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_5 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_3, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_6 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = ___lastWriteTime1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
bool L_8 = MonoIO_SetLastWriteTime_m1113505F0AEEB2AB9662B3437F07F7C5AE40886F(L_6, L_7, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___path0;
|
|
int32_t L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_11 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::SetLastWriteTimeUtc(System.String,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_SetLastWriteTimeUtc_m4122152E31C9D388E1FCD741EC50E3F1D8EFEDCF (String_t* ___path0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastWriteTimeUtc1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&___lastWriteTimeUtc1), /*hidden argument*/NULL);
|
|
File_SetLastWriteTime_m154A43B7D9FC62871C44FEAA99D2DE41A056A45A(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.IO.File::ReadAllBytes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int64_t G_B3_0 = 0;
|
|
int64_t G_B2_0 = 0;
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
|
|
int64_t L_4 = L_3;
|
|
G_B2_0 = L_4;
|
|
if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
|
|
{
|
|
G_B3_0 = L_4;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, _stringLiteral746B1E7243BB36D1C7409CC525DE053E1E19B101, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_1 = 0;
|
|
int64_t L_6 = G_B3_0;
|
|
V_2 = (((int32_t)((int32_t)L_6)));
|
|
if ((int64_t)(L_6) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_RuntimeMethod_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)L_6)));
|
|
V_3 = L_7;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_3;
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11);
|
|
V_4 = L_12;
|
|
int32_t L_13 = V_4;
|
|
if (L_13)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_14 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_14, _stringLiteral3D1702B291501CCD37BD7111A5AE9150C49CC894, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, File_ReadAllBytes_mF29468CED0B7B3B7C0971ACEBB16A38683718BEC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_4;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16));
|
|
int32_t L_17 = V_2;
|
|
int32_t L_18 = V_4;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_19 = V_2;
|
|
if ((((int32_t)L_19) > ((int32_t)0)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_3;
|
|
V_5 = L_20;
|
|
IL2CPP_LEAVE(0x66, FINALLY_005c);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_005c;
|
|
}
|
|
|
|
FINALLY_005c:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_21 = V_0;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_22);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
IL2CPP_END_FINALLY(92)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(92)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x66, IL_0066)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_5;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.String[] System.IO.File::ReadAllLines(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* File_ReadAllLines_mE23F86FECEC7385CD2D20EA0257277E8D09DCDB7 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllLines_mE23F86FECEC7385CD2D20EA0257277E8D09DCDB7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F(L_2, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
IL2CPP_LEAVE(0x1A, FINALLY_0010);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0010;
|
|
}
|
|
|
|
FINALLY_0010:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
IL2CPP_END_FINALLY(16)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(16)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1A, IL_001a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String[] System.IO.File::ReadAllLines(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* File_ReadAllLines_m367A3C9DB195EBD18FD5F66044525F5156DC01BE (String_t* ___path0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllLines_m367A3C9DB195EBD18FD5F66044525F5156DC01BE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_m3A1F63D6B85504E4427C172BCB25456E069111BB(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0008:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_3 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F(L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
IL2CPP_LEAVE(0x1B, FINALLY_0011);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0011;
|
|
}
|
|
|
|
FINALLY_0011:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
IL2CPP_END_FINALLY(17)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(17)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1B, IL_001b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.String[] System.IO.File::ReadAllLines(System.IO.StreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___reader0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllLines_m75A07570003D3631A6762EE53B3889147A10C78F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_0 = NULL;
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_0, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = V_0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = ___reader0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_2);
|
|
NullCheck(L_1);
|
|
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_1, L_3, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = ___reader0;
|
|
NullCheck(L_4);
|
|
bool L_5 = StreamReader_get_EndOfStream_m27AD6266C30A5EB091918D822BD201F08A4D4423(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38(L_6, /*hidden argument*/List_1_ToArray_m9DD19D800AE6D84ED0729D5D97CAF84DF317DD38_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.String System.IO.File::ReadAllText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllText_m404A1BE4C87AC3C7B9C0B07469CDC44DE52817FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_mE646A80660B17E91CEA1048DB5B6F0616C77EECD(L_1, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, L_2);
|
|
V_1 = L_3;
|
|
IL2CPP_LEAVE(0x1A, FINALLY_0010);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0010;
|
|
}
|
|
|
|
FINALLY_0010:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
IL2CPP_END_FINALLY(16)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(16)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1A, IL_001a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.IO.File::ReadAllText(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_mC9941B7CB03E5B8AD1914872D39D6EF735FC3F47 (String_t* ___path0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadAllText_mC9941B7CB03E5B8AD1914872D39D6EF735FC3F47_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * 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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_m3A1F63D6B85504E4427C172BCB25456E069111BB(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0008:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.IO.TextReader::ReadToEnd() */, L_3);
|
|
V_1 = L_4;
|
|
IL2CPP_LEAVE(0x1B, FINALLY_0011);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0011;
|
|
}
|
|
|
|
FINALLY_0011:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
IL2CPP_END_FINALLY(17)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(17)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1B, IL_001b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
String_t* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594 (String_t* ___path0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllBytes_m07F13C1CA0BD0960392C78AB99E0F19564F9B594_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_Create_mE6AF90C7A82E96EC1315821EB061327CF3EB55DD(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes1;
|
|
NullCheck(L_4);
|
|
NullCheck(L_2);
|
|
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* 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(0x1E, FINALLY_0014);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0014;
|
|
}
|
|
|
|
FINALLY_0014:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
IL2CPP_END_FINALLY(20)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(20)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1E, IL_001e)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllLines(System.String,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_mADD0D376471B4221EFBF07E67AABF47ABB69ED38 (String_t* ___path0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllLines_mADD0D376471B4221EFBF07E67AABF47ABB69ED38_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_1 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_mBD57121EF294EA913E206E5DFCE3095295316707(L_1, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0007:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_2 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___contents1;
|
|
File_WriteAllLines_m0BAF1BA3E07E9888A7F5699D4F593210159F7AD7(L_2, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0x1A, FINALLY_0010);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0010;
|
|
}
|
|
|
|
FINALLY_0010:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
IL2CPP_END_FINALLY(16)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(16)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1A, IL_001a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllLines(System.String,System.String[],System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_m772747A7F2DBFA0DFD6E96F33683E12625E9506B (String_t* ___path0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllLines_m772747A7F2DBFA0DFD6E96F33683E12625E9506B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding2;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_2 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C(L_2, L_0, (bool)0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_3 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___contents1;
|
|
File_WriteAllLines_m0BAF1BA3E07E9888A7F5699D4F593210159F7AD7(L_3, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0x1C, FINALLY_0012);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0012;
|
|
}
|
|
|
|
FINALLY_0012:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
IL2CPP_END_FINALLY(18)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(18)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1C, IL_001c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllLines(System.IO.StreamWriter,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_m0BAF1BA3E07E9888A7F5699D4F593210159F7AD7 (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___writer0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___contents1;
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_2 = L_4;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = ___writer0;
|
|
String_t* L_6 = V_2;
|
|
NullCheck(L_5);
|
|
VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_5, L_6);
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_8 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllText(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m7BA355E5631C6A3E3D3378D6101EF65E72A45F0A (String_t* ___path0, String_t* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllText_m7BA355E5631C6A3E3D3378D6101EF65E72A45F0A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
String_t* L_1 = ___contents1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(EncodingHelper_t1A078DCE9CF2B3578DA8CAFE03FB9FFABD00EBB3_il2cpp_TypeInfo_var);
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = EncodingHelper_get_UTF8Unmarked_mDC45343C3BA5B14AD998D36344DDFD0B7068E335(/*hidden argument*/NULL);
|
|
File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllText(System.String,System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9 (String_t* ___path0, String_t* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllText_m8599D53905963162B6EAA1779CD94F423986F0A9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * V_0 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding2;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_2 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C(L_2, L_0, (bool)0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_0009:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_3 = V_0;
|
|
String_t* L_4 = ___contents1;
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_3, L_4);
|
|
IL2CPP_LEAVE(0x1C, FINALLY_0012);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0012;
|
|
}
|
|
|
|
FINALLY_0012:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
IL2CPP_END_FINALLY(18)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(18)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1C, IL_001c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.DateTime System.IO.File::get_DefaultLocalFileTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_get_DefaultLocalFileTime_m3B14C93F6699FBC7A4BBB6B8CE462AB04CDDFDD3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
bool L_0 = Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_inline((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(((File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_StaticFields*)il2cpp_codegen_static_fields_for(File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_il2cpp_TypeInfo_var))->get_address_of_defaultLocalFileTime_0()), /*hidden argument*/Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
DateTime__ctor_mF4506D7FF3B64F7EC739A36667DC8BC089A6539A((&L_1), ((int32_t)1601), 1, 1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
|
|
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29((&L_3), L_2, /*hidden argument*/Nullable_1__ctor_m381D5B1CD79C026584C8072033C17C7F05398C29_RuntimeMethod_var);
|
|
((File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_StaticFields*)il2cpp_codegen_static_fields_for(File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_il2cpp_TypeInfo_var))->set_defaultLocalFileTime_0(L_3);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594((Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 *)(((File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_StaticFields*)il2cpp_codegen_static_fields_for(File_t7BD3931ED47F3B39D9BB730AA2176F7A3B311818_il2cpp_TypeInfo_var))->get_address_of_defaultLocalFileTime_0()), /*hidden argument*/Nullable_1_get_Value_m9412E5B49A0FFC6C10C293C29DF5EAF3DD759594_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Encrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Encrypt_m298044A35B62F6BC3C50167523A7E4D38E9957FD (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Encrypt_m298044A35B62F6BC3C50167523A7E4D38E9957FD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral9A41BB718C5B36ECDC0502966DCE22B64CA458A7, /*hidden argument*/NULL);
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_Encrypt_m298044A35B62F6BC3C50167523A7E4D38E9957FD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.IO.File::Decrypt(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Decrypt_m63A9048D31904E7A6C87DB457D684B7132E99C73 (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_Decrypt_m63A9048D31904E7A6C87DB457D684B7132E99C73_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral9A41BB718C5B36ECDC0502966DCE22B64CA458A7, /*hidden argument*/NULL);
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_Decrypt_m63A9048D31904E7A6C87DB457D684B7132E99C73_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.File::ReadLines(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* File_ReadLines_mB920D9006D1C5AEE7048B211A673D263026CB30C (String_t* ___path0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = File_OpenText_mD7DC3BDD48CA66946135DB8D5C5D15017500CB34(L_0, /*hidden argument*/NULL);
|
|
RuntimeObject* L_2 = File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.File::ReadLines(System.String,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* File_ReadLines_mD18F4281B1CF9AE2109591644806DD5C5917DB03 (String_t* ___path0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadLines_mD18F4281B1CF9AE2109591644806DD5C5917DB03_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = ___encoding1;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_m3A1F63D6B85504E4427C172BCB25456E069111BB(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
RuntimeObject* L_3 = File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619(L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> System.IO.File::ReadLines(System.IO.StreamReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___reader0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_ReadLines_mEAE148B25E8BCEBA91C66B390362048D9CEBD619_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * L_0 = (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 *)il2cpp_codegen_object_new(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26_il2cpp_TypeInfo_var);
|
|
U3CReadLinesU3Ed__58__ctor_m2FF2A5140F4E1A98BEC0DA0E12689BE5FF8D4089(L_0, ((int32_t)-2), /*hidden argument*/NULL);
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * L_1 = L_0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = ___reader0;
|
|
NullCheck(L_1);
|
|
L_1->set_U3CU3E3__reader_4(L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::AppendAllLines(System.String,System.Collections.Generic.IEnumerable`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_AppendAllLines_mBEEC3FFDAE41AC1966B1F51292E163C91F10E464 (String_t* ___path0, RuntimeObject* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_AppendAllLines_mBEEC3FFDAE41AC1966B1F51292E163C91F10E464_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___contents1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_3 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE(L_3, L_2, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0012:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = ___contents1;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
}
|
|
|
|
IL_0019:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var, L_6);
|
|
V_2 = L_7;
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_8 = V_0;
|
|
String_t* L_9 = V_2;
|
|
NullCheck(L_8);
|
|
VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_8, L_9);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10);
|
|
if (L_11)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
IL2CPP_LEAVE(0x47, FINALLY_0033);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0033;
|
|
}
|
|
|
|
FINALLY_0033:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_13);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
IL2CPP_END_FINALLY(51)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(51)
|
|
{
|
|
IL2CPP_END_CLEANUP(0x47, FINALLY_003d);
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003d;
|
|
}
|
|
|
|
FINALLY_003d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
IL2CPP_END_FINALLY(61)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(61)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x47, IL_0047)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::AppendAllLines(System.String,System.Collections.Generic.IEnumerable`1<System.String>,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_AppendAllLines_mB766F89BAE825F6F5519173E47B0CAB91F15120D (String_t* ___path0, RuntimeObject* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_AppendAllLines_mB766F89BAE825F6F5519173E47B0CAB91F15120D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___contents1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ___encoding2;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_4 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C(L_4, L_2, (bool)1, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0013:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_5 = ___contents1;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_001a:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = L_8;
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_9 = V_0;
|
|
String_t* L_10 = V_2;
|
|
NullCheck(L_9);
|
|
VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_9, L_10);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
IL2CPP_LEAVE(0x48, FINALLY_0034);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0034;
|
|
}
|
|
|
|
FINALLY_0034:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RuntimeObject* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
IL2CPP_END_FINALLY(52)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(52)
|
|
{
|
|
IL2CPP_END_CLEANUP(0x48, FINALLY_003e);
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003e;
|
|
}
|
|
|
|
FINALLY_003e:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
IL2CPP_END_FINALLY(62)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(62)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x48, IL_0048)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllLines(System.String,System.Collections.Generic.IEnumerable`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_mA23456288DA5A21E93635C4CEC482440B4BB3CE3 (String_t* ___path0, RuntimeObject* ___contents1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllLines_mA23456288DA5A21E93635C4CEC482440B4BB3CE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___contents1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_3 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m32098CA4FF10C9A69DBAF4863325AB83434E08CE(L_3, L_2, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0012:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = ___contents1;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
}
|
|
|
|
IL_0019:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var, L_6);
|
|
V_2 = L_7;
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_8 = V_0;
|
|
String_t* L_9 = V_2;
|
|
NullCheck(L_8);
|
|
VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_8, L_9);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10);
|
|
if (L_11)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
IL2CPP_LEAVE(0x47, FINALLY_0033);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0033;
|
|
}
|
|
|
|
FINALLY_0033:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_13);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
IL2CPP_END_FINALLY(51)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(51)
|
|
{
|
|
IL2CPP_END_CLEANUP(0x47, FINALLY_003d);
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003d;
|
|
}
|
|
|
|
FINALLY_003d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
IL2CPP_END_FINALLY(61)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(61)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x47, IL_0047)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File::WriteAllLines(System.String,System.Collections.Generic.IEnumerable`1<System.String>,System.Text.Encoding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_mB99BCE0301A8C94DE16D151E444A6DF454A3CF23 (String_t* ___path0, RuntimeObject* ___contents1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_WriteAllLines_mB99BCE0301A8C94DE16D151E444A6DF454A3CF23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
Path_Validate_m538E07B53E18A5870CDDC9E6E5280D8DAD4DBB3C(L_0, /*hidden argument*/NULL);
|
|
RuntimeObject* L_1 = ___contents1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = ___encoding2;
|
|
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * L_4 = (StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E *)il2cpp_codegen_object_new(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_il2cpp_TypeInfo_var);
|
|
StreamWriter__ctor_m1D1CC9AC344BA16DBFD6A99AAADF2E383B4E888C(L_4, L_2, (bool)0, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0013:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_5 = ___contents1;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_001a:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = L_8;
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_9 = V_0;
|
|
String_t* L_10 = V_2;
|
|
NullCheck(L_9);
|
|
VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.IO.TextWriter::WriteLine(System.String) */, L_9, L_10);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
IL2CPP_LEAVE(0x48, FINALLY_0034);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0034;
|
|
}
|
|
|
|
FINALLY_0034:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RuntimeObject* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_14);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
IL2CPP_END_FINALLY(52)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(52)
|
|
{
|
|
IL2CPP_END_CLEANUP(0x48, FINALLY_003e);
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003e;
|
|
}
|
|
|
|
FINALLY_003e:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_16);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
IL2CPP_END_FINALLY(62)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(62)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x48, IL_0048)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.File::FillAttributeInfo(System.String,System.IO.MonoIOStat&,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t File_FillAttributeInfo_m8FF0F8B5A94968B8C87E54850DF60D3825EEAD53 (String_t* ___path0, MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * ___data1, bool ___tryagain2, bool ___returnErrorOnNotFound3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (File_FillAttributeInfo_m8FF0F8B5A94968B8C87E54850DF60D3825EEAD53_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = ___tryagain2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, File_FillAttributeInfo_m8FF0F8B5A94968B8C87E54850DF60D3825EEAD53_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_3 = ___data1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_GetFileStat_m524BAFEDEA589583DE1F8CF66A33D1F6D5291C20(L_2, (MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 *)L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
bool L_4 = ___returnErrorOnNotFound3;
|
|
if (L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)2)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)3)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)21)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_8 = ___data1;
|
|
il2cpp_codegen_initobj(L_8, sizeof(MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 ));
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_9 = ___data1;
|
|
L_9->set_fileAttributes_0((-1));
|
|
return 0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.File_<ReadLines>d__58::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58__ctor_m2FF2A5140F4E1A98BEC0DA0E12689BE5FF8D4089 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___U3CU3E1__state0;
|
|
__this->set_U3CU3E1__state_0(L_0);
|
|
int32_t L_1 = Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1(/*hidden argument*/NULL);
|
|
__this->set_U3CU3El__initialThreadId_2(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.File_<ReadLines>d__58::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58_System_IDisposable_Dispose_mC69DB544549F03578EE6FD22469C0225F82FADB5 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)-3))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
}
|
|
|
|
IL_0011:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
IL2CPP_LEAVE(0x1A, FINALLY_0013);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0013;
|
|
}
|
|
|
|
FINALLY_0013:
|
|
{ // begin finally (depth: 1)
|
|
U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(19)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(19)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1A, IL_001a)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.File_<ReadLines>d__58::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CReadLinesU3Ed__58_MoveNext_m54864CA67C0B2EA8AC493D50766571A177B6FA00 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_2 = V_1;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0083;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_3 = __this->get_reader_3();
|
|
__this->set_U3CU3E7__wrap1_6(L_3);
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
String_t* L_4 = __this->get_U3CsU3E5__1_5();
|
|
__this->set_U3CU3E2__current_1(L_4);
|
|
__this->set_U3CU3E1__state_0(1);
|
|
V_0 = (bool)1;
|
|
goto IL_0083;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
__this->set_U3CU3E1__state_0(((int32_t)-3));
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = __this->get_reader_3();
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_5);
|
|
String_t* L_7 = L_6;
|
|
V_2 = L_7;
|
|
__this->set_U3CsU3E5__1_5(L_7);
|
|
String_t* L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
__this->set_U3CsU3E5__1_5((String_t*)NULL);
|
|
U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A(__this, /*hidden argument*/NULL);
|
|
__this->set_U3CU3E7__wrap1_6((StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)NULL);
|
|
V_0 = (bool)0;
|
|
goto IL_0083;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FAULT_007c;
|
|
}
|
|
|
|
FAULT_007c:
|
|
{ // begin fault (depth: 1)
|
|
U3CReadLinesU3Ed__58_System_IDisposable_Dispose_mC69DB544549F03578EE6FD22469C0225F82FADB5(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(124)
|
|
} // end fault
|
|
IL2CPP_CLEANUP(124)
|
|
{
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void System.IO.File_<ReadLines>d__58::<>m__Finally1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CReadLinesU3Ed__58_U3CU3Em__Finally1_m9BBBD575B0F5538B2DA1B9ADFC262CC1BFBD241A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_U3CU3E1__state_0((-1));
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_0 = __this->get_U3CU3E7__wrap1_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = __this->get_U3CU3E7__wrap1_6();
|
|
NullCheck(L_1);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.File_<ReadLines>d__58::System.Collections.Generic.IEnumerator<System.String>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumeratorU3CSystem_StringU3E_get_Current_m7946471E4ACF164BA0E68C3ECAECBB9F2EF33C1A (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.File_<ReadLines>d__58::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadLinesU3Ed__58_System_Collections_IEnumerator_Reset_m91EF750644D1BF4B031FD2E0E7C91EF4E4C6A041 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CReadLinesU3Ed__58_System_Collections_IEnumerator_Reset_m91EF750644D1BF4B031FD2E0E7C91EF4E4C6A041_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CReadLinesU3Ed__58_System_Collections_IEnumerator_Reset_m91EF750644D1BF4B031FD2E0E7C91EF4E4C6A041_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object System.IO.File_<ReadLines>d__58::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CReadLinesU3Ed__58_System_Collections_IEnumerator_get_Current_m99E79D6819FC71B2DC4F489CB528D233C693BA98 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_U3CU3E2__current_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.String> System.IO.File_<ReadLines>d__58::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_mCFD6B99C88B492EEDFBBDD61E099434322FEA847 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_mCFD6B99C88B492EEDFBBDD61E099434322FEA847_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get_U3CU3E1__state_0();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_U3CU3El__initialThreadId_2();
|
|
int32_t L_2 = Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
__this->set_U3CU3E1__state_0(0);
|
|
V_0 = __this;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * L_3 = (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 *)il2cpp_codegen_object_new(U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26_il2cpp_TypeInfo_var);
|
|
U3CReadLinesU3Ed__58__ctor_m2FF2A5140F4E1A98BEC0DA0E12689BE5FF8D4089(L_3, 0, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * L_4 = V_0;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_5 = __this->get_U3CU3E3__reader_4();
|
|
NullCheck(L_4);
|
|
L_4->set_reader_3(L_5);
|
|
U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator System.IO.File_<ReadLines>d__58::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CReadLinesU3Ed__58_System_Collections_IEnumerable_GetEnumerator_m819A2D1E1B784B70C1D08DDA060EA82DB5692F58 (U3CReadLinesU3Ed__58_t10005A76F608E12CE73352E09D5AB56B5F096D26 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = U3CReadLinesU3Ed__58_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_mCFD6B99C88B492EEDFBBDD61E099434322FEA847(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
FileSystemInfo__ctor_m22B50C1300480DC70B0DB66D09775F86E2DB0709(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___fileName0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralD83E096703EEDB24CB567771B570F6B9CF93D891, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FileInfo__ctor_m77D19A494A542C924C36FDD8AE5CDBEA97CE68B8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_2 = ___fileName0;
|
|
FileInfo_Init_m09A3269C83385D477B429AC72A3D3FE71C97F499(__this, L_2, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileInfo::Init(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo_Init_m09A3269C83385D477B429AC72A3D3FE71C97F499 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___fileName0, bool ___checkHost1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileInfo_Init_m09A3269C83385D477B429AC72A3D3FE71C97F499_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___fileName0;
|
|
((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->set_OriginalPath_4(L_0);
|
|
String_t* L_1 = ___fileName0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Path_GetFullPathInternal_m4FA3EA56940FB51BFEBA5C117FC3F2E2F0993CD4(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
String_t* L_3 = ___fileName0;
|
|
String_t* L_4 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_3, /*hidden argument*/NULL);
|
|
__this->set__name_6(L_4);
|
|
String_t* L_5 = V_0;
|
|
((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->set_FullPath_3(L_5);
|
|
String_t* L_6 = ___fileName0;
|
|
String_t* L_7 = FileInfo_GetDisplayPath_m71C4AA466A1B1DCED99D6034B0461461B941F1F7(__this, L_6, /*hidden argument*/NULL);
|
|
FileSystemInfo_set_DisplayPath_m7CAD47FB30F989161D7E8147D627F42B6FB81777_inline(__this, L_7, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileInfo::GetDisplayPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_GetDisplayPath_m71C4AA466A1B1DCED99D6034B0461461B941F1F7 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, String_t* ___originalPath0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___originalPath0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileInfo::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_mCBEE054CAB01482680A35D206070F8ABC1D98494 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileInfo__ctor_mCBEE054CAB01482680A35D206070F8ABC1D98494_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
FileSystemInfo__ctor_mC1CECDE3DB4924A834D16CA6BA1ED86C7C68BA1D(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
String_t* L_2 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_OriginalPath_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_3 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_2, /*hidden argument*/NULL);
|
|
__this->set__name_6(L_3);
|
|
String_t* L_4 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_OriginalPath_4();
|
|
String_t* L_5 = FileInfo_GetDisplayPath_m71C4AA466A1B1DCED99D6034B0461461B941F1F7(__this, L_4, /*hidden argument*/NULL);
|
|
FileSystemInfo_set_DisplayPath_m7CAD47FB30F989161D7E8147D627F42B6FB81777_inline(__this, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileInfo::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_get_Name_mD8F54471113AA97C04B5BD725E04FA327E7974B8 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__name_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int64 System.IO.FileInfo::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_mCF9523258C44DB5D9D1BDC4A4333BD4EC7CAF847 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
FileSystemInfo_Refresh_m2A291853AC8436A6A23A35B8D00C9CC33F351979(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_1 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
String_t* L_3 = FileSystemInfo_get_DisplayPath_m9A14D10849FCBD74D3854A8B12D9407E007258FF_inline(__this, /*hidden argument*/NULL);
|
|
__Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B(L_2, L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_4 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_address_of__data_1();
|
|
int32_t L_5 = L_4->get_fileAttributes_0();
|
|
if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = FileSystemInfo_get_DisplayPath_m9A14D10849FCBD74D3854A8B12D9407E007258FF_inline(__this, /*hidden argument*/NULL);
|
|
__Error_WinIOError_mDA34FD0DC2ED957492B470B48E69838BB4E68A4B(2, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_7 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_address_of__data_1();
|
|
int64_t L_8 = L_7->get_Length_1();
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String System.IO.FileInfo::get_DirectoryName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_get_DirectoryName_m6E6B5B84755D7704DAFCC08DB4AD120AA865A4B2 (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileInfo_get_DirectoryName_m6E6B5B84755D7704DAFCC08DB4AD120AA865A4B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_FullPath_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_0, /*hidden argument*/NULL);
|
|
String_t* L_2 = L_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.FileInfo::get_Exists()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileInfo_get_Exists_m0EDF507DB5A88A5A4428B4BF956668CEA760DF5C (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileInfo_get_Exists_m0EDF507DB5A88A5A4428B4BF956668CEA760DF5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
FileSystemInfo_Refresh_m2A291853AC8436A6A23A35B8D00C9CC33F351979(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_1 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get__dataInitialised_2();
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
MonoIOStat_t819C03DA1902AA493BDBF4B55E76DCE6FB16A124 * L_2 = ((FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D *)__this)->get_address_of__data_1();
|
|
int32_t L_3 = L_2->get_fileAttributes_0();
|
|
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0034;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002f:
|
|
{ // begin catch(System.Object)
|
|
V_0 = (bool)0;
|
|
goto IL_0034;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0034:
|
|
{
|
|
bool L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String System.IO.FileInfo::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileInfo_ToString_m4460A1C369F23C5CF07A6E2871B63C803D55D14F (FileInfo_tF8C1D41E1ABDAC19BF4F76A491DD28DD8DBEE35C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = FileSystemInfo_get_DisplayPath_m9A14D10849FCBD74D3854A8B12D9407E007258FF_inline(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.IO.FileLoadException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException__ctor_mAD43AE13D7A47AB355F5DA4E71598CFAA7A3CCB9 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileLoadException__ctor_mAD43AE13D7A47AB355F5DA4E71598CFAA7A3CCB9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral1559FC838C14B4475038095A8174B35C31493E3E, /*hidden argument*/NULL);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232799), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileLoadException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException__ctor_m75CC747FFED4FE51A2B8352C39A33467FE9D3044 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146232799), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileLoadException::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileLoadException_get_Message_m9FD994EA951317A587608BA096823C6D5B6CC7A3 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileLoadException_SetMessageField_m13C5CCF4FF11FB90967B87DC3B782EEA7B4AB0D0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ((Exception_t *)__this)->get__message_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileLoadException::SetMessageField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException_SetMessageField_m13C5CCF4FF11FB90967B87DC3B782EEA7B4AB0D0 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((Exception_t *)__this)->get__message_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get__fileName_18();
|
|
int32_t L_2 = Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6(L_1, L_2, /*hidden argument*/NULL);
|
|
((Exception_t *)__this)->set__message_2(L_3);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileLoadException::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileLoadException_ToString_m87E4B76ECF13873AC0E537B5B40F449EDCF935BF (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileLoadException_ToString_m87E4B76ECF13873AC0E537B5B40F449EDCF935BF_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Type_t * L_0 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_0);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, __this);
|
|
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = __this->get__fileName_18();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get__fileName_18();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
String_t* L_8 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
|
|
String_t* L_11 = __this->get__fileName_18();
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
|
|
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE62577734DC95246ED5E8213FAE683CEE96DDAC8, L_10, /*hidden argument*/NULL);
|
|
String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_7, L_8, L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Exception_t * L_14 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = V_0;
|
|
Exception_t * L_16 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
|
|
String_t* L_18 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_15, _stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D, L_17, /*hidden argument*/NULL);
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_0;
|
|
String_t* L_21 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this);
|
|
String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
}
|
|
|
|
IL_0090:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_24 = FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
String_t* L_25 = V_0;
|
|
if (L_25)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
V_0 = _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
String_t* L_26 = V_0;
|
|
String_t* L_27 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_28 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_26, L_27, /*hidden argument*/NULL);
|
|
V_0 = L_28;
|
|
String_t* L_29 = V_0;
|
|
String_t* L_30 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_31 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_29, L_30, /*hidden argument*/NULL);
|
|
V_0 = L_31;
|
|
String_t* L_32 = V_0;
|
|
String_t* L_33 = FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_34 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_32, L_33, /*hidden argument*/NULL);
|
|
V_0 = L_34;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00c8;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c8:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
goto IL_00cb;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00cb:
|
|
{
|
|
String_t* L_35 = V_0;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException__ctor_mD123993270B1D6828B79E5DA2EB8DD04FBD4ACBF (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileLoadException__ctor_mD123993270B1D6828B79E5DA2EB8DD04FBD4ACBF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteral494A9C022A41BBB268B9E6A4D30F8C83DB59DA41, /*hidden argument*/NULL);
|
|
__this->set__fileName_18(L_3);
|
|
}
|
|
|
|
IL_0019:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteral370C647E627CDDD2AF6B7B80C85CA5EB0267B3EC, /*hidden argument*/NULL);
|
|
__this->set__fusionLog_19(L_5);
|
|
goto IL_0036;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002c:
|
|
{ // begin catch(System.Object)
|
|
__this->set__fusionLog_19((String_t*)NULL);
|
|
goto IL_0036;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0036:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileLoadException::get_FusionLog()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__fusionLog_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileLoadException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileLoadException_GetObjectData_m3C7FC65C2D9AA62454F3AE2DDF0B6BF58074A118 (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileLoadException_GetObjectData_m3C7FC65C2D9AA62454F3AE2DDF0B6BF58074A118_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
String_t* L_3 = __this->get__fileName_18();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_2, _stringLiteral494A9C022A41BBB268B9E6A4D30F8C83DB59DA41, L_3, L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
|
|
String_t* L_7 = FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F_inline(__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_6, _stringLiteral370C647E627CDDD2AF6B7B80C85CA5EB0267B3EC, L_7, 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 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0040;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0040:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
goto IL_0043;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0043:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileLoadException::FormatFileLoadExceptionMessage(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6 (String_t* ___fileName0, int32_t ___hResult1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_1 = ___fileName0;
|
|
String_t* L_2 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, _stringLiteralA0493CF5419FFA469A97A979D87B83CA2624A369, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#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()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_m426397F3057E33AC98F74A0F472CF001FD2583BA (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileNotFoundException__ctor_m426397F3057E33AC98F74A0F472CF001FD2583BA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF05ED8D2787C37C90E1473E7577892374D421A43, /*hidden argument*/NULL);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024894), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mA72DAA77008E903BC162A8D32FDE7F874B27E858 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024894), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileNotFoundException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mB97B07D7D9C7A611842518376C8E11B56AD4CA98 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, String_t* ___message0, String_t* ___fileName1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024894), /*hidden argument*/NULL);
|
|
String_t* L_1 = ___fileName1;
|
|
__this->set__fileName_18(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileNotFoundException::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileNotFoundException_get_Message_m931550872FAD9527163123EBF42A05823D64BDAF (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileNotFoundException_SetMessageField_m9720D0DA0759876F4ED95BE7718C7CFC563519A1(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ((Exception_t *)__this)->get__message_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileNotFoundException::SetMessageField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException_SetMessageField_m9720D0DA0759876F4ED95BE7718C7CFC563519A1 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileNotFoundException_SetMessageField_m9720D0DA0759876F4ED95BE7718C7CFC563519A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((Exception_t *)__this)->get__message_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get__fileName_18();
|
|
if (L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline(__this, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)-2146233088)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF05ED8D2787C37C90E1473E7577892374D421A43, /*hidden argument*/NULL);
|
|
((Exception_t *)__this)->set__message_2(L_3);
|
|
return;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_4 = __this->get__fileName_18();
|
|
if (!L_4)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get__fileName_18();
|
|
int32_t L_6 = Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_7 = FileLoadException_FormatFileLoadExceptionMessage_m0DB5F9435778EFAEB7E4A91987B1C1925CCAA6F6(L_5, L_6, /*hidden argument*/NULL);
|
|
((Exception_t *)__this)->set__message_2(L_7);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileNotFoundException::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileNotFoundException_ToString_m93DE9E25D30C031922274BDFCD2A4431758E853A (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileNotFoundException_ToString_m93DE9E25D30C031922274BDFCD2A4431758E853A_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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Type_t * L_0 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_0);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, __this);
|
|
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_1, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4 = __this->get__fileName_18();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = __this->get__fileName_18();
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
String_t* L_8 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
|
|
String_t* L_11 = __this->get__fileName_18();
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
|
|
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE62577734DC95246ED5E8213FAE683CEE96DDAC8, L_10, /*hidden argument*/NULL);
|
|
String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_7, L_8, L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
Exception_t * L_14 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = V_0;
|
|
Exception_t * L_16 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
|
|
String_t* L_18 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_15, _stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D, L_17, /*hidden argument*/NULL);
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this);
|
|
if (!L_19)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_0;
|
|
String_t* L_21 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this);
|
|
String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
V_0 = L_23;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
}
|
|
|
|
IL_0090:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_24 = FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5_inline(__this, /*hidden argument*/NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
String_t* L_25 = V_0;
|
|
if (L_25)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
V_0 = _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
String_t* L_26 = V_0;
|
|
String_t* L_27 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_28 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_26, L_27, /*hidden argument*/NULL);
|
|
V_0 = L_28;
|
|
String_t* L_29 = V_0;
|
|
String_t* L_30 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_31 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_29, L_30, /*hidden argument*/NULL);
|
|
V_0 = L_31;
|
|
String_t* L_32 = V_0;
|
|
String_t* L_33 = FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5_inline(__this, /*hidden argument*/NULL);
|
|
String_t* L_34 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_32, L_33, /*hidden argument*/NULL);
|
|
V_0 = L_34;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00c8;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c8:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
goto IL_00cb;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00cb:
|
|
{
|
|
String_t* L_35 = V_0;
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException__ctor_mE13A610BC524C547429970EEE391F0C38C46A616 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileNotFoundException__ctor_mE13A610BC524C547429970EEE391F0C38C46A616_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
IOException__ctor_m4F1FE1C9D6332E1CB7A2EA5BE40D7B311E0DD85B(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteralF47936838E772C435FC269775A18AE499222FC41, /*hidden argument*/NULL);
|
|
__this->set__fileName_18(L_3);
|
|
}
|
|
|
|
IL_0019:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteral7FDCCF6167F4C6794394F20F652BBF1682A3D393, /*hidden argument*/NULL);
|
|
__this->set__fusionLog_19(L_5);
|
|
goto IL_0036;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_002c;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002c:
|
|
{ // begin catch(System.Object)
|
|
__this->set__fusionLog_19((String_t*)NULL);
|
|
goto IL_0036;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0036:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileNotFoundException::get_FusionLog()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__fusionLog_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileNotFoundException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileNotFoundException_GetObjectData_mAE5B917428B1A472311576239B30E02984780144 (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileNotFoundException_GetObjectData_mAE5B917428B1A472311576239B30E02984780144_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
String_t* L_3 = __this->get__fileName_18();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_2, _stringLiteralF47936838E772C435FC269775A18AE499222FC41, L_3, L_5, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
|
|
String_t* L_7 = FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5_inline(__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_9 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_6, _stringLiteral7FDCCF6167F4C6794394F20F652BBF1682A3D393, L_7, 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 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0040;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0040:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
goto IL_0043;
|
|
} // end catch (depth: 1)
|
|
|
|
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
|
|
#ifdef __clang__
|
|
#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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, intptr_t ___handle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___isConsoleWrapper5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_name_7(_stringLiteral8B1AF543422B5976D44B9C740EF3CA472E5EF490);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
|
|
intptr_t L_0 = ___handle0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
intptr_t L_1 = ((MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var))->get_InvalidHandle_0();
|
|
bool L_2 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral6FC7382213B233046680C7C9C582304630EABFF1, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteralA2DD7EC666AACD57FC6D0571DB038B51DEB9FB6E, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream__ctor_mBBACDACB97FD9346AC2A5E164C86AB0BA0D160D6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
intptr_t L_5 = ___handle0;
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_6 = (SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB *)il2cpp_codegen_object_new(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_il2cpp_TypeInfo_var);
|
|
SafeFileHandle__ctor_m6A2B9012ABB69B3A4619BF08EE2C7DB7834B44E4(L_6, (intptr_t)L_5, (bool)0, /*hidden argument*/NULL);
|
|
int32_t L_7 = ___access1;
|
|
bool L_8 = ___ownsHandle2;
|
|
int32_t L_9 = ___bufferSize3;
|
|
bool L_10 = ___isAsync4;
|
|
bool L_11 = ___isConsoleWrapper5;
|
|
FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344(__this, L_6, L_7, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m967EF49BBCD52204BB79BA6E9DA533833B07B800 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
String_t* G_B2_1 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B2_2 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
String_t* G_B1_1 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B1_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
String_t* G_B3_2 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B3_3 = 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;
|
|
G_B1_2 = __this;
|
|
if ((((int32_t)L_2) == ((int32_t)6)))
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = L_0;
|
|
G_B2_2 = __this;
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 3;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = 2;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B3_3);
|
|
FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(G_B3_3, G_B3_2, G_B3_1, G_B3_0, 1, ((int32_t)4096), (bool)0, 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m49CE3FAF4AEF5EE690E5E53A95749F3C4414C47B (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B2_3 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
String_t* G_B1_2 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * 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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * 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 ((((int32_t)L_3) == ((int32_t)2)))
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_1;
|
|
G_B2_2 = L_0;
|
|
G_B2_3 = __this;
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
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_000c;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
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;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B3_4);
|
|
FileStream__ctor_m08832D5955D0B6B8B22C0968E893D0338DBFBF6A(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, ((int32_t)4096), (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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(__this, L_0, L_1, L_2, L_3, ((int32_t)4096), (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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m4DC05D41FB4913FBEC94E42F27DD4A7F7E4225BE (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(__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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___useAsync5, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B2_1 = 0;
|
|
int32_t G_B2_2 = 0;
|
|
int32_t G_B2_3 = 0;
|
|
String_t* G_B2_4 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B2_5 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B1_1 = 0;
|
|
int32_t G_B1_2 = 0;
|
|
int32_t G_B1_3 = 0;
|
|
String_t* G_B1_4 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B1_5 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B3_2 = 0;
|
|
int32_t G_B3_3 = 0;
|
|
int32_t G_B3_4 = 0;
|
|
String_t* G_B3_5 = NULL;
|
|
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * G_B3_6 = 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 = ___useAsync5;
|
|
G_B1_0 = L_4;
|
|
G_B1_1 = L_3;
|
|
G_B1_2 = L_2;
|
|
G_B1_3 = L_1;
|
|
G_B1_4 = L_0;
|
|
G_B1_5 = __this;
|
|
if (L_5)
|
|
{
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = L_3;
|
|
G_B2_2 = L_2;
|
|
G_B2_3 = L_1;
|
|
G_B2_4 = L_0;
|
|
G_B2_5 = __this;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
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;
|
|
G_B3_5 = G_B1_4;
|
|
G_B3_6 = G_B1_5;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = ((int32_t)1073741824);
|
|
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;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
NullCheck(G_B3_6);
|
|
FileStream__ctor_mE7B19C44ACADF935195F4209CECBC3EF962987C9(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.IO.FileOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mE7B19C44ACADF935195F4209CECBC3EF962987C9 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, int32_t ___options5, 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;
|
|
int32_t L_5 = ___options5;
|
|
FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.IO.FileOptions,System.String,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m4818E4AD857A0B285557E2B41E582D2237F49209 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, int32_t ___options5, String_t* ___msgPath6, bool ___bFromProxy7, bool ___useLongPath8, bool ___checkHost9, 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;
|
|
int32_t L_5 = ___options5;
|
|
FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, L_5, /*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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m08832D5955D0B6B8B22C0968E893D0338DBFBF6A (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * 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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * 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_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * 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_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;
|
|
G_B3_5 = G_B1_4;
|
|
G_B3_6 = G_B1_5;
|
|
G_B3_7 = G_B1_6;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
G_B3_0 = ((int32_t)1073741824);
|
|
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_0016:
|
|
{
|
|
NullCheck(G_B3_7);
|
|
FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7(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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
intptr_t V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
String_t* V_3 = NULL;
|
|
int64_t V_4 = 0;
|
|
String_t* G_B32_0 = NULL;
|
|
String_t* G_B31_0 = NULL;
|
|
String_t* G_B33_0 = NULL;
|
|
String_t* G_B33_1 = NULL;
|
|
int64_t G_B48_0 = 0;
|
|
{
|
|
__this->set_name_7(_stringLiteral8B1AF543422B5976D44B9C740EF3CA472E5EF490);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___path0;
|
|
if (L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3150ECD5E0294534A81AE047DDAC559DE481D774, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
String_t* L_2 = ___path0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral7BA15431A78CC4ED9FD5B31EC191778AE83A220F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
bool L_5 = ___anonymous5;
|
|
__this->set_anonymous_15(L_5);
|
|
int32_t L_6 = ___share3;
|
|
___share3 = ((int32_t)((int32_t)L_6&(int32_t)((int32_t)-17)));
|
|
int32_t L_7 = ___bufferSize4;
|
|
if ((((int32_t)L_7) > ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralF75E94DCC92ECC309EF861E9A10FFFB6B1A383AF, _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_9 = ___mode1;
|
|
if ((((int32_t)L_9) < ((int32_t)1)))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___mode1;
|
|
if ((((int32_t)L_10) <= ((int32_t)6)))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
bool L_11 = ___anonymous5;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_12, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, _stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_13, _stringLiteralE78FE7049341B36116D8054F5A3E00D01F245FCC, _stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int32_t L_14 = ___access2;
|
|
if ((((int32_t)L_14) < ((int32_t)1)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___access2;
|
|
if ((((int32_t)L_15) <= ((int32_t)3)))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_16 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_16, _stringLiteral0F12541AFCCE175FB34BB05A79C95B76E765488B, _stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
int32_t L_17 = ___share3;
|
|
if ((((int32_t)L_17) < ((int32_t)0)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = ___share3;
|
|
if ((((int32_t)L_18) <= ((int32_t)7)))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralAAB90DFE8C6F152A4FB071F5F4F9DF804626E6AB, _stringLiteral328B8E8918DCC5480BFFCEC1BCF1A68EFF1C3293, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
String_t* L_20 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_InvalidPathChars_0();
|
|
NullCheck(L_20);
|
|
int32_t L_22 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_20, L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, _stringLiteralB7CD118812EEBA171237A01E73F507E4A7967490, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
String_t* L_24 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_25 = Path_InsecureGetFullPath_m83AEFFE6DCB6FA9D4E3831770275D07C33E15E7B(L_24, /*hidden argument*/NULL);
|
|
___path0 = L_25;
|
|
String_t* L_26 = ___path0;
|
|
bool L_27 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_26, /*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral792ACC91EE5889D8CEE5B2697A416308D546BCB1, /*hidden argument*/NULL);
|
|
String_t* L_29 = ___path0;
|
|
String_t* L_30 = FileStream_GetSecureFileName_m410B4CDCEECE9F3A35BEE2987CA38FB8BF6224E2(__this, L_29, (bool)0, /*hidden argument*/NULL);
|
|
String_t* L_31 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(L_28, L_30, /*hidden argument*/NULL);
|
|
UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 * L_32 = (UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75 *)il2cpp_codegen_object_new(UnauthorizedAccessException_tC2210A745BFDD3AE3559A87A4219E2945EEC9F75_il2cpp_TypeInfo_var);
|
|
UnauthorizedAccessException__ctor_mFE97E700E2ADBC5A46A6A43642CFA2FCB8C0BA85(L_32, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
int32_t L_33 = ___mode1;
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)6))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = ___access2;
|
|
if ((!(((uint32_t)((int32_t)((int32_t)L_34&(int32_t)1))) == ((uint32_t)1))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_35 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_35, _stringLiteralCC4B34E0D9A8B714B3FDEF6B6B643D2AAF8B962B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
int32_t L_36 = ___access2;
|
|
if (((int32_t)((int32_t)L_36&(int32_t)2)))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = ___mode1;
|
|
if ((((int32_t)L_37) == ((int32_t)3)))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = ___mode1;
|
|
if ((((int32_t)L_38) == ((int32_t)4)))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral8DFF51E879A42478A0D975B0F8FC82AA7A6AFAEC, /*hidden argument*/NULL);
|
|
int32_t L_40 = ___access2;
|
|
int32_t L_41 = L_40;
|
|
RuntimeObject * L_42 = Box(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var, &L_41);
|
|
int32_t L_43 = ___mode1;
|
|
int32_t L_44 = L_43;
|
|
RuntimeObject * L_45 = Box(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419_il2cpp_TypeInfo_var, &L_44);
|
|
String_t* L_46 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_39, L_42, L_45, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_47 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_47, L_46, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
String_t* L_48 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_49 = Path_GetDirectoryName_m61922AA6D7B48EACBA36FF41A1B28F506CFB8A97(L_48, /*hidden argument*/NULL);
|
|
V_0 = L_49;
|
|
String_t* L_50 = V_0;
|
|
NullCheck(L_50);
|
|
int32_t L_51 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_50, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_51) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_52 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_53 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_52, /*hidden argument*/NULL);
|
|
bool L_54 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_53, /*hidden argument*/NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralCC0B65F64C5BF05C252ED78752E72EDF10746F64, /*hidden argument*/NULL);
|
|
bool L_56 = ___anonymous5;
|
|
G_B31_0 = L_55;
|
|
if (L_56)
|
|
{
|
|
G_B32_0 = L_55;
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_57 = ___path0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_58 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_57, /*hidden argument*/NULL);
|
|
G_B33_0 = L_58;
|
|
G_B33_1 = G_B31_0;
|
|
goto IL_0176;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
String_t* L_59 = V_0;
|
|
G_B33_0 = L_59;
|
|
G_B33_1 = G_B32_0;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
V_3 = G_B33_0;
|
|
String_t* L_60 = V_3;
|
|
String_t* L_61 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(G_B33_1, L_60, /*hidden argument*/NULL);
|
|
DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 * L_62 = (DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55 *)il2cpp_codegen_object_new(DirectoryNotFoundException_tDD7866E46935FAD8898B4B35A82A354605DADF55_il2cpp_TypeInfo_var);
|
|
DirectoryNotFoundException__ctor_mFE363B5843BABE6F4801ABC79B7643C5BED4797B(L_62, L_61, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
bool L_63 = ___anonymous5;
|
|
if (L_63)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_64 = ___path0;
|
|
__this->set_name_7(L_64);
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
String_t* L_65 = ___path0;
|
|
int32_t L_66 = ___mode1;
|
|
int32_t L_67 = ___access2;
|
|
int32_t L_68 = ___share3;
|
|
int32_t L_69 = ___options6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
intptr_t L_70 = MonoIO_Open_m75D574F44B3C1E6FA4E245D48D5AC73F70BE16B7(L_65, L_66, L_67, L_68, L_69, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_2 = (intptr_t)L_70;
|
|
intptr_t L_71 = V_2;
|
|
intptr_t L_72 = ((MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_StaticFields*)il2cpp_codegen_static_fields_for(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var))->get_InvalidHandle_0();
|
|
bool L_73 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_71, (intptr_t)L_72, /*hidden argument*/NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_01b8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_74 = ___path0;
|
|
String_t* L_75 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_74, /*hidden argument*/NULL);
|
|
int32_t L_76 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_77 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_75, L_76, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, FileStream__ctor_mBC5F76C88DBC8C81D1F83407197D75F36E1ADBD7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
intptr_t L_78 = V_2;
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_79 = (SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB *)il2cpp_codegen_object_new(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB_il2cpp_TypeInfo_var);
|
|
SafeFileHandle__ctor_m6A2B9012ABB69B3A4619BF08EE2C7DB7834B44E4(L_79, (intptr_t)L_78, (bool)0, /*hidden argument*/NULL);
|
|
__this->set_safeHandle_8(L_79);
|
|
int32_t L_80 = ___access2;
|
|
__this->set_access_11(L_80);
|
|
__this->set_owner_12((bool)1);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_81 = __this->get_safeHandle_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_82 = MonoIO_GetFileType_m7D093935BE13683038AF6C26EF439FE3C9FC3B34(L_81, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_82) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
__this->set_canseek_14((bool)1);
|
|
int32_t L_83 = ___options6;
|
|
__this->set_async_13((bool)((!(((uint32_t)((int32_t)((int32_t)L_83&(int32_t)((int32_t)1073741824)))) <= ((uint32_t)0)))? 1 : 0));
|
|
goto IL_020b;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
__this->set_canseek_14((bool)0);
|
|
__this->set_async_13((bool)0);
|
|
}
|
|
|
|
IL_020b:
|
|
{
|
|
int32_t L_84 = ___access2;
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0246;
|
|
}
|
|
}
|
|
{
|
|
bool L_85 = __this->get_canseek_14();
|
|
if (!L_85)
|
|
{
|
|
goto IL_0246;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_86 = ___bufferSize4;
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)4096)))))
|
|
{
|
|
goto IL_0246;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
int64_t L_87 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, __this);
|
|
V_4 = L_87;
|
|
int32_t L_88 = ___bufferSize4;
|
|
int64_t L_89 = V_4;
|
|
if ((((int64_t)(((int64_t)((int64_t)L_88)))) <= ((int64_t)L_89)))
|
|
{
|
|
goto IL_0246;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_90 = V_4;
|
|
if ((((int64_t)L_90) < ((int64_t)(((int64_t)((int64_t)((int32_t)1000)))))))
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_91 = V_4;
|
|
G_B48_0 = L_91;
|
|
goto IL_0243;
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
G_B48_0 = (((int64_t)((int64_t)((int32_t)1000))));
|
|
}
|
|
|
|
IL_0243:
|
|
{
|
|
___bufferSize4 = (((int32_t)((int32_t)G_B48_0)));
|
|
}
|
|
|
|
IL_0246:
|
|
{
|
|
int32_t L_92 = ___bufferSize4;
|
|
FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD(__this, L_92, (bool)0, /*hidden argument*/NULL);
|
|
int32_t L_93 = ___mode1;
|
|
if ((!(((uint32_t)L_93) == ((uint32_t)6))))
|
|
{
|
|
goto IL_026a;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
|
|
VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, (((int64_t)((int64_t)0))), 2);
|
|
int64_t L_94 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this);
|
|
__this->set_append_startpos_10(L_94);
|
|
return;
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
__this->set_append_startpos_10((((int64_t)((int64_t)0))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::Init(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess,System.Boolean,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle0, int32_t ___access1, bool ___ownsHandle2, int32_t ___bufferSize3, bool ___isAsync4, bool ___isConsoleWrapper5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
bool L_0 = ___isConsoleWrapper5;
|
|
if (L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_1 = ___safeHandle0;
|
|
NullCheck(L_1);
|
|
bool L_2 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_1);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral37BEC4B9960B22F35421CD7D639241E56E3D4FB2, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, L_3, _stringLiteralA2DD7EC666AACD57FC6D0571DB038B51DEB9FB6E, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_5 = ___access1;
|
|
if ((((int32_t)L_5) < ((int32_t)1)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___access1;
|
|
if ((((int32_t)L_6) <= ((int32_t)3)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral0F12541AFCCE175FB34BB05A79C95B76E765488B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
bool L_8 = ___isConsoleWrapper5;
|
|
if (L_8)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___bufferSize3;
|
|
if ((((int32_t)L_9) > ((int32_t)0)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralF75E94DCC92ECC309EF861E9A10FFFB6B1A383AF, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_12 = ___safeHandle0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_13 = MonoIO_GetFileType_m7D093935BE13683038AF6C26EF439FE3C9FC3B34(L_12, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
int32_t L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = __this->get_name_7();
|
|
int32_t L_16 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_17 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_15, L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
if (L_18)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_19 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_19, _stringLiteral37BEC4B9960B22F35421CD7D639241E56E3D4FB2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
int32_t L_20 = V_1;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
__this->set_canseek_14((bool)1);
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
__this->set_canseek_14((bool)0);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_21 = ___safeHandle0;
|
|
__this->set_safeHandle_8(L_21);
|
|
FileStream_ExposeHandle_m2A9277874EFFAF1D1CC3BB8286CE2180ACA99D04(__this, /*hidden argument*/NULL);
|
|
int32_t L_22 = ___access1;
|
|
__this->set_access_11(L_22);
|
|
bool L_23 = ___ownsHandle2;
|
|
__this->set_owner_12(L_23);
|
|
bool L_24 = ___isAsync4;
|
|
__this->set_async_13(L_24);
|
|
__this->set_anonymous_15((bool)0);
|
|
bool L_25 = __this->get_canseek_14();
|
|
if (!L_25)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_26 = ___safeHandle0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int64_t L_27 = MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525(L_26, (((int64_t)((int64_t)0))), 1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
__this->set_buf_start_20(L_27);
|
|
int32_t L_28 = V_0;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_29 = __this->get_name_7();
|
|
int32_t L_30 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_31 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_29, L_30, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, FileStream_Init_mC18E2AE72A434DB4AC09D3CDFF84109ECCD50344_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
__this->set_append_startpos_10((((int64_t)((int64_t)0))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.FileStream::get_CanRead()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileStream_get_CanRead_m70DB608A2821557336D5B4C70D7A35831597D25A (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_access_11();
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_access_11();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.FileStream::get_CanWrite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileStream_get_CanWrite_m0E0F6EEA185A028EBEBC7A3CB36AFFAEC9C630A4 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_access_11();
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_access_11();
|
|
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.IO.FileStream::get_CanSeek()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileStream_get_CanSeek_m93EF7E91B68F9D4430DCF502DD50157B2486EB47 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_canseek_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int64 System.IO.FileStream::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int64_t G_B6_0 = 0;
|
|
int64_t G_B5_0 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral68D235827F5081D2F1C9DCEF05B26A118428328D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
FileStream_FlushBufferIfDirty_m8C75508BB0A2A80CE8CA41A831A9A918ABFDD4B3(__this, /*hidden argument*/NULL);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_5 = __this->get_safeHandle_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int64_t L_6 = MonoIO_GetLength_m794C6E5D2377F6F9776C3229C9F4245C7E99D8D0(L_5, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_7 = V_0;
|
|
G_B5_0 = L_6;
|
|
if (!L_7)
|
|
{
|
|
G_B6_0 = L_6;
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->get_name_7();
|
|
String_t* L_9 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_8, /*hidden argument*/NULL);
|
|
int32_t L_10 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_11 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FileStream_get_Length_m71D92BFBA45FA3938B1C4B35E11421A2E8C6EC5C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
return G_B6_0;
|
|
}
|
|
}
|
|
// System.Int64 System.IO.FileStream::get_Position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int64_t G_B8_0 = 0;
|
|
int64_t G_B7_0 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral68D235827F5081D2F1C9DCEF05B26A118428328D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
bool L_5 = __this->get_isExposed_9();
|
|
if (L_5)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_6 = __this->get_buf_start_20();
|
|
int32_t L_7 = __this->get_buf_offset_19();
|
|
return ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_7)))));
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_8 = __this->get_safeHandle_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int64_t L_9 = MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525(L_8, (((int64_t)((int64_t)0))), 1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_10 = V_0;
|
|
G_B7_0 = L_9;
|
|
if (!L_10)
|
|
{
|
|
G_B8_0 = L_9;
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = __this->get_name_7();
|
|
String_t* L_12 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_11, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_14 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_12, L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FileStream_get_Position_mF9CD226B6B339BF6C6C50EE6DB433100E6F1A96E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return G_B8_0;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::set_Position(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_set_Position_m3C88CCE7DDA39177FA44015B4F70D7B9022C6353 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_set_Position_m3C88CCE7DDA39177FA44015B4F70D7B9022C6353_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int64_t L_0 = ___value0;
|
|
if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_set_Position_m3C88CCE7DDA39177FA44015B4F70D7B9022C6353_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int64_t L_3 = ___value0;
|
|
VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(25 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, __this, L_3, 0);
|
|
return;
|
|
}
|
|
}
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::get_SafeFileHandle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * FileStream_get_SafeFileHandle_m77DF0E40B7C572015A7B45E57CADEB3B147842B0 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_isExposed_9();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
FileStream_ExposeHandle_m2A9277874EFFAF1D1CC3BB8286CE2180ACA99D04(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_1 = __this->get_safeHandle_8();
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::ExposeHandle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_ExposeHandle_m2A9277874EFFAF1D1CC3BB8286CE2180ACA99D04 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_isExposed_9((bool)1);
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD(__this, 0, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::ReadByte()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteralAF838A5F2E1446EE6F7AB3E72935138570EE739A, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_ReadByte_mA8CB7E489987F366C191079147A9FC20F5D040BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int32_t L_5 = __this->get_buf_size_17();
|
|
if (L_5)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_6 = __this->get_safeHandle_8();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_buf_6();
|
|
int32_t L_8 = FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4(__this, L_6, L_7, 0, 1, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_buf_6();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 0;
|
|
uint8_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
return L_11;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_12 = __this->get_buf_offset_19();
|
|
int32_t L_13 = __this->get_buf_length_18();
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
FileStream_RefillBuffer_mB9ED6A840020C56BAF34BD8D98DD5A79EACC9A33(__this, /*hidden argument*/NULL);
|
|
int32_t L_14 = __this->get_buf_length_18();
|
|
if (L_14)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_buf_6();
|
|
int32_t L_16 = __this->get_buf_offset_19();
|
|
V_0 = L_16;
|
|
int32_t L_17 = V_0;
|
|
__this->set_buf_offset_19(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)));
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_15);
|
|
int32_t L_19 = L_18;
|
|
uint8_t L_20 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::WriteByte(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, uint8_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_WriteByte_m9E2E1D0F43AD8A3BF43A456807F6FE25FD801A91_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int32_t L_5 = __this->get_buf_offset_19();
|
|
int32_t L_6 = __this->get_buf_size_17();
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_7 = __this->get_buf_size_17();
|
|
if (L_7)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_buf_6();
|
|
uint8_t L_9 = ___value0;
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_9);
|
|
__this->set_buf_dirty_16((bool)1);
|
|
__this->set_buf_length_18(1);
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_buf_6();
|
|
int32_t L_11 = __this->get_buf_offset_19();
|
|
V_0 = L_11;
|
|
int32_t L_12 = V_0;
|
|
__this->set_buf_offset_19(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
|
|
int32_t L_13 = V_0;
|
|
uint8_t L_14 = ___value0;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (uint8_t)L_14);
|
|
int32_t L_15 = __this->get_buf_offset_19();
|
|
int32_t L_16 = __this->get_buf_length_18();
|
|
if ((((int32_t)L_15) <= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = __this->get_buf_offset_19();
|
|
__this->set_buf_length_18(L_17);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
__this->set_buf_dirty_16((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___array0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
|
|
if (L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_6 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_6, _stringLiteralAF838A5F2E1446EE6F7AB3E72935138570EE739A, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___array0;
|
|
NullCheck(L_7);
|
|
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))));
|
|
int32_t L_8 = ___offset1;
|
|
if ((((int32_t)L_8) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_10 = ___count2;
|
|
if ((((int32_t)L_10) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_12 = ___offset1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) <= ((int32_t)L_13)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteral9E01CD1E57B5FB9518EDB5C7E1B5764815B87DE1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_15 = ___offset1;
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = ___count2;
|
|
if ((((int32_t)L_15) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
bool L_19 = __this->get_async_13();
|
|
if (!L_19)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___array0;
|
|
int32_t L_21 = ___offset1;
|
|
int32_t L_22 = ___count2;
|
|
RuntimeObject* L_23 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(19 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_20, L_21, L_22, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL);
|
|
V_1 = L_23;
|
|
RuntimeObject* L_24 = V_1;
|
|
int32_t L_25 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(20 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_24);
|
|
return L_25;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___array0;
|
|
int32_t L_27 = ___offset1;
|
|
int32_t L_28 = ___count2;
|
|
int32_t L_29 = FileStream_ReadInternal_mCF406AEBAF3F14221966974340EF3E4D27C9A5CD(__this, L_26, L_27, L_28, /*hidden argument*/NULL);
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::ReadInternal(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadInternal_mCF406AEBAF3F14221966974340EF3E4D27C9A5CD (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dest0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___dest0;
|
|
int32_t L_1 = ___offset1;
|
|
int32_t L_2 = ___count2;
|
|
int32_t L_3 = FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = ___count2;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___count2;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_1 = L_7;
|
|
int32_t L_8 = ___count2;
|
|
int32_t L_9 = V_0;
|
|
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9));
|
|
int32_t L_10 = ___count2;
|
|
int32_t L_11 = __this->get_buf_size_17();
|
|
if ((((int32_t)L_10) <= ((int32_t)L_11)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_12 = __this->get_safeHandle_8();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4(__this, L_12, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)), L_16, /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
int64_t L_18 = __this->get_buf_start_20();
|
|
int32_t L_19 = V_0;
|
|
__this->set_buf_start_20(((int64_t)il2cpp_codegen_add((int64_t)L_18, (int64_t)(((int64_t)((int64_t)L_19))))));
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
FileStream_RefillBuffer_mB9ED6A840020C56BAF34BD8D98DD5A79EACC9A33(__this, /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___dest0;
|
|
int32_t L_21 = ___offset1;
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = ___count2;
|
|
int32_t L_24 = FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65(__this, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), L_23, /*hidden argument*/NULL);
|
|
V_0 = L_24;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_25 = V_1;
|
|
int32_t L_26 = V_0;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
|
|
}
|
|
}
|
|
// System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteralA2CB223BA71CF84EDC9D437478B9F75A951A86DB, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___array0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_7 = ___numBytes2;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralC263DBD67CE29BD86EB77B353A8297E8203E6D39, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_9 = ___offset1;
|
|
if ((((int32_t)L_9) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_11 = ___numBytes2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___array0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = ___offset1;
|
|
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), (int32_t)L_13)))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteralC9405725B9AF979FEFE11BD172ECE012720F00D3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
bool L_15 = __this->get_async_13();
|
|
if (L_15)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___array0;
|
|
int32_t L_17 = ___offset1;
|
|
int32_t L_18 = ___numBytes2;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_19 = ___userCallback3;
|
|
RuntimeObject * L_20 = ___stateObject4;
|
|
RuntimeObject* L_21 = Stream_BeginRead_mBF8B16ED8510AD6BE9D0A3EE1A933D6515CF160D(__this, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * L_22 = (ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 *)il2cpp_codegen_object_new(ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48_il2cpp_TypeInfo_var);
|
|
ReadDelegate__ctor_m5398E33864569F7E53564DE34448DC9F743F0138(L_22, __this, (intptr_t)((intptr_t)FileStream_ReadInternal_mCF406AEBAF3F14221966974340EF3E4D27C9A5CD_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___array0;
|
|
int32_t L_24 = ___offset1;
|
|
int32_t L_25 = ___numBytes2;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_26 = ___userCallback3;
|
|
RuntimeObject * L_27 = ___stateObject4;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_28 = ReadDelegate_BeginInvoke_mFFC91133F07A5D2EDCCA054FC6D87669FEF29AAD(L_22, L_23, L_24, L_25, L_26, L_27, /*hidden argument*/NULL);
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B6_0 = NULL;
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B5_0 = NULL;
|
|
ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * G_B8_0 = NULL;
|
|
ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * G_B7_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___asyncResult0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_2 = __this->get_async_13();
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___asyncResult0;
|
|
int32_t L_4 = Stream_EndRead_mA8D81CE363398C9D2760A2088C2D1A940B56FE2F(__this, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeObject* L_5 = ___asyncResult0;
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_6 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_5, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
|
|
G_B5_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B6_0 = L_6;
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
RuntimeObject * L_8 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B6_0);
|
|
ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 * L_9 = ((ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48 *)IsInstSealed((RuntimeObject*)L_8, ReadDelegate_tC33791FF7613756CDEEC3ADFE91B2EE59A24FB48_il2cpp_TypeInfo_var));
|
|
G_B7_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
G_B8_0 = L_9;
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_10 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_10, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
RuntimeObject* L_11 = ___asyncResult0;
|
|
NullCheck(G_B8_0);
|
|
int32_t L_12 = ReadDelegate_EndInvoke_m468C558EC7F50320B097734B3BB02F97319D192A(G_B8_0, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___array0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_5 = ___offset1;
|
|
if ((((int32_t)L_5) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_7 = ___count2;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_9 = ___offset1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___array0;
|
|
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_0061;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, _stringLiteralCA7F24EC5324B94DAA87C00735D4E1F2B19E035E, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
bool L_13 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
|
|
if (L_13)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_14 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_14, _stringLiteralE0756C6ADA071055D4166C5D4CCD1E3F3F03D150, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
bool L_15 = __this->get_async_13();
|
|
if (!L_15)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___array0;
|
|
int32_t L_17 = ___offset1;
|
|
int32_t L_18 = ___count2;
|
|
RuntimeObject* L_19 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_16, L_17, L_18, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL);
|
|
V_0 = L_19;
|
|
RuntimeObject* L_20 = V_0;
|
|
VirtActionInvoker1< RuntimeObject* >::Invoke(23 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_20);
|
|
return;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___array0;
|
|
int32_t L_22 = ___offset1;
|
|
int32_t L_23 = ___count2;
|
|
FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2(__this, L_21, L_22, L_23, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::WriteInternal(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_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_17();
|
|
if ((((int32_t)L_0) <= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
bool L_2 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (!L_2)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->get_isExposed_9();
|
|
if (L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_4 = __this->get_safeHandle_8();
|
|
int64_t L_5 = __this->get_buf_start_20();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525(L_4, L_5, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get_name_7();
|
|
String_t* L_8 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_10 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_11 = ___count2;
|
|
V_1 = L_11;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_12 = __this->get_safeHandle_8();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___src0;
|
|
int32_t L_14 = ___offset1;
|
|
int32_t L_15 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = MonoIO_Write_mF97020DA86EB20041046B8C380D54DD074F9A78F(L_12, L_13, L_14, L_15, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
int32_t L_17 = V_0;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = __this->get_name_7();
|
|
String_t* L_19 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_18, /*hidden argument*/NULL);
|
|
int32_t L_20 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_21 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_19, L_20, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = V_2;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23));
|
|
int32_t L_24 = ___offset1;
|
|
int32_t L_25 = V_2;
|
|
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_25));
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_26) > ((int32_t)0)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_27 = __this->get_buf_start_20();
|
|
int32_t L_28 = ___count2;
|
|
__this->set_buf_start_20(((int64_t)il2cpp_codegen_add((int64_t)L_27, (int64_t)(((int64_t)((int64_t)L_28))))));
|
|
return;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___src0;
|
|
int32_t L_30 = ___offset1;
|
|
int32_t L_31 = V_3;
|
|
int32_t L_32 = ___count2;
|
|
int32_t L_33 = FileStream_WriteSegment_m5C9DA531BE3ED67A6801A386ED239E6AD79EAD3E(__this, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)), L_32, /*hidden argument*/NULL);
|
|
V_4 = L_33;
|
|
int32_t L_34 = V_3;
|
|
int32_t L_35 = V_4;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35));
|
|
int32_t L_36 = ___count2;
|
|
int32_t L_37 = V_4;
|
|
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37));
|
|
int32_t L_38 = ___count2;
|
|
if (!L_38)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
int32_t L_39 = ___count2;
|
|
if ((((int32_t)L_39) > ((int32_t)0)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral99C4DCF51C29E206ACBB65FCF35F5D50C53AF35C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___array0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_7 = ___numBytes2;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralC263DBD67CE29BD86EB77B353A8297E8203E6D39, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_9 = ___offset1;
|
|
if ((((int32_t)L_9) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteralEAA82C3D78E3141D0D8161CE56021A73E13FE122, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_11 = ___numBytes2;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___array0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = ___offset1;
|
|
if ((((int32_t)L_11) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))), (int32_t)L_13)))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, _stringLiteralE36EB70585A0174E09E966B7459A91B7E7E969BB, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
bool L_15 = __this->get_async_13();
|
|
if (L_15)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___array0;
|
|
int32_t L_17 = ___offset1;
|
|
int32_t L_18 = ___numBytes2;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_19 = ___userCallback3;
|
|
RuntimeObject * L_20 = ___stateObject4;
|
|
RuntimeObject* L_21 = Stream_BeginWrite_mFF3CB915FA5A878608575A46C75C1A9D9D3706D9(__this, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_22 = ___userCallback3;
|
|
RuntimeObject * L_23 = ___stateObject4;
|
|
FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E * L_24 = (FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E *)il2cpp_codegen_object_new(FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E_il2cpp_TypeInfo_var);
|
|
FileStreamAsyncResult__ctor_m1B7A605971D3DFF264ADFA39FB74F0422A60A064(L_24, L_22, L_23, /*hidden argument*/NULL);
|
|
FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E * L_25 = L_24;
|
|
NullCheck(L_25);
|
|
L_25->set_BytesRead_7((-1));
|
|
FileStreamAsyncResult_tBB2397F1B70E4662078317B140D0F7ADBD18867E * L_26 = L_25;
|
|
int32_t L_27 = ___numBytes2;
|
|
NullCheck(L_26);
|
|
L_26->set_Count_5(L_27);
|
|
int32_t L_28 = ___numBytes2;
|
|
NullCheck(L_26);
|
|
L_26->set_OriginalCount_6(L_28);
|
|
WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * L_29 = (WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C *)il2cpp_codegen_object_new(WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C_il2cpp_TypeInfo_var);
|
|
WriteDelegate__ctor_m41B4A17F60602F873DB1AB059CD8CB97997D29EB(L_29, __this, (intptr_t)((intptr_t)FileStream_WriteInternal_mFEC18076FEA3B834C9975DD7EE531C72293716D2_RuntimeMethod_var), /*hidden argument*/NULL);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___array0;
|
|
int32_t L_31 = ___offset1;
|
|
int32_t L_32 = ___numBytes2;
|
|
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_33 = ___userCallback3;
|
|
RuntimeObject * L_34 = ___stateObject4;
|
|
NullCheck(L_29);
|
|
RuntimeObject* L_35 = WriteDelegate_BeginInvoke_mF392FE08CA2D3A8DC0CBD31CB45F0D40D58FC0B5(L_29, L_30, L_31, L_32, L_33, L_34, /*hidden argument*/NULL);
|
|
return L_35;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::EndWrite(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B6_0 = NULL;
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B5_0 = NULL;
|
|
WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * G_B8_0 = NULL;
|
|
WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * G_B7_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___asyncResult0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_2 = __this->get_async_13();
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = ___asyncResult0;
|
|
Stream_EndWrite_mE7A87B817FDCB90247FAF760BE83172B1D616032(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeObject* L_4 = ___asyncResult0;
|
|
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_5 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_4, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
|
|
G_B5_0 = L_5;
|
|
if (L_5)
|
|
{
|
|
G_B6_0 = L_5;
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B6_0);
|
|
WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C * L_8 = ((WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C *)IsInstSealed((RuntimeObject*)L_7, WriteDelegate_t905F47C2C01F98FB87E2E19894AB9BAC6F02838C_il2cpp_TypeInfo_var));
|
|
G_B7_0 = L_8;
|
|
if (L_8)
|
|
{
|
|
G_B8_0 = L_8;
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
RuntimeObject* L_10 = ___asyncResult0;
|
|
NullCheck(G_B8_0);
|
|
WriteDelegate_EndInvoke_mE58768AEE51495BCCF8DA1A6DD9B8A332F4746F3(G_B8_0, L_10, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 System.IO.FileStream::Seek(System.Int64,System.IO.SeekOrigin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral68D235827F5081D2F1C9DCEF05B26A118428328D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int32_t L_5 = ___origin1;
|
|
switch (L_5)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int64_t L_6 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, __this);
|
|
int64_t L_7 = ___offset0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_6, (int64_t)L_7));
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
int64_t L_8 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this);
|
|
int64_t L_9 = ___offset0;
|
|
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_8, (int64_t)L_9));
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int64_t L_10 = ___offset0;
|
|
V_0 = L_10;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, _stringLiteralB284F94827DB1FA2970D9E2014F080413B547A7E, _stringLiteralC4FDE1DE00686410EB59FDF9F4B818417C842877, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int64_t L_12 = V_0;
|
|
if ((((int64_t)L_12) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_13 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_13, _stringLiteral6638A9EBE24860C15CF06ABE37BD3F390060D540, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
int64_t L_14 = V_0;
|
|
int64_t L_15 = __this->get_append_startpos_10();
|
|
if ((((int64_t)L_14) >= ((int64_t)L_15)))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_16 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_16, _stringLiteral0E8995DA20C989D144DD0838974CE0FEFEC7AC05, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_17 = __this->get_safeHandle_8();
|
|
int64_t L_18 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int64_t L_19 = MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525(L_17, L_18, 0, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
__this->set_buf_start_20(L_19);
|
|
int32_t L_20 = V_1;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = __this->get_name_7();
|
|
String_t* L_22 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_21, /*hidden argument*/NULL);
|
|
int32_t L_23 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_24 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_22, L_23, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, FileStream_Seek_m723F18E8F91A64F4BFE85128B758F0F3D046D2DA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int64_t L_25 = __this->get_buf_start_20();
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::SetLength(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, int64_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral68D235827F5081D2F1C9DCEF05B26A118428328D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
bool L_5 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
|
|
if (L_5)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_6 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_6, _stringLiteral053CEBA9FB88071974B0FF5DE2878D2A2949E793, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int64_t L_7 = ___value0;
|
|
if ((((int64_t)L_7) >= ((int64_t)(((int64_t)((int64_t)0))))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral1F85D53676EDEF8EA93DED22E6135F63D58FB8D2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_9 = __this->get_safeHandle_8();
|
|
int64_t L_10 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_SetLength_m2967A1AF6BA9338AE7593D89BC32F52EF1B48350(L_9, L_10, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = __this->get_name_7();
|
|
String_t* L_13 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_12, /*hidden argument*/NULL);
|
|
int32_t L_14 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_15 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_13, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, FileStream_SetLength_m0F9D2B98BEA1FFCC6E8138025F5C70FCA7715B4F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
int64_t L_16 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, __this);
|
|
int64_t L_17 = ___value0;
|
|
if ((((int64_t)L_16) <= ((int64_t)L_17)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_18 = ___value0;
|
|
VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, __this, L_18);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::Flush()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Flush_m2457E7996038FDD9834D8BDE399A5227BDDF1D95 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Flush_m2457E7996038FDD9834D8BDE399A5227BDDF1D95_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_Flush_m2457E7996038FDD9834D8BDE399A5227BDDF1D95_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Finalize_m98B53FB3D3F62617BFC6D3BFF994467BFF729748 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __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);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
|
|
IL_0000:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0);
|
|
IL2CPP_LEAVE(0x10, FINALLY_0009);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0009;
|
|
}
|
|
|
|
FINALLY_0009:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(9)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(9)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x10, IL_0010)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, bool ___disposing0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
RuntimeObject * V_2 = NULL;
|
|
bool V_3 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = (Exception_t *)NULL;
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
if (!L_0)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_1 = __this->get_safeHandle_8();
|
|
NullCheck(L_1);
|
|
bool L_2 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_1, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
goto IL_0022;
|
|
} // 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_001f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{ // begin catch(System.Exception)
|
|
V_0 = ((Exception_t *)__exception_local);
|
|
goto IL_0022;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0022:
|
|
{
|
|
bool L_3 = __this->get_owner_12();
|
|
if (!L_3)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_4 = __this->get_safeHandle_8();
|
|
NullCheck(L_4);
|
|
intptr_t L_5 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline(L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_Close_mAE9B87E72744FC15E1A6E4ED5620F0189D328694((intptr_t)L_5, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
int32_t L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get_name_7();
|
|
String_t* L_8 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_10 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_11 = __this->get_safeHandle_8();
|
|
NullCheck(L_11);
|
|
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
__this->set_canseek_14((bool)0);
|
|
__this->set_access_11(0);
|
|
bool L_12 = ___disposing0;
|
|
if (!L_12)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get_buf_6();
|
|
if (!L_13)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buf_6();
|
|
NullCheck(L_14);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) == ((uint32_t)((int32_t)4096)))))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_4();
|
|
if (L_15)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_16 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_lock_5();
|
|
V_2 = L_16;
|
|
V_3 = (bool)0;
|
|
}
|
|
|
|
IL_0095:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_17 = V_2;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_17, (bool*)(&V_3), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_4();
|
|
if (L_18)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = __this->get_buf_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->set_buf_recycle_4(L_19);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
IL2CPP_LEAVE(0xBB, FINALLY_00b1);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00b1;
|
|
}
|
|
|
|
FINALLY_00b1:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_20 = V_3;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
RuntimeObject * L_21 = V_2;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_21, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
IL2CPP_END_FINALLY(177)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(177)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xBB, IL_00bb)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
__this->set_buf_6((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
Exception_t * L_22 = V_0;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_23 = V_0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.IO.FileStream::FlushAsync(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * FileStream_FlushAsync_mF37D6904A868079AAF496214113EA35DA681B46C (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_FlushAsync_mF37D6904A868079AAF496214113EA35DA681B46C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
NullCheck(L_0);
|
|
bool L_1 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_2 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
|
|
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_2, _stringLiteral93946A2B4090977F5D28E36AE8A3EB537A9520C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileStream_FlushAsync_mF37D6904A868079AAF496214113EA35DA681B46C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken0;
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = Stream_FlushAsync_m6FF6F6B6CFBEC607B2FC08B8C09CB40054E865F4(__this, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.IO.FileStream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * FileStream_ReadAsync_m052E9F23D2AEB2C6292CD75CFF94EC6FE2CC69E3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
|
|
int32_t L_1 = ___offset1;
|
|
int32_t L_2 = ___count2;
|
|
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
|
|
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * L_4 = Stream_ReadAsync_m72417EC430FE2302C8CF2D67B0BFE81FBADE4A83(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.IO.FileStream::WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * FileStream_WriteAsync_mBA5881222F27D5D0905C9DF46F0130DAA78EF0BB (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
|
|
int32_t L_1 = ___offset1;
|
|
int32_t L_2 = ___count2;
|
|
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_3 = ___cancellationToken3;
|
|
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_4 = Stream_WriteAsync_mEA7EDCE2C825C3FBD011A6A17B49DF300E67034F(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::ReadSegment(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dest0, int32_t ___dest_offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_ReadSegment_m5B1E160ECFA7C56C69BE85F1BE43856C9C2BED65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___count2;
|
|
int32_t L_1 = __this->get_buf_length_18();
|
|
int32_t L_2 = __this->get_buf_offset_19();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL);
|
|
___count2 = L_3;
|
|
int32_t L_4 = ___count2;
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_buf_6();
|
|
int32_t L_6 = __this->get_buf_offset_19();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___dest0;
|
|
int32_t L_8 = ___dest_offset1;
|
|
int32_t L_9 = ___count2;
|
|
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_5, L_6, (RuntimeArray *)(RuntimeArray *)L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
int32_t L_10 = __this->get_buf_offset_19();
|
|
int32_t L_11 = ___count2;
|
|
__this->set_buf_offset_19(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_12 = ___count2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::WriteSegment(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_WriteSegment_m5C9DA531BE3ED67A6801A386ED239E6AD79EAD3E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___src_offset1, int32_t ___count2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___count2;
|
|
int32_t L_1 = __this->get_buf_size_17();
|
|
int32_t L_2 = __this->get_buf_offset_19();
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->get_buf_size_17();
|
|
int32_t L_4 = __this->get_buf_offset_19();
|
|
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_5 = ___count2;
|
|
if ((((int32_t)L_5) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___src0;
|
|
int32_t L_7 = ___src_offset1;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_buf_6();
|
|
int32_t L_9 = __this->get_buf_offset_19();
|
|
int32_t L_10 = ___count2;
|
|
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((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_19();
|
|
int32_t L_12 = ___count2;
|
|
__this->set_buf_offset_19(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)));
|
|
int32_t L_13 = __this->get_buf_offset_19();
|
|
int32_t L_14 = __this->get_buf_length_18();
|
|
if ((((int32_t)L_13) <= ((int32_t)L_14)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = __this->get_buf_offset_19();
|
|
__this->set_buf_length_18(L_15);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
__this->set_buf_dirty_16((bool)1);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
int32_t L_16 = ___count2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::FlushBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377_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;
|
|
{
|
|
bool L_0 = __this->get_buf_dirty_16();
|
|
if (!L_0)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, __this);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->get_isExposed_9();
|
|
if (L_2)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_3 = __this->get_safeHandle_8();
|
|
int64_t L_4 = __this->get_buf_start_20();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
MonoIO_Seek_m9ED3FF3236D43D06F2B95F947B29187030C4C525(L_3, L_4, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = __this->get_name_7();
|
|
String_t* L_7 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_6, /*hidden argument*/NULL);
|
|
int32_t L_8 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_9 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_7, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_10 = __this->get_buf_length_18();
|
|
V_1 = L_10;
|
|
V_2 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_11 = __this->get_safeHandle_8();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_buf_6();
|
|
int32_t L_13 = V_2;
|
|
int32_t L_14 = __this->get_buf_length_18();
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_15 = MonoIO_Write_mF97020DA86EB20041046B8C380D54DD074F9A78F(L_11, L_12, L_13, L_14, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
int32_t L_16 = V_0;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = __this->get_name_7();
|
|
String_t* L_18 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_17, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_20 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_18, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22));
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_25 = V_1;
|
|
if ((((int32_t)L_25) > ((int32_t)0)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
int64_t L_26 = __this->get_buf_start_20();
|
|
int32_t L_27 = __this->get_buf_offset_19();
|
|
__this->set_buf_start_20(((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)L_27))))));
|
|
int32_t L_28 = 0;
|
|
V_4 = L_28;
|
|
__this->set_buf_length_18(L_28);
|
|
int32_t L_29 = V_4;
|
|
__this->set_buf_offset_19(L_29);
|
|
__this->set_buf_dirty_16((bool)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::FlushBufferIfDirty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_FlushBufferIfDirty_m8C75508BB0A2A80CE8CA41A831A9A918ABFDD4B3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_buf_dirty_16();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::RefillBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_RefillBuffer_mB9ED6A840020C56BAF34BD8D98DD5A79EACC9A33 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileStream_FlushBuffer_mBD4C0BA920C32C25AA8C27621D21611CDDF91377(__this, /*hidden argument*/NULL);
|
|
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_0 = __this->get_safeHandle_8();
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_buf_6();
|
|
int32_t L_2 = __this->get_buf_size_17();
|
|
int32_t L_3 = FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4(__this, L_0, L_1, 0, L_2, /*hidden argument*/NULL);
|
|
__this->set_buf_length_18(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.IO.FileStream::ReadData(System.Runtime.InteropServices.SafeHandle,System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * ___safeHandle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf1, int32_t ___offset2, int32_t ___count3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_1 = 0;
|
|
SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * L_0 = ___safeHandle0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buf1;
|
|
int32_t L_2 = ___offset2;
|
|
int32_t L_3 = ___count3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = MonoIO_Read_m6E196F4D40ACB3B0FCCFF55BE04A3AD3C40B1511(L_0, L_1, L_2, L_3, (int32_t*)(&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_0018;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->get_name_7();
|
|
String_t* L_8 = FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423(__this, L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(MonoIO_t1C937D98906A6B4CFC3F10BFC69C70F2F70166C6_il2cpp_TypeInfo_var);
|
|
Exception_t * L_10 = MonoIO_GetException_m80679F0AE2F61A8E2F8537A6178D1AA791EE8BA8(L_8, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_12 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
|
|
IOException__ctor_m6B0D6AACEED1FF37B08ADCB87640737D84E95891(L_12, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FileStream_ReadData_m6DEBCFAA3593D04459875E58F24C71185EB9BBD4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::InitBuffer(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, int32_t ___size0, bool ___isZeroSize1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
bool L_0 = ___isZeroSize1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
___size0 = 0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->set_buf_6(L_1);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = ___size0;
|
|
if ((((int32_t)L_2) > ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralF75E94DCC92ECC309EF861E9A10FFFB6B1A383AF, _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FileStream_InitBuffer_mD50C0DE6F31AEA867747EE5795501D4CC5E064BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
int32_t L_4 = ___size0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_4, 8, /*hidden argument*/NULL);
|
|
___size0 = L_5;
|
|
int32_t L_6 = ___size0;
|
|
if ((((int32_t)L_6) > ((int32_t)((int32_t)4096))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_4();
|
|
if (!L_7)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_8 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_lock_5();
|
|
V_0 = L_8;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_004b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_9 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_9, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_4();
|
|
if (!L_10)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->get_buf_recycle_4();
|
|
__this->set_buf_6(L_11);
|
|
((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->set_buf_recycle_4((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
IL2CPP_LEAVE(0x77, FINALLY_006d);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_006d;
|
|
}
|
|
|
|
FINALLY_006d:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_12 = V_1;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
RuntimeObject * L_13 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
IL2CPP_END_FINALLY(109)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(109)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x77, IL_0077)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buf_6();
|
|
if (L_14)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = ___size0;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_15);
|
|
__this->set_buf_6(L_16);
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_buf_6();
|
|
int32_t L_18 = ___size0;
|
|
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
int32_t L_19 = ___size0;
|
|
__this->set_buf_size_17(L_19);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.IO.FileStream::GetSecureFileName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___filename0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_GetSecureFileName_m347D76C08C3830494E043CD3C31BF2A7E5C1A423_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_anonymous_15();
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___filename0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_3 = ___filename0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String System.IO.FileStream::GetSecureFileName(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileStream_GetSecureFileName_m410B4CDCEECE9F3A35BEE2987CA38FB8BF6224E2 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___filename0, bool ___full1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream_GetSecureFileName_m410B4CDCEECE9F3A35BEE2987CA38FB8BF6224E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_anonymous_15();
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___full1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___filename0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_3 = ___filename0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_5 = ___filename0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = Path_GetFileName_m2307E8E0B250632002840D9EC27DBABE9C4EB85E(L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void System.IO.FileStream::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__cctor_m1A9D61D5329E3774C77BE21494608E1E7788D6C5 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FileStream__cctor_m1A9D61D5329E3774C77BE21494608E1E7788D6C5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
((FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields*)il2cpp_codegen_static_fields_for(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var))->set_buf_recycle_lock_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272_inline (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_get_PositiveInvariant_m2B3F5678321221FFF87A3AE488292B79D16CB272mscorlib7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_0 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_PositiveInvariantFormatLiterals_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289_inline (TimeSpanRawInfo_t41C41424D2A6BC45542E49CB1843F08221F844FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TimeSpanRawInfo_get_NegativeInvariant_mDDEC76322903D1DD86A5B3E5AB4F8E2298CC0289mscorlib7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var);
|
|
FormatLiterals_tE93C12450F24FECD414C8FC2B3F3EE606F807223 L_0 = ((TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpanFormat_t90CBC39FE99AC515E1F68FE55DBA3D8515F19B51_il2cpp_TypeInfo_var))->get_NegativeInvariantFormatLiterals_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* MemoryStream_InternalGetBuffer_m523652019AB0927A8B2C8E8F3159598FD609F8A8_inline (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__buffer_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = __this->get__keyChar_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD_inline (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_inited_25();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Path_get_DirectorySeparatorCharAsString_m9D43BF319E9BD81A0841060BF08F6A87707E8237mscorlib7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_StaticFields*)il2cpp_codegen_static_fields_for(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var))->get_DirectorySeparatorStr_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FileSystemInfo_set_DisplayPath_m7CAD47FB30F989161D7E8147D627F42B6FB81777_inline (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set__displayPath_5(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileSystemInfo_get_DisplayPath_m9A14D10849FCBD74D3854A8B12D9407E007258FF_inline (FileSystemInfo_t6831B76FBA37F7181E4A5AEB28194730EB356A3D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__displayPath_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__HResult_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get__innerException_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileLoadException_get_FusionLog_m87F409C06EC73E9F2756A14FE5CDA8CCDECA845F_inline (FileLoadException_t4F277277156CA76B0610D4AE6EDFBF64561BF3FB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__fusionLog_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FileNotFoundException_get_FusionLog_m566346E8672529DB07EE44316C81519E5DC85AF5_inline (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__fusionLog_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->get_handle_0();
|
|
return (intptr_t)L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mFA6029268E5E4427856D432C42EF82C6D15AC9A8_gshared_inline (Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->get_has_value_1();
|
|
return L_0;
|
|
}
|
|
}
|