47891 lines
2.1 MiB
47891 lines
2.1 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 "icalls/mscorlib/System/Delegate.h"
|
|
#include "icalls/mscorlib/System.Diagnostics/Debugger.h"
|
|
#include "icalls/mscorlib/System.Diagnostics/StackFrame.h"
|
|
#include "icalls/mscorlib/System.Diagnostics/StackTrace.h"
|
|
#include "icalls/mscorlib/System/Enum.h"
|
|
#include "icalls/mscorlib/System/Environment.h"
|
|
#include "icalls/mscorlib/System/Exception.h"
|
|
#include "icalls/mscorlib/System/GC.h"
|
|
#include "icalls/mscorlib/System.Globalization/CalendarData.h"
|
|
#include "icalls/mscorlib/System.Globalization/CompareInfo.h"
|
|
#include "icalls/mscorlib/System.Globalization/CultureData.h"
|
|
#include "icalls/mscorlib/System.Globalization/CultureInfo.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 R, typename T1, typename T2>
|
|
struct VirtFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
|
|
struct VirtFuncInvoker8
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, 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, typename T6, typename T7>
|
|
struct VirtFuncInvoker7
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericVirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericVirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct GenericInterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// Mono.Globalization.Unicode.CodePointIndexer
|
|
struct CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A;
|
|
// Mono.Globalization.Unicode.Contraction[]
|
|
struct ContractionU5BU5D_tD86BF5BFF6277D981053A21EFFD3D0EEB376953B;
|
|
// Mono.Globalization.Unicode.Level2Map[]
|
|
struct Level2MapU5BU5D_tA4F3B2721A6C88295DBF9DA650C96D1717842E28;
|
|
// Mono.Globalization.Unicode.SimpleCollator
|
|
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
|
|
// Mono.Globalization.Unicode.TailoringInfo[]
|
|
struct TailoringInfoU5BU5D_t342FFD04F3AB46BD8E89E5B9DDDAEE8365039573;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
// System.Byte
|
|
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.CaseInsensitiveComparer
|
|
struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE;
|
|
// System.Collections.CaseInsensitiveHashCodeProvider
|
|
struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34;
|
|
// System.Collections.EmptyReadOnlyDictionaryInternal
|
|
struct EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA;
|
|
// System.Collections.Generic.Comparer`1<System.UInt64>
|
|
struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Globalization.CultureInfo>[]
|
|
struct EntryU5BU5D_t00E7B8B134213BC02A70B308F59529175B47DE83;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,Mono.Globalization.Unicode.SimpleCollator>[]
|
|
struct EntryU5BU5D_tC1DD130BD4A49A65C91E4A8211C674A3C5B3A09E;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Globalization.CultureInfo>[]
|
|
struct EntryU5BU5D_tC0180CEBE8858925A2B0A87653E95E8B7A5C6C79;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Globalization.CultureInfo>
|
|
struct KeyCollection_t373DE92636E7AEFE7356F67BF1CD79E7C23A7828;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|
struct KeyCollection_t80C19162A3C18EDC90209882B2FBC96555382FD6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Globalization.CultureInfo>
|
|
struct KeyCollection_t761E7ECF09AC8D373E01E0F127AD3059054B996C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Globalization.CultureInfo>
|
|
struct ValueCollection_t6B42845D03221A7238CB4CFB2B8101924AA0896B;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|
struct ValueCollection_t5F6247B1A36BB27A8A498A6E5B1E017A5D8B3AD1;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Globalization.CultureInfo>
|
|
struct ValueCollection_tFAC35246CCE1378D7AFB1CC157863474737317F1;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
|
|
// 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.IComparer`1<System.UInt64>
|
|
struct IComparer_1_t7E1CC88723F5E5E455D1F3D16DB58DCF4B173316;
|
|
// System.Collections.Generic.IEnumerable`1<System.Object>
|
|
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
|
|
// System.Collections.Generic.IEnumerable`1<System.Type>
|
|
struct IEnumerable_1_tF9225691990EF9799D9F4B64E4063CA0D1DF03CA;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Object>
|
|
struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.IList`1<System.Object>
|
|
struct IList_1_tE09735A322C3B17000EF4E4BC8026FEDEB7B0D9B;
|
|
// System.Collections.Generic.List`1<System.Diagnostics.StackFrame>
|
|
struct List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
|
|
// System.Collections.ICollection
|
|
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
|
|
// System.Collections.IComparer
|
|
struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
|
|
// System.Collections.IHashCodeProvider
|
|
struct IHashCodeProvider_tEA652F45F84FA62675B746607F7AAFA71515D856;
|
|
// System.Collections.ListDictionaryInternal
|
|
struct ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC;
|
|
// System.Collections.ListDictionaryInternal/DictionaryNode
|
|
struct DictionaryNode_tB339977C424847FD9302A917795F79BB8AD32C3C;
|
|
// System.DefaultBinder
|
|
struct DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC;
|
|
// System.DefaultBinder/<>c
|
|
struct U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2;
|
|
// System.DefaultBinder/BinderState
|
|
struct BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.DelegateSerializationHolder
|
|
struct DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671;
|
|
// System.DelegateSerializationHolder/DelegateEntry
|
|
struct DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.ConditionalAttribute
|
|
struct ConditionalAttribute_tD475CFCC7EC3526AD214131176ABA0251590257F;
|
|
// System.Diagnostics.DebuggableAttribute
|
|
struct DebuggableAttribute_t1C72D0B5C4B5DEB1F35810895AB140920B6905A5;
|
|
// System.Diagnostics.DebuggerBrowsableAttribute
|
|
struct DebuggerBrowsableAttribute_tCD7F519D82174C6A0A489233ABEEFE5170647C49;
|
|
// System.Diagnostics.DebuggerDisplayAttribute
|
|
struct DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0;
|
|
// System.Diagnostics.DebuggerHiddenAttribute
|
|
struct DebuggerHiddenAttribute_t22BDC860CD1FCAAD732C8F3DA57CD076B825D29B;
|
|
// System.Diagnostics.DebuggerNonUserCodeAttribute
|
|
struct DebuggerNonUserCodeAttribute_tD4D1ABE4FDD6338755550CB7A85D6C6991018BB1;
|
|
// System.Diagnostics.DebuggerStepThroughAttribute
|
|
struct DebuggerStepThroughAttribute_t33B8A2FD900886600C7A7ED51FDF5EA56E00450F;
|
|
// System.Diagnostics.DebuggerTypeProxyAttribute
|
|
struct DebuggerTypeProxyAttribute_t696DEF632A2894528645D4584D2BDF9C9373DF4F;
|
|
// System.Diagnostics.StackFrame
|
|
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00;
|
|
// System.Diagnostics.StackFrame[]
|
|
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D;
|
|
// System.Diagnostics.StackTrace
|
|
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Diagnostics.Tracing.EventSource
|
|
struct EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB;
|
|
// System.DivideByZeroException
|
|
struct DivideByZeroException_tD233835DD9A31EE4E64DD93F2D6143646CFD3FBC;
|
|
// System.DllNotFoundException
|
|
struct DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76;
|
|
// System.Empty
|
|
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2;
|
|
// System.EntryPointNotFoundException
|
|
struct EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279;
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
|
|
// System.Enum/ValuesAndNames
|
|
struct ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2;
|
|
// System.EventArgs
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
|
|
// System.EventHandler
|
|
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
|
|
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs>
|
|
struct EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.ExecutionEngineException
|
|
struct ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21;
|
|
// System.FieldAccessException
|
|
struct FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF;
|
|
// System.FlagsAttribute
|
|
struct FlagsAttribute_t7FB7BEFA2E1F2C6E3362A5996E82697475FFE867;
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
|
|
// System.Func`2<System.Object,System.Int32>
|
|
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
|
|
// System.Func`2<System.Object,System.String>
|
|
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
|
|
// System.Globalization.Bootstring
|
|
struct Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|
// System.Globalization.CalendarData
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E;
|
|
// System.Globalization.CalendarData[]
|
|
struct CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD;
|
|
// 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.CultureInfo[]
|
|
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31;
|
|
// System.Globalization.CultureNotFoundException
|
|
struct CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|
// System.Globalization.GregorianCalendar
|
|
struct GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005;
|
|
// System.Globalization.InternalCodePageDataItem[]
|
|
struct InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834;
|
|
// System.Globalization.InternalEncodingDataItem[]
|
|
struct InternalEncodingDataItemU5BU5D_t0579A8C6FC0871F0230E51290511BF0C9C706C68;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|
// System.Globalization.SortKey
|
|
struct SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9;
|
|
// System.Globalization.SortVersion
|
|
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|
// System.Globalization.TokenHashValue[]
|
|
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.IConvertible
|
|
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|
// System.IO.Stream
|
|
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
|
|
// System.IO.StreamReader
|
|
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
|
|
// System.LocalDataStoreHolder
|
|
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
|
|
// System.LocalDataStoreMgr
|
|
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
|
|
// System.MemberAccessException
|
|
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0;
|
|
// System.MissingFieldException
|
|
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37;
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498;
|
|
// System.MonoTypeInfo
|
|
struct MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D;
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t;
|
|
// System.MulticastNotSupportedException
|
|
struct MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.OperatingSystem
|
|
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
|
|
// System.Predicate`1<System.Type>
|
|
struct Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8;
|
|
// System.Reflection.AmbiguousMatchException
|
|
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349;
|
|
// System.Reflection.Assembly
|
|
struct Assembly_t;
|
|
// System.Reflection.Assembly/ResolveEventHolder
|
|
struct ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E;
|
|
// System.Reflection.AssemblyName
|
|
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// System.Reflection.FieldInfo[]
|
|
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t;
|
|
// System.Reflection.MethodBase[]
|
|
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Reflection.ParameterInfo
|
|
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB;
|
|
// System.Reflection.ParameterInfo[]
|
|
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694;
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t;
|
|
// System.Reflection.PropertyInfo[]
|
|
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E;
|
|
// System.Reflection.RuntimeAssembly
|
|
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1;
|
|
// System.Reflection.RuntimeConstructorInfo
|
|
struct RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D;
|
|
// System.Reflection.StrongNameKeyPair
|
|
struct StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD;
|
|
// System.Reflection.TypeFilter
|
|
struct TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18;
|
|
// System.Runtime.CompilerServices.Ephemeron[]
|
|
struct EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10;
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo
|
|
struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A;
|
|
// System.Runtime.InteropServices.MarshalAsAttribute
|
|
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
|
|
// System.Security.Principal.IPrincipal
|
|
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
|
|
// System.String
|
|
struct String_t;
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
|
|
// System.Text.Decoder
|
|
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
|
|
// System.Text.Encoding
|
|
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
|
|
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
|
|
// System.Threading.InternalThread
|
|
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
|
|
// System.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.TypeLoadException
|
|
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
|
|
// System.UInt64[]
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF;
|
|
// System.Version
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var;
|
|
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* BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_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* GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211_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* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____811A927B7DADD378BE60BBDE794B9277AA9B50EC_67_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B8864ACB9DD69E3D42151513C840AAE270BF21C8_105_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F073AA332018FDA0D572E99448FFF1D6422BD520_138_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00762CCFA703393E0DAFF813A6ECC19F7CD02421;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00A6BA21DA70F3E781567C43A9A22E8923E617C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00BC2747CFDBB501A0BECCB0032408DBFD9EDE48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00C5B9DB11398305E81DD934CC30030C1A628291;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00C884B89D35CC8426615D8A6FAE93EBF3B05002;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02C9550A52163513402422301087BB96560EAEB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03850E79212815493735360C283D99247A695B2C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03EE66A3DAB3D2CDCE115FCC8379D06011B9D4B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0468E3044BB96C27C2B264BCEDCDBC4DD3B9345C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0658929A32FCAD205DF089C884250DD482DF435B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06B08B32563194C5D89D83B119A25C21B9CE4CD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07962E32BEAC4DA179B30C06F1C1E71BD220F782;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07B3E447DB02B7CC20A78A57C316FEBAE22ED72B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07CE6B1734336D8A0247A5B404E7DA225FD539CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07D16614C7EAFA63B6B2E43D94BCADBAD1CF4C3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07ECF87B18F2F0F4B549EE88FAFA1818904FAE31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral088FB1A4AB057F4FCF7D487006499060C7FE5773;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral08EC69F5BE3C483FD11A6E14DDD09865343CD172;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral094B0FE0E302854AF1311AFAB85B5203BA457A3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09CD68A2A77B22A312DDED612DD0D9988685189F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0A6190DF9675DE3C18B12FD3FC97648581780661;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C95DC6163FF0D09E82F44E7C50DB7AD6B089BF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E168CDF1DBF843BDBE1D9FBA40B3861180C0DDE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E3C7A1606DA838CE96461BF8D263522F012F2F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral112F3A99B283A4E1788DEDD8E0E5D35375C33747;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12209D77C65DDBBBCC60B5E59E78677AC5470772;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12AB214DF85E4910F7E4400EEA924B9565854A9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral131260CBFBB0C821F8EAE5E7C3C296C7AA4D50B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1355974860549B02424AD8DC2DA12EDB5E226EFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13CF10A8C33C59C2C2FA4A4C5B58E54D41A0529F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral157562C9A22C3136F032CA6820849E34DFEE3370;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15C3735B75EA81656658DC498FA5D2B99E4B7578;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15F82F7D7649B72D2F13BC2A9FBCE3430E32EAAD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16DA788082C4C9A5A70A491C6444E6C78CC150C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17063C506B81A46C2EB7716AF50CF19D4ED5A6C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral172386082086186807F5EDA33088CEC8484F98BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1758356DB21759F7C5A0DA9B4DD1DB8FD6FEAB3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19082866D46A5A57BFEFFE585D8362C149676C90;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1932D4C2D052419210BC471EDEEC29489376ABC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19F38987EAFA5D20A236297A8DE89EBF546129A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C42C72CF95AA1B76609B585B34BAF6B501D713E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C542E79C9B4257E640CCF72974D61FD590A5C26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D3E9162814365CA1190011A3093E38C1EF85CA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E4B45509DADEA17CF801ECF4A0D30EB23624558;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1EBE2C76316035130524FC185DA3EF43943BABBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F4876FD676D03AC09FB1856159B448B0D2A55AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F98A562808FB164CB9F3BAC1A68EC5428FC243F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FB2A8A4CFD43515528E8D82A65169B7E24F3424;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20588AE8E5C269292D35F9DFFFA8F2EB3FD3C259;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral215A956168F77421253E947C2436371D56AA7EA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral218137C521AF99F78EDC8E6B5559817D451D5390;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21AB7080B917C3D1E38C5352CD4E8BC417220A33;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22EC379C4373969975B9A3C782C8CE57B25EF1DD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral23408B19B29E8E8495BB4B68733ADA5F85FC2FD6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral23D8E0156062165CA3736E9F1E364D414E1D82D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24140A67A2C322F317F218FE8FDC73DA6D462468;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24B2A0993D0CFA93C44282D6BBA72BCF58B300D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral25BFC51C61045CC3FC21C75CFFC9743B85854F25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26CC3217BE640E8220112C25628DA6E11C78DB95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26D1D6E68E2EFB43040F5747213A436E201DDBD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26FFC6C86CF4C6D53910F7890B1D0641867464F9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27E90DFA57C358ACFAF470860F6F72C9282CE995;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28332BF3F5ECB907F6B48B01FA850D52EDABD9F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28A063DD3B6BD72B8F669ED6E76C944E42BCA5B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2A09998D72F4DC2DFB21A20D285A9DAB2EFC5F0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B002DCF5EBAF365D031276A8F5E55D923723C20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B946DDAE90DF50F553375CBADEDE63EF5DCC8B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E5848A2AB485AC0B08CD78605681B2223757EFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2ED45186C72F9319DC64338CDF16AB76B44CF3D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30F088EA6673877C2E2C1EDBE7513FF90EDA9A6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31ACE4AD1831AAE866CD7951A842CA3E38F21981;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral333C11801925CEAB22DD74C93D7617C041F0FA70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33E9505D12942E8259A3C96FB6F88ED325B95797;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33EA80F35FE737B35E1D085138643A2660006847;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3435968A1FA5DC7806024802A561C1886C22803B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3470119F1361E9FB958E1C5BEFC19520B7D8EF98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3593CCD96F6C0FAD4E362D18AC37226707F2EA46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35D495B41AA40F510FFCBB60365085B8B25447B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3608A6D1A05ABA23EA390E5F3B48203DBB7241F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral366C785A87DE8D364AA94AF2F0B95E4AA3DA8BD8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36B30A763613205793C862E9B321707799F3267D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral379FC0D5299A71AC0F171FBB5AFB262829B4E765;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3918373CF5559C54B52C7066428F6C4118D31C23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral39BEA6DEDC2EA02EF7433B14291DB0C8B3326642;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B4185EAC11953B03D8DF353F63866D419A7500A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B45D1AAB32F551A0B6E0607F82512D790385944;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C5BF776F5EFCAA22D6E0FD4839DB7D2B83E52BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C5D85670EDE60F3829428073B57120DF70EC0DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C98290E23F3A606D63A40E03A5D3ADD211D9767;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D87DCCAF91986FA4C389725BCAF948EFFA3E43D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D96CABB84A7EDD6E501F562119B3A2D8672333B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E05D1803CBCEFD7109BD5259E9057AD7C3AC318;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E63A20FD24D82D9E81A5F39CCDC550B85A2182A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E84966EDA4965346B1B65E8FF71B6DBD7DB4B73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EB65786145ECB71E9DCBB3A09F06A0B3A6C4D2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F98816C9705E9EA06CFD4DA52C96A453E6CB2D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral408F64453B908F42FD60655B6602FE9C593982CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41961E065ED2F6443B0078BD9AADFA75F0CEB0E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42E43B612A5DFAE57DDF5929F0FB945AE83CBF61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4319F745CDC4FD40114E0D897B2013145BAEB728;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral432F40DA13A412CABAD63F5524F00CC2C8992AC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral433632EA5CD64CD163C3A390D5E531D33DA3C5E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral434F56D21A258E7969A92CEA469D5AF82D2A30D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43D3ECA42D0F0DD2D0EEDD4268AA3E31B36C5583;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4474ABE156E995800F623A46EB81155997101DC5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44B7497C4BB5F3E8C071B12B7ECE82766A88068D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48C98CAB7866E606328C99289ED24E339393B5AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49A9D09283F8FB50FA0AFE850910B0835161D9EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A45AC65FB6BAB3EF48AAC5FF0A7E1082066FAB4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4B35BE0F7818DF6954737AB957F691EB72A389D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BE59823DB5716D2F689C4286C3CDFEDA568633A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D0D35E3F9FA8F0FF4FB8EC98BDA283E0637F52C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D73C29A4561048CE85FA0051BB7A6D201781159;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E0670944C1116B7F84CD30B38C4E946D59AD573;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EE7F9F6F091866B32663BB85C3E9589E6A0D50E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F1EA4F09DB2AAAFB0A92C0B9E57751121ED6647;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F306706F74E821DAA4624ABFC5A3FA34AA71B25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F8F608AC4AAFCBE4FAB8DCEE1E9C609F99D9332;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F927D639955DB3FCFD829E794895EA0A6432A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50CF95CEE82204C65FD924E1AB51401C2EB0DEA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51327AEF9866E85EF5B5B2294A28494D2715AE59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51BD95353AEDA6615433BEA21896C893EF5E62DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51D17F0D0E350E6EE6DE0A8755E37EAE6E31178C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral529541BB390C76152E313351D89DE3CD30A1C4BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral532C67FE1B5AFAE15D2D08FBA7A78DE0F63CC4B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53AA48DFB1621EEE46486F3F87CB380000546C4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53AD847AB93428F690F188CBD862D79D145E1C0A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54B6A9B88FE2ACB578E30CBC9060F562D042936D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55DCFFE83E53618D0666874ED1131226671BD9AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55F3FE2A8CA5713A243886E44A404B3817A6D9D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5644A3F6D24DCD489C4300BDF0BEE118EB558724;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5656B9B79B0316FC611A9C30D2FFAC25228B8371;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56B71E89FB1079CAAADEFD0889E9A22E8B0560E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral587CAF0E2EADCED18EC63C9F5DCB6EB925840F59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58E6B3A414A1E090DFC6029ADD0F3555CCBA127F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58E8DCCC518A85B2914A2D79E659E7D21E19FF28;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral595477BD43C386B66363F3CBDA218DF80E9512DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A4FE08359C7F97380E408C717EF42C86939CD86;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A7BD4149D0D34D3EC86181CDAB1CB8DD3F441D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AF3B0BD9EF6A3F3B1ABBC815082E30376022C89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BA93C9DB0CFF93F52B521D7420E43F6EDA2784F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C0795F509D6640C0F41A5C940D5204A3BCF95E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C3A35EF85F22D508F90171BDCB2E6D820731D20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5CD7E29C88170AA3F16281E0DBF5772C137F6D8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E5C4B3CD84D07CDDD5F796A0ED208357AE2B291;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F2E1F9EF87CD5FC39B67305FB0FE704DF157992;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60446D21D42F72D18D914C2AD00B211A55AFBF5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral608E01334F5575F10813EFA40CE0102F2DC0A75E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60B4B1D17E694A3FF7C1294CFCC94D768739A96E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61976AAFF28A81901A73362730198145C0AB9C34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62E58DDE204DA426C4CA6686C39866DD1719988A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62FB1585FD37A03B137AFEEEDAADA345F5537A00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63421775BF8EBC09027CFFC40F85F93CF0EC57EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral638E8F0171575864326F06D2A5F8E72287427B15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64A0CDF07B72C423CF170708331F4531DFCB85DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65640C6577C9C72497525E656127B5BD1DEB6F85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6566243318E061E342A45DEBDA4DD0D8CD48DF9A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65A7DA8F45E5A2F3931F4D650CB1ECB17B805231;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66FBC5077BBC67A5635C29BDF6A49E996397895B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67B8B1C4FEDB2E38E2EB26F403B9C2B2642B0A2C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67BBF11A3239F8FE8171FEE7FA8B76D4160D696E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67E2F6478F31A5F41D827A0644F1EFD83CE45B9E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67F994533A5D976EED69AEAE05E381BF6FA851E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68A5D7A179F27B047CF588C7CF817EABE6480C78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68C42A321969A6ABF1CF14A8D0AB4B1A07329CEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68F4145FEE7DDE76AFCEB910165924AD14CF0D00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6929E765F6BD128088CDF81BA4805D3A84DA4E5E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69AC9994E0D1CB84E9D669441BEE5CC864EFC149;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69D97C5797DC7D211AAA4E9229DB5C8466D4EDEF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A7111C208A859FCA4DCBE9D635C171534460B06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B163FA3BAD47A62474AFCB81FB9F27BCB549D82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B72C843CF60181F1A4116D3AC47D31856605A47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B782D41B0C29E2F39F93A8352C43300B042C6CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C0596B8AC609191181A90517D51C0B486F23799;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C5522CA8AF86FC5069B737BB8892B3EA61002C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D2279C3ECA84EC66A200D8092FAC2AE76692E6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D57B527E7613982252D681B40F03DFBEC803607;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D90DF3BE4D0D43B08E3FB47F55E09B5B06DAE3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6DA13ADDB000B67D42A6D66391713819E634149F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72B6EF474440C54744701B2768DE8799F59FA98B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72C5A4143E012D2D999449D7D42BBC63D5693779;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75629AF51D7C7F120DBB5B462013BFA48AF33285;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral758F870D25D935A22E7B6F601A5D67252C7D24A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76031DDF92450BA52C1E3945097079807A9065C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral762970B018DF21A1A75B4FA2A9F364A7C95CAEA5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral764C1CDCDDB924E02A85EDBA8640D467D06A6FA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral766A6E8998AEFE2117D62C2D48411E43161FFA11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral78DC0CD3E7EF475D2C3E664078E5F1D7B3B719AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A22D73D336ABD6281D4DD71080220A230CB79DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A604BE15D4472487E1E69264386BC5349CEFE08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B21FDD90A6056168B4B04DA4C8C387C4FBCE2F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C920AC9C27322B466EC79E3F70C59D0EB2E27E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D8C8E403A209FAEBC3A305AF4E07E0809EC23D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DD9B33881225C7AC41DCE30C1447DB47C41D4AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DF702C1E2A7F97F2512B0267E516708FDA29AC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8007D5EF56E6D183A57679CABA3D020569292421;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral806CE4D1F184D84DD4FF0DEF065F4CB686D85559;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80D305C58F97EDFAE92A3627F5A66D9BEF4D8D46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80F87C8847DA6C872CE2FC9FEC0A98A73EBC578D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral81DBCB9162B442AF34FF38018B4B77C063015832;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral833DA188871DDE4C49E08271FF3DEFF524B7992C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral838672B23B845AFC5ACAD3577C662E2ECC1E5F1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83B04E2653917150804A1A71DA678664E3E509B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83EB9DF3AAB1C833EB3CCFD3CEFB43106280EF34;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84572EF2253EF81E2D8CD8C65849F4D9A3881F47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8705DFCA077C41F08BF9E2BF4473510D785B14E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87206AE2363483496C099F8C3AAC5B4A8AE2A66A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral873B99C2DE7E97F13F50EB5407CC56E0D738C826;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87DDA20416649F2A6A1B03D4E13D48A80B1A357F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88CCFACD3FCBE4CCCD76B3480CC051D875ED4591;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral898353C8BDF4D1DA0E634FE08B4A2DD207A17CCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A7AD82493CF7BB10C4B0068FD0769EB0717E237;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AAD576F609EA00F0F3A7B5E1319000261A3D352;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8B438931EFA6FA40E6BF7F93E32BC75658CC63D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C1017982B2032CC059203E3D83DD0EE2E7A86B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C50EDF68E3E4416C8BDC4BC660895ECB24337A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D4C780FCFDC41841E5070F4C43DA8958BA6AEC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E7BE411AD89ADE93D144531F3925D0BB4011004;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E8546DE89C32B39B3EB5728EC66E941FEE4E8F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral902685EF3692B3767BC81B2C5518F1DB33AF2498;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90283840D90DE49B8E7984BD99B47FEE0D4BD50D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91E885D8E5AFB3ADF939AE0B29774A7CDD738CE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral924740311E458DB6994AC7F82E0D5615A48E1657;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9294D72CE1B007630F6109CAEE86600E0F473990;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9300964C68712BA23F34ACEF429540225754B632;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral932EEB1076C85E522F02E15441FA371E3FD000AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral935EDBE91F7D3337C2FE13E3AD2373C9A8EC468C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9377E60A3330B8DCBA93D22F00E784D5E303A292;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94732D2716FA92291229FBBA017D7D99A0684F3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9483BDD3D2B438AB667226C5A0CD8CC30D9BAFB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral960C481A2F36F5ABC2A1BC7DD104BB5F99F94708;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9668F5AFB09CB71590DEF7092FE1DFF18C8CFD93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral96E8155732E8324AE26F64D4516EB6FE696AC84F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97F27E5AD8A8005896BEAB070988EA16E76BD0CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9809EEBD54AE05C9E348295B938477E70D63935C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral986B1BC1EB8DE89643C50722910F99001C232865;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98CFE5E917B6BC87FA117F28F39F6E8B09499151;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral997F59BC99B2A57280179C3CE09BA8AB57CBDF44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral998E8B57873ABC9F3D83C9A18BB4DA8535457FB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99D088ED5F1BAC91ECED72079B3134C8258E1646;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AB0BD9A6126EE4B9D7538D5C6CBA7AA587F31ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C51AD8660EAAE45F7965CD83D1F447CF6378547;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9ECB2E572CFDA900F36B37BE28189AFF0757C5D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0393902DB1F516EF5F95F6830938558A88FB23C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA18229BD67FF7C4EF57838080BA9E1B1441BAB00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA1EB800DAE02CA0397B18760AE320E5D180E74BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA24AE9FAF6A4BA419BEE6DC5D1D746ACF826B198;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA422FAD59698B540506986BD496D03E151AFC0A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA55F1512DA06994D35F587926787BC86E1C37545;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA5BC1D9B2AE74E7A8A249659C13B14F5C2EAC13F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8DED5E408D06831D95B6E792BEFB518071D968A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA91DCBB4DF49D8BFE0A9930D7FF911A4292CA1F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9DB906761699B31567727716EAA6FD19AE5F5D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA0A012B0AF5D60A349393A0B29275C8047EC0F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA4A5F8125F234182E2DEA92805AFDFB747A86BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA77F314FAB0BD632ACFB6279E7FB2C447DD50EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAAB90DFE8C6F152A4FB071F5F4F9DF804626E6AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB3DFA7772E82AEBC308D16B390DC7A630733224;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACDFC66F796B9E1C4B085C5020F49141AC958E56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADD9B279679F9595A61957DB72E98E204DF6E3F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFBD161F64FD2F3CC50441DC9D75E272141B2421;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB01F1CC7133E621E07A9C1B376C56F8218636E39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB07EE427B13FDA8C265DAACE035CBEF440CB3F7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB295C12C5CAC773CDF3A1A19682B55AC85268B42;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB331FC67AF2F8F62216DC7677E33FA9AD545B96D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB37C40A058E1BE76E181791B84BF21D6FEBAF035;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB44892B7F81948B449B1FCEB43F8115BA5FF108B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB47F363E2B430C0647F14DEEA3ECED9B0EF300CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB4EBFE34D0FA97F0DD2BB1234FAD8F59805F4E8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB4ED19F6FF6156C7E179A990BF73D02E8D5DF1FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB51A60734DA64BE0E618BACBEA2865A8A7DCD669;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB737558468D75CA55B2D9185C0B55EACAEA627A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8100F5BA8BD048A7CF11D116FBBD73130C3C6F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB858A87C07B04C4568F51B0DCE655F78D73C02B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA68CC085BCDB2ACC7A9EAC506B72375599B4895;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB1EEAB40131BAA9BA8E8A7AE56779A8FA7C7A5A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB3FAFAA5C2E9BF195FEBC025DC0AE5FA6835164;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB9BFEFD5391F52BE54267E2A938A126661B0FF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBD6E32EE1326237814B697269B4368033D50D2F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBFDD5D9E202955BADC46A0444FEDB1D583D1C04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC5DD045B8623DDFC4BD0BCE98CA5FDA42ACCF88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC811258AE9F9FCB0494BB2785A876A59993024E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCB1C114A5EFA9522D60C3A5B5B05E6278DAB7E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDAA90C5CDD8B151C23AA6519EDF0C2D29967219;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE567BF0490756825A33142CC977D8FB095309B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBEFDE54A108CB9DC6AD6E0EBD28720531A6855E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0DC0AC3D1A9DF8FE9622B770DE1EA844F9F5CD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1667A6DBF1A3F8146908B8EBC18AF7CDEC1FEFD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC22B5F9178342609428D6F51B2C5AF4C0BDE6A42;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC350C1F2719CE3CFCEDB3FC3D5E02625859F104B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC41975D1DAE1CC69B16AD8892B8C77164E84CA39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4BA0822462E0C373AADD5360A69F205C2A7D036;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC525149EB1C2E0B57FE563AD7B4D9E45A646784F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC536A5B711D78952DB32526FE657F09BBA77D40E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC65605ADF5270F5065089B0189DA542274D30DB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC67F1EE17880030CE11821DCC9BE7AF90B863D9B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC700DC1C6745C39929C4B490A50F1EF4B6DE67F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC94F479833C5D401CFFDFA7AFE6C9C2D56448019;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCBA41814177BF41CA66B0AD5F8F1F0A2DB896948;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD738EBDB108645F60E548461168D2E3327319B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDD4F874095045F4AE6670038CBBD05FAC9D4802;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE1DDF44C11C095A333A8053DF423CCC278000D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF4B338637840040B506E96589E31DC8FC2CC1CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCFCC93558CB387A49E31D06C0C5E676D9031602B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD088DB464661C898A1FAC3B2A2EA343D31370EB8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD166E844A3F3F87149CC4F866EB998E9A751C72A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1E622507595486EE06DB24B1DEBF11064EDD2BA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD29F180F1BB04BCFEB93E4243D542D56E1B504CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD312CC75DC28CED757EEF6EC22A7E3706905E352;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD34FA1F8F0B1A76AE79DACA432F5AD6C21B71E0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD37BECCE4F8DB47224B5402BF70365AA2335C425;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD42942B365A72FB3F39CD23DAF621580F498763E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD469BAA564444757FE1336FBE5C7F368961D4E63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4E28B2FE7D8CE853357D205D5CB0C5A96D82EEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5F9EE26BEE5BC5B832256B851262680C55BCB23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD6D9970C3066A54835E00256D44ECD8153325A03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD6F333EBFA54232DEAF561F48A1FE48509FEAE3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7D2E6B3863B2910D2CA34828BC651C85D88DF6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD8FE6F076D7909FF7107330CBD7235F21AF02801;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9977C4ABA9BD29906A95DAC37967CFF847F0EC5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9BBFE341E231DD531A559F974E1015BCC9E6DC1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9E83874D260F2F10D48D98C0B773B836096D426;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAE50AB6C9EE2D4025C53458EFFED3E935ECDF57;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC45FE023482B3B890B5E574E53C1D051F45B1EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC8415CCFE52505F1D0A74025C76B3C26C88C59D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDDECD1B789B8A6D1B22C1C2B6E877A82A395F718;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDEAE2CA6EAEA43A091674E31DD8E8D250C14C844;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF211CCDD94A63E0BCB9E6AE427A249484A49D60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF97A42549E5C0E1753B985126565531CC9F3C56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFE109EFC8BE01B7D637E36D004DD36AD98A1201;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0ADF2BEA400DF372B97A1079A556B07ED24E356;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE0B41462A3EF7CD8B8DB500826656759E25CC94E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE2A64BF041816F6ACB45EC56FC16649C536FDF1E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3ABAB127FC08E943B5AF4DDC724AD02FAC18949;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3F97143EC1DC6EBAE80C0F780960C5E77357AF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4B203CD2273969F31FAD4DF07D1ACB0924A0619;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE547AE1448CF3512FF04B2DD74F10B33FDD801A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5FCFB830E636FF63310DF95EBF3C33AFFB665C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE682B47DB53F0253CD0129B3E159F4631E91FDB6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE69F20E9F683920D3FB4329ABD951E878B1F9372;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE758F73AF56E73D52D2255C99EF438305E8533BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7B1FFF7007B635892A8F2C7C17F4FABC7AA2F8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA62AF0930A1C0FDCF2604641D92C57C160A4405;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC87FACA4CBAD909219BBCEA9DBBE370A9F8C690;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECBFA235ADDE27CF8F809E409786F61A01018F00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECDF9A9CFF400558A75967F58230DD71E6503677;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEED1903A65FB51375C9A57C0D5925EBE4056DCAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEFED3690EA2243F5F1AC77CBB0987E5335440258;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF169705DB2C75E0F33C0E429563183127A011088;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1950B3F82E9B0A757F07F5275E2D6D95AAB490E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF25B700ED9F092123A43ACB205A6869342CF9DD6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF33330B10957C582B7110E1DAD156A42ADEEE683;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF38EA64458B7FBE78C409B9159F322E075AF0B50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF437CB078ACC7C6D79873462334A355EDDEB9459;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF43B7AB1399EFF35D14C150D33C6023CEAB1E49C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5A19884ABD0F810E9BC20D747EBAE160D517170;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF60D2A2F7993D5825671FAEF6F38D5D8A0C34130;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7341B4DDAE7217C23B2CF13BB7B0F50C417A033;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF911341B9558D96130748CB4B99D3B50D621B866;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9FC27B9374AD1E3BF34FDBCEC3A4FD632427FED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA6AF6E97D010A98B5BFB9DC17862112AFDA402E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAFBA073700296227A7D1B4785C63F0194C967FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB157325FE225946421F77EC1F8BF9F7F98E81B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFDD289E370BD5CC575F48A16947D05C144EC474B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFF3EC9FFE170FAC43619C3E91AF20AB3D231EAD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFAAC6B1A9A0C24D7EF00A22A84CC2405882AADF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFE688A5014306635CD935F7169187B7DB387CD5;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisString_t_mD72A29E49E470E40B0AF25859927BAEE4A19004A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Bootstring_Decode_mF393D2ABEBF1384E983F5551079FE768AB88F76D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Calendar_ReadOnly_mFD12A75FE9B73D7A6B09BDC8C0B15CF3D6D84569_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Calendar_ToFourDigitYear_m4ECF4307F3C84104730F5E998F3BD2CACACD9C1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_GetCompareInfo_mC5A4E1B529C9E7B3CD7A5892F8FBA6DE2D080D1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CompareInfo__ctor_m841EB6DC314800AC90C16EDB259B8DBB3BCFA152_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Contract_ForAll_TisType_t_m92ADDB04B2359A20467EFB9306995973FFEF64FB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CheckDomainSafetyObject_m01725D60CEB913D48175CC310FC6C1ECCA42A1A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_ReadOnly_m794584C344F127E7918300FC386B852A93BB98F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DebuggerBrowsableAttribute__ctor_mEDDC64F9252A035974C88153DF89C201AA2BAEF2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DebuggerTypeProxyAttribute__ctor_m13D2C635F8F694A002500F7DAB0BF24757748718_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_ChangeType_m142D14C793CA99BC7F973627E3F35A04159D0833_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateSerializationHolder_GetObjectData_mE144C72BA678C1A3B80B54F79C5E6F1055F604FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_CombineImpl_mBF769B68A1C59276FC2B2719A745652B38C611FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1129EEC4610C004A4331110B9C566D1057D5AFD8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6379EC5BB82E29FD6BE13C2B512D592A077864E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA0C2ACFD76D61DA29EA3D190AFD906C75A3C9B51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA812A0CB1A5CB9BA3A884A21466D42A3DEA904E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAABE195367CBB1AFADF65A68610C2C3E5446FA43_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBF9A900B3B8847E348C1773F43385EE5BC3AAA31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m4B3D69E456044B1798A53E8872F072E5835BF68E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m65242B9CF4ACB6582999F82115A37FCD04AB9DAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mA93729C8731ED32F7F1DAD2154CEFC6236707CE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Empty_GetObjectData_m232B12C727819AE6EE45B673E84D081C52E398A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_GetNames_m9ECDF3E80A7A31075D7D2B2B362DDCC6150BC15C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_GetTypeCode_m9D0FF53153AF9E180B67F3B48054E9868CAFF032_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_GetValues_m20F5C0B826344A499B1C23BB7A3B532017F0F30C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_System_IConvertible_ToDateTime_m4370621C3EB84BB84E1554A41A2F601D3CC4A11E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Environment_ExpandEnvironmentVariables_m4AE2B7DE995C0708225F56B5FF9DB6F95F91D300_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EventSource_ToString_m0265BBC34A7D8001FE1819300765B1E62F56D80E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mFD601AEE1C09F0F86AC5DB20033B0B696256C29D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mC0B85B3BC963ECC529031D74E27CAE858B2BF49D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBD603B179AAF76B8DD64EAF37E01A081137C5611_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m7C925FFF096E13DDDB3270752EB85316849901C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSelectPropertyU3Eb__3_0_mF345E2DA9881A664C58728C654EC8047E1BCFF54_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Exception_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* FlagsAttribute_t7FB7BEFA2E1F2C6E3362A5996E82697475FFE867_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IntPtr_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MethodInfo_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* MulticastDelegate_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UIntPtr_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t Bootstring_Decode_mF393D2ABEBF1384E983F5551079FE768AB88F76D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData_CalendarIdToCultureName_mA95C989E84F938AF02F385133E96A3BE054C129B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData_GetCalendarData_mDFCD051C21909262E525CC9E75728C83BD0E1904_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData_InitializeAbbreviatedEraNames_m800E5461A6FA3B0BDA0921C5DCA722C15DBE428B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData_InitializeEraNames_m46E606CC6E045A80DDFAD7CF084AE8821AA7F4D7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData__cctor_mA7D20B236BCD7799734737BAFD108C3B31D068CD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CalendarData__ctor_m1E7179936DAFF53B6F9E65DDF48E3494C71FE79B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_Clone_mEF6C60BA859414FD5F0433FF72186E7ABEA1E3A7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_GetSystemTwoDigitYearSetting_m879BEF952F1099F4977662EC3DFE5D89BF9530BA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_ReadOnly_mFD12A75FE9B73D7A6B09BDC8C0B15CF3D6D84569_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_ToFourDigitYear_m4ECF4307F3C84104730F5E998F3BD2CACACD9C1C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_TryToDateTime_m4FEBD3552CF126C05B582B5A67B36E5DA5C6F96C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_get_CurrentEraValue_mB44D88CD4CE662B8F54E8551F1157FCD8FFDB4C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_get_MaxSupportedDateTime_m395769D29E5A25BC61CB4CCB7DC696C671EF1DC0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Calendar_get_MinSupportedDateTime_m6DC3947310A77AC11A41106183B8885B27D60096_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_GetUnicodeCategory_mC5602CC632FDD7E8690D8DEF9A5F76A49A6F4C4C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_InternalConvertToUtf32_m78237099749C0BFC0E5345D2B18F39561E66CE57_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_InternalGetCategoryValue_m70C922D12420DD22399D84B5CA900F80FD0F30FE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_InternalGetUnicodeCategory_m94698AE2E38DC942BEABD312ACC55FD82EF98E68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_IsWhiteSpace_m25E8778340A684D0C0E0E66BAF48B5668468C55B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo_IsWhiteSpace_m746D142522BF05468B06174B025F9049EAE2A780_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CharUnicodeInfo__cctor_m8259FDC09EDFACA28B7AADC1D444DF5FDA14376D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CodePageDataItem__cctor_m9E0B15DA37105ED491D75EACDD1BD75F5F476650_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CodePageDataItem__ctor_m2A8D39A60B9EA6B5FEC726EA38D6BCBEB47ED051_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CodePageDataItem_get_HeaderName_m824FBBF5E01F47605BC8C84D6CDF21C945640C6B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CodePageDataItem_get_WebName_mB509120CBD0AB217D8F390CBD54697B6657D3DB0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_CreateSortKeyCore_m6C1597391D8D5ED265849A82F697777EF86D5FE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_Equals_mF526077826434AF3DD65619A2C6BEAC7ABFE082C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_GetCompareInfo_mC5A4E1B529C9E7B3CD7A5892F8FBA6DE2D080D1F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_OnSerializing_mFF6C35B93E67401EE91F4D8547EE34F3D4899BC8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_ToString_m770A27E70F7B8FB598E0EF85A554677F7CAB82C9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo__ctor_m841EB6DC314800AC90C16EDB259B8DBB3BCFA152_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_get_Name_mFC962E79B2133D59E2C83BA5BF70995D3147B8EC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_GetCultureData_m1B3DCE6496E27A5D114D003683EA8E0D64F88ED3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_GetDateSeparator_mD5E28AEE467461D6C40A71B602E1614DBACD0C7A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_GetSeparator_mACCAE678CE480061ECBB39CF55D3F24B6010C86E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_UnescapeNlsString_m4EFB84A3ADD0A0F4B078EB03DB1F2B504F5CD440_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_get_CalendarIds_m3A2F9565FF53E46549322C7AE151A6CE11453A68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureData_get_SCOMPAREINFO_mBD9111735D607E7A3B82CC129C2E3A07AAE77DCC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CheckDomainSafetyObject_m01725D60CEB913D48175CC310FC6C1ECCA42A1A8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_Clone_m6E4DF45077A8E530A0B765E5D83E54074BB17425_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateCulture_m607F16CB58D85A64B5304A37ADDABB2018C6F687_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_CreateTextInfo_m0B5E333683897377F1AB07613B633E5DC5A5C899_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_Equals_m0D77429DEE596910597D314AD2B2475426A7C739_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_GetCultures_mF06FF1D19C1F6626A89ECAEEC152194FEE7EDEC6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_GetFormat_m78A6C10DD01640647F452D3EC122F2EFEDCAD9F0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_ReadOnly_m794584C344F127E7918300FC386B852A93BB98F8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_VerifyCultureName_m6169AD8655E71230F89C121DFF06759F3AE7638C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo__cctor_mB60111F6A3A9F805289919FD50B0618C2482109A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_Calendar_m01BBA7A4A0EA33ED2DA95064854E6F40D02EF148_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_CompareInfo_m6D81E94CA56589276E4A0C07A91AA41D1CE7ED70_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_DateTimeFormat_m75B764A308557045E4404AA5C42E803CBE46A299_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_DefaultThreadCurrentCulture_mCC52FEEF31992F66C3A74D4566C1CB2C6D2CE581_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_DefaultThreadCurrentUICulture_mEB6BC8E5CB2D0BBBB6B7AD860E55683284CCAF3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_NumberFormat_mFAC77DF833F23FA2127287AFBE3AB030E2814711_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_Parent_mC53F1079C92D8FF715455351A441D5ABE9A81404_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_UserDefaultCulture_m1057FA0B6C68E6EE22B119A3FA7F6678151CEBEB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_get_UserDefaultUICulture_m65D62A67F22DFB25EDD7E629AC3381824704DE40_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DebuggerBrowsableAttribute__ctor_mEDDC64F9252A035974C88153DF89C201AA2BAEF2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DebuggerDisplayAttribute__ctor_m31F6CB042E520591E9DD2CA8ABC18F2D3189F6D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DebuggerTypeProxyAttribute__ctor_m13D2C635F8F694A002500F7DAB0BF24757748718_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Debugger__cctor_m9ECF38364565495403DE44A272B22FF2DFD052AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Debugger_get_IsAttached_mFCFAAB7A47FA4DEC80A3A68FE13C307C439E9013_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_ChangeType_m142D14C793CA99BC7F973627E3F35A04159D0833_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_CreateParamOrder_mCCF4FBB021E6F5DD89AD15232BB4147393246D28_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_ReorderArgumentArray_m866705416BE72EA2D645DFFDCB9EEE0C007E793A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DelegateSerializationHolder_GetDelegateData_mD1A0A7AD011CB985809BF8CB0DEE96893CF3DF45_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DelegateSerializationHolder_GetObjectData_mE144C72BA678C1A3B80B54F79C5E6F1055F604FD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DelegateSerializationHolder__ctor_m601626FA89A1B95B079B04B22CCD6B93DB981B48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_CombineImpl_mBF769B68A1C59276FC2B2719A745652B38C611FA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_DynamicInvokeImpl_m62652CE2FDBBBB237C0ACEC1CA0E4A9C1627C5EC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_Equals_m3256FBF115534E4E8D5B83350AA95EC60D84899D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_GetInvocationList_mE6EAF33B900B8842AD6635CFC69629F5FD970AAE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_GetMethodImpl_m804444FE22E0481DDB8A41E0E25114E744D76921_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_InitializeDelegateData_m31C7B4A5D35BD8544E6055BF1EACC59BD45C28CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DivideByZeroException__ctor_m0FA924BBA604B8446C3844720AEE38E6DB8E39D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t DllNotFoundException__ctor_mA1F672A4786BB96B15A06425687CDB421671C685_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_Parse_m17E3E4C7194E91689E3E2250A584DB7F1D617552_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double_TryParse_m9F4A499E432413DC960D6441EE3EC50C2A9CB211_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Double__cctor_mF8ED20B3C490811C7B536F11984C848279FD81DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Empty_GetObjectData_m232B12C727819AE6EE45B673E84D081C52E398A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Empty_ToString_m0C8812BB8898E96B034C6CD4D3F1F00757E33EE3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Empty__cctor_m54D08148F4107B10CF2EFEC0BD7487B88BDE8846_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EntryPointNotFoundException__ctor_m683E578CE5B45F534894C0AD324CFF812B8C6367_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetNames_m9ECDF3E80A7A31075D7D2B2B362DDCC6150BC15C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetTypeCode_m9D0FF53153AF9E180B67F3B48054E9868CAFF032_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_GetValues_m20F5C0B826344A499B1C23BB7A3B532017F0F30C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_Parse_m8677C5E01F1258902058D844824B93F7836BF4C3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToBoolean_m3EF5E33A9128CD048EEA69A04F6B422884EE8D4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToByte_m5BE387416F92EACEB0128ECFE6416748FE72D6E6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToChar_mE05C5BDA35FD64946853DAD041736C5CE5892593_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToDateTime_m4370621C3EB84BB84E1554A41A2F601D3CC4A11E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToDecimal_m65F8B300A95DF82D982AD78D3E3FF84F5BF2E2AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToDouble_mB55D36C91D85AB21483720880D702F7F70F7D8BE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToInt16_mF634B6CC5EE72D354C34877FF1AE6CC34E6B4AFB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToInt32_mB974E67C083098966108C522AB020C4E5505ACE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToInt64_mE8737C7F601FFC92423779856882960DC0F83974_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToSByte_mAF0D676F0F0687E14F0C1E762D9DA9BB651A6187_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToSingle_mAC17D8550816E4E23FE6ADA89D4CEDE9DEF98DC9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToType_m31DBF0CD8F83E59C06B8EC8473BD8639DC1B2853_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToUInt16_m203C0CE3AE4167514D5FE5F1B238A4767B39039E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToUInt32_m38E249A9BF47B07A3693183A9C930E1E39415EC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_System_IConvertible_ToUInt64_mA2ED7907AF20FBFD20F802AE06F18ACB4E23CA9D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToString_mFD0D85F8ECEC2AF1E474A44483BE02729CE488CF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Enum__cctor_m0D90111BC3889271B4D8E11627D95ABD3F037AB3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_CreateVersionFromString_mCDE19D44ACAB5C81224AC4F35FDA0F51140A8318_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_ExpandEnvironmentVariables_m4AE2B7DE995C0708225F56B5FF9DB6F95F91D300_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_GetEnvironmentVariablesNoCase_m96643C3EE79581997F046EE52069B19E8369D63E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_GetResourceStringEncodingName_mB514D97C814AF47301B938B99C800A2130CB46AA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Environment_get_StackTrace_m5F9CFF0981E84FE0FE6A7D03522A0DE91376B70D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventArgs__cctor_mBF27EE7D8B306AD18122FA05169D94D932D60A0A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventSource_ToString_m0265BBC34A7D8001FE1819300765B1E62F56D80E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t EventSource__cctor_m4929B950E6F969BE9565F18F477E75978E914B33_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_FixRemotingException_m83F1D2256E715EF3075877ECA7B3E4AC44B23BD2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_OnDeserialized_m1A821B40091BF093EA8ECA629CAA0B61C129712E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_RestoreExceptionDispatchInfo_mEECA9E9E3CED8FD5E3C001EA0AEB1C6D50F49C9F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception__cctor_mC462C3B3312D5483281E9BDCFCCAAF79CA944F97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_get_Data_m08A7AC2DCA409CA9C7830EF72AC4C60C9EA8947D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Exception_get_Source_mF1C5DE7EDD1567C4ACE302CFD82AC336504070BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ExecutionEngineException__ctor_m0F3956D4F5C1C6B86BF8553E5A2609C277A704BF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FieldAccessException__ctor_mD94509B3F2F26A43BF0A6FB70F729FEEFBFE767D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC__cctor_m090AEF5149E28698EB92F40E5733BDF951BE1584_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GC_get_MaxGeneration_m690A529E5E2B9E64B00B156DFC10090633B466AB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t MSCompatUnicodeTable_get_IsReady_mFFB82666A060D9A75368AA858810C41008CDD294mscorlib5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackFrame_ToString_m205044F382A04F9B05D7A2718DE7A7692EF38580_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace_GetAotId_m1C3F23FF69F608186FD0092C457A257991F56D2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace_GetFullNameForStackTrace_m8681E3272F66FE4BE04D35F49B0C2C4474F4EC56_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace_ToString_mD5310F948F5BD43ADB97F77CEE1F807A1E2ABA26_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDBmscorlib5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CSelectPropertyU3Eb__3_0_mF345E2DA9881A664C58728C654EC8047E1BCFF54_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mB0A1A40C17108A1B4E6A7C32DD43E07663248331_MetadataUsageId;
|
|
struct Assembly_t_marshaled_com;
|
|
struct Assembly_t_marshaled_pinvoke;
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E;;
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com;
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com;;
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke;
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke;;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;;
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|
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 BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040;
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D;
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
struct CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD;
|
|
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31;
|
|
struct InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834;
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE;
|
|
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914;
|
|
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B;
|
|
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694;
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA;
|
|
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E;
|
|
struct EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Object
|
|
|
|
|
|
// Mono.Globalization.Unicode.MSCompatUnicodeTable
|
|
struct MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 Mono.Globalization.Unicode.MSCompatUnicodeTable::MaxExpansionLength
|
|
int32_t ___MaxExpansionLength_0;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::ignorableFlags
|
|
uint8_t* ___ignorableFlags_1;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::categories
|
|
uint8_t* ___categories_2;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level1
|
|
uint8_t* ___level1_3;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level2
|
|
uint8_t* ___level2_4;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::level3
|
|
uint8_t* ___level3_5;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHScategory
|
|
uint8_t* ___cjkCHScategory_6;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTcategory
|
|
uint8_t* ___cjkCHTcategory_7;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAcategory
|
|
uint8_t* ___cjkJAcategory_8;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOcategory
|
|
uint8_t* ___cjkKOcategory_9;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHSlv1
|
|
uint8_t* ___cjkCHSlv1_10;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkCHTlv1
|
|
uint8_t* ___cjkCHTlv1_11;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkJAlv1
|
|
uint8_t* ___cjkJAlv1_12;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv1
|
|
uint8_t* ___cjkKOlv1_13;
|
|
// System.Byte* Mono.Globalization.Unicode.MSCompatUnicodeTable::cjkKOlv2
|
|
uint8_t* ___cjkKOlv2_14;
|
|
// System.Char[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringArr
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___tailoringArr_15;
|
|
// Mono.Globalization.Unicode.TailoringInfo[] Mono.Globalization.Unicode.MSCompatUnicodeTable::tailoringInfos
|
|
TailoringInfoU5BU5D_t342FFD04F3AB46BD8E89E5B9DDDAEE8365039573* ___tailoringInfos_16;
|
|
// System.Object Mono.Globalization.Unicode.MSCompatUnicodeTable::forLock
|
|
RuntimeObject * ___forLock_17;
|
|
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::isReady
|
|
bool ___isReady_18;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_MaxExpansionLength_0() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___MaxExpansionLength_0)); }
|
|
inline int32_t get_MaxExpansionLength_0() const { return ___MaxExpansionLength_0; }
|
|
inline int32_t* get_address_of_MaxExpansionLength_0() { return &___MaxExpansionLength_0; }
|
|
inline void set_MaxExpansionLength_0(int32_t value)
|
|
{
|
|
___MaxExpansionLength_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ignorableFlags_1() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___ignorableFlags_1)); }
|
|
inline uint8_t* get_ignorableFlags_1() const { return ___ignorableFlags_1; }
|
|
inline uint8_t** get_address_of_ignorableFlags_1() { return &___ignorableFlags_1; }
|
|
inline void set_ignorableFlags_1(uint8_t* value)
|
|
{
|
|
___ignorableFlags_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_categories_2() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___categories_2)); }
|
|
inline uint8_t* get_categories_2() const { return ___categories_2; }
|
|
inline uint8_t** get_address_of_categories_2() { return &___categories_2; }
|
|
inline void set_categories_2(uint8_t* value)
|
|
{
|
|
___categories_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_level1_3() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___level1_3)); }
|
|
inline uint8_t* get_level1_3() const { return ___level1_3; }
|
|
inline uint8_t** get_address_of_level1_3() { return &___level1_3; }
|
|
inline void set_level1_3(uint8_t* value)
|
|
{
|
|
___level1_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_level2_4() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___level2_4)); }
|
|
inline uint8_t* get_level2_4() const { return ___level2_4; }
|
|
inline uint8_t** get_address_of_level2_4() { return &___level2_4; }
|
|
inline void set_level2_4(uint8_t* value)
|
|
{
|
|
___level2_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_level3_5() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___level3_5)); }
|
|
inline uint8_t* get_level3_5() const { return ___level3_5; }
|
|
inline uint8_t** get_address_of_level3_5() { return &___level3_5; }
|
|
inline void set_level3_5(uint8_t* value)
|
|
{
|
|
___level3_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkCHScategory_6() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkCHScategory_6)); }
|
|
inline uint8_t* get_cjkCHScategory_6() const { return ___cjkCHScategory_6; }
|
|
inline uint8_t** get_address_of_cjkCHScategory_6() { return &___cjkCHScategory_6; }
|
|
inline void set_cjkCHScategory_6(uint8_t* value)
|
|
{
|
|
___cjkCHScategory_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkCHTcategory_7() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkCHTcategory_7)); }
|
|
inline uint8_t* get_cjkCHTcategory_7() const { return ___cjkCHTcategory_7; }
|
|
inline uint8_t** get_address_of_cjkCHTcategory_7() { return &___cjkCHTcategory_7; }
|
|
inline void set_cjkCHTcategory_7(uint8_t* value)
|
|
{
|
|
___cjkCHTcategory_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkJAcategory_8() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkJAcategory_8)); }
|
|
inline uint8_t* get_cjkJAcategory_8() const { return ___cjkJAcategory_8; }
|
|
inline uint8_t** get_address_of_cjkJAcategory_8() { return &___cjkJAcategory_8; }
|
|
inline void set_cjkJAcategory_8(uint8_t* value)
|
|
{
|
|
___cjkJAcategory_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkKOcategory_9() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkKOcategory_9)); }
|
|
inline uint8_t* get_cjkKOcategory_9() const { return ___cjkKOcategory_9; }
|
|
inline uint8_t** get_address_of_cjkKOcategory_9() { return &___cjkKOcategory_9; }
|
|
inline void set_cjkKOcategory_9(uint8_t* value)
|
|
{
|
|
___cjkKOcategory_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkCHSlv1_10() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkCHSlv1_10)); }
|
|
inline uint8_t* get_cjkCHSlv1_10() const { return ___cjkCHSlv1_10; }
|
|
inline uint8_t** get_address_of_cjkCHSlv1_10() { return &___cjkCHSlv1_10; }
|
|
inline void set_cjkCHSlv1_10(uint8_t* value)
|
|
{
|
|
___cjkCHSlv1_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkCHTlv1_11() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkCHTlv1_11)); }
|
|
inline uint8_t* get_cjkCHTlv1_11() const { return ___cjkCHTlv1_11; }
|
|
inline uint8_t** get_address_of_cjkCHTlv1_11() { return &___cjkCHTlv1_11; }
|
|
inline void set_cjkCHTlv1_11(uint8_t* value)
|
|
{
|
|
___cjkCHTlv1_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkJAlv1_12() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkJAlv1_12)); }
|
|
inline uint8_t* get_cjkJAlv1_12() const { return ___cjkJAlv1_12; }
|
|
inline uint8_t** get_address_of_cjkJAlv1_12() { return &___cjkJAlv1_12; }
|
|
inline void set_cjkJAlv1_12(uint8_t* value)
|
|
{
|
|
___cjkJAlv1_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkKOlv1_13() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkKOlv1_13)); }
|
|
inline uint8_t* get_cjkKOlv1_13() const { return ___cjkKOlv1_13; }
|
|
inline uint8_t** get_address_of_cjkKOlv1_13() { return &___cjkKOlv1_13; }
|
|
inline void set_cjkKOlv1_13(uint8_t* value)
|
|
{
|
|
___cjkKOlv1_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkKOlv2_14() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___cjkKOlv2_14)); }
|
|
inline uint8_t* get_cjkKOlv2_14() const { return ___cjkKOlv2_14; }
|
|
inline uint8_t** get_address_of_cjkKOlv2_14() { return &___cjkKOlv2_14; }
|
|
inline void set_cjkKOlv2_14(uint8_t* value)
|
|
{
|
|
___cjkKOlv2_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tailoringArr_15() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___tailoringArr_15)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_tailoringArr_15() const { return ___tailoringArr_15; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_tailoringArr_15() { return &___tailoringArr_15; }
|
|
inline void set_tailoringArr_15(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___tailoringArr_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___tailoringArr_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tailoringInfos_16() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___tailoringInfos_16)); }
|
|
inline TailoringInfoU5BU5D_t342FFD04F3AB46BD8E89E5B9DDDAEE8365039573* get_tailoringInfos_16() const { return ___tailoringInfos_16; }
|
|
inline TailoringInfoU5BU5D_t342FFD04F3AB46BD8E89E5B9DDDAEE8365039573** get_address_of_tailoringInfos_16() { return &___tailoringInfos_16; }
|
|
inline void set_tailoringInfos_16(TailoringInfoU5BU5D_t342FFD04F3AB46BD8E89E5B9DDDAEE8365039573* value)
|
|
{
|
|
___tailoringInfos_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___tailoringInfos_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_forLock_17() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___forLock_17)); }
|
|
inline RuntimeObject * get_forLock_17() const { return ___forLock_17; }
|
|
inline RuntimeObject ** get_address_of_forLock_17() { return &___forLock_17; }
|
|
inline void set_forLock_17(RuntimeObject * value)
|
|
{
|
|
___forLock_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___forLock_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isReady_18() { return static_cast<int32_t>(offsetof(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields, ___isReady_18)); }
|
|
inline bool get_isReady_18() const { return ___isReady_18; }
|
|
inline bool* get_address_of_isReady_18() { return &___isReady_18; }
|
|
inline void set_isReady_18(bool value)
|
|
{
|
|
___isReady_18 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Mono.Globalization.Unicode.SimpleCollator
|
|
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Globalization.TextInfo Mono.Globalization.Unicode.SimpleCollator::textInfo
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_2;
|
|
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkIndexer
|
|
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___cjkIndexer_3;
|
|
// Mono.Globalization.Unicode.Contraction[] Mono.Globalization.Unicode.SimpleCollator::contractions
|
|
ContractionU5BU5D_tD86BF5BFF6277D981053A21EFFD3D0EEB376953B* ___contractions_4;
|
|
// Mono.Globalization.Unicode.Level2Map[] Mono.Globalization.Unicode.SimpleCollator::level2Maps
|
|
Level2MapU5BU5D_tA4F3B2721A6C88295DBF9DA650C96D1717842E28* ___level2Maps_5;
|
|
// System.Byte[] Mono.Globalization.Unicode.SimpleCollator::unsafeFlags
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___unsafeFlags_6;
|
|
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkCatTable
|
|
uint8_t* ___cjkCatTable_7;
|
|
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv1Table
|
|
uint8_t* ___cjkLv1Table_8;
|
|
// System.Byte* Mono.Globalization.Unicode.SimpleCollator::cjkLv2Table
|
|
uint8_t* ___cjkLv2Table_9;
|
|
// Mono.Globalization.Unicode.CodePointIndexer Mono.Globalization.Unicode.SimpleCollator::cjkLv2Indexer
|
|
CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * ___cjkLv2Indexer_10;
|
|
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::lcid
|
|
int32_t ___lcid_11;
|
|
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::frenchSort
|
|
bool ___frenchSort_12;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_textInfo_2() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___textInfo_2)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_2() const { return ___textInfo_2; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_2() { return &___textInfo_2; }
|
|
inline void set_textInfo_2(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___textInfo_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkIndexer_3() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___cjkIndexer_3)); }
|
|
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_cjkIndexer_3() const { return ___cjkIndexer_3; }
|
|
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_cjkIndexer_3() { return &___cjkIndexer_3; }
|
|
inline void set_cjkIndexer_3(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
|
|
{
|
|
___cjkIndexer_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cjkIndexer_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_contractions_4() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___contractions_4)); }
|
|
inline ContractionU5BU5D_tD86BF5BFF6277D981053A21EFFD3D0EEB376953B* get_contractions_4() const { return ___contractions_4; }
|
|
inline ContractionU5BU5D_tD86BF5BFF6277D981053A21EFFD3D0EEB376953B** get_address_of_contractions_4() { return &___contractions_4; }
|
|
inline void set_contractions_4(ContractionU5BU5D_tD86BF5BFF6277D981053A21EFFD3D0EEB376953B* value)
|
|
{
|
|
___contractions_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___contractions_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_level2Maps_5() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___level2Maps_5)); }
|
|
inline Level2MapU5BU5D_tA4F3B2721A6C88295DBF9DA650C96D1717842E28* get_level2Maps_5() const { return ___level2Maps_5; }
|
|
inline Level2MapU5BU5D_tA4F3B2721A6C88295DBF9DA650C96D1717842E28** get_address_of_level2Maps_5() { return &___level2Maps_5; }
|
|
inline void set_level2Maps_5(Level2MapU5BU5D_tA4F3B2721A6C88295DBF9DA650C96D1717842E28* value)
|
|
{
|
|
___level2Maps_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___level2Maps_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_unsafeFlags_6() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___unsafeFlags_6)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_unsafeFlags_6() const { return ___unsafeFlags_6; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_unsafeFlags_6() { return &___unsafeFlags_6; }
|
|
inline void set_unsafeFlags_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___unsafeFlags_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___unsafeFlags_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkCatTable_7() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___cjkCatTable_7)); }
|
|
inline uint8_t* get_cjkCatTable_7() const { return ___cjkCatTable_7; }
|
|
inline uint8_t** get_address_of_cjkCatTable_7() { return &___cjkCatTable_7; }
|
|
inline void set_cjkCatTable_7(uint8_t* value)
|
|
{
|
|
___cjkCatTable_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkLv1Table_8() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___cjkLv1Table_8)); }
|
|
inline uint8_t* get_cjkLv1Table_8() const { return ___cjkLv1Table_8; }
|
|
inline uint8_t** get_address_of_cjkLv1Table_8() { return &___cjkLv1Table_8; }
|
|
inline void set_cjkLv1Table_8(uint8_t* value)
|
|
{
|
|
___cjkLv1Table_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkLv2Table_9() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___cjkLv2Table_9)); }
|
|
inline uint8_t* get_cjkLv2Table_9() const { return ___cjkLv2Table_9; }
|
|
inline uint8_t** get_address_of_cjkLv2Table_9() { return &___cjkLv2Table_9; }
|
|
inline void set_cjkLv2Table_9(uint8_t* value)
|
|
{
|
|
___cjkLv2Table_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cjkLv2Indexer_10() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___cjkLv2Indexer_10)); }
|
|
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * get_cjkLv2Indexer_10() const { return ___cjkLv2Indexer_10; }
|
|
inline CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A ** get_address_of_cjkLv2Indexer_10() { return &___cjkLv2Indexer_10; }
|
|
inline void set_cjkLv2Indexer_10(CodePointIndexer_tA70DBD5101E826E30EEF124C2EEE1019B539DB4A * value)
|
|
{
|
|
___cjkLv2Indexer_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cjkLv2Indexer_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lcid_11() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___lcid_11)); }
|
|
inline int32_t get_lcid_11() const { return ___lcid_11; }
|
|
inline int32_t* get_address_of_lcid_11() { return &___lcid_11; }
|
|
inline void set_lcid_11(int32_t value)
|
|
{
|
|
___lcid_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_frenchSort_12() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89, ___frenchSort_12)); }
|
|
inline bool get_frenchSort_12() const { return ___frenchSort_12; }
|
|
inline bool* get_address_of_frenchSort_12() { return &___frenchSort_12; }
|
|
inline void set_frenchSort_12(bool value)
|
|
{
|
|
___frenchSort_12 = value;
|
|
}
|
|
};
|
|
|
|
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::QuickCheckDisabled
|
|
bool ___QuickCheckDisabled_0;
|
|
// Mono.Globalization.Unicode.SimpleCollator Mono.Globalization.Unicode.SimpleCollator::invariant
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___invariant_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_QuickCheckDisabled_0() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89_StaticFields, ___QuickCheckDisabled_0)); }
|
|
inline bool get_QuickCheckDisabled_0() const { return ___QuickCheckDisabled_0; }
|
|
inline bool* get_address_of_QuickCheckDisabled_0() { return &___QuickCheckDisabled_0; }
|
|
inline void set_QuickCheckDisabled_0(bool value)
|
|
{
|
|
___QuickCheckDisabled_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_invariant_1() { return static_cast<int32_t>(offsetof(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89_StaticFields, ___invariant_1)); }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_invariant_1() const { return ___invariant_1; }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_invariant_1() { return &___invariant_1; }
|
|
inline void set_invariant_1(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
|
|
{
|
|
___invariant_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.CaseInsensitiveComparer
|
|
struct CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Globalization.CompareInfo System.Collections.CaseInsensitiveComparer::m_compareInfo
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_compareInfo_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE, ___m_compareInfo_0)); }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_0() const { return ___m_compareInfo_0; }
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_0() { return &___m_compareInfo_0; }
|
|
inline void set_m_compareInfo_0(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|
{
|
|
___m_compareInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.CaseInsensitiveHashCodeProvider
|
|
struct CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Globalization.TextInfo System.Collections.CaseInsensitiveHashCodeProvider::m_text
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___m_text_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_text_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34, ___m_text_0)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_m_text_0() const { return ___m_text_0; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_m_text_0() { return &___m_text_0; }
|
|
inline void set_m_text_0(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___m_text_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_text_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.EmptyReadOnlyDictionaryInternal
|
|
struct EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Comparer`1<System.UInt64>
|
|
struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Comparer`1<T> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer
|
|
Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * ___defaultComparer_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_defaultComparer_0() { return static_cast<int32_t>(offsetof(Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC_StaticFields, ___defaultComparer_0)); }
|
|
inline Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * get_defaultComparer_0() const { return ___defaultComparer_0; }
|
|
inline Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; }
|
|
inline void set_defaultComparer_0(Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * value)
|
|
{
|
|
___defaultComparer_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t00E7B8B134213BC02A70B308F59529175B47DE83* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t373DE92636E7AEFE7356F67BF1CD79E7C23A7828 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t6B42845D03221A7238CB4CFB2B8101924AA0896B * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___entries_1)); }
|
|
inline EntryU5BU5D_t00E7B8B134213BC02A70B308F59529175B47DE83* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t00E7B8B134213BC02A70B308F59529175B47DE83** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t00E7B8B134213BC02A70B308F59529175B47DE83* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___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_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___keys_7)); }
|
|
inline KeyCollection_t373DE92636E7AEFE7356F67BF1CD79E7C23A7828 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t373DE92636E7AEFE7356F67BF1CD79E7C23A7828 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t373DE92636E7AEFE7356F67BF1CD79E7C23A7828 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ___values_8)); }
|
|
inline ValueCollection_t6B42845D03221A7238CB4CFB2B8101924AA0896B * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t6B42845D03221A7238CB4CFB2B8101924AA0896B ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t6B42845D03221A7238CB4CFB2B8101924AA0896B * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tC1DD130BD4A49A65C91E4A8211C674A3C5B3A09E* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t80C19162A3C18EDC90209882B2FBC96555382FD6 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t5F6247B1A36BB27A8A498A6E5B1E017A5D8B3AD1 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___entries_1)); }
|
|
inline EntryU5BU5D_tC1DD130BD4A49A65C91E4A8211C674A3C5B3A09E* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tC1DD130BD4A49A65C91E4A8211C674A3C5B3A09E** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tC1DD130BD4A49A65C91E4A8211C674A3C5B3A09E* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___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_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___keys_7)); }
|
|
inline KeyCollection_t80C19162A3C18EDC90209882B2FBC96555382FD6 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t80C19162A3C18EDC90209882B2FBC96555382FD6 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t80C19162A3C18EDC90209882B2FBC96555382FD6 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ___values_8)); }
|
|
inline ValueCollection_t5F6247B1A36BB27A8A498A6E5B1E017A5D8B3AD1 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t5F6247B1A36BB27A8A498A6E5B1E017A5D8B3AD1 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t5F6247B1A36BB27A8A498A6E5B1E017A5D8B3AD1 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tC0180CEBE8858925A2B0A87653E95E8B7A5C6C79* ___entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::count
|
|
int32_t ___count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::version
|
|
int32_t ___version_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
|
|
int32_t ___freeList_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
|
|
int32_t ___freeCount_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t761E7ECF09AC8D373E01E0F127AD3059054B996C * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tFAC35246CCE1378D7AFB1CC157863474737317F1 * ___values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject * ____syncRoot_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___entries_1)); }
|
|
inline EntryU5BU5D_tC0180CEBE8858925A2B0A87653E95E8B7A5C6C79* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tC0180CEBE8858925A2B0A87653E95E8B7A5C6C79** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tC0180CEBE8858925A2B0A87653E95E8B7A5C6C79* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___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_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___freeList_4)); }
|
|
inline int32_t get_freeList_4() const { return ___freeList_4; }
|
|
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
|
|
inline void set_freeList_4(int32_t value)
|
|
{
|
|
___freeList_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___freeCount_5)); }
|
|
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
|
|
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
|
|
inline void set_freeCount_5(int32_t value)
|
|
{
|
|
___freeCount_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___comparer_6)); }
|
|
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
|
|
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
|
|
inline void set_comparer_6(RuntimeObject* value)
|
|
{
|
|
___comparer_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___keys_7)); }
|
|
inline KeyCollection_t761E7ECF09AC8D373E01E0F127AD3059054B996C * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t761E7ECF09AC8D373E01E0F127AD3059054B996C ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t761E7ECF09AC8D373E01E0F127AD3059054B996C * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ___values_8)); }
|
|
inline ValueCollection_tFAC35246CCE1378D7AFB1CC157863474737317F1 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tFAC35246CCE1378D7AFB1CC157863474737317F1 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tFAC35246CCE1378D7AFB1CC157863474737317F1 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Diagnostics.StackFrame>
|
|
struct List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ____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_tC17A60BD91D38936E44DD7502EFA27B4F82AB567, ____items_1)); }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get__items_1() const { return ____items_1; }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* 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_tC17A60BD91D38936E44DD7502EFA27B4F82AB567, ____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_tC17A60BD91D38936E44DD7502EFA27B4F82AB567, ____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_tC17A60BD91D38936E44DD7502EFA27B4F82AB567, ____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_tC17A60BD91D38936E44DD7502EFA27B4F82AB567_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567_StaticFields, ____emptyArray_5)); }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.ListDictionaryInternal
|
|
struct ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.ListDictionaryInternal_DictionaryNode System.Collections.ListDictionaryInternal::head
|
|
DictionaryNode_tB339977C424847FD9302A917795F79BB8AD32C3C * ___head_0;
|
|
// System.Int32 System.Collections.ListDictionaryInternal::version
|
|
int32_t ___version_1;
|
|
// System.Int32 System.Collections.ListDictionaryInternal::count
|
|
int32_t ___count_2;
|
|
// System.Object System.Collections.ListDictionaryInternal::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC, ___head_0)); }
|
|
inline DictionaryNode_tB339977C424847FD9302A917795F79BB8AD32C3C * get_head_0() const { return ___head_0; }
|
|
inline DictionaryNode_tB339977C424847FD9302A917795F79BB8AD32C3C ** get_address_of_head_0() { return &___head_0; }
|
|
inline void set_head_0(DictionaryNode_tB339977C424847FD9302A917795F79BB8AD32C3C * value)
|
|
{
|
|
___head_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___head_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC, ___version_1)); }
|
|
inline int32_t get_version_1() const { return ___version_1; }
|
|
inline int32_t* get_address_of_version_1() { return &___version_1; }
|
|
inline void set_version_1(int32_t value)
|
|
{
|
|
___version_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC, ___count_2)); }
|
|
inline int32_t get_count_2() const { return ___count_2; }
|
|
inline int32_t* get_address_of_count_2() { return &___count_2; }
|
|
inline void set_count_2(int32_t value)
|
|
{
|
|
___count_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.CompatibilitySwitches
|
|
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanSilverlight4
|
|
bool ___IsAppEarlierThanSilverlight4_0;
|
|
// System.Boolean System.CompatibilitySwitches::IsAppEarlierThanWindowsPhone8
|
|
bool ___IsAppEarlierThanWindowsPhone8_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_IsAppEarlierThanSilverlight4_0() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanSilverlight4_0)); }
|
|
inline bool get_IsAppEarlierThanSilverlight4_0() const { return ___IsAppEarlierThanSilverlight4_0; }
|
|
inline bool* get_address_of_IsAppEarlierThanSilverlight4_0() { return &___IsAppEarlierThanSilverlight4_0; }
|
|
inline void set_IsAppEarlierThanSilverlight4_0(bool value)
|
|
{
|
|
___IsAppEarlierThanSilverlight4_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_IsAppEarlierThanWindowsPhone8_1() { return static_cast<int32_t>(offsetof(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields, ___IsAppEarlierThanWindowsPhone8_1)); }
|
|
inline bool get_IsAppEarlierThanWindowsPhone8_1() const { return ___IsAppEarlierThanWindowsPhone8_1; }
|
|
inline bool* get_address_of_IsAppEarlierThanWindowsPhone8_1() { return &___IsAppEarlierThanWindowsPhone8_1; }
|
|
inline void set_IsAppEarlierThanWindowsPhone8_1(bool value)
|
|
{
|
|
___IsAppEarlierThanWindowsPhone8_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DBNull
|
|
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
|
|
{
|
|
public:
|
|
// System.DBNull System.DBNull::Value
|
|
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
|
|
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
|
|
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DefaultBinder_<>c
|
|
struct U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields
|
|
{
|
|
public:
|
|
// System.DefaultBinder_<>c System.DefaultBinder_<>c::<>9
|
|
U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * ___U3CU3E9_0;
|
|
// System.Predicate`1<System.Type> System.DefaultBinder_<>c::<>9__3_0
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * ___U3CU3E9__3_0_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields, ___U3CU3E9_0)); }
|
|
inline U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
|
|
inline U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
|
|
inline void set_U3CU3E9_0(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * value)
|
|
{
|
|
___U3CU3E9_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CU3E9__3_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields, ___U3CU3E9__3_0_1)); }
|
|
inline Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * get_U3CU3E9__3_0_1() const { return ___U3CU3E9__3_0_1; }
|
|
inline Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 ** get_address_of_U3CU3E9__3_0_1() { return &___U3CU3E9__3_0_1; }
|
|
inline void set_U3CU3E9__3_0_1(Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * value)
|
|
{
|
|
___U3CU3E9__3_0_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__3_0_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DefaultBinder_BinderState
|
|
struct BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.DefaultBinder_BinderState::m_argsMap
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_argsMap_0;
|
|
// System.Int32 System.DefaultBinder_BinderState::m_originalSize
|
|
int32_t ___m_originalSize_1;
|
|
// System.Boolean System.DefaultBinder_BinderState::m_isParamArray
|
|
bool ___m_isParamArray_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_argsMap_0() { return static_cast<int32_t>(offsetof(BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E, ___m_argsMap_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_argsMap_0() const { return ___m_argsMap_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_argsMap_0() { return &___m_argsMap_0; }
|
|
inline void set_m_argsMap_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___m_argsMap_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_argsMap_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_originalSize_1() { return static_cast<int32_t>(offsetof(BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E, ___m_originalSize_1)); }
|
|
inline int32_t get_m_originalSize_1() const { return ___m_originalSize_1; }
|
|
inline int32_t* get_address_of_m_originalSize_1() { return &___m_originalSize_1; }
|
|
inline void set_m_originalSize_1(int32_t value)
|
|
{
|
|
___m_originalSize_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isParamArray_2() { return static_cast<int32_t>(offsetof(BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E, ___m_isParamArray_2)); }
|
|
inline bool get_m_isParamArray_2() const { return ___m_isParamArray_2; }
|
|
inline bool* get_address_of_m_isParamArray_2() { return &___m_isParamArray_2; }
|
|
inline void set_m_isParamArray_2(bool value)
|
|
{
|
|
___m_isParamArray_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Type System.DelegateData::target_type
|
|
Type_t * ___target_type_0;
|
|
// System.String System.DelegateData::method_name
|
|
String_t* ___method_name_1;
|
|
// System.Boolean System.DelegateData::curried_first_arg
|
|
bool ___curried_first_arg_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_target_type_0() { return static_cast<int32_t>(offsetof(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE, ___target_type_0)); }
|
|
inline Type_t * get_target_type_0() const { return ___target_type_0; }
|
|
inline Type_t ** get_address_of_target_type_0() { return &___target_type_0; }
|
|
inline void set_target_type_0(Type_t * value)
|
|
{
|
|
___target_type_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___target_type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_name_1() { return static_cast<int32_t>(offsetof(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE, ___method_name_1)); }
|
|
inline String_t* get_method_name_1() const { return ___method_name_1; }
|
|
inline String_t** get_address_of_method_name_1() { return &___method_name_1; }
|
|
inline void set_method_name_1(String_t* value)
|
|
{
|
|
___method_name_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___method_name_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_curried_first_arg_2() { return static_cast<int32_t>(offsetof(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE, ___curried_first_arg_2)); }
|
|
inline bool get_curried_first_arg_2() const { return ___curried_first_arg_2; }
|
|
inline bool* get_address_of_curried_first_arg_2() { return &___curried_first_arg_2; }
|
|
inline void set_curried_first_arg_2(bool value)
|
|
{
|
|
___curried_first_arg_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.DelegateSerializationHolder
|
|
struct DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Delegate System.DelegateSerializationHolder::_delegate
|
|
Delegate_t * ____delegate_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__delegate_0() { return static_cast<int32_t>(offsetof(DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671, ____delegate_0)); }
|
|
inline Delegate_t * get__delegate_0() const { return ____delegate_0; }
|
|
inline Delegate_t ** get_address_of__delegate_0() { return &____delegate_0; }
|
|
inline void set__delegate_0(Delegate_t * value)
|
|
{
|
|
____delegate_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____delegate_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DelegateSerializationHolder_DelegateEntry
|
|
struct DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.DelegateSerializationHolder_DelegateEntry::type
|
|
String_t* ___type_0;
|
|
// System.String System.DelegateSerializationHolder_DelegateEntry::assembly
|
|
String_t* ___assembly_1;
|
|
// System.Object System.DelegateSerializationHolder_DelegateEntry::target
|
|
RuntimeObject * ___target_2;
|
|
// System.String System.DelegateSerializationHolder_DelegateEntry::targetTypeAssembly
|
|
String_t* ___targetTypeAssembly_3;
|
|
// System.String System.DelegateSerializationHolder_DelegateEntry::targetTypeName
|
|
String_t* ___targetTypeName_4;
|
|
// System.String System.DelegateSerializationHolder_DelegateEntry::methodName
|
|
String_t* ___methodName_5;
|
|
// System.DelegateSerializationHolder_DelegateEntry System.DelegateSerializationHolder_DelegateEntry::delegateEntry
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * ___delegateEntry_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___type_0)); }
|
|
inline String_t* get_type_0() const { return ___type_0; }
|
|
inline String_t** get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(String_t* value)
|
|
{
|
|
___type_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assembly_1() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___assembly_1)); }
|
|
inline String_t* get_assembly_1() const { return ___assembly_1; }
|
|
inline String_t** get_address_of_assembly_1() { return &___assembly_1; }
|
|
inline void set_assembly_1(String_t* value)
|
|
{
|
|
___assembly_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assembly_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_target_2() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___target_2)); }
|
|
inline RuntimeObject * get_target_2() const { return ___target_2; }
|
|
inline RuntimeObject ** get_address_of_target_2() { return &___target_2; }
|
|
inline void set_target_2(RuntimeObject * value)
|
|
{
|
|
___target_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___target_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_targetTypeAssembly_3() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___targetTypeAssembly_3)); }
|
|
inline String_t* get_targetTypeAssembly_3() const { return ___targetTypeAssembly_3; }
|
|
inline String_t** get_address_of_targetTypeAssembly_3() { return &___targetTypeAssembly_3; }
|
|
inline void set_targetTypeAssembly_3(String_t* value)
|
|
{
|
|
___targetTypeAssembly_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___targetTypeAssembly_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_targetTypeName_4() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___targetTypeName_4)); }
|
|
inline String_t* get_targetTypeName_4() const { return ___targetTypeName_4; }
|
|
inline String_t** get_address_of_targetTypeName_4() { return &___targetTypeName_4; }
|
|
inline void set_targetTypeName_4(String_t* value)
|
|
{
|
|
___targetTypeName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___targetTypeName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_methodName_5() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___methodName_5)); }
|
|
inline String_t* get_methodName_5() const { return ___methodName_5; }
|
|
inline String_t** get_address_of_methodName_5() { return &___methodName_5; }
|
|
inline void set_methodName_5(String_t* value)
|
|
{
|
|
___methodName_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___methodName_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_delegateEntry_6() { return static_cast<int32_t>(offsetof(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E, ___delegateEntry_6)); }
|
|
inline DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * get_delegateEntry_6() const { return ___delegateEntry_6; }
|
|
inline DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E ** get_address_of_delegateEntry_6() { return &___delegateEntry_6; }
|
|
inline void set_delegateEntry_6(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * value)
|
|
{
|
|
___delegateEntry_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___delegateEntry_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.Contracts.Contract
|
|
struct Contract_tE4C43A30E12EE209A626F945B2201EECEB0F9FD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Diagnostics.Debugger
|
|
struct Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Diagnostics.Debugger::DefaultCategory
|
|
String_t* ___DefaultCategory_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DefaultCategory_0() { return static_cast<int32_t>(offsetof(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_StaticFields, ___DefaultCategory_0)); }
|
|
inline String_t* get_DefaultCategory_0() const { return ___DefaultCategory_0; }
|
|
inline String_t** get_address_of_DefaultCategory_0() { return &___DefaultCategory_0; }
|
|
inline void set_DefaultCategory_0(String_t* value)
|
|
{
|
|
___DefaultCategory_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DefaultCategory_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.StackFrame
|
|
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Diagnostics.StackFrame::ilOffset
|
|
int32_t ___ilOffset_1;
|
|
// System.Int32 System.Diagnostics.StackFrame::nativeOffset
|
|
int32_t ___nativeOffset_2;
|
|
// System.Int64 System.Diagnostics.StackFrame::methodAddress
|
|
int64_t ___methodAddress_3;
|
|
// System.UInt32 System.Diagnostics.StackFrame::methodIndex
|
|
uint32_t ___methodIndex_4;
|
|
// System.Reflection.MethodBase System.Diagnostics.StackFrame::methodBase
|
|
MethodBase_t * ___methodBase_5;
|
|
// System.String System.Diagnostics.StackFrame::fileName
|
|
String_t* ___fileName_6;
|
|
// System.Int32 System.Diagnostics.StackFrame::lineNumber
|
|
int32_t ___lineNumber_7;
|
|
// System.Int32 System.Diagnostics.StackFrame::columnNumber
|
|
int32_t ___columnNumber_8;
|
|
// System.String System.Diagnostics.StackFrame::internalMethodName
|
|
String_t* ___internalMethodName_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ilOffset_1() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___ilOffset_1)); }
|
|
inline int32_t get_ilOffset_1() const { return ___ilOffset_1; }
|
|
inline int32_t* get_address_of_ilOffset_1() { return &___ilOffset_1; }
|
|
inline void set_ilOffset_1(int32_t value)
|
|
{
|
|
___ilOffset_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativeOffset_2() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___nativeOffset_2)); }
|
|
inline int32_t get_nativeOffset_2() const { return ___nativeOffset_2; }
|
|
inline int32_t* get_address_of_nativeOffset_2() { return &___nativeOffset_2; }
|
|
inline void set_nativeOffset_2(int32_t value)
|
|
{
|
|
___nativeOffset_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_methodAddress_3() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodAddress_3)); }
|
|
inline int64_t get_methodAddress_3() const { return ___methodAddress_3; }
|
|
inline int64_t* get_address_of_methodAddress_3() { return &___methodAddress_3; }
|
|
inline void set_methodAddress_3(int64_t value)
|
|
{
|
|
___methodAddress_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_methodIndex_4() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodIndex_4)); }
|
|
inline uint32_t get_methodIndex_4() const { return ___methodIndex_4; }
|
|
inline uint32_t* get_address_of_methodIndex_4() { return &___methodIndex_4; }
|
|
inline void set_methodIndex_4(uint32_t value)
|
|
{
|
|
___methodIndex_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_methodBase_5() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodBase_5)); }
|
|
inline MethodBase_t * get_methodBase_5() const { return ___methodBase_5; }
|
|
inline MethodBase_t ** get_address_of_methodBase_5() { return &___methodBase_5; }
|
|
inline void set_methodBase_5(MethodBase_t * value)
|
|
{
|
|
___methodBase_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___methodBase_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fileName_6() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___fileName_6)); }
|
|
inline String_t* get_fileName_6() const { return ___fileName_6; }
|
|
inline String_t** get_address_of_fileName_6() { return &___fileName_6; }
|
|
inline void set_fileName_6(String_t* value)
|
|
{
|
|
___fileName_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fileName_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lineNumber_7() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___lineNumber_7)); }
|
|
inline int32_t get_lineNumber_7() const { return ___lineNumber_7; }
|
|
inline int32_t* get_address_of_lineNumber_7() { return &___lineNumber_7; }
|
|
inline void set_lineNumber_7(int32_t value)
|
|
{
|
|
___lineNumber_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_columnNumber_8() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___columnNumber_8)); }
|
|
inline int32_t get_columnNumber_8() const { return ___columnNumber_8; }
|
|
inline int32_t* get_address_of_columnNumber_8() { return &___columnNumber_8; }
|
|
inline void set_columnNumber_8(int32_t value)
|
|
{
|
|
___columnNumber_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_internalMethodName_9() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___internalMethodName_9)); }
|
|
inline String_t* get_internalMethodName_9() const { return ___internalMethodName_9; }
|
|
inline String_t** get_address_of_internalMethodName_9() { return &___internalMethodName_9; }
|
|
inline void set_internalMethodName_9(String_t* value)
|
|
{
|
|
___internalMethodName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___internalMethodName_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Diagnostics.StackFrame
|
|
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_pinvoke
|
|
{
|
|
int32_t ___ilOffset_1;
|
|
int32_t ___nativeOffset_2;
|
|
int64_t ___methodAddress_3;
|
|
uint32_t ___methodIndex_4;
|
|
MethodBase_t * ___methodBase_5;
|
|
char* ___fileName_6;
|
|
int32_t ___lineNumber_7;
|
|
int32_t ___columnNumber_8;
|
|
char* ___internalMethodName_9;
|
|
};
|
|
// Native definition for COM marshalling of System.Diagnostics.StackFrame
|
|
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_com
|
|
{
|
|
int32_t ___ilOffset_1;
|
|
int32_t ___nativeOffset_2;
|
|
int64_t ___methodAddress_3;
|
|
uint32_t ___methodIndex_4;
|
|
MethodBase_t * ___methodBase_5;
|
|
Il2CppChar* ___fileName_6;
|
|
int32_t ___lineNumber_7;
|
|
int32_t ___columnNumber_8;
|
|
Il2CppChar* ___internalMethodName_9;
|
|
};
|
|
|
|
// System.Diagnostics.StackTrace
|
|
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ___frames_1;
|
|
// System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_2;
|
|
// System.Boolean System.Diagnostics.StackTrace::debug_info
|
|
bool ___debug_info_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_frames_1() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___frames_1)); }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get_frames_1() const { return ___frames_1; }
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of_frames_1() { return &___frames_1; }
|
|
inline void set_frames_1(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* value)
|
|
{
|
|
___frames_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_2() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___captured_traces_2)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_2() const { return ___captured_traces_2; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_2() { return &___captured_traces_2; }
|
|
inline void set_captured_traces_2(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|
{
|
|
___captured_traces_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_debug_info_3() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___debug_info_3)); }
|
|
inline bool get_debug_info_3() const { return ___debug_info_3; }
|
|
inline bool* get_address_of_debug_info_3() { return &___debug_info_3; }
|
|
inline void set_debug_info_3(bool value)
|
|
{
|
|
___debug_info_3 = value;
|
|
}
|
|
};
|
|
|
|
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean System.Diagnostics.StackTrace::isAotidSet
|
|
bool ___isAotidSet_4;
|
|
// System.String System.Diagnostics.StackTrace::aotid
|
|
String_t* ___aotid_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_isAotidSet_4() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___isAotidSet_4)); }
|
|
inline bool get_isAotidSet_4() const { return ___isAotidSet_4; }
|
|
inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; }
|
|
inline void set_isAotidSet_4(bool value)
|
|
{
|
|
___isAotidSet_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_aotid_5() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___aotid_5)); }
|
|
inline String_t* get_aotid_5() const { return ___aotid_5; }
|
|
inline String_t** get_address_of_aotid_5() { return &___aotid_5; }
|
|
inline void set_aotid_5(String_t* value)
|
|
{
|
|
___aotid_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___aotid_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Empty
|
|
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields
|
|
{
|
|
public:
|
|
// System.Empty System.Empty::Value
|
|
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields, ___Value_0)); }
|
|
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * get_Value_0() const { return ___Value_0; }
|
|
inline Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 ** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EmptyArray`1<System.Reflection.ParameterModifier>
|
|
struct EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.EmptyArray`1::Value
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___Value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_StaticFields, ___Value_0)); }
|
|
inline ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* get_Value_0() const { return ___Value_0; }
|
|
inline ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA** get_address_of_Value_0() { return &___Value_0; }
|
|
inline void set_Value_0(ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* value)
|
|
{
|
|
___Value_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum_ValuesAndNames
|
|
struct ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.UInt64[] System.Enum_ValuesAndNames::Values
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___Values_0;
|
|
// System.String[] System.Enum_ValuesAndNames::Names
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___Names_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Values_0() { return static_cast<int32_t>(offsetof(ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2, ___Values_0)); }
|
|
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* get_Values_0() const { return ___Values_0; }
|
|
inline UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** get_address_of_Values_0() { return &___Values_0; }
|
|
inline void set_Values_0(UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* value)
|
|
{
|
|
___Values_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Values_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Names_1() { return static_cast<int32_t>(offsetof(ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2, ___Names_1)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_Names_1() const { return ___Names_1; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_Names_1() { return &___Names_1; }
|
|
inline void set_Names_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___Names_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Names_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Environment
|
|
struct Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Environment::nl
|
|
String_t* ___nl_1;
|
|
// System.OperatingSystem System.Environment::os
|
|
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * ___os_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_nl_1() { return static_cast<int32_t>(offsetof(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields, ___nl_1)); }
|
|
inline String_t* get_nl_1() const { return ___nl_1; }
|
|
inline String_t** get_address_of_nl_1() { return &___nl_1; }
|
|
inline void set_nl_1(String_t* value)
|
|
{
|
|
___nl_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nl_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_os_2() { return static_cast<int32_t>(offsetof(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields, ___os_2)); }
|
|
inline OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * get_os_2() const { return ___os_2; }
|
|
inline OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 ** get_address_of_os_2() { return &___os_2; }
|
|
inline void set_os_2(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * value)
|
|
{
|
|
___os_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___os_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
|
|
{
|
|
public:
|
|
// System.EventArgs System.EventArgs::Empty
|
|
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
|
|
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
|
|
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
|
|
{
|
|
___Empty_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.GC
|
|
struct GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.GC::EPHEMERON_TOMBSTONE
|
|
RuntimeObject * ___EPHEMERON_TOMBSTONE_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_EPHEMERON_TOMBSTONE_0() { return static_cast<int32_t>(offsetof(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_StaticFields, ___EPHEMERON_TOMBSTONE_0)); }
|
|
inline RuntimeObject * get_EPHEMERON_TOMBSTONE_0() const { return ___EPHEMERON_TOMBSTONE_0; }
|
|
inline RuntimeObject ** get_address_of_EPHEMERON_TOMBSTONE_0() { return &___EPHEMERON_TOMBSTONE_0; }
|
|
inline void set_EPHEMERON_TOMBSTONE_0(RuntimeObject * value)
|
|
{
|
|
___EPHEMERON_TOMBSTONE_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EPHEMERON_TOMBSTONE_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.Bootstring
|
|
struct Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Char System.Globalization.Bootstring::delimiter
|
|
Il2CppChar ___delimiter_0;
|
|
// System.Int32 System.Globalization.Bootstring::base_num
|
|
int32_t ___base_num_1;
|
|
// System.Int32 System.Globalization.Bootstring::tmin
|
|
int32_t ___tmin_2;
|
|
// System.Int32 System.Globalization.Bootstring::tmax
|
|
int32_t ___tmax_3;
|
|
// System.Int32 System.Globalization.Bootstring::skew
|
|
int32_t ___skew_4;
|
|
// System.Int32 System.Globalization.Bootstring::damp
|
|
int32_t ___damp_5;
|
|
// System.Int32 System.Globalization.Bootstring::initial_bias
|
|
int32_t ___initial_bias_6;
|
|
// System.Int32 System.Globalization.Bootstring::initial_n
|
|
int32_t ___initial_n_7;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delimiter_0() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___delimiter_0)); }
|
|
inline Il2CppChar get_delimiter_0() const { return ___delimiter_0; }
|
|
inline Il2CppChar* get_address_of_delimiter_0() { return &___delimiter_0; }
|
|
inline void set_delimiter_0(Il2CppChar value)
|
|
{
|
|
___delimiter_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_base_num_1() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___base_num_1)); }
|
|
inline int32_t get_base_num_1() const { return ___base_num_1; }
|
|
inline int32_t* get_address_of_base_num_1() { return &___base_num_1; }
|
|
inline void set_base_num_1(int32_t value)
|
|
{
|
|
___base_num_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tmin_2() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___tmin_2)); }
|
|
inline int32_t get_tmin_2() const { return ___tmin_2; }
|
|
inline int32_t* get_address_of_tmin_2() { return &___tmin_2; }
|
|
inline void set_tmin_2(int32_t value)
|
|
{
|
|
___tmin_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_tmax_3() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___tmax_3)); }
|
|
inline int32_t get_tmax_3() const { return ___tmax_3; }
|
|
inline int32_t* get_address_of_tmax_3() { return &___tmax_3; }
|
|
inline void set_tmax_3(int32_t value)
|
|
{
|
|
___tmax_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_skew_4() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___skew_4)); }
|
|
inline int32_t get_skew_4() const { return ___skew_4; }
|
|
inline int32_t* get_address_of_skew_4() { return &___skew_4; }
|
|
inline void set_skew_4(int32_t value)
|
|
{
|
|
___skew_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_damp_5() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___damp_5)); }
|
|
inline int32_t get_damp_5() const { return ___damp_5; }
|
|
inline int32_t* get_address_of_damp_5() { return &___damp_5; }
|
|
inline void set_damp_5(int32_t value)
|
|
{
|
|
___damp_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initial_bias_6() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___initial_bias_6)); }
|
|
inline int32_t get_initial_bias_6() const { return ___initial_bias_6; }
|
|
inline int32_t* get_address_of_initial_bias_6() { return &___initial_bias_6; }
|
|
inline void set_initial_bias_6(int32_t value)
|
|
{
|
|
___initial_bias_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_initial_n_7() { return static_cast<int32_t>(offsetof(Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41, ___initial_n_7)); }
|
|
inline int32_t get_initial_n_7() const { return ___initial_n_7; }
|
|
inline int32_t* get_address_of_initial_n_7() { return &___initial_n_7; }
|
|
inline void set_initial_n_7(int32_t value)
|
|
{
|
|
___initial_n_7 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.Calendar
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.Calendar::m_currentEraValue
|
|
int32_t ___m_currentEraValue_0;
|
|
// System.Boolean System.Globalization.Calendar::m_isReadOnly
|
|
bool ___m_isReadOnly_1;
|
|
// System.Int32 System.Globalization.Calendar::twoDigitYearMax
|
|
int32_t ___twoDigitYearMax_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_currentEraValue_0() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_currentEraValue_0)); }
|
|
inline int32_t get_m_currentEraValue_0() const { return ___m_currentEraValue_0; }
|
|
inline int32_t* get_address_of_m_currentEraValue_0() { return &___m_currentEraValue_0; }
|
|
inline void set_m_currentEraValue_0(int32_t value)
|
|
{
|
|
___m_currentEraValue_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isReadOnly_1() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___m_isReadOnly_1)); }
|
|
inline bool get_m_isReadOnly_1() const { return ___m_isReadOnly_1; }
|
|
inline bool* get_address_of_m_isReadOnly_1() { return &___m_isReadOnly_1; }
|
|
inline void set_m_isReadOnly_1(bool value)
|
|
{
|
|
___m_isReadOnly_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_twoDigitYearMax_2() { return static_cast<int32_t>(offsetof(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5, ___twoDigitYearMax_2)); }
|
|
inline int32_t get_twoDigitYearMax_2() const { return ___twoDigitYearMax_2; }
|
|
inline int32_t* get_address_of_twoDigitYearMax_2() { return &___twoDigitYearMax_2; }
|
|
inline void set_twoDigitYearMax_2(int32_t value)
|
|
{
|
|
___twoDigitYearMax_2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CalendarData
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.CalendarData::sNativeName
|
|
String_t* ___sNativeName_1;
|
|
// System.String[] System.Globalization.CalendarData::saShortDates
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saShortDates_2;
|
|
// System.String[] System.Globalization.CalendarData::saYearMonths
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saYearMonths_3;
|
|
// System.String[] System.Globalization.CalendarData::saLongDates
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saLongDates_4;
|
|
// System.String System.Globalization.CalendarData::sMonthDay
|
|
String_t* ___sMonthDay_5;
|
|
// System.String[] System.Globalization.CalendarData::saEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saEraNames_6;
|
|
// System.String[] System.Globalization.CalendarData::saAbbrevEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saAbbrevEraNames_7;
|
|
// System.String[] System.Globalization.CalendarData::saAbbrevEnglishEraNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saAbbrevEnglishEraNames_8;
|
|
// System.String[] System.Globalization.CalendarData::saDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saDayNames_9;
|
|
// System.String[] System.Globalization.CalendarData::saAbbrevDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saAbbrevDayNames_10;
|
|
// System.String[] System.Globalization.CalendarData::saSuperShortDayNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saSuperShortDayNames_11;
|
|
// System.String[] System.Globalization.CalendarData::saMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saMonthNames_12;
|
|
// System.String[] System.Globalization.CalendarData::saAbbrevMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saAbbrevMonthNames_13;
|
|
// System.String[] System.Globalization.CalendarData::saMonthGenitiveNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saMonthGenitiveNames_14;
|
|
// System.String[] System.Globalization.CalendarData::saAbbrevMonthGenitiveNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saAbbrevMonthGenitiveNames_15;
|
|
// System.String[] System.Globalization.CalendarData::saLeapYearMonthNames
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saLeapYearMonthNames_16;
|
|
// System.Int32 System.Globalization.CalendarData::iTwoDigitYearMax
|
|
int32_t ___iTwoDigitYearMax_17;
|
|
// System.Int32 System.Globalization.CalendarData::iCurrentEra
|
|
int32_t ___iCurrentEra_18;
|
|
// System.Boolean System.Globalization.CalendarData::bUseUserOverrides
|
|
bool ___bUseUserOverrides_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sNativeName_1() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___sNativeName_1)); }
|
|
inline String_t* get_sNativeName_1() const { return ___sNativeName_1; }
|
|
inline String_t** get_address_of_sNativeName_1() { return &___sNativeName_1; }
|
|
inline void set_sNativeName_1(String_t* value)
|
|
{
|
|
___sNativeName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sNativeName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saShortDates_2() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saShortDates_2)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saShortDates_2() const { return ___saShortDates_2; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saShortDates_2() { return &___saShortDates_2; }
|
|
inline void set_saShortDates_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saShortDates_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saShortDates_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saYearMonths_3() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saYearMonths_3)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saYearMonths_3() const { return ___saYearMonths_3; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saYearMonths_3() { return &___saYearMonths_3; }
|
|
inline void set_saYearMonths_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saYearMonths_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saYearMonths_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saLongDates_4() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saLongDates_4)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saLongDates_4() const { return ___saLongDates_4; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saLongDates_4() { return &___saLongDates_4; }
|
|
inline void set_saLongDates_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saLongDates_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saLongDates_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sMonthDay_5() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___sMonthDay_5)); }
|
|
inline String_t* get_sMonthDay_5() const { return ___sMonthDay_5; }
|
|
inline String_t** get_address_of_sMonthDay_5() { return &___sMonthDay_5; }
|
|
inline void set_sMonthDay_5(String_t* value)
|
|
{
|
|
___sMonthDay_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sMonthDay_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saEraNames_6() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saEraNames_6)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saEraNames_6() const { return ___saEraNames_6; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saEraNames_6() { return &___saEraNames_6; }
|
|
inline void set_saEraNames_6(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saEraNames_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saEraNames_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saAbbrevEraNames_7() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saAbbrevEraNames_7)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saAbbrevEraNames_7() const { return ___saAbbrevEraNames_7; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saAbbrevEraNames_7() { return &___saAbbrevEraNames_7; }
|
|
inline void set_saAbbrevEraNames_7(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saAbbrevEraNames_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevEraNames_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saAbbrevEnglishEraNames_8() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saAbbrevEnglishEraNames_8)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saAbbrevEnglishEraNames_8() const { return ___saAbbrevEnglishEraNames_8; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saAbbrevEnglishEraNames_8() { return &___saAbbrevEnglishEraNames_8; }
|
|
inline void set_saAbbrevEnglishEraNames_8(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saAbbrevEnglishEraNames_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevEnglishEraNames_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saDayNames_9() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saDayNames_9)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saDayNames_9() const { return ___saDayNames_9; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saDayNames_9() { return &___saDayNames_9; }
|
|
inline void set_saDayNames_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saDayNames_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saDayNames_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saAbbrevDayNames_10() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saAbbrevDayNames_10)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saAbbrevDayNames_10() const { return ___saAbbrevDayNames_10; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saAbbrevDayNames_10() { return &___saAbbrevDayNames_10; }
|
|
inline void set_saAbbrevDayNames_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saAbbrevDayNames_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevDayNames_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saSuperShortDayNames_11() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saSuperShortDayNames_11)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saSuperShortDayNames_11() const { return ___saSuperShortDayNames_11; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saSuperShortDayNames_11() { return &___saSuperShortDayNames_11; }
|
|
inline void set_saSuperShortDayNames_11(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saSuperShortDayNames_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saSuperShortDayNames_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saMonthNames_12() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saMonthNames_12)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saMonthNames_12() const { return ___saMonthNames_12; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saMonthNames_12() { return &___saMonthNames_12; }
|
|
inline void set_saMonthNames_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saMonthNames_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saMonthNames_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saAbbrevMonthNames_13() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saAbbrevMonthNames_13)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saAbbrevMonthNames_13() const { return ___saAbbrevMonthNames_13; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saAbbrevMonthNames_13() { return &___saAbbrevMonthNames_13; }
|
|
inline void set_saAbbrevMonthNames_13(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saAbbrevMonthNames_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevMonthNames_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saMonthGenitiveNames_14() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saMonthGenitiveNames_14)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saMonthGenitiveNames_14() const { return ___saMonthGenitiveNames_14; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saMonthGenitiveNames_14() { return &___saMonthGenitiveNames_14; }
|
|
inline void set_saMonthGenitiveNames_14(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saMonthGenitiveNames_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saMonthGenitiveNames_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saAbbrevMonthGenitiveNames_15() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saAbbrevMonthGenitiveNames_15)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saAbbrevMonthGenitiveNames_15() const { return ___saAbbrevMonthGenitiveNames_15; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saAbbrevMonthGenitiveNames_15() { return &___saAbbrevMonthGenitiveNames_15; }
|
|
inline void set_saAbbrevMonthGenitiveNames_15(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saAbbrevMonthGenitiveNames_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saAbbrevMonthGenitiveNames_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saLeapYearMonthNames_16() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___saLeapYearMonthNames_16)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saLeapYearMonthNames_16() const { return ___saLeapYearMonthNames_16; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saLeapYearMonthNames_16() { return &___saLeapYearMonthNames_16; }
|
|
inline void set_saLeapYearMonthNames_16(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saLeapYearMonthNames_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saLeapYearMonthNames_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iTwoDigitYearMax_17() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___iTwoDigitYearMax_17)); }
|
|
inline int32_t get_iTwoDigitYearMax_17() const { return ___iTwoDigitYearMax_17; }
|
|
inline int32_t* get_address_of_iTwoDigitYearMax_17() { return &___iTwoDigitYearMax_17; }
|
|
inline void set_iTwoDigitYearMax_17(int32_t value)
|
|
{
|
|
___iTwoDigitYearMax_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iCurrentEra_18() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___iCurrentEra_18)); }
|
|
inline int32_t get_iCurrentEra_18() const { return ___iCurrentEra_18; }
|
|
inline int32_t* get_address_of_iCurrentEra_18() { return &___iCurrentEra_18; }
|
|
inline void set_iCurrentEra_18(int32_t value)
|
|
{
|
|
___iCurrentEra_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bUseUserOverrides_19() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E, ___bUseUserOverrides_19)); }
|
|
inline bool get_bUseUserOverrides_19() const { return ___bUseUserOverrides_19; }
|
|
inline bool* get_address_of_bUseUserOverrides_19() { return &___bUseUserOverrides_19; }
|
|
inline void set_bUseUserOverrides_19(bool value)
|
|
{
|
|
___bUseUserOverrides_19 = value;
|
|
}
|
|
};
|
|
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CalendarData System.Globalization.CalendarData::Invariant
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * ___Invariant_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Invariant_20() { return static_cast<int32_t>(offsetof(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields, ___Invariant_20)); }
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * get_Invariant_20() const { return ___Invariant_20; }
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E ** get_address_of_Invariant_20() { return &___Invariant_20; }
|
|
inline void set_Invariant_20(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * value)
|
|
{
|
|
___Invariant_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Invariant_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CalendarData
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke
|
|
{
|
|
char* ___sNativeName_1;
|
|
char** ___saShortDates_2;
|
|
char** ___saYearMonths_3;
|
|
char** ___saLongDates_4;
|
|
char* ___sMonthDay_5;
|
|
char** ___saEraNames_6;
|
|
char** ___saAbbrevEraNames_7;
|
|
char** ___saAbbrevEnglishEraNames_8;
|
|
char** ___saDayNames_9;
|
|
char** ___saAbbrevDayNames_10;
|
|
char** ___saSuperShortDayNames_11;
|
|
char** ___saMonthNames_12;
|
|
char** ___saAbbrevMonthNames_13;
|
|
char** ___saMonthGenitiveNames_14;
|
|
char** ___saAbbrevMonthGenitiveNames_15;
|
|
char** ___saLeapYearMonthNames_16;
|
|
int32_t ___iTwoDigitYearMax_17;
|
|
int32_t ___iCurrentEra_18;
|
|
int32_t ___bUseUserOverrides_19;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CalendarData
|
|
struct CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com
|
|
{
|
|
Il2CppChar* ___sNativeName_1;
|
|
Il2CppChar** ___saShortDates_2;
|
|
Il2CppChar** ___saYearMonths_3;
|
|
Il2CppChar** ___saLongDates_4;
|
|
Il2CppChar* ___sMonthDay_5;
|
|
Il2CppChar** ___saEraNames_6;
|
|
Il2CppChar** ___saAbbrevEraNames_7;
|
|
Il2CppChar** ___saAbbrevEnglishEraNames_8;
|
|
Il2CppChar** ___saDayNames_9;
|
|
Il2CppChar** ___saAbbrevDayNames_10;
|
|
Il2CppChar** ___saSuperShortDayNames_11;
|
|
Il2CppChar** ___saMonthNames_12;
|
|
Il2CppChar** ___saAbbrevMonthNames_13;
|
|
Il2CppChar** ___saMonthGenitiveNames_14;
|
|
Il2CppChar** ___saAbbrevMonthGenitiveNames_15;
|
|
Il2CppChar** ___saLeapYearMonthNames_16;
|
|
int32_t ___iTwoDigitYearMax_17;
|
|
int32_t ___iCurrentEra_18;
|
|
int32_t ___bUseUserOverrides_19;
|
|
};
|
|
|
|
// System.Globalization.CharUnicodeInfo
|
|
struct CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields
|
|
{
|
|
public:
|
|
// System.UInt16[] System.Globalization.CharUnicodeInfo::s_pCategoryLevel1Index
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___s_pCategoryLevel1Index_0;
|
|
// System.Byte[] System.Globalization.CharUnicodeInfo::s_pCategoriesValue
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___s_pCategoriesValue_1;
|
|
// System.UInt16[] System.Globalization.CharUnicodeInfo::s_pNumericLevel1Index
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___s_pNumericLevel1Index_2;
|
|
// System.Byte[] System.Globalization.CharUnicodeInfo::s_pNumericValues
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___s_pNumericValues_3;
|
|
// System.UInt16[] System.Globalization.CharUnicodeInfo::s_pDigitValues
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___s_pDigitValues_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_pCategoryLevel1Index_0() { return static_cast<int32_t>(offsetof(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields, ___s_pCategoryLevel1Index_0)); }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_s_pCategoryLevel1Index_0() const { return ___s_pCategoryLevel1Index_0; }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_s_pCategoryLevel1Index_0() { return &___s_pCategoryLevel1Index_0; }
|
|
inline void set_s_pCategoryLevel1Index_0(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
|
|
{
|
|
___s_pCategoryLevel1Index_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_pCategoryLevel1Index_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_pCategoriesValue_1() { return static_cast<int32_t>(offsetof(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields, ___s_pCategoriesValue_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_s_pCategoriesValue_1() const { return ___s_pCategoriesValue_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_s_pCategoriesValue_1() { return &___s_pCategoriesValue_1; }
|
|
inline void set_s_pCategoriesValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___s_pCategoriesValue_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_pCategoriesValue_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_pNumericLevel1Index_2() { return static_cast<int32_t>(offsetof(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields, ___s_pNumericLevel1Index_2)); }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_s_pNumericLevel1Index_2() const { return ___s_pNumericLevel1Index_2; }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_s_pNumericLevel1Index_2() { return &___s_pNumericLevel1Index_2; }
|
|
inline void set_s_pNumericLevel1Index_2(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
|
|
{
|
|
___s_pNumericLevel1Index_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_pNumericLevel1Index_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_pNumericValues_3() { return static_cast<int32_t>(offsetof(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields, ___s_pNumericValues_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_s_pNumericValues_3() const { return ___s_pNumericValues_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_s_pNumericValues_3() { return &___s_pNumericValues_3; }
|
|
inline void set_s_pNumericValues_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___s_pNumericValues_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_pNumericValues_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_pDigitValues_4() { return static_cast<int32_t>(offsetof(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields, ___s_pDigitValues_4)); }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_s_pDigitValues_4() const { return ___s_pDigitValues_4; }
|
|
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_s_pDigitValues_4() { return &___s_pDigitValues_4; }
|
|
inline void set_s_pDigitValues_4(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
|
|
{
|
|
___s_pDigitValues_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_pDigitValues_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CharUnicodeInfo_Debug
|
|
struct Debug_tDC29095ECA525AF90EC7761505C859A0A14E79DC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.CodePageDataItem::m_dataIndex
|
|
int32_t ___m_dataIndex_0;
|
|
// System.Int32 System.Globalization.CodePageDataItem::m_uiFamilyCodePage
|
|
int32_t ___m_uiFamilyCodePage_1;
|
|
// System.String System.Globalization.CodePageDataItem::m_webName
|
|
String_t* ___m_webName_2;
|
|
// System.String System.Globalization.CodePageDataItem::m_headerName
|
|
String_t* ___m_headerName_3;
|
|
// System.String System.Globalization.CodePageDataItem::m_bodyName
|
|
String_t* ___m_bodyName_4;
|
|
// System.UInt32 System.Globalization.CodePageDataItem::m_flags
|
|
uint32_t ___m_flags_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_dataIndex_0() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_dataIndex_0)); }
|
|
inline int32_t get_m_dataIndex_0() const { return ___m_dataIndex_0; }
|
|
inline int32_t* get_address_of_m_dataIndex_0() { return &___m_dataIndex_0; }
|
|
inline void set_m_dataIndex_0(int32_t value)
|
|
{
|
|
___m_dataIndex_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_uiFamilyCodePage_1() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_uiFamilyCodePage_1)); }
|
|
inline int32_t get_m_uiFamilyCodePage_1() const { return ___m_uiFamilyCodePage_1; }
|
|
inline int32_t* get_address_of_m_uiFamilyCodePage_1() { return &___m_uiFamilyCodePage_1; }
|
|
inline void set_m_uiFamilyCodePage_1(int32_t value)
|
|
{
|
|
___m_uiFamilyCodePage_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_webName_2() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_webName_2)); }
|
|
inline String_t* get_m_webName_2() const { return ___m_webName_2; }
|
|
inline String_t** get_address_of_m_webName_2() { return &___m_webName_2; }
|
|
inline void set_m_webName_2(String_t* value)
|
|
{
|
|
___m_webName_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_webName_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_headerName_3() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_headerName_3)); }
|
|
inline String_t* get_m_headerName_3() const { return ___m_headerName_3; }
|
|
inline String_t** get_address_of_m_headerName_3() { return &___m_headerName_3; }
|
|
inline void set_m_headerName_3(String_t* value)
|
|
{
|
|
___m_headerName_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_headerName_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_bodyName_4() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_bodyName_4)); }
|
|
inline String_t* get_m_bodyName_4() const { return ___m_bodyName_4; }
|
|
inline String_t** get_address_of_m_bodyName_4() { return &___m_bodyName_4; }
|
|
inline void set_m_bodyName_4(String_t* value)
|
|
{
|
|
___m_bodyName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_bodyName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_flags_5() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB, ___m_flags_5)); }
|
|
inline uint32_t get_m_flags_5() const { return ___m_flags_5; }
|
|
inline uint32_t* get_address_of_m_flags_5() { return &___m_flags_5; }
|
|
inline void set_m_flags_5(uint32_t value)
|
|
{
|
|
___m_flags_5 = value;
|
|
}
|
|
};
|
|
|
|
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Globalization.CodePageDataItem::sep
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___sep_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sep_6() { return static_cast<int32_t>(offsetof(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields, ___sep_6)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_sep_6() const { return ___sep_6; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_sep_6() { return &___sep_6; }
|
|
inline void set_sep_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___sep_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sep_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.CultureData::sAM1159
|
|
String_t* ___sAM1159_0;
|
|
// System.String System.Globalization.CultureData::sPM2359
|
|
String_t* ___sPM2359_1;
|
|
// System.String System.Globalization.CultureData::sTimeSeparator
|
|
String_t* ___sTimeSeparator_2;
|
|
// System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saLongTimes
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saLongTimes_3;
|
|
// System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::saShortTimes
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___saShortTimes_4;
|
|
// System.Int32 System.Globalization.CultureData::iFirstDayOfWeek
|
|
int32_t ___iFirstDayOfWeek_5;
|
|
// System.Int32 System.Globalization.CultureData::iFirstWeekOfYear
|
|
int32_t ___iFirstWeekOfYear_6;
|
|
// System.Int32[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureData::waCalendars
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___waCalendars_7;
|
|
// System.Globalization.CalendarData[] System.Globalization.CultureData::calendars
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* ___calendars_8;
|
|
// System.String System.Globalization.CultureData::sISO639Language
|
|
String_t* ___sISO639Language_9;
|
|
// System.String System.Globalization.CultureData::sRealName
|
|
String_t* ___sRealName_10;
|
|
// System.Boolean System.Globalization.CultureData::bUseOverrides
|
|
bool ___bUseOverrides_11;
|
|
// System.Int32 System.Globalization.CultureData::calendarId
|
|
int32_t ___calendarId_12;
|
|
// System.Int32 System.Globalization.CultureData::numberIndex
|
|
int32_t ___numberIndex_13;
|
|
// System.Int32 System.Globalization.CultureData::iDefaultAnsiCodePage
|
|
int32_t ___iDefaultAnsiCodePage_14;
|
|
// System.Int32 System.Globalization.CultureData::iDefaultOemCodePage
|
|
int32_t ___iDefaultOemCodePage_15;
|
|
// System.Int32 System.Globalization.CultureData::iDefaultMacCodePage
|
|
int32_t ___iDefaultMacCodePage_16;
|
|
// System.Int32 System.Globalization.CultureData::iDefaultEbcdicCodePage
|
|
int32_t ___iDefaultEbcdicCodePage_17;
|
|
// System.Boolean System.Globalization.CultureData::isRightToLeft
|
|
bool ___isRightToLeft_18;
|
|
// System.String System.Globalization.CultureData::sListSeparator
|
|
String_t* ___sListSeparator_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_sAM1159_0() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sAM1159_0)); }
|
|
inline String_t* get_sAM1159_0() const { return ___sAM1159_0; }
|
|
inline String_t** get_address_of_sAM1159_0() { return &___sAM1159_0; }
|
|
inline void set_sAM1159_0(String_t* value)
|
|
{
|
|
___sAM1159_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sAM1159_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sPM2359_1() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sPM2359_1)); }
|
|
inline String_t* get_sPM2359_1() const { return ___sPM2359_1; }
|
|
inline String_t** get_address_of_sPM2359_1() { return &___sPM2359_1; }
|
|
inline void set_sPM2359_1(String_t* value)
|
|
{
|
|
___sPM2359_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sPM2359_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sTimeSeparator_2() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sTimeSeparator_2)); }
|
|
inline String_t* get_sTimeSeparator_2() const { return ___sTimeSeparator_2; }
|
|
inline String_t** get_address_of_sTimeSeparator_2() { return &___sTimeSeparator_2; }
|
|
inline void set_sTimeSeparator_2(String_t* value)
|
|
{
|
|
___sTimeSeparator_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sTimeSeparator_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saLongTimes_3() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___saLongTimes_3)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saLongTimes_3() const { return ___saLongTimes_3; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saLongTimes_3() { return &___saLongTimes_3; }
|
|
inline void set_saLongTimes_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saLongTimes_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saLongTimes_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_saShortTimes_4() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___saShortTimes_4)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_saShortTimes_4() const { return ___saShortTimes_4; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_saShortTimes_4() { return &___saShortTimes_4; }
|
|
inline void set_saShortTimes_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___saShortTimes_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___saShortTimes_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iFirstDayOfWeek_5() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iFirstDayOfWeek_5)); }
|
|
inline int32_t get_iFirstDayOfWeek_5() const { return ___iFirstDayOfWeek_5; }
|
|
inline int32_t* get_address_of_iFirstDayOfWeek_5() { return &___iFirstDayOfWeek_5; }
|
|
inline void set_iFirstDayOfWeek_5(int32_t value)
|
|
{
|
|
___iFirstDayOfWeek_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iFirstWeekOfYear_6() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iFirstWeekOfYear_6)); }
|
|
inline int32_t get_iFirstWeekOfYear_6() const { return ___iFirstWeekOfYear_6; }
|
|
inline int32_t* get_address_of_iFirstWeekOfYear_6() { return &___iFirstWeekOfYear_6; }
|
|
inline void set_iFirstWeekOfYear_6(int32_t value)
|
|
{
|
|
___iFirstWeekOfYear_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_waCalendars_7() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___waCalendars_7)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_waCalendars_7() const { return ___waCalendars_7; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_waCalendars_7() { return &___waCalendars_7; }
|
|
inline void set_waCalendars_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___waCalendars_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___waCalendars_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendars_8() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___calendars_8)); }
|
|
inline CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* get_calendars_8() const { return ___calendars_8; }
|
|
inline CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD** get_address_of_calendars_8() { return &___calendars_8; }
|
|
inline void set_calendars_8(CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* value)
|
|
{
|
|
___calendars_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendars_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sISO639Language_9() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sISO639Language_9)); }
|
|
inline String_t* get_sISO639Language_9() const { return ___sISO639Language_9; }
|
|
inline String_t** get_address_of_sISO639Language_9() { return &___sISO639Language_9; }
|
|
inline void set_sISO639Language_9(String_t* value)
|
|
{
|
|
___sISO639Language_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sISO639Language_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sRealName_10() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sRealName_10)); }
|
|
inline String_t* get_sRealName_10() const { return ___sRealName_10; }
|
|
inline String_t** get_address_of_sRealName_10() { return &___sRealName_10; }
|
|
inline void set_sRealName_10(String_t* value)
|
|
{
|
|
___sRealName_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sRealName_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_bUseOverrides_11() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___bUseOverrides_11)); }
|
|
inline bool get_bUseOverrides_11() const { return ___bUseOverrides_11; }
|
|
inline bool* get_address_of_bUseOverrides_11() { return &___bUseOverrides_11; }
|
|
inline void set_bUseOverrides_11(bool value)
|
|
{
|
|
___bUseOverrides_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calendarId_12() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___calendarId_12)); }
|
|
inline int32_t get_calendarId_12() const { return ___calendarId_12; }
|
|
inline int32_t* get_address_of_calendarId_12() { return &___calendarId_12; }
|
|
inline void set_calendarId_12(int32_t value)
|
|
{
|
|
___calendarId_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberIndex_13() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___numberIndex_13)); }
|
|
inline int32_t get_numberIndex_13() const { return ___numberIndex_13; }
|
|
inline int32_t* get_address_of_numberIndex_13() { return &___numberIndex_13; }
|
|
inline void set_numberIndex_13(int32_t value)
|
|
{
|
|
___numberIndex_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iDefaultAnsiCodePage_14() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iDefaultAnsiCodePage_14)); }
|
|
inline int32_t get_iDefaultAnsiCodePage_14() const { return ___iDefaultAnsiCodePage_14; }
|
|
inline int32_t* get_address_of_iDefaultAnsiCodePage_14() { return &___iDefaultAnsiCodePage_14; }
|
|
inline void set_iDefaultAnsiCodePage_14(int32_t value)
|
|
{
|
|
___iDefaultAnsiCodePage_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iDefaultOemCodePage_15() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iDefaultOemCodePage_15)); }
|
|
inline int32_t get_iDefaultOemCodePage_15() const { return ___iDefaultOemCodePage_15; }
|
|
inline int32_t* get_address_of_iDefaultOemCodePage_15() { return &___iDefaultOemCodePage_15; }
|
|
inline void set_iDefaultOemCodePage_15(int32_t value)
|
|
{
|
|
___iDefaultOemCodePage_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iDefaultMacCodePage_16() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iDefaultMacCodePage_16)); }
|
|
inline int32_t get_iDefaultMacCodePage_16() const { return ___iDefaultMacCodePage_16; }
|
|
inline int32_t* get_address_of_iDefaultMacCodePage_16() { return &___iDefaultMacCodePage_16; }
|
|
inline void set_iDefaultMacCodePage_16(int32_t value)
|
|
{
|
|
___iDefaultMacCodePage_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_iDefaultEbcdicCodePage_17() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___iDefaultEbcdicCodePage_17)); }
|
|
inline int32_t get_iDefaultEbcdicCodePage_17() const { return ___iDefaultEbcdicCodePage_17; }
|
|
inline int32_t* get_address_of_iDefaultEbcdicCodePage_17() { return &___iDefaultEbcdicCodePage_17; }
|
|
inline void set_iDefaultEbcdicCodePage_17(int32_t value)
|
|
{
|
|
___iDefaultEbcdicCodePage_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isRightToLeft_18() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___isRightToLeft_18)); }
|
|
inline bool get_isRightToLeft_18() const { return ___isRightToLeft_18; }
|
|
inline bool* get_address_of_isRightToLeft_18() { return &___isRightToLeft_18; }
|
|
inline void set_isRightToLeft_18(bool value)
|
|
{
|
|
___isRightToLeft_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sListSeparator_19() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD, ___sListSeparator_19)); }
|
|
inline String_t* get_sListSeparator_19() const { return ___sListSeparator_19; }
|
|
inline String_t** get_address_of_sListSeparator_19() { return &___sListSeparator_19; }
|
|
inline void set_sListSeparator_19(String_t* value)
|
|
{
|
|
___sListSeparator_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___sListSeparator_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.CultureData System.Globalization.CultureData::s_Invariant
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___s_Invariant_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Invariant_20() { return static_cast<int32_t>(offsetof(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_StaticFields, ___s_Invariant_20)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_s_Invariant_20() const { return ___s_Invariant_20; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_s_Invariant_20() { return &___s_Invariant_20; }
|
|
inline void set_s_Invariant_20(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___s_Invariant_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke
|
|
{
|
|
char* ___sAM1159_0;
|
|
char* ___sPM2359_1;
|
|
char* ___sTimeSeparator_2;
|
|
char** ___saLongTimes_3;
|
|
char** ___saShortTimes_4;
|
|
int32_t ___iFirstDayOfWeek_5;
|
|
int32_t ___iFirstWeekOfYear_6;
|
|
Il2CppSafeArray/*NONE*/* ___waCalendars_7;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke** ___calendars_8;
|
|
char* ___sISO639Language_9;
|
|
char* ___sRealName_10;
|
|
int32_t ___bUseOverrides_11;
|
|
int32_t ___calendarId_12;
|
|
int32_t ___numberIndex_13;
|
|
int32_t ___iDefaultAnsiCodePage_14;
|
|
int32_t ___iDefaultOemCodePage_15;
|
|
int32_t ___iDefaultMacCodePage_16;
|
|
int32_t ___iDefaultEbcdicCodePage_17;
|
|
int32_t ___isRightToLeft_18;
|
|
char* ___sListSeparator_19;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureData
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com
|
|
{
|
|
Il2CppChar* ___sAM1159_0;
|
|
Il2CppChar* ___sPM2359_1;
|
|
Il2CppChar* ___sTimeSeparator_2;
|
|
Il2CppChar** ___saLongTimes_3;
|
|
Il2CppChar** ___saShortTimes_4;
|
|
int32_t ___iFirstDayOfWeek_5;
|
|
int32_t ___iFirstWeekOfYear_6;
|
|
Il2CppSafeArray/*NONE*/* ___waCalendars_7;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com** ___calendars_8;
|
|
Il2CppChar* ___sISO639Language_9;
|
|
Il2CppChar* ___sRealName_10;
|
|
int32_t ___bUseOverrides_11;
|
|
int32_t ___calendarId_12;
|
|
int32_t ___numberIndex_13;
|
|
int32_t ___iDefaultAnsiCodePage_14;
|
|
int32_t ___iDefaultOemCodePage_15;
|
|
int32_t ___iDefaultMacCodePage_16;
|
|
int32_t ___iDefaultEbcdicCodePage_17;
|
|
int32_t ___isRightToLeft_18;
|
|
Il2CppChar* ___sListSeparator_19;
|
|
};
|
|
|
|
// 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.Globalization.EncodingTable
|
|
struct EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.InternalEncodingDataItem[] System.Globalization.EncodingTable::encodingDataPtr
|
|
InternalEncodingDataItemU5BU5D_t0579A8C6FC0871F0230E51290511BF0C9C706C68* ___encodingDataPtr_0;
|
|
// System.Globalization.InternalCodePageDataItem[] System.Globalization.EncodingTable::codePageDataPtr
|
|
InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* ___codePageDataPtr_1;
|
|
// System.Int32 System.Globalization.EncodingTable::lastEncodingItem
|
|
int32_t ___lastEncodingItem_2;
|
|
// System.Collections.Hashtable System.Globalization.EncodingTable::hashByName
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashByName_3;
|
|
// System.Collections.Hashtable System.Globalization.EncodingTable::hashByCodePage
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashByCodePage_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_encodingDataPtr_0() { return static_cast<int32_t>(offsetof(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields, ___encodingDataPtr_0)); }
|
|
inline InternalEncodingDataItemU5BU5D_t0579A8C6FC0871F0230E51290511BF0C9C706C68* get_encodingDataPtr_0() const { return ___encodingDataPtr_0; }
|
|
inline InternalEncodingDataItemU5BU5D_t0579A8C6FC0871F0230E51290511BF0C9C706C68** get_address_of_encodingDataPtr_0() { return &___encodingDataPtr_0; }
|
|
inline void set_encodingDataPtr_0(InternalEncodingDataItemU5BU5D_t0579A8C6FC0871F0230E51290511BF0C9C706C68* value)
|
|
{
|
|
___encodingDataPtr_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___encodingDataPtr_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_codePageDataPtr_1() { return static_cast<int32_t>(offsetof(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields, ___codePageDataPtr_1)); }
|
|
inline InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* get_codePageDataPtr_1() const { return ___codePageDataPtr_1; }
|
|
inline InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834** get_address_of_codePageDataPtr_1() { return &___codePageDataPtr_1; }
|
|
inline void set_codePageDataPtr_1(InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* value)
|
|
{
|
|
___codePageDataPtr_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___codePageDataPtr_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lastEncodingItem_2() { return static_cast<int32_t>(offsetof(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields, ___lastEncodingItem_2)); }
|
|
inline int32_t get_lastEncodingItem_2() const { return ___lastEncodingItem_2; }
|
|
inline int32_t* get_address_of_lastEncodingItem_2() { return &___lastEncodingItem_2; }
|
|
inline void set_lastEncodingItem_2(int32_t value)
|
|
{
|
|
___lastEncodingItem_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hashByName_3() { return static_cast<int32_t>(offsetof(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields, ___hashByName_3)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashByName_3() const { return ___hashByName_3; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashByName_3() { return &___hashByName_3; }
|
|
inline void set_hashByName_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___hashByName_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___hashByName_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hashByCodePage_4() { return static_cast<int32_t>(offsetof(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields, ___hashByCodePage_4)); }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashByCodePage_4() const { return ___hashByCodePage_4; }
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashByCodePage_4() { return &___hashByCodePage_4; }
|
|
inline void set_hashByCodePage_4(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|
{
|
|
___hashByCodePage_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___hashByCodePage_4), (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.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo
|
|
struct ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Exception System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_Exception
|
|
Exception_t * ___m_Exception_0;
|
|
// System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::m_stackTrace
|
|
RuntimeObject * ___m_stackTrace_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Exception_0() { return static_cast<int32_t>(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_Exception_0)); }
|
|
inline Exception_t * get_m_Exception_0() const { return ___m_Exception_0; }
|
|
inline Exception_t ** get_address_of_m_Exception_0() { return &___m_Exception_0; }
|
|
inline void set_m_Exception_0(Exception_t * value)
|
|
{
|
|
___m_Exception_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Exception_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_stackTrace_1() { return static_cast<int32_t>(offsetof(ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A, ___m_stackTrace_1)); }
|
|
inline RuntimeObject * get_m_stackTrace_1() const { return ___m_stackTrace_1; }
|
|
inline RuntimeObject ** get_address_of_m_stackTrace_1() { return &___m_stackTrace_1; }
|
|
inline void set_m_stackTrace_1(RuntimeObject * value)
|
|
{
|
|
___m_stackTrace_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_stackTrace_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.IList`1<System.Object> System.Runtime.Serialization.SafeSerializationManager::m_serializedStates
|
|
RuntimeObject* ___m_serializedStates_0;
|
|
// System.Runtime.Serialization.SerializationInfo System.Runtime.Serialization.SafeSerializationManager::m_savedSerializationInfo
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___m_savedSerializationInfo_1;
|
|
// System.Object System.Runtime.Serialization.SafeSerializationManager::m_realObject
|
|
RuntimeObject * ___m_realObject_2;
|
|
// System.RuntimeType System.Runtime.Serialization.SafeSerializationManager::m_realType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___m_realType_3;
|
|
// System.EventHandler`1<System.Runtime.Serialization.SafeSerializationEventArgs> System.Runtime.Serialization.SafeSerializationManager::SerializeObjectState
|
|
EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * ___SerializeObjectState_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_serializedStates_0() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_serializedStates_0)); }
|
|
inline RuntimeObject* get_m_serializedStates_0() const { return ___m_serializedStates_0; }
|
|
inline RuntimeObject** get_address_of_m_serializedStates_0() { return &___m_serializedStates_0; }
|
|
inline void set_m_serializedStates_0(RuntimeObject* value)
|
|
{
|
|
___m_serializedStates_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_serializedStates_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_savedSerializationInfo_1() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_savedSerializationInfo_1)); }
|
|
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get_m_savedSerializationInfo_1() const { return ___m_savedSerializationInfo_1; }
|
|
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of_m_savedSerializationInfo_1() { return &___m_savedSerializationInfo_1; }
|
|
inline void set_m_savedSerializationInfo_1(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
|
|
{
|
|
___m_savedSerializationInfo_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_savedSerializationInfo_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_realObject_2() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realObject_2)); }
|
|
inline RuntimeObject * get_m_realObject_2() const { return ___m_realObject_2; }
|
|
inline RuntimeObject ** get_address_of_m_realObject_2() { return &___m_realObject_2; }
|
|
inline void set_m_realObject_2(RuntimeObject * value)
|
|
{
|
|
___m_realObject_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_realObject_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_realType_3() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___m_realType_3)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_m_realType_3() const { return ___m_realType_3; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_m_realType_3() { return &___m_realType_3; }
|
|
inline void set_m_realType_3(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___m_realType_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_realType_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_SerializeObjectState_4() { return static_cast<int32_t>(offsetof(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770, ___SerializeObjectState_4)); }
|
|
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * get_SerializeObjectState_4() const { return ___SerializeObjectState_4; }
|
|
inline EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 ** get_address_of_SerializeObjectState_4() { return &___SerializeObjectState_4; }
|
|
inline void set_SerializeObjectState_4(EventHandler_1_t2FAACD646FEA53CF34DD74BB21333F2B9175DD81 * value)
|
|
{
|
|
___SerializeObjectState_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SerializeObjectState_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.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.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
|
|
{
|
|
public:
|
|
// System.StringComparer System.StringComparer::_invariantCulture
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
|
|
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
|
|
// System.StringComparer System.StringComparer::_ordinal
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
|
|
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
|
|
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCulture_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
|
|
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCultureIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
|
|
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinal_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
|
|
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinalIgnoreCase_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (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.Version
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32 System.Version::_Major
|
|
int32_t ____Major_0;
|
|
// System.Int32 System.Version::_Minor
|
|
int32_t ____Minor_1;
|
|
// System.Int32 System.Version::_Build
|
|
int32_t ____Build_2;
|
|
// System.Int32 System.Version::_Revision
|
|
int32_t ____Revision_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__Major_0() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); }
|
|
inline int32_t get__Major_0() const { return ____Major_0; }
|
|
inline int32_t* get_address_of__Major_0() { return &____Major_0; }
|
|
inline void set__Major_0(int32_t value)
|
|
{
|
|
____Major_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__Minor_1() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); }
|
|
inline int32_t get__Minor_1() const { return ____Minor_1; }
|
|
inline int32_t* get_address_of__Minor_1() { return &____Minor_1; }
|
|
inline void set__Minor_1(int32_t value)
|
|
{
|
|
____Minor_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__Build_2() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); }
|
|
inline int32_t get__Build_2() const { return ____Build_2; }
|
|
inline int32_t* get_address_of__Build_2() { return &____Build_2; }
|
|
inline void set__Build_2(int32_t value)
|
|
{
|
|
____Build_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__Revision_3() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); }
|
|
inline int32_t get__Revision_3() const { return ____Revision_3; }
|
|
inline int32_t* get_address_of__Revision_3() { return &____Revision_3; }
|
|
inline void set__Revision_3(int32_t value)
|
|
{
|
|
____Revision_3 = value;
|
|
}
|
|
};
|
|
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Version::SeparatorsArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; }
|
|
inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___SeparatorsArray_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
|
|
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
|
|
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
|
|
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
|
|
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
|
|
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
|
|
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
|
|
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
|
|
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
|
|
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
|
|
struct __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05__padding[14];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
|
|
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
|
|
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
|
|
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
|
|
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
|
|
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
|
|
struct __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63__padding[20];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048
|
|
struct __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02__padding[2048];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
|
|
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
|
|
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
|
|
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
|
|
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
|
|
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
|
|
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
|
|
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
|
|
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
|
|
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
|
|
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
|
|
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132
|
|
struct __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333__padding[3132];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
|
|
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
|
|
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
|
|
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
|
|
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
|
|
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
|
|
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096
|
|
struct __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23__padding[4096];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
|
|
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
|
|
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48
|
|
struct __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A__padding[48];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
|
|
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56
|
|
struct __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10__padding[56];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
|
|
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
|
|
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640
|
|
struct __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910__padding[640];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
|
|
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
|
|
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82
|
|
struct __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B__padding[82];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
|
|
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
|
|
struct __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928__padding[9];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
|
|
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
|
|
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
};
|
|
};
|
|
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.DefaultBinder
|
|
struct DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC : public Binder_t4D5CB06963501D32847C057B57157D6DC49CA759
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Diagnostics.ConditionalAttribute
|
|
struct ConditionalAttribute_tD475CFCC7EC3526AD214131176ABA0251590257F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.String System.Diagnostics.ConditionalAttribute::m_conditionString
|
|
String_t* ___m_conditionString_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_conditionString_0() { return static_cast<int32_t>(offsetof(ConditionalAttribute_tD475CFCC7EC3526AD214131176ABA0251590257F, ___m_conditionString_0)); }
|
|
inline String_t* get_m_conditionString_0() const { return ___m_conditionString_0; }
|
|
inline String_t** get_address_of_m_conditionString_0() { return &___m_conditionString_0; }
|
|
inline void set_m_conditionString_0(String_t* value)
|
|
{
|
|
___m_conditionString_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_conditionString_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerDisplayAttribute
|
|
struct DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.String System.Diagnostics.DebuggerDisplayAttribute::name
|
|
String_t* ___name_0;
|
|
// System.String System.Diagnostics.DebuggerDisplayAttribute::value
|
|
String_t* ___value_1;
|
|
// System.String System.Diagnostics.DebuggerDisplayAttribute::type
|
|
String_t* ___type_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0, ___name_0)); }
|
|
inline String_t* get_name_0() const { return ___name_0; }
|
|
inline String_t** get_address_of_name_0() { return &___name_0; }
|
|
inline void set_name_0(String_t* value)
|
|
{
|
|
___name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0, ___value_1)); }
|
|
inline String_t* get_value_1() const { return ___value_1; }
|
|
inline String_t** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(String_t* value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0, ___type_2)); }
|
|
inline String_t* get_type_2() const { return ___type_2; }
|
|
inline String_t** get_address_of_type_2() { return &___type_2; }
|
|
inline void set_type_2(String_t* value)
|
|
{
|
|
___type_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerHiddenAttribute
|
|
struct DebuggerHiddenAttribute_t22BDC860CD1FCAAD732C8F3DA57CD076B825D29B : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerNonUserCodeAttribute
|
|
struct DebuggerNonUserCodeAttribute_tD4D1ABE4FDD6338755550CB7A85D6C6991018BB1 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerStepThroughAttribute
|
|
struct DebuggerStepThroughAttribute_t33B8A2FD900886600C7A7ED51FDF5EA56E00450F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerTypeProxyAttribute
|
|
struct DebuggerTypeProxyAttribute_t696DEF632A2894528645D4584D2BDF9C9373DF4F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.String System.Diagnostics.DebuggerTypeProxyAttribute::typeName
|
|
String_t* ___typeName_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_typeName_0() { return static_cast<int32_t>(offsetof(DebuggerTypeProxyAttribute_t696DEF632A2894528645D4584D2BDF9C9373DF4F, ___typeName_0)); }
|
|
inline String_t* get_typeName_0() const { return ___typeName_0; }
|
|
inline String_t** get_address_of_typeName_0() { return &___typeName_0; }
|
|
inline void set_typeName_0(String_t* value)
|
|
{
|
|
___typeName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___typeName_0), (void*)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.FlagsAttribute
|
|
struct FlagsAttribute_t7FB7BEFA2E1F2C6E3362A5996E82697475FFE867 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureInfo_Data
|
|
struct Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.CultureInfo_Data::ansi
|
|
int32_t ___ansi_0;
|
|
// System.Int32 System.Globalization.CultureInfo_Data::ebcdic
|
|
int32_t ___ebcdic_1;
|
|
// System.Int32 System.Globalization.CultureInfo_Data::mac
|
|
int32_t ___mac_2;
|
|
// System.Int32 System.Globalization.CultureInfo_Data::oem
|
|
int32_t ___oem_3;
|
|
// System.Boolean System.Globalization.CultureInfo_Data::right_to_left
|
|
bool ___right_to_left_4;
|
|
// System.Byte System.Globalization.CultureInfo_Data::list_sep
|
|
uint8_t ___list_sep_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ansi_0() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___ansi_0)); }
|
|
inline int32_t get_ansi_0() const { return ___ansi_0; }
|
|
inline int32_t* get_address_of_ansi_0() { return &___ansi_0; }
|
|
inline void set_ansi_0(int32_t value)
|
|
{
|
|
___ansi_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ebcdic_1() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___ebcdic_1)); }
|
|
inline int32_t get_ebcdic_1() const { return ___ebcdic_1; }
|
|
inline int32_t* get_address_of_ebcdic_1() { return &___ebcdic_1; }
|
|
inline void set_ebcdic_1(int32_t value)
|
|
{
|
|
___ebcdic_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_mac_2() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___mac_2)); }
|
|
inline int32_t get_mac_2() const { return ___mac_2; }
|
|
inline int32_t* get_address_of_mac_2() { return &___mac_2; }
|
|
inline void set_mac_2(int32_t value)
|
|
{
|
|
___mac_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oem_3() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___oem_3)); }
|
|
inline int32_t get_oem_3() const { return ___oem_3; }
|
|
inline int32_t* get_address_of_oem_3() { return &___oem_3; }
|
|
inline void set_oem_3(int32_t value)
|
|
{
|
|
___oem_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_right_to_left_4() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___right_to_left_4)); }
|
|
inline bool get_right_to_left_4() const { return ___right_to_left_4; }
|
|
inline bool* get_address_of_right_to_left_4() { return &___right_to_left_4; }
|
|
inline void set_right_to_left_4(bool value)
|
|
{
|
|
___right_to_left_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_list_sep_5() { return static_cast<int32_t>(offsetof(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F, ___list_sep_5)); }
|
|
inline uint8_t get_list_sep_5() const { return ___list_sep_5; }
|
|
inline uint8_t* get_address_of_list_sep_5() { return &___list_sep_5; }
|
|
inline void set_list_sep_5(uint8_t value)
|
|
{
|
|
___list_sep_5 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo/Data
|
|
struct Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F_marshaled_pinvoke
|
|
{
|
|
int32_t ___ansi_0;
|
|
int32_t ___ebcdic_1;
|
|
int32_t ___mac_2;
|
|
int32_t ___oem_3;
|
|
int32_t ___right_to_left_4;
|
|
uint8_t ___list_sep_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo/Data
|
|
struct Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F_marshaled_com
|
|
{
|
|
int32_t ___ansi_0;
|
|
int32_t ___ebcdic_1;
|
|
int32_t ___mac_2;
|
|
int32_t ___oem_3;
|
|
int32_t ___right_to_left_4;
|
|
uint8_t ___list_sep_5;
|
|
};
|
|
|
|
// System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4
|
|
{
|
|
public:
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::codePage
|
|
uint16_t ___codePage_0;
|
|
// System.UInt16 System.Globalization.InternalCodePageDataItem::uiFamilyCodePage
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
// System.UInt32 System.Globalization.InternalCodePageDataItem::flags
|
|
uint32_t ___flags_2;
|
|
// System.String System.Globalization.InternalCodePageDataItem::Names
|
|
String_t* ___Names_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_codePage_0() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___codePage_0)); }
|
|
inline uint16_t get_codePage_0() const { return ___codePage_0; }
|
|
inline uint16_t* get_address_of_codePage_0() { return &___codePage_0; }
|
|
inline void set_codePage_0(uint16_t value)
|
|
{
|
|
___codePage_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_uiFamilyCodePage_1() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___uiFamilyCodePage_1)); }
|
|
inline uint16_t get_uiFamilyCodePage_1() const { return ___uiFamilyCodePage_1; }
|
|
inline uint16_t* get_address_of_uiFamilyCodePage_1() { return &___uiFamilyCodePage_1; }
|
|
inline void set_uiFamilyCodePage_1(uint16_t value)
|
|
{
|
|
___uiFamilyCodePage_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_flags_2() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___flags_2)); }
|
|
inline uint32_t get_flags_2() const { return ___flags_2; }
|
|
inline uint32_t* get_address_of_flags_2() { return &___flags_2; }
|
|
inline void set_flags_2(uint32_t value)
|
|
{
|
|
___flags_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Names_3() { return static_cast<int32_t>(offsetof(InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4, ___Names_3)); }
|
|
inline String_t* get_Names_3() const { return ___Names_3; }
|
|
inline String_t** get_address_of_Names_3() { return &___Names_3; }
|
|
inline void set_Names_3(String_t* value)
|
|
{
|
|
___Names_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Names_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_pinvoke
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
char* ___Names_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.InternalCodePageDataItem
|
|
struct InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4_marshaled_com
|
|
{
|
|
uint16_t ___codePage_0;
|
|
uint16_t ___uiFamilyCodePage_1;
|
|
uint32_t ___flags_2;
|
|
Il2CppChar* ___Names_3;
|
|
};
|
|
|
|
// 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.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.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.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
bool ___value_0;
|
|
// System.Boolean System.Nullable`1::has_value
|
|
bool ___has_value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
|
|
inline bool get_value_0() const { return ___value_0; }
|
|
inline bool* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(bool value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
|
|
inline bool get_has_value_1() const { return ___has_value_1; }
|
|
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
|
|
inline void set_has_value_1(bool value)
|
|
{
|
|
___has_value_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Nullable`1<System.Int32>
|
|
struct Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB
|
|
{
|
|
public:
|
|
// T System.Nullable`1::value
|
|
int32_t ___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_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___value_0)); }
|
|
inline int32_t get_value_0() const { return ___value_0; }
|
|
inline int32_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(int32_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB, ___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.FieldInfo
|
|
struct FieldInfo_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E
|
|
{
|
|
public:
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* ____byRef_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__byRef_0() { return static_cast<int32_t>(offsetof(ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E, ____byRef_0)); }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* get__byRef_0() const { return ____byRef_0; }
|
|
inline BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040** get_address_of__byRef_0() { return &____byRef_0; }
|
|
inline void set__byRef_0(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* value)
|
|
{
|
|
____byRef_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____byRef_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA
|
|
{
|
|
public:
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::key
|
|
RuntimeObject * ___key_0;
|
|
// System.Object System.Runtime.CompilerServices.Ephemeron::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___key_0)); }
|
|
inline RuntimeObject * get_key_0() const { return ___key_0; }
|
|
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
|
|
inline void set_key_0(RuntimeObject * value)
|
|
{
|
|
___key_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.Ephemeron
|
|
struct Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___key_0;
|
|
Il2CppIUnknown* ___value_1;
|
|
};
|
|
|
|
// 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.Threading.Thread
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|
{
|
|
public:
|
|
// System.Threading.InternalThread System.Threading.Thread::internal_thread
|
|
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
|
|
// System.Object System.Threading.Thread::m_ThreadStartArg
|
|
RuntimeObject * ___m_ThreadStartArg_7;
|
|
// System.Object System.Threading.Thread::pending_exception
|
|
RuntimeObject * ___pending_exception_8;
|
|
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
|
|
RuntimeObject* ___principal_9;
|
|
// System.Int32 System.Threading.Thread::principal_version
|
|
int32_t ___principal_version_10;
|
|
// System.MulticastDelegate System.Threading.Thread::m_Delegate
|
|
MulticastDelegate_t * ___m_Delegate_12;
|
|
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
|
|
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
|
|
bool ___m_ExecutionContextBelongsToOuterScope_14;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
|
|
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
|
|
{
|
|
___internal_thread_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
|
|
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
|
|
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
|
|
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
|
|
{
|
|
___m_ThreadStartArg_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
|
|
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
|
|
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
|
|
inline void set_pending_exception_8(RuntimeObject * value)
|
|
{
|
|
___pending_exception_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
|
|
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
|
|
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
|
|
inline void set_principal_9(RuntimeObject* value)
|
|
{
|
|
___principal_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
|
|
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
|
|
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
|
|
inline void set_principal_version_10(int32_t value)
|
|
{
|
|
___principal_version_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
|
|
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
|
|
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
|
|
inline void set_m_Delegate_12(MulticastDelegate_t * value)
|
|
{
|
|
___m_Delegate_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
|
|
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|
{
|
|
___m_ExecutionContext_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
|
|
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
|
|
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
|
|
{
|
|
___m_ExecutionContextBelongsToOuterScope_14 = value;
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
|
|
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
|
|
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
|
|
{
|
|
___s_LocalDataStoreMgr_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
|
|
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentCulture_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
|
|
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|
{
|
|
___s_asyncLocalCurrentUICulture_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
|
|
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
|
|
// System.Threading.Thread System.Threading.Thread::current_thread
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
|
|
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
|
|
{
|
|
___s_LocalDataStore_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
|
|
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentCulture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
|
|
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___m_CurrentUICulture_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
|
|
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
|
|
{
|
|
___current_thread_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt16
|
|
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
|
|
{
|
|
public:
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<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:
|
|
};
|
|
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
|
|
{
|
|
public:
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::0392525BCB01691D1F319D89F2C12BF93A478467
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___0392525BCB01691D1F319D89F2C12BF93A478467_0;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
|
|
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
|
|
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_3;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::12D04472A8285260EA12FD3813CDFA9F2D2B548C
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::13A35EF1A549297C70E2AD46045BBD2ECA17852D
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
|
|
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::235D99572263B22ADFEE10FDA0C25E12F4D94FFC
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
|
|
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
|
|
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130
|
|
__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::320B018758ECE3752FFEDBAEB1A6DB67C80B9359
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_22;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
|
|
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
|
|
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
|
|
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_25;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
|
|
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::3E3442C7396F3F2BB4C7348F4A2074C7DC677D68
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
|
|
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::433175D38B13FFE177FDD661A309F1B528B3F6E2
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::46232052BC757E030490D851F265FB47FA100902
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___46232052BC757E030490D851F265FB47FA100902_36;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::4E3B533C39447AAEB59A8E48FABD7E15B5B5D195
|
|
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_40;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
|
|
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::56DFA5053B3131883637F53219E7D88CCEF35949
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___56DFA5053B3131883637F53219E7D88CCEF35949_42;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_43;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
|
|
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
|
|
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
|
|
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D48 <PrivateImplementationDetails>::62BAB0F245E66C3EB982CF5A7015F0A7C3382283
|
|
__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::646036A65DECCD6835C914A46E6E44B729433B60
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___646036A65DECCD6835C914A46E6E44B729433B60_51;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
|
|
__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2048 <PrivateImplementationDetails>::6D797C11E1D4FB68B6570CF2A92B792433527065
|
|
__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 ___6D797C11E1D4FB68B6570CF2A92B792433527065_58;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3132 <PrivateImplementationDetails>::6E5DC824F803F8565AF31B42199DAE39FE7F4EA9
|
|
__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
|
|
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_60;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_61;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
|
|
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::736D39815215889F11249D9958F6ED12D37B9F57
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___736D39815215889F11249D9958F6ED12D37B9F57_64;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::7F42F2EDC974BE29B2746957416ED1AEFA605F47
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
|
|
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_68;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_69;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
|
|
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::86F4F563FA2C61798AE6238D789139739428463A
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___86F4F563FA2C61798AE6238D789139739428463A_72;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_74;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::8AEFB06C426E07A0A671A1E2488B4858D694A730
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_76;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
|
|
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::8F22C9ECE1331718CBD268A9BBFD2F5E451441E3
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D640 <PrivateImplementationDetails>::90A0542282A011472F94E97CEAE59F8B3B1A3291
|
|
__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_81;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_83;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_85;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::97FB30C84FF4A41CD4625B44B2940BFC8DB43003
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_90;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
|
|
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91;
|
|
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
|
|
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_92;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::A323DB0813C4D072957BA6FDA79D9776674CD06B
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
|
|
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_94;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
|
|
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
|
|
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_98;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D4096 <PrivateImplementationDetails>::B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B
|
|
__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
|
|
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
|
|
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
|
|
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BE1BDEC0AA74B4DCB079943E70528096CCA985F8
|
|
__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::BF477463CE2F5EF38FC4C644BBBF4DF109E7670A
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
|
|
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112;
|
|
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
|
|
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_113;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
|
|
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_114;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
|
|
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
|
|
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_116;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::CF0B42666EF5E37EDEA0AB8E173E42C196D03814
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
|
|
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE
|
|
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::D2C5BAE967587C6F3D9F2C4551911E0575A1101F
|
|
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D82 <PrivateImplementationDetails>::D76478B994B312CD022DCA207AA2254880D2FCC9
|
|
__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B ___D76478B994B312CD022DCA207AA2254880D2FCC9_122;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
|
|
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
|
|
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D56 <PrivateImplementationDetails>::DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82
|
|
__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
|
|
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_127;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::E75835D001C843F156FBA01B001DFE1B8029AC17
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___E75835D001C843F156FBA01B001DFE1B8029AC17_129;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
|
|
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_130;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_131;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
|
|
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
|
|
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11
|
|
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::EC83FB16C20052BEE2B4025159BC2ED45C9C70C3
|
|
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
|
|
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
|
|
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_138;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
|
|
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
|
|
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
|
|
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
|
|
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142;
|
|
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
|
|
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0392525BCB01691D1F319D89F2C12BF93A478467_0)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U30392525BCB01691D1F319D89F2C12BF93A478467_0() const { return ___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U30392525BCB01691D1F319D89F2C12BF93A478467_0() { return &___0392525BCB01691D1F319D89F2C12BF93A478467_0; }
|
|
inline void set_U30392525BCB01691D1F319D89F2C12BF93A478467_0(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___0392525BCB01691D1F319D89F2C12BF93A478467_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_1; }
|
|
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_1(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___0588059ACBD52F7EA2835882F977A9CF72EB9775_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2)); }
|
|
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
|
|
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2; }
|
|
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
|
|
{
|
|
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_3)); }
|
|
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
|
|
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_3() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_3; }
|
|
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_3(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
|
|
{
|
|
___121EC59E23F7559B28D338D562528F6299C2DE22_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() const { return ___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4() { return &___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4; }
|
|
inline void set_U312D04472A8285260EA12FD3813CDFA9F2D2B548C_4(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___12D04472A8285260EA12FD3813CDFA9F2D2B548C_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() const { return ___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5() { return &___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5; }
|
|
inline void set_U313A35EF1A549297C70E2AD46045BBD2ECA17852D_5(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___13A35EF1A549297C70E2AD46045BBD2ECA17852D_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6)); }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6; }
|
|
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_6(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
|
|
{
|
|
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_7; }
|
|
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_7(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___1A84029C80CB5518379F199F53FF08A7B764F8FD_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() const { return ___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8() { return &___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8; }
|
|
inline void set_U31AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___1AEF3D8DF416A46288C91C724CBF7B154D9E5BF3_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() const { return ___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9() { return &___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9; }
|
|
inline void set_U31E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___1E41C4CD0767AEA21C00DEABA2EA9407F1E6CEA5_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_10; }
|
|
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_10(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___1FE6CE411858B3D864679DE2139FB081F08BFACD_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() const { return ___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11() { return &___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11; }
|
|
inline void set_U3235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___235D99572263B22ADFEE10FDA0C25E12F4D94FFC_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12; }
|
|
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_12(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13)); }
|
|
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
|
|
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13; }
|
|
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
|
|
{
|
|
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14)); }
|
|
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
|
|
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_14; }
|
|
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_14(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
|
|
{
|
|
___29C1A61550F0E3260E1953D4FAD71C256218EF40_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15; }
|
|
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16; }
|
|
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_16(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17; }
|
|
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_17(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18; }
|
|
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_18(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19)); }
|
|
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 get_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() const { return ___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
|
|
inline __StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 * get_address_of_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19() { return &___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19; }
|
|
inline void set_U32D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19(__StaticArrayInitTypeSizeU3D14_tAC1FF6EBB83457B9752372565F242D9A7C69FD05 value)
|
|
{
|
|
___2D3CF0F15AC2DDEC2956EA1B7BBE43FB8B923130_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20; }
|
|
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() const { return ___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21() { return &___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21; }
|
|
inline void set_U3320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___320B018758ECE3752FFEDBAEB1A6DB67C80B9359_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_22)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_22() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_22; }
|
|
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___34476C29F6F81C989CFCA42F7C06E84C66236834_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23)); }
|
|
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
|
|
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_23; }
|
|
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_23(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
|
|
{
|
|
___35EED060772F2748D13B745DAEC8CD7BD3B87604_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24)); }
|
|
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
|
|
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24; }
|
|
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
|
|
{
|
|
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_25)); }
|
|
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
|
|
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_25() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_25; }
|
|
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_25(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
|
|
{
|
|
___379C06C9E702D31469C29033F0DD63931EB349F5_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26; }
|
|
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_26(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27; }
|
|
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_27(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28)); }
|
|
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
|
|
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28; }
|
|
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
|
|
{
|
|
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() const { return ___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29() { return &___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29; }
|
|
inline void set_U33E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___3E3442C7396F3F2BB4C7348F4A2074C7DC677D68_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_30; }
|
|
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_30(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___3E823444D2DFECF0F90B436B88F02A533CB376F1_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31; }
|
|
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32)); }
|
|
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
|
|
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32; }
|
|
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_32(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
|
|
{
|
|
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33; }
|
|
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_33(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34; }
|
|
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() const { return ___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35() { return &___433175D38B13FFE177FDD661A309F1B528B3F6E2_35; }
|
|
inline void set_U3433175D38B13FFE177FDD661A309F1B528B3F6E2_35(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___433175D38B13FFE177FDD661A309F1B528B3F6E2_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U346232052BC757E030490D851F265FB47FA100902_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___46232052BC757E030490D851F265FB47FA100902_36)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U346232052BC757E030490D851F265FB47FA100902_36() const { return ___46232052BC757E030490D851F265FB47FA100902_36; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U346232052BC757E030490D851F265FB47FA100902_36() { return &___46232052BC757E030490D851F265FB47FA100902_36; }
|
|
inline void set_U346232052BC757E030490D851F265FB47FA100902_36(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___46232052BC757E030490D851F265FB47FA100902_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37; }
|
|
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_37(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38)); }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() const { return ___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38() { return &___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38; }
|
|
inline void set_U34E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
|
|
{
|
|
___4E3B533C39447AAEB59A8E48FABD7E15B5B5D195_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39; }
|
|
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_39(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_40)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_40() const { return ___536422B321459B242ADED7240B7447E904E083E3_40; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_40() { return &___536422B321459B242ADED7240B7447E904E083E3_40; }
|
|
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_40(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___536422B321459B242ADED7240B7447E904E083E3_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41)); }
|
|
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
|
|
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41; }
|
|
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
|
|
{
|
|
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___56DFA5053B3131883637F53219E7D88CCEF35949_42)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U356DFA5053B3131883637F53219E7D88CCEF35949_42() const { return ___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U356DFA5053B3131883637F53219E7D88CCEF35949_42() { return &___56DFA5053B3131883637F53219E7D88CCEF35949_42; }
|
|
inline void set_U356DFA5053B3131883637F53219E7D88CCEF35949_42(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___56DFA5053B3131883637F53219E7D88CCEF35949_42 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_43)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_43() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_43; }
|
|
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_43(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___57218C316B6921E2CD61027A2387EDC31A2D9471_43 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_44; }
|
|
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_44(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___57F320D62696EC99727E0FE2045A05F1289CC0C6_44 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45)); }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45; }
|
|
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
|
|
{
|
|
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_45 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46; }
|
|
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_46(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_46 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47)); }
|
|
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
|
|
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47; }
|
|
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
|
|
{
|
|
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_47 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_48; }
|
|
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_48(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___5BFE2819B4778217C56416C7585FF0E56EBACD89_48 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49)); }
|
|
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
|
|
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49; }
|
|
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
|
|
{
|
|
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_49 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50)); }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A get_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() const { return ___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
|
|
inline __StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A * get_address_of_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50() { return &___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50; }
|
|
inline void set_U362BAB0F245E66C3EB982CF5A7015F0A7C3382283_50(__StaticArrayInitTypeSizeU3D48_tE49166878222E9194FE3FD621830EDB6E705F79A value)
|
|
{
|
|
___62BAB0F245E66C3EB982CF5A7015F0A7C3382283_50 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___646036A65DECCD6835C914A46E6E44B729433B60_51)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U3646036A65DECCD6835C914A46E6E44B729433B60_51() const { return ___646036A65DECCD6835C914A46E6E44B729433B60_51; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U3646036A65DECCD6835C914A46E6E44B729433B60_51() { return &___646036A65DECCD6835C914A46E6E44B729433B60_51; }
|
|
inline void set_U3646036A65DECCD6835C914A46E6E44B729433B60_51(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___646036A65DECCD6835C914A46E6E44B729433B60_51 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52; }
|
|
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_52 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53; }
|
|
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_53(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_53 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_54; }
|
|
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_54(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___67EEAD805D708D9AA4E14BF747E44CED801744F3_54 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_55; }
|
|
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_55(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___6C71197D228427B2864C69B357FEF73D8C9D59DF_55 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56; }
|
|
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_56(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57)); }
|
|
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
|
|
inline __StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57; }
|
|
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_57(__StaticArrayInitTypeSizeU3D9_tF0D137C898E06A3CD9FFB079C91D796B9EC8B928 value)
|
|
{
|
|
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_57 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6D797C11E1D4FB68B6570CF2A92B792433527065_58)); }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 get_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() const { return ___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
|
|
inline __StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 * get_address_of_U36D797C11E1D4FB68B6570CF2A92B792433527065_58() { return &___6D797C11E1D4FB68B6570CF2A92B792433527065_58; }
|
|
inline void set_U36D797C11E1D4FB68B6570CF2A92B792433527065_58(__StaticArrayInitTypeSizeU3D2048_t95CEED630052F2BBE3122C058EEAD48DB4C2AD02 value)
|
|
{
|
|
___6D797C11E1D4FB68B6570CF2A92B792433527065_58 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59)); }
|
|
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 get_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() const { return ___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
|
|
inline __StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 * get_address_of_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59() { return &___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59; }
|
|
inline void set_U36E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59(__StaticArrayInitTypeSizeU3D3132_t7837B5DAEC2B2BEBD61C333545DB9AE2F35BF333 value)
|
|
{
|
|
___6E5DC824F803F8565AF31B42199DAE39FE7F4EA9_59 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_60)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_60() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_60; }
|
|
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_60(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
|
|
{
|
|
___6FC754859E4EC74E447048364B216D825C6F8FE7_60 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_61)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_61; }
|
|
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_61(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___704939CD172085D1295FCE3F1D92431D685D7AA2_61 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62)); }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
|
|
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62; }
|
|
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_62(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
|
|
{
|
|
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_62 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_63; }
|
|
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_63(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___7341C933A70EAE383CC50C4B945ADB8E08F06737_63 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___736D39815215889F11249D9958F6ED12D37B9F57_64)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U3736D39815215889F11249D9958F6ED12D37B9F57_64() const { return ___736D39815215889F11249D9958F6ED12D37B9F57_64; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U3736D39815215889F11249D9958F6ED12D37B9F57_64() { return &___736D39815215889F11249D9958F6ED12D37B9F57_64; }
|
|
inline void set_U3736D39815215889F11249D9958F6ED12D37B9F57_64(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___736D39815215889F11249D9958F6ED12D37B9F57_64 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() const { return ___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65() { return &___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65; }
|
|
inline void set_U37F42F2EDC974BE29B2746957416ED1AEFA605F47_65(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___7F42F2EDC974BE29B2746957416ED1AEFA605F47_65 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66; }
|
|
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_66 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67)); }
|
|
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
|
|
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67; }
|
|
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_67(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
|
|
{
|
|
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_67 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_68)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_68() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_68() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_68; }
|
|
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_68(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___81917F1E21F3C22B9F916994547A614FB03E968E_68 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_69)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_69() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_69; }
|
|
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_69(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___823566DA642D6EA356E15585921F2A4CA23D6760_69 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_70; }
|
|
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_70(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___82C2A59850B2E85BCE1A45A479537A384DF6098D_70 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71)); }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71; }
|
|
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
|
|
{
|
|
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_71 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___86F4F563FA2C61798AE6238D789139739428463A_72)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U386F4F563FA2C61798AE6238D789139739428463A_72() const { return ___86F4F563FA2C61798AE6238D789139739428463A_72; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U386F4F563FA2C61798AE6238D789139739428463A_72() { return &___86F4F563FA2C61798AE6238D789139739428463A_72; }
|
|
inline void set_U386F4F563FA2C61798AE6238D789139739428463A_72(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___86F4F563FA2C61798AE6238D789139739428463A_72 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_73; }
|
|
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_73(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___871B9CF85DB352BAADF12BAE8F19857683E385AC_73 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_74)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_74() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_74; }
|
|
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_74(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___89A040451C8CC5C8FB268BE44BDD74964C104155_74 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() const { return ___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75() { return &___8AEFB06C426E07A0A671A1E2488B4858D694A730_75; }
|
|
inline void set_U38AEFB06C426E07A0A671A1E2488B4858D694A730_75(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___8AEFB06C426E07A0A671A1E2488B4858D694A730_75 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_76)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_76() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_76; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_76() { return &___8CAA092E783257106251246FF5C97F88D28517A6_76; }
|
|
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_76(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___8CAA092E783257106251246FF5C97F88D28517A6_76 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77)); }
|
|
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
|
|
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77; }
|
|
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_77(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
|
|
{
|
|
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_77 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78; }
|
|
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_78 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() const { return ___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79() { return &___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79; }
|
|
inline void set_U38F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___8F22C9ECE1331718CBD268A9BBFD2F5E451441E3_79 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80)); }
|
|
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 get_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() const { return ___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
|
|
inline __StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 * get_address_of_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80() { return &___90A0542282A011472F94E97CEAE59F8B3B1A3291_80; }
|
|
inline void set_U390A0542282A011472F94E97CEAE59F8B3B1A3291_80(__StaticArrayInitTypeSizeU3D640_t9C691C15FA1A34F93F102000D5F515E32241C910 value)
|
|
{
|
|
___90A0542282A011472F94E97CEAE59F8B3B1A3291_80 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_81)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_81() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_81; }
|
|
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_81(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___93A63E90605400F34B49F0EB3361D23C89164BDA_81 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_82; }
|
|
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_82(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___94841DD2F330CCB1089BF413E4FA9B04505152E2_82 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_83)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_83() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_83; }
|
|
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_83(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___95264589E48F94B7857CFF398FB72A537E13EEE2_83 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_84; }
|
|
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_84(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___95C48758CAE1715783472FB073AB158AB8A0AB2A_84 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_85)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_85() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_85; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_85() { return &___973417296623D8DC6961B09664E54039E44CA5D8_85; }
|
|
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_85(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___973417296623D8DC6961B09664E54039E44CA5D8_85 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() const { return ___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86() { return &___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86; }
|
|
inline void set_U397FB30C84FF4A41CD4625B44B2940BFC8DB43003_86(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___97FB30C84FF4A41CD4625B44B2940BFC8DB43003_86 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() const { return ___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87() { return &___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87; }
|
|
inline void set_U399E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___99E2E88877D14C7DDC4E957A0ED7079CA0E9EB24_87 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() const { return ___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88() { return &___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88; }
|
|
inline void set_U39A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___9A9C3962CD4753376E3507C8CB5FD8FCC4B4EDB5_88 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() const { return ___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89() { return &___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89; }
|
|
inline void set_U39BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___9BB00D1FCCBAF03165447FC8028E7CA07CA9FE88_89 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_90)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_90() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_90() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_90; }
|
|
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_90(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___A0074C15377C0C870B055927403EA9FA7A349D12_90 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91)); }
|
|
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
|
|
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_91() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_91; }
|
|
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_91(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
|
|
{
|
|
___A1319B706116AB2C6D44483F60A7D0ACEA543396_91 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_92)); }
|
|
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_92() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
|
|
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_92() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_92; }
|
|
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_92(int64_t value)
|
|
{
|
|
___A13AA52274D951A18029131A8DDECF76B569A15D_92 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() const { return ___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_A323DB0813C4D072957BA6FDA79D9776674CD06B_93() { return &___A323DB0813C4D072957BA6FDA79D9776674CD06B_93; }
|
|
inline void set_A323DB0813C4D072957BA6FDA79D9776674CD06B_93(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___A323DB0813C4D072957BA6FDA79D9776674CD06B_93 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_94)); }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_94() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_94; }
|
|
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_94() { return &___A5444763673307F6828C748D4B9708CFC02B0959_94; }
|
|
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_94(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
|
|
{
|
|
___A5444763673307F6828C748D4B9708CFC02B0959_94 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95; }
|
|
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_95(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_95 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96)); }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_96() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_96; }
|
|
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_96(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
|
|
{
|
|
___A705A106D95282BD15E13EEA6B0AF583FF786D83_96 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97)); }
|
|
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
|
|
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_97() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_97; }
|
|
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_97(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
|
|
{
|
|
___A8A491E4CED49AE0027560476C10D933CE70C8DF_97 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_98)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_98() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_98() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_98; }
|
|
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___AC791C4F39504D1184B73478943D0636258DA7B1_98 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_99() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_99; }
|
|
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_99(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___AFCD4E1211233E99373A3367B23105A3D624B1F2_99 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100; }
|
|
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_100 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() const { return ___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101() { return &___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101; }
|
|
inline void set_B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___B4FBD02AAB5B16E0F4BD858DA5D9E348F3CE501D_101 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102; }
|
|
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_102 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103)); }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 get_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() const { return ___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
|
|
inline __StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 * get_address_of_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103() { return &___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103; }
|
|
inline void set_B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103(__StaticArrayInitTypeSizeU3D4096_t48AD4C96663434746AEF5C2251003E817CC5FD23 value)
|
|
{
|
|
___B6002BBF29B2704922EC3BBF0F9EE40ABF185D6B_103 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104)); }
|
|
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
|
|
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104; }
|
|
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
|
|
{
|
|
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_104 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105)); }
|
|
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
|
|
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105; }
|
|
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_105(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
|
|
{
|
|
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_105 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106)); }
|
|
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
|
|
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_106() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_106; }
|
|
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_106(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
|
|
{
|
|
___B8F87834C3597B2EEF22BA6D3A392CC925636401_106 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107; }
|
|
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_107 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108)); }
|
|
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 get_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() const { return ___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
|
|
inline __StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 * get_address_of_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108() { return &___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108; }
|
|
inline void set_BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108(__StaticArrayInitTypeSizeU3D20_t4B48985ED9F1499360D72CB311F3EB54FB7C4B63 value)
|
|
{
|
|
___BE1BDEC0AA74B4DCB079943E70528096CCA985F8_108 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109; }
|
|
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_109 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110; }
|
|
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_110 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() const { return ___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111() { return &___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111; }
|
|
inline void set_BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___BF477463CE2F5EF38FC4C644BBBF4DF109E7670A_111 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_112() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_112; }
|
|
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_112(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
|
|
{
|
|
___BF5EB60806ECB74EE484105DD9D6F463BF994867_112 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_113)); }
|
|
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_113() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
|
|
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_113() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_113; }
|
|
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_113(int64_t value)
|
|
{
|
|
___C1A1100642BA9685B30A84D97348484E14AA1865_113 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_114)); }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_114() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
|
|
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_114() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_114; }
|
|
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_114(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
|
|
{
|
|
___C6F364A0AD934EFED8909446C215752E565D77C1_114 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115)); }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
|
|
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_115() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_115; }
|
|
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_115(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
|
|
{
|
|
___CE5835130F5277F63D716FC9115526B0AC68FFAD_115 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_116)); }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_116() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
|
|
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_116() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_116; }
|
|
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_116(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
|
|
{
|
|
___CE93C35B755802BC4B3D180716B048FC61701EF7_116 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() const { return ___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117() { return &___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117; }
|
|
inline void set_CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___CF0B42666EF5E37EDEA0AB8E173E42C196D03814_117 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() const { return ___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118() { return &___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118; }
|
|
inline void set_D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___D002CBBE1FF33721AF7C4D1D3ECAD1B7DB5258B7_118 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119; }
|
|
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_119(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
|
|
{
|
|
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_119 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120)); }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() const { return ___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
|
|
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120() { return &___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120; }
|
|
inline void set_D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
|
|
{
|
|
___D28E8ABDBD777A482CE0EE5C24814ACAE52AABFE_120 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121)); }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() const { return ___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
|
|
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121() { return &___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121; }
|
|
inline void set_D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
|
|
{
|
|
___D2C5BAE967587C6F3D9F2C4551911E0575A1101F_121 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D76478B994B312CD022DCA207AA2254880D2FCC9_122)); }
|
|
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B get_D76478B994B312CD022DCA207AA2254880D2FCC9_122() const { return ___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
|
|
inline __StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B * get_address_of_D76478B994B312CD022DCA207AA2254880D2FCC9_122() { return &___D76478B994B312CD022DCA207AA2254880D2FCC9_122; }
|
|
inline void set_D76478B994B312CD022DCA207AA2254880D2FCC9_122(__StaticArrayInitTypeSizeU3D82_tFF649C1155A9721BEFA144DC346A162E7B138F3B value)
|
|
{
|
|
___D76478B994B312CD022DCA207AA2254880D2FCC9_122 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123)); }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
|
|
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123; }
|
|
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
|
|
{
|
|
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_123 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124)); }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
|
|
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_124() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_124; }
|
|
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_124(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
|
|
{
|
|
___DA19DB47B583EFCF7825D2E39D661D2354F28219_124 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125)); }
|
|
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 get_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() const { return ___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
|
|
inline __StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 * get_address_of_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125() { return &___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125; }
|
|
inline void set_DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125(__StaticArrayInitTypeSizeU3D56_tE92B90DB812A206A3F9FED2827695B30D2F06D10 value)
|
|
{
|
|
___DC2B830D8CD59AD6A4E4332D21CA0DCA2821AD82_125 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126; }
|
|
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_126(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_126 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_127)); }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_127() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
|
|
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_127() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_127; }
|
|
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_127(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
|
|
{
|
|
___E1827270A5FE1C85F5352A66FD87BA747213D006_127 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128; }
|
|
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_128 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E75835D001C843F156FBA01B001DFE1B8029AC17_129)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_E75835D001C843F156FBA01B001DFE1B8029AC17_129() const { return ___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_E75835D001C843F156FBA01B001DFE1B8029AC17_129() { return &___E75835D001C843F156FBA01B001DFE1B8029AC17_129; }
|
|
inline void set_E75835D001C843F156FBA01B001DFE1B8029AC17_129(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___E75835D001C843F156FBA01B001DFE1B8029AC17_129 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_130)); }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_130() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
|
|
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_130() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_130; }
|
|
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_130(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
|
|
{
|
|
___E92B39D8233061927D9ACDE54665E68E7535635A_130 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_131)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_131() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_131; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_131() { return &___EA9506959484C55CFE0C139C624DF6060E285866_131; }
|
|
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_131(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___EA9506959484C55CFE0C139C624DF6060E285866_131 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132)); }
|
|
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
|
|
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132; }
|
|
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
|
|
{
|
|
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_132 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133)); }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
|
|
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_133() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_133; }
|
|
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_133(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
|
|
{
|
|
___EBF68F411848D603D059DFDEA2321C5A5EA78044_133 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134)); }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() const { return ___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
|
|
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134() { return &___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134; }
|
|
inline void set_EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
|
|
{
|
|
___EC5BB4F59D4B9B2E9ECD3904D44A8275F23AFB11_134 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135)); }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() const { return ___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
|
|
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135() { return &___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135; }
|
|
inline void set_EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
|
|
{
|
|
___EC83FB16C20052BEE2B4025159BC2ED45C9C70C3_135 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136; }
|
|
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_136 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137)); }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
|
|
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137; }
|
|
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_137(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
|
|
{
|
|
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_137 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_138)); }
|
|
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_138() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
|
|
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_138() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_138; }
|
|
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_138(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
|
|
{
|
|
___F073AA332018FDA0D572E99448FFF1D6422BD520_138 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139)); }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
|
|
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_139() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_139; }
|
|
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_139(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
|
|
{
|
|
___F34B0E10653402E8F788F8BC3F7CD7090928A429_139 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140)); }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
|
|
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140; }
|
|
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_140(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
|
|
{
|
|
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_140 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141)); }
|
|
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
|
|
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_141() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_141; }
|
|
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_141(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
|
|
{
|
|
___F512A9ABF88066AAEB92684F95CC05D8101B462B_141 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142)); }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
|
|
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142; }
|
|
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
|
|
{
|
|
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_142 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143)); }
|
|
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
|
|
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143; }
|
|
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
|
|
{
|
|
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_143 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// Mono.SafeStringMarshal
|
|
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F
|
|
{
|
|
public:
|
|
// System.String Mono.SafeStringMarshal::str
|
|
String_t* ___str_0;
|
|
// System.IntPtr Mono.SafeStringMarshal::marshaled_string
|
|
intptr_t ___marshaled_string_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___str_0)); }
|
|
inline String_t* get_str_0() const { return ___str_0; }
|
|
inline String_t** get_address_of_str_0() { return &___str_0; }
|
|
inline void set_str_0(String_t* value)
|
|
{
|
|
___str_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_marshaled_string_1() { return static_cast<int32_t>(offsetof(SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F, ___marshaled_string_1)); }
|
|
inline intptr_t get_marshaled_string_1() const { return ___marshaled_string_1; }
|
|
inline intptr_t* get_address_of_marshaled_string_1() { return &___marshaled_string_1; }
|
|
inline void set_marshaled_string_1(intptr_t value)
|
|
{
|
|
___marshaled_string_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of Mono.SafeStringMarshal
|
|
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_pinvoke
|
|
{
|
|
char* ___str_0;
|
|
intptr_t ___marshaled_string_1;
|
|
};
|
|
// Native definition for COM marshalling of Mono.SafeStringMarshal
|
|
struct SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F_marshaled_com
|
|
{
|
|
Il2CppChar* ___str_0;
|
|
intptr_t ___marshaled_string_1;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
|
|
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::count
|
|
int32_t ___count_11;
|
|
// System.Int32 System.Collections.Hashtable::occupancy
|
|
int32_t ___occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::loadsize
|
|
int32_t ___loadsize_13;
|
|
// System.Single System.Collections.Hashtable::loadFactor
|
|
float ___loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
|
|
int32_t ___version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
|
|
bool ___isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::keys
|
|
RuntimeObject* ___keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::values
|
|
RuntimeObject* ___values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject * ____syncRoot_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
|
|
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
|
|
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
|
|
{
|
|
___buckets_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
|
|
inline int32_t get_count_11() const { return ___count_11; }
|
|
inline int32_t* get_address_of_count_11() { return &___count_11; }
|
|
inline void set_count_11(int32_t value)
|
|
{
|
|
___count_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
|
|
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
|
|
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
|
|
inline void set_occupancy_12(int32_t value)
|
|
{
|
|
___occupancy_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
|
|
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
|
|
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
|
|
inline void set_loadsize_13(int32_t value)
|
|
{
|
|
___loadsize_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
|
|
inline float get_loadFactor_14() const { return ___loadFactor_14; }
|
|
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
|
|
inline void set_loadFactor_14(float value)
|
|
{
|
|
___loadFactor_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
|
|
inline int32_t get_version_15() const { return ___version_15; }
|
|
inline int32_t* get_address_of_version_15() { return &___version_15; }
|
|
inline void set_version_15(int32_t value)
|
|
{
|
|
___version_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
|
|
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
|
|
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
|
|
inline void set_isWriterInProgress_16(bool value)
|
|
{
|
|
___isWriterInProgress_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
|
|
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
|
|
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
|
|
inline void set_keys_17(RuntimeObject* value)
|
|
{
|
|
___keys_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
|
|
inline RuntimeObject* get_values_18() const { return ___values_18; }
|
|
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
|
|
inline void set_values_18(RuntimeObject* value)
|
|
{
|
|
___values_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
|
|
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
|
|
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
|
|
inline void set__keycomparer_19(RuntimeObject* value)
|
|
{
|
|
____keycomparer_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
|
|
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
|
|
inline void set__syncRoot_20(RuntimeObject * value)
|
|
{
|
|
____syncRoot_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Configuration.Assemblies.AssemblyHashAlgorithm
|
|
struct AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9
|
|
{
|
|
public:
|
|
// System.Int32 System.Configuration.Assemblies.AssemblyHashAlgorithm::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyHashAlgorithm_t31E4F1BC642CF668706C9D0FBD9DFDF5EE01CEB9, ___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.Configuration.Assemblies.AssemblyVersionCompatibility
|
|
struct AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C
|
|
{
|
|
public:
|
|
// System.Int32 System.Configuration.Assemblies.AssemblyVersionCompatibility::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyVersionCompatibility_tEA062AB37A9A750B33F6CA2898EEF03A4EEA496C, ___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.Diagnostics.DebuggableAttribute_DebuggingModes
|
|
struct DebuggingModes_tFE2B27B343ED35B7349D10F420A4166AC030BA82
|
|
{
|
|
public:
|
|
// System.Int32 System.Diagnostics.DebuggableAttribute_DebuggingModes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggingModes_tFE2B27B343ED35B7349D10F420A4166AC030BA82, ___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.Diagnostics.DebuggerBrowsableState
|
|
struct DebuggerBrowsableState_tA323455A65287E153BA79945FDAE5DEDA446E91F
|
|
{
|
|
public:
|
|
// System.Int32 System.Diagnostics.DebuggerBrowsableState::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DebuggerBrowsableState_tA323455A65287E153BA79945FDAE5DEDA446E91F, ___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.Diagnostics.StackTrace_TraceFormat
|
|
struct TraceFormat_t0B4115A5EC115A575F04DFA04F4510C20AF83617
|
|
{
|
|
public:
|
|
// System.Int32 System.Diagnostics.StackTrace_TraceFormat::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TraceFormat_t0B4115A5EC115A575F04DFA04F4510C20AF83617, ___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.Diagnostics.Tracing.EventSource
|
|
struct EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Diagnostics.Tracing.EventSource::namespaceBytes
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___namespaceBytes_1;
|
|
// System.Guid System.Diagnostics.Tracing.EventSource::AspNetEventSourceGuid
|
|
Guid_t ___AspNetEventSourceGuid_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_namespaceBytes_1() { return static_cast<int32_t>(offsetof(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_StaticFields, ___namespaceBytes_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_namespaceBytes_1() const { return ___namespaceBytes_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_namespaceBytes_1() { return &___namespaceBytes_1; }
|
|
inline void set_namespaceBytes_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___namespaceBytes_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___namespaceBytes_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AspNetEventSourceGuid_2() { return static_cast<int32_t>(offsetof(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_StaticFields, ___AspNetEventSourceGuid_2)); }
|
|
inline Guid_t get_AspNetEventSourceGuid_2() const { return ___AspNetEventSourceGuid_2; }
|
|
inline Guid_t * get_address_of_AspNetEventSourceGuid_2() { return &___AspNetEventSourceGuid_2; }
|
|
inline void set_AspNetEventSourceGuid_2(Guid_t value)
|
|
{
|
|
___AspNetEventSourceGuid_2 = value;
|
|
}
|
|
};
|
|
|
|
struct EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_ThreadStaticFields
|
|
{
|
|
public:
|
|
// System.Byte System.Diagnostics.Tracing.EventSource::m_EventSourceExceptionRecurenceCount
|
|
uint8_t ___m_EventSourceExceptionRecurenceCount_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_EventSourceExceptionRecurenceCount_0() { return static_cast<int32_t>(offsetof(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_ThreadStaticFields, ___m_EventSourceExceptionRecurenceCount_0)); }
|
|
inline uint8_t get_m_EventSourceExceptionRecurenceCount_0() const { return ___m_EventSourceExceptionRecurenceCount_0; }
|
|
inline uint8_t* get_address_of_m_EventSourceExceptionRecurenceCount_0() { return &___m_EventSourceExceptionRecurenceCount_0; }
|
|
inline void set_m_EventSourceExceptionRecurenceCount_0(uint8_t value)
|
|
{
|
|
___m_EventSourceExceptionRecurenceCount_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum_ParseFailureKind
|
|
struct ParseFailureKind_tEA92535264CBB0B0838EDDDA2B7203384426BF80
|
|
{
|
|
public:
|
|
// System.Int32 System.Enum_ParseFailureKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_tEA92535264CBB0B0838EDDDA2B7203384426BF80, ___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.Environment_SpecialFolder
|
|
struct SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0
|
|
{
|
|
public:
|
|
// System.Int32 System.Environment_SpecialFolder::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialFolder_t5A2C2AE97BD6C2DF95061C8904B2225228AC9BA0, ___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.Environment_SpecialFolderOption
|
|
struct SpecialFolderOption_tAF2DB60F447738C1E46C3D5660A0CBB0F4480470
|
|
{
|
|
public:
|
|
// System.Int32 System.Environment_SpecialFolderOption::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialFolderOption_tAF2DB60F447738C1E46C3D5660A0CBB0F4480470, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t * ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject * ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject * ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<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.Exception_ExceptionMessageKind
|
|
struct ExceptionMessageKind_t5151BECAA7C450ADA0DDF5BB98A51E7042166AB7
|
|
{
|
|
public:
|
|
// System.Int32 System.Exception_ExceptionMessageKind::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionMessageKind_t5151BECAA7C450ADA0DDF5BB98A51E7042166AB7, ___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.ExceptionArgument
|
|
struct ExceptionArgument_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14
|
|
{
|
|
public:
|
|
// System.Int32 System.ExceptionArgument::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionArgument_tE4C1E083DC891ECF9688A8A0C62D7F7841057B14, ___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.ExceptionResource
|
|
struct ExceptionResource_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A
|
|
{
|
|
public:
|
|
// System.Int32 System.ExceptionResource::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionResource_t897ACCB868BF3CAAC00AB0C00D57D7A2B6C7586A, ___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.CalendarId
|
|
struct CalendarId_t6BEB24607D1F90A7EA377D0C97FB4167B5A7B364
|
|
{
|
|
public:
|
|
// System.UInt16 System.Globalization.CalendarId::value__
|
|
uint16_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CalendarId_t6BEB24607D1F90A7EA377D0C97FB4167B5A7B364, ___value___2)); }
|
|
inline uint16_t get_value___2() const { return ___value___2; }
|
|
inline uint16_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint16_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CompareOptions
|
|
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.CompareOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureTypes
|
|
struct CultureTypes_t04A866B07972D6C174F6BB5A60E76A1F2A123BBD
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.CultureTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CultureTypes_t04A866B07972D6C174F6BB5A60E76A1F2A123BBD, ___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.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.GregorianCalendarTypes
|
|
struct GregorianCalendarTypes_t1416D1153B302638FCE86E5B8471F3B156EBDB65
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.GregorianCalendarTypes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GregorianCalendarTypes_t1416D1153B302638FCE86E5B8471F3B156EBDB65, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.NumberStyles
|
|
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
|
|
{
|
|
public:
|
|
// System.Int32 System.Globalization.NumberStyles::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_0;
|
|
// System.String System.Globalization.TextInfo::m_cultureName
|
|
String_t* ___m_cultureName_1;
|
|
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_2;
|
|
// System.String System.Globalization.TextInfo::m_textInfoName
|
|
String_t* ___m_textInfoName_3;
|
|
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
|
|
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___m_IsAsciiCasingSameAsInvariant_4;
|
|
// System.String System.Globalization.TextInfo::customCultureName
|
|
String_t* ___customCultureName_6;
|
|
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_7;
|
|
// System.Int32 System.Globalization.TextInfo::m_win32LangID
|
|
int32_t ___m_win32LangID_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_isReadOnly_0)); }
|
|
inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; }
|
|
inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; }
|
|
inline void set_m_isReadOnly_0(bool value)
|
|
{
|
|
___m_isReadOnly_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureName_1() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureName_1)); }
|
|
inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; }
|
|
inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; }
|
|
inline void set_m_cultureName_1(String_t* value)
|
|
{
|
|
___m_cultureName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_cultureData_2() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureData_2)); }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_2() const { return ___m_cultureData_2; }
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; }
|
|
inline void set_m_cultureData_2(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|
{
|
|
___m_cultureData_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_textInfoName_3)); }
|
|
inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; }
|
|
inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; }
|
|
inline void set_m_textInfoName_3(String_t* value)
|
|
{
|
|
___m_textInfoName_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_IsAsciiCasingSameAsInvariant_4)); }
|
|
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; }
|
|
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; }
|
|
inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
|
|
{
|
|
___m_IsAsciiCasingSameAsInvariant_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_customCultureName_6() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___customCultureName_6)); }
|
|
inline String_t* get_customCultureName_6() const { return ___customCultureName_6; }
|
|
inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; }
|
|
inline void set_customCultureName_6(String_t* value)
|
|
{
|
|
___customCultureName_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_useUserOverride_7)); }
|
|
inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; }
|
|
inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; }
|
|
inline void set_m_useUserOverride_7(bool value)
|
|
{
|
|
___m_useUserOverride_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_win32LangID_8)); }
|
|
inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; }
|
|
inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; }
|
|
inline void set_m_win32LangID_8(int32_t value)
|
|
{
|
|
___m_win32LangID_8 = value;
|
|
}
|
|
};
|
|
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___s_Invariant_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Invariant_5() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields, ___s_Invariant_5)); }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_s_Invariant_5() const { return ___s_Invariant_5; }
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; }
|
|
inline void set_s_Invariant_5(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|
{
|
|
___s_Invariant_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.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.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.PlatformID
|
|
struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776
|
|
{
|
|
public:
|
|
// System.Int32 System.PlatformID::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___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.Reflection.Assembly
|
|
struct Assembly_t : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Reflection.Assembly::_mono_assembly
|
|
intptr_t ____mono_assembly_0;
|
|
// System.Reflection.Assembly_ResolveEventHolder System.Reflection.Assembly::resolve_event_holder
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
// System.Object System.Reflection.Assembly::_evidence
|
|
RuntimeObject * ____evidence_2;
|
|
// System.Object System.Reflection.Assembly::_minimum
|
|
RuntimeObject * ____minimum_3;
|
|
// System.Object System.Reflection.Assembly::_optional
|
|
RuntimeObject * ____optional_4;
|
|
// System.Object System.Reflection.Assembly::_refuse
|
|
RuntimeObject * ____refuse_5;
|
|
// System.Object System.Reflection.Assembly::_granted
|
|
RuntimeObject * ____granted_6;
|
|
// System.Object System.Reflection.Assembly::_denied
|
|
RuntimeObject * ____denied_7;
|
|
// System.Boolean System.Reflection.Assembly::fromByteArray
|
|
bool ___fromByteArray_8;
|
|
// System.String System.Reflection.Assembly::assemblyName
|
|
String_t* ___assemblyName_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__mono_assembly_0() { return static_cast<int32_t>(offsetof(Assembly_t, ____mono_assembly_0)); }
|
|
inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; }
|
|
inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; }
|
|
inline void set__mono_assembly_0(intptr_t value)
|
|
{
|
|
____mono_assembly_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast<int32_t>(offsetof(Assembly_t, ___resolve_event_holder_1)); }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; }
|
|
inline ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; }
|
|
inline void set_resolve_event_holder_1(ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * value)
|
|
{
|
|
___resolve_event_holder_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___resolve_event_holder_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__evidence_2() { return static_cast<int32_t>(offsetof(Assembly_t, ____evidence_2)); }
|
|
inline RuntimeObject * get__evidence_2() const { return ____evidence_2; }
|
|
inline RuntimeObject ** get_address_of__evidence_2() { return &____evidence_2; }
|
|
inline void set__evidence_2(RuntimeObject * value)
|
|
{
|
|
____evidence_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____evidence_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__minimum_3() { return static_cast<int32_t>(offsetof(Assembly_t, ____minimum_3)); }
|
|
inline RuntimeObject * get__minimum_3() const { return ____minimum_3; }
|
|
inline RuntimeObject ** get_address_of__minimum_3() { return &____minimum_3; }
|
|
inline void set__minimum_3(RuntimeObject * value)
|
|
{
|
|
____minimum_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____minimum_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__optional_4() { return static_cast<int32_t>(offsetof(Assembly_t, ____optional_4)); }
|
|
inline RuntimeObject * get__optional_4() const { return ____optional_4; }
|
|
inline RuntimeObject ** get_address_of__optional_4() { return &____optional_4; }
|
|
inline void set__optional_4(RuntimeObject * value)
|
|
{
|
|
____optional_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____optional_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__refuse_5() { return static_cast<int32_t>(offsetof(Assembly_t, ____refuse_5)); }
|
|
inline RuntimeObject * get__refuse_5() const { return ____refuse_5; }
|
|
inline RuntimeObject ** get_address_of__refuse_5() { return &____refuse_5; }
|
|
inline void set__refuse_5(RuntimeObject * value)
|
|
{
|
|
____refuse_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____refuse_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__granted_6() { return static_cast<int32_t>(offsetof(Assembly_t, ____granted_6)); }
|
|
inline RuntimeObject * get__granted_6() const { return ____granted_6; }
|
|
inline RuntimeObject ** get_address_of__granted_6() { return &____granted_6; }
|
|
inline void set__granted_6(RuntimeObject * value)
|
|
{
|
|
____granted_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____granted_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__denied_7() { return static_cast<int32_t>(offsetof(Assembly_t, ____denied_7)); }
|
|
inline RuntimeObject * get__denied_7() const { return ____denied_7; }
|
|
inline RuntimeObject ** get_address_of__denied_7() { return &____denied_7; }
|
|
inline void set__denied_7(RuntimeObject * value)
|
|
{
|
|
____denied_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____denied_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fromByteArray_8() { return static_cast<int32_t>(offsetof(Assembly_t, ___fromByteArray_8)); }
|
|
inline bool get_fromByteArray_8() const { return ___fromByteArray_8; }
|
|
inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; }
|
|
inline void set_fromByteArray_8(bool value)
|
|
{
|
|
___fromByteArray_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assemblyName_9() { return static_cast<int32_t>(offsetof(Assembly_t, ___assemblyName_9)); }
|
|
inline String_t* get_assemblyName_9() const { return ___assemblyName_9; }
|
|
inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; }
|
|
inline void set_assemblyName_9(String_t* value)
|
|
{
|
|
___assemblyName_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assemblyName_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
char* ___assemblyName_9;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Assembly
|
|
struct Assembly_t_marshaled_com
|
|
{
|
|
intptr_t ____mono_assembly_0;
|
|
ResolveEventHolder_t5267893EB7CB9C12F7B9B463FD4C221BEA03326E * ___resolve_event_holder_1;
|
|
Il2CppIUnknown* ____evidence_2;
|
|
Il2CppIUnknown* ____minimum_3;
|
|
Il2CppIUnknown* ____optional_4;
|
|
Il2CppIUnknown* ____refuse_5;
|
|
Il2CppIUnknown* ____granted_6;
|
|
Il2CppIUnknown* ____denied_7;
|
|
int32_t ___fromByteArray_8;
|
|
Il2CppChar* ___assemblyName_9;
|
|
};
|
|
|
|
// System.Reflection.AssemblyContentType
|
|
struct AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.AssemblyContentType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyContentType_t9869DE40B7B1976B389F3B6A5A5D18B09E623401, ___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.Reflection.AssemblyNameFlags
|
|
struct AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.AssemblyNameFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AssemblyNameFlags_t7834EDF078E7ECA985AA434A1EA0D95C2A44F256, ___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.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.Reflection.CallingConventions
|
|
struct CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.CallingConventions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CallingConventions_t495B6EF267B118F780C044F96BCDE78C1982C147, ___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.Reflection.MethodInfo
|
|
struct MethodInfo_t : public MethodBase_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.ParameterAttributes
|
|
struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.ParameterAttributes::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___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.Reflection.ProcessorArchitecture
|
|
struct ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.ProcessorArchitecture::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProcessorArchitecture_t0CFB73A83469D6AC222B9FE46E81EAC73C2627C7, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
|
|
{
|
|
public:
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<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.RuntimeFieldHandle
|
|
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeFieldHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeMethodHandle
|
|
struct RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeMethodHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F, ___value_0)); }
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|
inline void set_value_0(intptr_t value)
|
|
{
|
|
___value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<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.StringComparison
|
|
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
|
|
{
|
|
public:
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringSplitOptions
|
|
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
|
|
{
|
|
public:
|
|
// System.Int32 System.StringSplitOptions::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.TypeCode
|
|
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
|
|
{
|
|
public:
|
|
// System.Int32 System.TypeCode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggableAttribute
|
|
struct DebuggableAttribute_t1C72D0B5C4B5DEB1F35810895AB140920B6905A5 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.Diagnostics.DebuggableAttribute_DebuggingModes System.Diagnostics.DebuggableAttribute::m_debuggingModes
|
|
int32_t ___m_debuggingModes_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_debuggingModes_0() { return static_cast<int32_t>(offsetof(DebuggableAttribute_t1C72D0B5C4B5DEB1F35810895AB140920B6905A5, ___m_debuggingModes_0)); }
|
|
inline int32_t get_m_debuggingModes_0() const { return ___m_debuggingModes_0; }
|
|
inline int32_t* get_address_of_m_debuggingModes_0() { return &___m_debuggingModes_0; }
|
|
inline void set_m_debuggingModes_0(int32_t value)
|
|
{
|
|
___m_debuggingModes_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Diagnostics.DebuggerBrowsableAttribute
|
|
struct DebuggerBrowsableAttribute_tCD7F519D82174C6A0A489233ABEEFE5170647C49 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerBrowsableAttribute::state
|
|
int32_t ___state_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_state_0() { return static_cast<int32_t>(offsetof(DebuggerBrowsableAttribute_tCD7F519D82174C6A0A489233ABEEFE5170647C49, ___state_0)); }
|
|
inline int32_t get_state_0() const { return ___state_0; }
|
|
inline int32_t* get_address_of_state_0() { return &___state_0; }
|
|
inline void set_state_0(int32_t value)
|
|
{
|
|
___state_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum_EnumResult
|
|
struct EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C
|
|
{
|
|
public:
|
|
// System.Object System.Enum_EnumResult::parsedEnum
|
|
RuntimeObject * ___parsedEnum_0;
|
|
// System.Boolean System.Enum_EnumResult::canThrow
|
|
bool ___canThrow_1;
|
|
// System.Enum_ParseFailureKind System.Enum_EnumResult::m_failure
|
|
int32_t ___m_failure_2;
|
|
// System.String System.Enum_EnumResult::m_failureMessageID
|
|
String_t* ___m_failureMessageID_3;
|
|
// System.String System.Enum_EnumResult::m_failureParameter
|
|
String_t* ___m_failureParameter_4;
|
|
// System.Object System.Enum_EnumResult::m_failureMessageFormatArgument
|
|
RuntimeObject * ___m_failureMessageFormatArgument_5;
|
|
// System.Exception System.Enum_EnumResult::m_innerException
|
|
Exception_t * ___m_innerException_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_parsedEnum_0() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___parsedEnum_0)); }
|
|
inline RuntimeObject * get_parsedEnum_0() const { return ___parsedEnum_0; }
|
|
inline RuntimeObject ** get_address_of_parsedEnum_0() { return &___parsedEnum_0; }
|
|
inline void set_parsedEnum_0(RuntimeObject * value)
|
|
{
|
|
___parsedEnum_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parsedEnum_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_canThrow_1() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___canThrow_1)); }
|
|
inline bool get_canThrow_1() const { return ___canThrow_1; }
|
|
inline bool* get_address_of_canThrow_1() { return &___canThrow_1; }
|
|
inline void set_canThrow_1(bool value)
|
|
{
|
|
___canThrow_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failure_2() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___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(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___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_failureParameter_4() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___m_failureParameter_4)); }
|
|
inline String_t* get_m_failureParameter_4() const { return ___m_failureParameter_4; }
|
|
inline String_t** get_address_of_m_failureParameter_4() { return &___m_failureParameter_4; }
|
|
inline void set_m_failureParameter_4(String_t* value)
|
|
{
|
|
___m_failureParameter_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureParameter_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_failureMessageFormatArgument_5() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___m_failureMessageFormatArgument_5)); }
|
|
inline RuntimeObject * get_m_failureMessageFormatArgument_5() const { return ___m_failureMessageFormatArgument_5; }
|
|
inline RuntimeObject ** get_address_of_m_failureMessageFormatArgument_5() { return &___m_failureMessageFormatArgument_5; }
|
|
inline void set_m_failureMessageFormatArgument_5(RuntimeObject * value)
|
|
{
|
|
___m_failureMessageFormatArgument_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_failureMessageFormatArgument_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_innerException_6() { return static_cast<int32_t>(offsetof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C, ___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.Enum/EnumResult
|
|
struct EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___parsedEnum_0;
|
|
int32_t ___canThrow_1;
|
|
int32_t ___m_failure_2;
|
|
char* ___m_failureMessageID_3;
|
|
char* ___m_failureParameter_4;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_5;
|
|
Exception_t_marshaled_pinvoke* ___m_innerException_6;
|
|
};
|
|
// Native definition for COM marshalling of System.Enum/EnumResult
|
|
struct EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___parsedEnum_0;
|
|
int32_t ___canThrow_1;
|
|
int32_t ___m_failure_2;
|
|
Il2CppChar* ___m_failureMessageID_3;
|
|
Il2CppChar* ___m_failureParameter_4;
|
|
Il2CppIUnknown* ___m_failureMessageFormatArgument_5;
|
|
Exception_t_marshaled_com* ___m_innerException_6;
|
|
};
|
|
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.CompareInfo::m_name
|
|
String_t* ___m_name_3;
|
|
// System.String System.Globalization.CompareInfo::m_sortName
|
|
String_t* ___m_sortName_4;
|
|
// System.Int32 System.Globalization.CompareInfo::win32LCID
|
|
int32_t ___win32LCID_5;
|
|
// System.Int32 System.Globalization.CompareInfo::culture
|
|
int32_t ___culture_6;
|
|
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
|
|
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
|
|
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
|
|
inline String_t* get_m_name_3() const { return ___m_name_3; }
|
|
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
|
|
inline void set_m_name_3(String_t* value)
|
|
{
|
|
___m_name_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
|
|
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
|
|
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
|
|
inline void set_m_sortName_4(String_t* value)
|
|
{
|
|
___m_sortName_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
|
|
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
|
|
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
|
|
inline void set_win32LCID_5(int32_t value)
|
|
{
|
|
___win32LCID_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
|
|
inline int32_t get_culture_6() const { return ___culture_6; }
|
|
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
|
|
inline void set_culture_6(int32_t value)
|
|
{
|
|
___culture_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
|
|
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
|
|
{
|
|
___m_SortVersion_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
|
|
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
|
|
{
|
|
___collator_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollation
|
|
bool ___managedCollation_23;
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
|
|
bool ___managedCollationChecked_24;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
|
|
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
|
|
{
|
|
___collators_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
|
|
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
|
|
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
|
|
inline void set_managedCollation_23(bool value)
|
|
{
|
|
___managedCollation_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
|
|
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
|
|
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
|
|
inline void set_managedCollationChecked_24(bool value)
|
|
{
|
|
___managedCollationChecked_24 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.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.GregorianCalendar
|
|
struct GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 : public Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5
|
|
{
|
|
public:
|
|
// System.Globalization.GregorianCalendarTypes System.Globalization.GregorianCalendar::m_type
|
|
int32_t ___m_type_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_type_3() { return static_cast<int32_t>(offsetof(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005, ___m_type_3)); }
|
|
inline int32_t get_m_type_3() const { return ___m_type_3; }
|
|
inline int32_t* get_address_of_m_type_3() { return &___m_type_3; }
|
|
inline void set_m_type_3(int32_t value)
|
|
{
|
|
___m_type_3 = value;
|
|
}
|
|
};
|
|
|
|
struct GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.Globalization.GregorianCalendar::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_4;
|
|
// System.Int32[] System.Globalization.GregorianCalendar::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_5;
|
|
// System.Globalization.Calendar modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.GregorianCalendar::s_defaultInstance
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___s_defaultInstance_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_4() { return static_cast<int32_t>(offsetof(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_StaticFields, ___DaysToMonth365_4)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_4() const { return ___DaysToMonth365_4; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_4() { return &___DaysToMonth365_4; }
|
|
inline void set_DaysToMonth365_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_5() { return static_cast<int32_t>(offsetof(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_StaticFields, ___DaysToMonth366_5)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_5() const { return ___DaysToMonth366_5; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_5() { return &___DaysToMonth366_5; }
|
|
inline void set_DaysToMonth366_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_defaultInstance_6() { return static_cast<int32_t>(offsetof(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_StaticFields, ___s_defaultInstance_6)); }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_s_defaultInstance_6() const { return ___s_defaultInstance_6; }
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_s_defaultInstance_6() { return &___s_defaultInstance_6; }
|
|
inline void set_s_defaultInstance_6(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|
{
|
|
___s_defaultInstance_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_defaultInstance_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveSign
|
|
String_t* ___positiveSign_4;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeSign
|
|
String_t* ___negativeSign_5;
|
|
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
|
|
String_t* ___numberDecimalSeparator_6;
|
|
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
|
|
String_t* ___numberGroupSeparator_7;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
|
|
String_t* ___currencyGroupSeparator_8;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
|
|
String_t* ___currencyDecimalSeparator_9;
|
|
// System.String System.Globalization.NumberFormatInfo::currencySymbol
|
|
String_t* ___currencySymbol_10;
|
|
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
|
|
String_t* ___ansiCurrencySymbol_11;
|
|
// System.String System.Globalization.NumberFormatInfo::nanSymbol
|
|
String_t* ___nanSymbol_12;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
|
|
String_t* ___positiveInfinitySymbol_13;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
|
|
String_t* ___negativeInfinitySymbol_14;
|
|
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
|
|
String_t* ___percentDecimalSeparator_15;
|
|
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
|
|
String_t* ___percentGroupSeparator_16;
|
|
// System.String System.Globalization.NumberFormatInfo::percentSymbol
|
|
String_t* ___percentSymbol_17;
|
|
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
|
|
String_t* ___perMilleSymbol_18;
|
|
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
|
|
int32_t ___m_dataItem_20;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
|
|
int32_t ___numberDecimalDigits_21;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
|
|
int32_t ___currencyDecimalDigits_22;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
|
|
int32_t ___currencyPositivePattern_23;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
|
|
int32_t ___currencyNegativePattern_24;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
|
|
int32_t ___numberNegativePattern_25;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
|
|
int32_t ___percentPositivePattern_26;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
|
|
int32_t ___percentNegativePattern_27;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
|
|
int32_t ___percentDecimalDigits_28;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
|
|
int32_t ___digitSubstitution_29;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
|
|
bool ___isReadOnly_30;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_31;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
|
|
bool ___m_isInvariant_32;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
|
|
bool ___validForParseAsNumber_33;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
|
|
bool ___validForParseAsCurrency_34;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
|
|
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___numberGroupSizes_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
|
|
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___currencyGroupSizes_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
|
|
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___percentGroupSizes_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
|
|
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
|
|
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
|
|
inline void set_positiveSign_4(String_t* value)
|
|
{
|
|
___positiveSign_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
|
|
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
|
|
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
|
|
inline void set_negativeSign_5(String_t* value)
|
|
{
|
|
___negativeSign_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
|
|
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
|
|
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
|
|
inline void set_numberDecimalSeparator_6(String_t* value)
|
|
{
|
|
___numberDecimalSeparator_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
|
|
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
|
|
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
|
|
inline void set_numberGroupSeparator_7(String_t* value)
|
|
{
|
|
___numberGroupSeparator_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
|
|
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
|
|
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
|
|
inline void set_currencyGroupSeparator_8(String_t* value)
|
|
{
|
|
___currencyGroupSeparator_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
|
|
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
|
|
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
|
|
inline void set_currencyDecimalSeparator_9(String_t* value)
|
|
{
|
|
___currencyDecimalSeparator_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
|
|
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
|
|
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
|
|
inline void set_currencySymbol_10(String_t* value)
|
|
{
|
|
___currencySymbol_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
|
|
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
|
|
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
|
|
inline void set_ansiCurrencySymbol_11(String_t* value)
|
|
{
|
|
___ansiCurrencySymbol_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
|
|
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
|
|
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
|
|
inline void set_nanSymbol_12(String_t* value)
|
|
{
|
|
___nanSymbol_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
|
|
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
|
|
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
|
|
inline void set_positiveInfinitySymbol_13(String_t* value)
|
|
{
|
|
___positiveInfinitySymbol_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
|
|
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
|
|
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
|
|
inline void set_negativeInfinitySymbol_14(String_t* value)
|
|
{
|
|
___negativeInfinitySymbol_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
|
|
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
|
|
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
|
|
inline void set_percentDecimalSeparator_15(String_t* value)
|
|
{
|
|
___percentDecimalSeparator_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
|
|
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
|
|
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
|
|
inline void set_percentGroupSeparator_16(String_t* value)
|
|
{
|
|
___percentGroupSeparator_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
|
|
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
|
|
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
|
|
inline void set_percentSymbol_17(String_t* value)
|
|
{
|
|
___percentSymbol_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
|
|
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
|
|
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
|
|
inline void set_perMilleSymbol_18(String_t* value)
|
|
{
|
|
___perMilleSymbol_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
|
|
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|
{
|
|
___nativeDigits_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
|
|
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
|
|
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
|
|
inline void set_m_dataItem_20(int32_t value)
|
|
{
|
|
___m_dataItem_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
|
|
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
|
|
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
|
|
inline void set_numberDecimalDigits_21(int32_t value)
|
|
{
|
|
___numberDecimalDigits_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
|
|
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
|
|
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
|
|
inline void set_currencyDecimalDigits_22(int32_t value)
|
|
{
|
|
___currencyDecimalDigits_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
|
|
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
|
|
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
|
|
inline void set_currencyPositivePattern_23(int32_t value)
|
|
{
|
|
___currencyPositivePattern_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
|
|
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
|
|
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
|
|
inline void set_currencyNegativePattern_24(int32_t value)
|
|
{
|
|
___currencyNegativePattern_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
|
|
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
|
|
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
|
|
inline void set_numberNegativePattern_25(int32_t value)
|
|
{
|
|
___numberNegativePattern_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
|
|
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
|
|
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
|
|
inline void set_percentPositivePattern_26(int32_t value)
|
|
{
|
|
___percentPositivePattern_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
|
|
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
|
|
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
|
|
inline void set_percentNegativePattern_27(int32_t value)
|
|
{
|
|
___percentNegativePattern_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
|
|
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
|
|
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
|
|
inline void set_percentDecimalDigits_28(int32_t value)
|
|
{
|
|
___percentDecimalDigits_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
|
|
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
|
|
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
|
|
inline void set_digitSubstitution_29(int32_t value)
|
|
{
|
|
___digitSubstitution_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
|
|
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
|
|
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
|
|
inline void set_isReadOnly_30(bool value)
|
|
{
|
|
___isReadOnly_30 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
|
|
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
|
|
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
|
|
inline void set_m_useUserOverride_31(bool value)
|
|
{
|
|
___m_useUserOverride_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
|
|
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
|
|
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
|
|
inline void set_m_isInvariant_32(bool value)
|
|
{
|
|
___m_isInvariant_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
|
|
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
|
|
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
|
|
inline void set_validForParseAsNumber_33(bool value)
|
|
{
|
|
___validForParseAsNumber_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
|
|
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
|
|
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
|
|
inline void set_validForParseAsCurrency_34(bool value)
|
|
{
|
|
___validForParseAsCurrency_34 = value;
|
|
}
|
|
};
|
|
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
|
|
{
|
|
public:
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
|
|
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|
{
|
|
___invariantInfo_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Globalization.SortKey
|
|
struct SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Globalization.SortKey::source
|
|
String_t* ___source_0;
|
|
// System.Byte[] System.Globalization.SortKey::key
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___key_1;
|
|
// System.Globalization.CompareOptions System.Globalization.SortKey::options
|
|
int32_t ___options_2;
|
|
// System.Int32 System.Globalization.SortKey::lcid
|
|
int32_t ___lcid_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_source_0() { return static_cast<int32_t>(offsetof(SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9, ___source_0)); }
|
|
inline String_t* get_source_0() const { return ___source_0; }
|
|
inline String_t** get_address_of_source_0() { return &___source_0; }
|
|
inline void set_source_0(String_t* value)
|
|
{
|
|
___source_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___source_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_key_1() { return static_cast<int32_t>(offsetof(SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9, ___key_1)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_key_1() const { return ___key_1; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_key_1() { return &___key_1; }
|
|
inline void set_key_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___key_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___key_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_options_2() { return static_cast<int32_t>(offsetof(SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9, ___options_2)); }
|
|
inline int32_t get_options_2() const { return ___options_2; }
|
|
inline int32_t* get_address_of_options_2() { return &___options_2; }
|
|
inline void set_options_2(int32_t value)
|
|
{
|
|
___options_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_lcid_3() { return static_cast<int32_t>(offsetof(SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9, ___lcid_3)); }
|
|
inline int32_t get_lcid_3() const { return ___lcid_3; }
|
|
inline int32_t* get_address_of_lcid_3() { return &___lcid_3; }
|
|
inline void set_lcid_3(int32_t value)
|
|
{
|
|
___lcid_3 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Globalization.SortKey
|
|
struct SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9_marshaled_pinvoke
|
|
{
|
|
char* ___source_0;
|
|
Il2CppSafeArray/*NONE*/* ___key_1;
|
|
int32_t ___options_2;
|
|
int32_t ___lcid_3;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.SortKey
|
|
struct SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9_marshaled_com
|
|
{
|
|
Il2CppChar* ___source_0;
|
|
Il2CppSafeArray/*NONE*/* ___key_1;
|
|
int32_t ___options_2;
|
|
int32_t ___lcid_3;
|
|
};
|
|
|
|
// 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.OperatingSystem
|
|
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.PlatformID System.OperatingSystem::_platform
|
|
int32_t ____platform_0;
|
|
// System.Version System.OperatingSystem::_version
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1;
|
|
// System.String System.OperatingSystem::_servicePack
|
|
String_t* ____servicePack_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); }
|
|
inline int32_t get__platform_0() const { return ____platform_0; }
|
|
inline int32_t* get_address_of__platform_0() { return &____platform_0; }
|
|
inline void set__platform_0(int32_t value)
|
|
{
|
|
____platform_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); }
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; }
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; }
|
|
inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
|
|
{
|
|
____version_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____version_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); }
|
|
inline String_t* get__servicePack_2() const { return ____servicePack_2; }
|
|
inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
|
|
inline void set__servicePack_2(String_t* value)
|
|
{
|
|
____servicePack_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____servicePack_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.AssemblyName
|
|
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String System.Reflection.AssemblyName::name
|
|
String_t* ___name_0;
|
|
// System.String System.Reflection.AssemblyName::codebase
|
|
String_t* ___codebase_1;
|
|
// System.Int32 System.Reflection.AssemblyName::major
|
|
int32_t ___major_2;
|
|
// System.Int32 System.Reflection.AssemblyName::minor
|
|
int32_t ___minor_3;
|
|
// System.Int32 System.Reflection.AssemblyName::build
|
|
int32_t ___build_4;
|
|
// System.Int32 System.Reflection.AssemblyName::revision
|
|
int32_t ___revision_5;
|
|
// System.Globalization.CultureInfo System.Reflection.AssemblyName::cultureinfo
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureinfo_6;
|
|
// System.Reflection.AssemblyNameFlags System.Reflection.AssemblyName::flags
|
|
int32_t ___flags_7;
|
|
// System.Configuration.Assemblies.AssemblyHashAlgorithm System.Reflection.AssemblyName::hashalg
|
|
int32_t ___hashalg_8;
|
|
// System.Reflection.StrongNameKeyPair System.Reflection.AssemblyName::keypair
|
|
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
|
|
// System.Byte[] System.Reflection.AssemblyName::publicKey
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___publicKey_10;
|
|
// System.Byte[] System.Reflection.AssemblyName::keyToken
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___keyToken_11;
|
|
// System.Configuration.Assemblies.AssemblyVersionCompatibility System.Reflection.AssemblyName::versioncompat
|
|
int32_t ___versioncompat_12;
|
|
// System.Version System.Reflection.AssemblyName::version
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
|
|
// System.Reflection.ProcessorArchitecture System.Reflection.AssemblyName::processor_architecture
|
|
int32_t ___processor_architecture_14;
|
|
// System.Reflection.AssemblyContentType System.Reflection.AssemblyName::contentType
|
|
int32_t ___contentType_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___name_0)); }
|
|
inline String_t* get_name_0() const { return ___name_0; }
|
|
inline String_t** get_address_of_name_0() { return &___name_0; }
|
|
inline void set_name_0(String_t* value)
|
|
{
|
|
___name_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_codebase_1() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___codebase_1)); }
|
|
inline String_t* get_codebase_1() const { return ___codebase_1; }
|
|
inline String_t** get_address_of_codebase_1() { return &___codebase_1; }
|
|
inline void set_codebase_1(String_t* value)
|
|
{
|
|
___codebase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___codebase_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_major_2() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___major_2)); }
|
|
inline int32_t get_major_2() const { return ___major_2; }
|
|
inline int32_t* get_address_of_major_2() { return &___major_2; }
|
|
inline void set_major_2(int32_t value)
|
|
{
|
|
___major_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minor_3() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___minor_3)); }
|
|
inline int32_t get_minor_3() const { return ___minor_3; }
|
|
inline int32_t* get_address_of_minor_3() { return &___minor_3; }
|
|
inline void set_minor_3(int32_t value)
|
|
{
|
|
___minor_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_build_4() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___build_4)); }
|
|
inline int32_t get_build_4() const { return ___build_4; }
|
|
inline int32_t* get_address_of_build_4() { return &___build_4; }
|
|
inline void set_build_4(int32_t value)
|
|
{
|
|
___build_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_revision_5() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___revision_5)); }
|
|
inline int32_t get_revision_5() const { return ___revision_5; }
|
|
inline int32_t* get_address_of_revision_5() { return &___revision_5; }
|
|
inline void set_revision_5(int32_t value)
|
|
{
|
|
___revision_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cultureinfo_6() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___cultureinfo_6)); }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_cultureinfo_6() const { return ___cultureinfo_6; }
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_cultureinfo_6() { return &___cultureinfo_6; }
|
|
inline void set_cultureinfo_6(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
___cultureinfo_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cultureinfo_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_flags_7() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___flags_7)); }
|
|
inline int32_t get_flags_7() const { return ___flags_7; }
|
|
inline int32_t* get_address_of_flags_7() { return &___flags_7; }
|
|
inline void set_flags_7(int32_t value)
|
|
{
|
|
___flags_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hashalg_8() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___hashalg_8)); }
|
|
inline int32_t get_hashalg_8() const { return ___hashalg_8; }
|
|
inline int32_t* get_address_of_hashalg_8() { return &___hashalg_8; }
|
|
inline void set_hashalg_8(int32_t value)
|
|
{
|
|
___hashalg_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keypair_9() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keypair_9)); }
|
|
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * get_keypair_9() const { return ___keypair_9; }
|
|
inline StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD ** get_address_of_keypair_9() { return &___keypair_9; }
|
|
inline void set_keypair_9(StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * value)
|
|
{
|
|
___keypair_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keypair_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_publicKey_10() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___publicKey_10)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_publicKey_10() const { return ___publicKey_10; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_publicKey_10() { return &___publicKey_10; }
|
|
inline void set_publicKey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___publicKey_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___publicKey_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_keyToken_11() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___keyToken_11)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_keyToken_11() const { return ___keyToken_11; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_keyToken_11() { return &___keyToken_11; }
|
|
inline void set_keyToken_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___keyToken_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keyToken_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_versioncompat_12() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___versioncompat_12)); }
|
|
inline int32_t get_versioncompat_12() const { return ___versioncompat_12; }
|
|
inline int32_t* get_address_of_versioncompat_12() { return &___versioncompat_12; }
|
|
inline void set_versioncompat_12(int32_t value)
|
|
{
|
|
___versioncompat_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_13() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___version_13)); }
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_13() const { return ___version_13; }
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_13() { return &___version_13; }
|
|
inline void set_version_13(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
|
|
{
|
|
___version_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___version_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_processor_architecture_14() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___processor_architecture_14)); }
|
|
inline int32_t get_processor_architecture_14() const { return ___processor_architecture_14; }
|
|
inline int32_t* get_address_of_processor_architecture_14() { return &___processor_architecture_14; }
|
|
inline void set_processor_architecture_14(int32_t value)
|
|
{
|
|
___processor_architecture_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_contentType_15() { return static_cast<int32_t>(offsetof(AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82, ___contentType_15)); }
|
|
inline int32_t get_contentType_15() const { return ___contentType_15; }
|
|
inline int32_t* get_address_of_contentType_15() { return &___contentType_15; }
|
|
inline void set_contentType_15(int32_t value)
|
|
{
|
|
___contentType_15 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.AssemblyName
|
|
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_pinvoke
|
|
{
|
|
char* ___name_0;
|
|
char* ___codebase_1;
|
|
int32_t ___major_2;
|
|
int32_t ___minor_3;
|
|
int32_t ___build_4;
|
|
int32_t ___revision_5;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___cultureinfo_6;
|
|
int32_t ___flags_7;
|
|
int32_t ___hashalg_8;
|
|
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
|
|
Il2CppSafeArray/*NONE*/* ___publicKey_10;
|
|
Il2CppSafeArray/*NONE*/* ___keyToken_11;
|
|
int32_t ___versioncompat_12;
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
|
|
int32_t ___processor_architecture_14;
|
|
int32_t ___contentType_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.AssemblyName
|
|
struct AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82_marshaled_com
|
|
{
|
|
Il2CppChar* ___name_0;
|
|
Il2CppChar* ___codebase_1;
|
|
int32_t ___major_2;
|
|
int32_t ___minor_3;
|
|
int32_t ___build_4;
|
|
int32_t ___revision_5;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___cultureinfo_6;
|
|
int32_t ___flags_7;
|
|
int32_t ___hashalg_8;
|
|
StrongNameKeyPair_tD9AA282E59F4526338781AFD862680ED461FCCFD * ___keypair_9;
|
|
Il2CppSafeArray/*NONE*/* ___publicKey_10;
|
|
Il2CppSafeArray/*NONE*/* ___keyToken_11;
|
|
int32_t ___versioncompat_12;
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_13;
|
|
int32_t ___processor_architecture_14;
|
|
int32_t ___contentType_15;
|
|
};
|
|
|
|
// System.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr System.Reflection.Module::_impl
|
|
intptr_t ____impl_2;
|
|
// System.Reflection.Assembly System.Reflection.Module::assembly
|
|
Assembly_t * ___assembly_3;
|
|
// System.String System.Reflection.Module::fqname
|
|
String_t* ___fqname_4;
|
|
// System.String System.Reflection.Module::name
|
|
String_t* ___name_5;
|
|
// System.String System.Reflection.Module::scopename
|
|
String_t* ___scopename_6;
|
|
// System.Boolean System.Reflection.Module::is_resource
|
|
bool ___is_resource_7;
|
|
// System.Int32 System.Reflection.Module::token
|
|
int32_t ___token_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_2() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ____impl_2)); }
|
|
inline intptr_t get__impl_2() const { return ____impl_2; }
|
|
inline intptr_t* get_address_of__impl_2() { return &____impl_2; }
|
|
inline void set__impl_2(intptr_t value)
|
|
{
|
|
____impl_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_assembly_3() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___assembly_3)); }
|
|
inline Assembly_t * get_assembly_3() const { return ___assembly_3; }
|
|
inline Assembly_t ** get_address_of_assembly_3() { return &___assembly_3; }
|
|
inline void set_assembly_3(Assembly_t * value)
|
|
{
|
|
___assembly_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___assembly_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_fqname_4() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___fqname_4)); }
|
|
inline String_t* get_fqname_4() const { return ___fqname_4; }
|
|
inline String_t** get_address_of_fqname_4() { return &___fqname_4; }
|
|
inline void set_fqname_4(String_t* value)
|
|
{
|
|
___fqname_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fqname_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_name_5() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___name_5)); }
|
|
inline String_t* get_name_5() const { return ___name_5; }
|
|
inline String_t** get_address_of_name_5() { return &___name_5; }
|
|
inline void set_name_5(String_t* value)
|
|
{
|
|
___name_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___name_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_scopename_6() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___scopename_6)); }
|
|
inline String_t* get_scopename_6() const { return ___scopename_6; }
|
|
inline String_t** get_address_of_scopename_6() { return &___scopename_6; }
|
|
inline void set_scopename_6(String_t* value)
|
|
{
|
|
___scopename_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___scopename_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_is_resource_7() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___is_resource_7)); }
|
|
inline bool get_is_resource_7() const { return ___is_resource_7; }
|
|
inline bool* get_address_of_is_resource_7() { return &___is_resource_7; }
|
|
inline void set_is_resource_7(bool value)
|
|
{
|
|
___is_resource_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_token_8() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7, ___token_8)); }
|
|
inline int32_t get_token_8() const { return ___token_8; }
|
|
inline int32_t* get_address_of_token_8() { return &___token_8; }
|
|
inline void set_token_8(int32_t value)
|
|
{
|
|
___token_8 = value;
|
|
}
|
|
};
|
|
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeName_0;
|
|
// System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase
|
|
TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * ___FilterTypeNameIgnoreCase_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterTypeName_0() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeName_0)); }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeName_0() const { return ___FilterTypeName_0; }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeName_0() { return &___FilterTypeName_0; }
|
|
inline void set_FilterTypeName_0(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
|
|
{
|
|
___FilterTypeName_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeName_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_1() { return static_cast<int32_t>(offsetof(Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_StaticFields, ___FilterTypeNameIgnoreCase_1)); }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * get_FilterTypeNameIgnoreCase_1() const { return ___FilterTypeNameIgnoreCase_1; }
|
|
inline TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 ** get_address_of_FilterTypeNameIgnoreCase_1() { return &___FilterTypeNameIgnoreCase_1; }
|
|
inline void set_FilterTypeNameIgnoreCase_1(TypeFilter_t30BB04A68BC9FB949345457F71A9648BDB67FF18 * value)
|
|
{
|
|
___FilterTypeNameIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterTypeNameIgnoreCase_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_pinvoke
|
|
{
|
|
intptr_t ____impl_2;
|
|
Assembly_t_marshaled_pinvoke* ___assembly_3;
|
|
char* ___fqname_4;
|
|
char* ___name_5;
|
|
char* ___scopename_6;
|
|
int32_t ___is_resource_7;
|
|
int32_t ___token_8;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.Module
|
|
struct Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7_marshaled_com
|
|
{
|
|
intptr_t ____impl_2;
|
|
Assembly_t_marshaled_com* ___assembly_3;
|
|
Il2CppChar* ___fqname_4;
|
|
Il2CppChar* ___name_5;
|
|
Il2CppChar* ___scopename_6;
|
|
int32_t ___is_resource_7;
|
|
int32_t ___token_8;
|
|
};
|
|
|
|
// System.Reflection.ParameterInfo
|
|
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Type System.Reflection.ParameterInfo::ClassImpl
|
|
Type_t * ___ClassImpl_0;
|
|
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
|
|
RuntimeObject * ___DefaultValueImpl_1;
|
|
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
|
|
MemberInfo_t * ___MemberImpl_2;
|
|
// System.String System.Reflection.ParameterInfo::NameImpl
|
|
String_t* ___NameImpl_3;
|
|
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
|
|
int32_t ___PositionImpl_4;
|
|
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
|
|
int32_t ___AttrsImpl_5;
|
|
// System.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs
|
|
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ClassImpl_0() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___ClassImpl_0)); }
|
|
inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; }
|
|
inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; }
|
|
inline void set_ClassImpl_0(Type_t * value)
|
|
{
|
|
___ClassImpl_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ClassImpl_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___DefaultValueImpl_1)); }
|
|
inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; }
|
|
inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; }
|
|
inline void set_DefaultValueImpl_1(RuntimeObject * value)
|
|
{
|
|
___DefaultValueImpl_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DefaultValueImpl_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MemberImpl_2() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___MemberImpl_2)); }
|
|
inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; }
|
|
inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; }
|
|
inline void set_MemberImpl_2(MemberInfo_t * value)
|
|
{
|
|
___MemberImpl_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MemberImpl_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_NameImpl_3() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___NameImpl_3)); }
|
|
inline String_t* get_NameImpl_3() const { return ___NameImpl_3; }
|
|
inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; }
|
|
inline void set_NameImpl_3(String_t* value)
|
|
{
|
|
___NameImpl_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___NameImpl_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_PositionImpl_4() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___PositionImpl_4)); }
|
|
inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; }
|
|
inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; }
|
|
inline void set_PositionImpl_4(int32_t value)
|
|
{
|
|
___PositionImpl_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___AttrsImpl_5)); }
|
|
inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; }
|
|
inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; }
|
|
inline void set_AttrsImpl_5(int32_t value)
|
|
{
|
|
___AttrsImpl_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_marshalAs_6() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); }
|
|
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; }
|
|
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; }
|
|
inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value)
|
|
{
|
|
___marshalAs_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
|
|
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke
|
|
{
|
|
Type_t * ___ClassImpl_0;
|
|
Il2CppIUnknown* ___DefaultValueImpl_1;
|
|
MemberInfo_t * ___MemberImpl_2;
|
|
char* ___NameImpl_3;
|
|
int32_t ___PositionImpl_4;
|
|
int32_t ___AttrsImpl_5;
|
|
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterInfo
|
|
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com
|
|
{
|
|
Type_t * ___ClassImpl_0;
|
|
Il2CppIUnknown* ___DefaultValueImpl_1;
|
|
MemberInfo_t * ___MemberImpl_2;
|
|
Il2CppChar* ___NameImpl_3;
|
|
int32_t ___PositionImpl_4;
|
|
int32_t ___AttrsImpl_5;
|
|
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
|
|
};
|
|
|
|
// System.Reflection.RuntimeAssembly
|
|
struct RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 : public Assembly_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.EventHandler
|
|
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ExecutionEngineException
|
|
struct ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.FormatException
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.IO.IOException
|
|
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.IO.IOException::_maybeFullPath
|
|
String_t* ____maybeFullPath_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<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.InvalidCastException
|
|
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.MemberAccessException
|
|
struct MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.MulticastNotSupportedException
|
|
struct MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 : 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.NullReferenceException
|
|
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Predicate`1<System.Type>
|
|
struct Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.AmbiguousMatchException
|
|
struct AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.TypeInfo
|
|
struct TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC : public Type_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Runtime.Serialization.SerializationException::_nullMessage
|
|
String_t* ____nullMessage_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__nullMessage_17() { return static_cast<int32_t>(offsetof(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_StaticFields, ____nullMessage_17)); }
|
|
inline String_t* get__nullMessage_17() const { return ____nullMessage_17; }
|
|
inline String_t** get_address_of__nullMessage_17() { return &____nullMessage_17; }
|
|
inline void set__nullMessage_17(String_t* value)
|
|
{
|
|
____nullMessage_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____nullMessage_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// 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.TypeLoadException
|
|
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.TypeLoadException::ClassName
|
|
String_t* ___ClassName_17;
|
|
// System.String System.TypeLoadException::AssemblyName
|
|
String_t* ___AssemblyName_18;
|
|
// System.String System.TypeLoadException::MessageArg
|
|
String_t* ___MessageArg_19;
|
|
// System.Int32 System.TypeLoadException::ResourceId
|
|
int32_t ___ResourceId_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
|
|
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
|
|
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
|
|
inline void set_ClassName_17(String_t* value)
|
|
{
|
|
___ClassName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
|
|
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
|
|
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
|
|
inline void set_AssemblyName_18(String_t* value)
|
|
{
|
|
___AssemblyName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
|
|
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
|
|
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
|
|
inline void set_MessageArg_19(String_t* value)
|
|
{
|
|
___MessageArg_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MessageArg_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
|
|
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
|
|
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
|
|
inline void set_ResourceId_20(int32_t value)
|
|
{
|
|
___ResourceId_20 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// 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.DivideByZeroException
|
|
struct DivideByZeroException_tD233835DD9A31EE4E64DD93F2D6143646CFD3FBC : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.DllNotFoundException
|
|
struct DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76 : public TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.EntryPointNotFoundException
|
|
struct EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 : public TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.FieldAccessException
|
|
struct FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Globalization.CultureNotFoundException
|
|
struct CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|
{
|
|
public:
|
|
// System.String System.Globalization.CultureNotFoundException::m_invalidCultureName
|
|
String_t* ___m_invalidCultureName_18;
|
|
// System.Nullable`1<System.Int32> System.Globalization.CultureNotFoundException::m_invalidCultureId
|
|
Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB ___m_invalidCultureId_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_invalidCultureName_18() { return static_cast<int32_t>(offsetof(CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201, ___m_invalidCultureName_18)); }
|
|
inline String_t* get_m_invalidCultureName_18() const { return ___m_invalidCultureName_18; }
|
|
inline String_t** get_address_of_m_invalidCultureName_18() { return &___m_invalidCultureName_18; }
|
|
inline void set_m_invalidCultureName_18(String_t* value)
|
|
{
|
|
___m_invalidCultureName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_invalidCultureName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_invalidCultureId_19() { return static_cast<int32_t>(offsetof(CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201, ___m_invalidCultureId_19)); }
|
|
inline Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB get_m_invalidCultureId_19() const { return ___m_invalidCultureId_19; }
|
|
inline Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB * get_address_of_m_invalidCultureId_19() { return &___m_invalidCultureId_19; }
|
|
inline void set_m_invalidCultureId_19(Nullable_1_t0D03270832B3FFDDC0E7C2D89D4A0EA25376A1EB value)
|
|
{
|
|
___m_invalidCultureId_19 = 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.MissingMemberException
|
|
struct MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD : public MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0
|
|
{
|
|
public:
|
|
// System.String System.MissingMemberException::ClassName
|
|
String_t* ___ClassName_17;
|
|
// System.String System.MissingMemberException::MemberName
|
|
String_t* ___MemberName_18;
|
|
// System.Byte[] System.MissingMemberException::Signature
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Signature_19;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___ClassName_17)); }
|
|
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
|
|
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
|
|
inline void set_ClassName_17(String_t* value)
|
|
{
|
|
___ClassName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ClassName_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MemberName_18() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___MemberName_18)); }
|
|
inline String_t* get_MemberName_18() const { return ___MemberName_18; }
|
|
inline String_t** get_address_of_MemberName_18() { return &___MemberName_18; }
|
|
inline void set_MemberName_18(String_t* value)
|
|
{
|
|
___MemberName_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___MemberName_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Signature_19() { return static_cast<int32_t>(offsetof(MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD, ___Signature_19)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Signature_19() const { return ___Signature_19; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Signature_19() { return &___Signature_19; }
|
|
inline void set_Signature_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___Signature_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Signature_19), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.RuntimeType
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F : public TypeInfo_t9D6F65801A41B97F36138B15FD270A1550DBB3FC
|
|
{
|
|
public:
|
|
// System.MonoTypeInfo System.RuntimeType::type_info
|
|
MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * ___type_info_26;
|
|
// System.Object System.RuntimeType::GenericCache
|
|
RuntimeObject * ___GenericCache_27;
|
|
// System.Reflection.RuntimeConstructorInfo System.RuntimeType::m_serializationCtor
|
|
RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * ___m_serializationCtor_28;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_info_26() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___type_info_26)); }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * get_type_info_26() const { return ___type_info_26; }
|
|
inline MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D ** get_address_of_type_info_26() { return &___type_info_26; }
|
|
inline void set_type_info_26(MonoTypeInfo_t9A65BA5324D14FDFEB7644EEE6E1BDF74B8A393D * value)
|
|
{
|
|
___type_info_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___type_info_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_GenericCache_27() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___GenericCache_27)); }
|
|
inline RuntimeObject * get_GenericCache_27() const { return ___GenericCache_27; }
|
|
inline RuntimeObject ** get_address_of_GenericCache_27() { return &___GenericCache_27; }
|
|
inline void set_GenericCache_27(RuntimeObject * value)
|
|
{
|
|
___GenericCache_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___GenericCache_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_serializationCtor_28() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F, ___m_serializationCtor_28)); }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * get_m_serializationCtor_28() const { return ___m_serializationCtor_28; }
|
|
inline RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D ** get_address_of_m_serializationCtor_28() { return &___m_serializationCtor_28; }
|
|
inline void set_m_serializationCtor_28(RuntimeConstructorInfo_tF21A59967629968D0BE5D0DAF677662824E9629D * value)
|
|
{
|
|
___m_serializationCtor_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_serializationCtor_28), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields
|
|
{
|
|
public:
|
|
// System.RuntimeType System.RuntimeType::ValueType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ValueType_10;
|
|
// System.RuntimeType System.RuntimeType::EnumType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___EnumType_11;
|
|
// System.RuntimeType System.RuntimeType::ObjectType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___ObjectType_12;
|
|
// System.RuntimeType System.RuntimeType::StringType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___StringType_13;
|
|
// System.RuntimeType System.RuntimeType::DelegateType
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___DelegateType_14;
|
|
// System.Type[] System.RuntimeType::s_SICtorParamTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___s_SICtorParamTypes_15;
|
|
// System.RuntimeType System.RuntimeType::s_typedRef
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___s_typedRef_25;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ValueType_10() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ValueType_10)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ValueType_10() const { return ___ValueType_10; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ValueType_10() { return &___ValueType_10; }
|
|
inline void set_ValueType_10(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ValueType_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ValueType_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EnumType_11() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___EnumType_11)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_EnumType_11() const { return ___EnumType_11; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_EnumType_11() { return &___EnumType_11; }
|
|
inline void set_EnumType_11(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___EnumType_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EnumType_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_ObjectType_12() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___ObjectType_12)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_ObjectType_12() const { return ___ObjectType_12; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_ObjectType_12() { return &___ObjectType_12; }
|
|
inline void set_ObjectType_12(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___ObjectType_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_StringType_13() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___StringType_13)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_StringType_13() const { return ___StringType_13; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_StringType_13() { return &___StringType_13; }
|
|
inline void set_StringType_13(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___StringType_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___StringType_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DelegateType_14() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___DelegateType_14)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_DelegateType_14() const { return ___DelegateType_14; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_DelegateType_14() { return &___DelegateType_14; }
|
|
inline void set_DelegateType_14(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___DelegateType_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DelegateType_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SICtorParamTypes_15() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_SICtorParamTypes_15)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_s_SICtorParamTypes_15() const { return ___s_SICtorParamTypes_15; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_s_SICtorParamTypes_15() { return &___s_SICtorParamTypes_15; }
|
|
inline void set_s_SICtorParamTypes_15(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___s_SICtorParamTypes_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_SICtorParamTypes_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_typedRef_25() { return static_cast<int32_t>(offsetof(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_StaticFields, ___s_typedRef_25)); }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * get_s_typedRef_25() const { return ___s_typedRef_25; }
|
|
inline RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F ** get_address_of_s_typedRef_25() { return &___s_typedRef_25; }
|
|
inline void set_s_typedRef_25(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * value)
|
|
{
|
|
___s_typedRef_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_typedRef_25), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.MissingFieldException
|
|
struct MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.MissingMethodException
|
|
struct MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 : public MissingMemberException_t165349A7E04FC51DAA5C2251C6DCDD2DD60255DD
|
|
{
|
|
public:
|
|
// System.String System.MissingMethodException::signature
|
|
String_t* ___signature_20;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_signature_20() { return static_cast<int32_t>(offsetof(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498, ___signature_20)); }
|
|
inline String_t* get_signature_20() const { return ___signature_20; }
|
|
inline String_t** get_address_of_signature_20() { return &___signature_20; }
|
|
inline void set_signature_20(String_t* value)
|
|
{
|
|
___signature_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___signature_20), (void*)value);
|
|
}
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Reflection.MethodBase[]
|
|
struct MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) MethodBase_t * m_Items[1];
|
|
|
|
public:
|
|
inline MethodBase_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MethodBase_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, MethodBase_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E m_Items[1];
|
|
|
|
public:
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t7BEFF7C52C8D7CD73D787BDAE6A1A50196204E3E value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
};
|
|
// 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.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
public:
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[][]
|
|
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* m_Items[1];
|
|
|
|
public:
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** 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, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Type_t * m_Items[1];
|
|
|
|
public:
|
|
inline Type_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.ParameterInfo[]
|
|
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1];
|
|
|
|
public:
|
|
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.FieldInfo[]
|
|
struct FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) FieldInfo_t * m_Items[1];
|
|
|
|
public:
|
|
inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FieldInfo_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, FieldInfo_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.PropertyInfo[]
|
|
struct PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) PropertyInfo_t * m_Items[1];
|
|
|
|
public:
|
|
inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline PropertyInfo_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, PropertyInfo_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) bool m_Items[1];
|
|
|
|
public:
|
|
inline bool GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline bool* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, bool value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Diagnostics.StackFrame[]
|
|
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * m_Items[1];
|
|
|
|
public:
|
|
inline StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 ** 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, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * m_Items[1];
|
|
|
|
public:
|
|
inline StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 ** 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, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.MethodInfo[]
|
|
struct MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) MethodInfo_t * m_Items[1];
|
|
|
|
public:
|
|
inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MethodInfo_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, MethodInfo_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((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.UInt64[]
|
|
struct UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint64_t m_Items[1];
|
|
|
|
public:
|
|
inline uint64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.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.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) intptr_t m_Items[1];
|
|
|
|
public:
|
|
inline intptr_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline intptr_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, intptr_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Runtime.CompilerServices.Ephemeron[]
|
|
struct EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA m_Items[1];
|
|
|
|
public:
|
|
inline Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA * 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, Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Ephemeron_t6F0B12401657FF132AB44052E5BCD06D358FF1BA value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) uint16_t m_Items[1];
|
|
|
|
public:
|
|
inline uint16_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Globalization.InternalCodePageDataItem[]
|
|
struct InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 m_Items[1];
|
|
|
|
public:
|
|
inline InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 * 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, InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Names_3), (void*)NULL);
|
|
}
|
|
inline InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 * GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InternalCodePageDataItem_t34EE39DE4A481B875348BB9BC6751E2A109AD0D4 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Names_3), (void*)NULL);
|
|
}
|
|
};
|
|
// System.Globalization.CalendarData[]
|
|
struct CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * m_Items[1];
|
|
|
|
public:
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E ** 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, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Globalization.CultureInfo[]
|
|
struct CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * m_Items[1];
|
|
|
|
public:
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** 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, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
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);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke_back(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke_cleanup(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com_back(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled);
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com_cleanup(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke_back(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke_cleanup(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke_back(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke_cleanup(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com_back(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled);
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com_cleanup(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com_back(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled);
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com_cleanup(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled);
|
|
|
|
// System.Void System.Predicate`1<System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared (Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
|
|
// System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Object>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_gshared (RuntimeObject* ___collection0, Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___predicate1, const RuntimeMethod* method);
|
|
// System.Void System.Array::Resize<System.Object>(T[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___array0, int32_t ___newSize1, 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);
|
|
// 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.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C_gshared (const RuntimeMethod* method);
|
|
// System.Void System.Array::Sort<System.UInt64,System.Object>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisRuntimeObject_m576D13AEC7245A3AD8E7A5BF192F68C522E5CB85_gshared (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___keys0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___items1, RuntimeObject* ___comparer2, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m76CDCB0C7BECE95DBA94C7C98467F297E4451EE7_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, 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.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.Object System.Array::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DefaultBinder::CreateParamOrder(System.Int32[],System.Reflection.ParameterInfo[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CreateParamOrder_mCCF4FBB021E6F5DD89AD15232BB4147393246D28 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder0, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___pars1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names2, 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.Boolean System.Reflection.MethodBase::op_Equality(System.Reflection.MethodBase,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE (Type_t * __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_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsByRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8 (Type_t * __this, 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.Boolean System.Type::get_IsPrimitive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.DefaultBinder::CanConvertPrimitiveObjectToType(System.Object,System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037 (RuntimeObject * ___source0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type1, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsCOMObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsCOMObject_m8A4083D3B8D11015F554755827249ABE5E996381 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.MissingMethodException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9 (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.DefaultBinder/BinderState::.ctor(System.Int32[],System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinderState__ctor_mE630BB1CD973FB5D63907C381649955DFD041953 (BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___argsMap0, int32_t ___originalSize1, bool ___isParamArray2, const RuntimeMethod* method);
|
|
// System.Void System.DefaultBinder::ReorderParams(System.Int32[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___vars1, const RuntimeMethod* method);
|
|
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
|
|
// System.Array System.Array::UnsafeCreateInstance(System.Type,System.Int32[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B (Type_t * ___elementType0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengths1, const RuntimeMethod* method);
|
|
// System.Void System.Array::SetValue(System.Object,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificMethod(System.Reflection.MethodBase,System.Int32[],System.Type,System.Reflection.MethodBase,System.Int32[],System.Type,System.Type[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificMethod_mA01D30FF6D04C4E044E64E7153F54E1A909D99F4 (MethodBase_t * ___m10, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder11, Type_t * ___paramArrayType12, MethodBase_t * ___m23, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder24, Type_t * ___paramArrayType25, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types6, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args7, const RuntimeMethod* method);
|
|
// System.Void System.Reflection.AmbiguousMatchException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006 (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * __this, String_t* ___message0, 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.Boolean System.Type::get_IsClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsClass_m760C57B1D66D7CBF284495764BB7EFC6E7D74B0F (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.MissingFieldException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MissingFieldException__ctor_mC6E169055FBC76AE0C760DD5B47433E7039B5100 (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificField(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificField_mE1F1A7614D5F22D24D965F1EFC9392C2C2015BD6 (FieldInfo_t * ___cur10, FieldInfo_t * ___cur21, const RuntimeMethod* method);
|
|
// System.Boolean System.DefaultBinder::CanConvertPrimitive(System.RuntimeType,System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___source0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method);
|
|
// System.Void System.Predicate`1<System.Type>::.ctor(System.Object,System.IntPtr)
|
|
inline void Predicate_1__ctor_m7C925FFF096E13DDDB3270752EB85316849901C1 (Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_mBC07C59B061E1B719FFE2B6E5541E9011D906C3C_gshared)(__this, ___object0, ___method1, method);
|
|
}
|
|
// System.Boolean System.Diagnostics.Contracts.Contract::ForAll<System.Type>(System.Collections.Generic.IEnumerable`1<T>,System.Predicate`1<T>)
|
|
inline bool Contract_ForAll_TisType_t_m92ADDB04B2359A20467EFB9306995973FFEF64FB (RuntimeObject* ___collection0, Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * ___predicate1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 *, const RuntimeMethod*))Contract_ForAll_TisRuntimeObject_mBF4C0003DFCCE261B152BAC8CF5A4A9BC25B071D_gshared)(___collection0, ___predicate1, method);
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificType(System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E (Type_t * ___c10, Type_t * ___c21, Type_t * ___t2, const RuntimeMethod* method);
|
|
// System.Int32 System.DefaultBinder::FindMostSpecific(System.Reflection.ParameterInfo[],System.Int32[],System.Type,System.Reflection.ParameterInfo[],System.Int32[],System.Type,System.Type[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3 (ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p10, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder11, Type_t * ___paramArrayType12, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p23, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder24, Type_t * ___paramArrayType25, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types6, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args7, const RuntimeMethod* method);
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificProperty(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificProperty_mD52246E28A4CD12B49B96E7D5B0F71B5D9E168E0 (PropertyInfo_t * ___cur10, PropertyInfo_t * ___cur21, 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.Reflection.MethodBase System.DefaultBinder::FindMostDerivedNewSlotMeth(System.Reflection.MethodBase[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, int32_t ___cMatches1, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.PropertyInfo::op_Inequality(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782 (PropertyInfo_t * ___left0, PropertyInfo_t * ___right1, const RuntimeMethod* method);
|
|
// System.Boolean System.DefaultBinder::CompareMethodSigAndName(System.Reflection.MethodBase,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6 (MethodBase_t * ___m10, MethodBase_t * ___m21, const RuntimeMethod* method);
|
|
// System.Int32 System.DefaultBinder::GetHierarchyDepth(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7 (Type_t * ___t0, 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.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.TypeCode System.Type::GetTypeCode(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F (Type_t * ___type0, const RuntimeMethod* method);
|
|
// System.Boolean System.RuntimeType::op_Equality(System.RuntimeType,System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___left0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___right1, const RuntimeMethod* method);
|
|
// System.Void System.Reflection.Binder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Binder__ctor_m64E1D14D089E10DB9DAD79A4DC5873472008E99E (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * __this, const RuntimeMethod* method);
|
|
// System.Void System.DefaultBinder/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mADCB9EEDA9DD9D322003B82958B83191EB111BB9 (U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Type::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8 (Type_t * __this, const RuntimeMethod* method);
|
|
// System.Type System.Enum::GetUnderlyingType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1 (Type_t * ___enumType0, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, bool ___allowClosed4, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, 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.Reflection.MethodInfo System.Type::GetMethod(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_mB8368D44E32C205D279BA3BB9E6FE1D09D45A6DE (Type_t * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Boolean System.Delegate::return_type_match(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7 (Type_t * ___delReturnType0, Type_t * ___returnType1, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.MethodBase::get_IsStatic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5 (MethodBase_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.DelegateData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateData__ctor_m34CC54FFEAC50658E253823278ED747C67113F36 (DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Delegate::arg_type_match_this(System.Type,System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180 (Type_t * ___delArgType0, Type_t * ___argType1, bool ___boxedThis2, const RuntimeMethod* method);
|
|
// System.Boolean System.Delegate::arg_type_match(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712 (Type_t * ___delArgType0, Type_t * ___argType1, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate_internal(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA (Type_t * ___type0, RuntimeObject * ___target1, MethodInfo_t * ___info2, bool ___throwOnBindFailure3, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mE557F660AC9677F2754EB301CAA37C0B841BE3DE (Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m8D980DF3733FBE0A9C9A504F7B47A62CFD863ED2 (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, const RuntimeMethod* method);
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___binder2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, 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.Reflection.MethodInfo System.Delegate::GetCandidateMethod(System.Type,System.Type,System.String,System.Reflection.BindingFlags,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, int32_t ___bflags3, bool ___ignoreCase4, bool ___throwOnBindFailure5, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method);
|
|
// System.Reflection.MethodInfo System.Delegate::get_Method()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method);
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5 (Type_t * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, const RuntimeMethod* method);
|
|
// System.Void System.Delegate::InitializeDelegateData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Delegate_InitializeDelegateData_m31C7B4A5D35BD8544E6055BF1EACC59BD45C28CC (Delegate_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.Array::Resize<System.Object>(T[]&,System.Int32)
|
|
inline void Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___array0, int32_t ___newSize1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_gshared)(___array0, ___newSize1, method);
|
|
}
|
|
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674 (MethodBase_t * __this, RuntimeObject * ___obj0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___parameters1, const RuntimeMethod* method);
|
|
// System.Object System.Object::MemberwiseClone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::GetHashCode(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B (RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
|
|
// System.Void System.RuntimeMethodHandle::.ctor(System.IntPtr)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method);
|
|
// System.Reflection.MethodBase System.Reflection.MethodBase::GetMethodFromHandleNoGenericCheck(System.RuntimeMethodHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * MethodBase_GetMethodFromHandleNoGenericCheck_m9164B80E67B5B0E8AB9A28ACDD6BDEEB04BA088C (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F ___handle0, const RuntimeMethod* method);
|
|
// System.Reflection.MethodInfo System.Delegate::GetVirtualMethod_internal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetVirtualMethod_internal_mF56DB1EB10AC1B065C448566FC43192D33ADC807 (Delegate_t * __this, const RuntimeMethod* method);
|
|
// System.Void System.DelegateSerializationHolder::GetDelegateData(System.Delegate,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetDelegateData_mD1A0A7AD011CB985809BF8CB0DEE96893CF3DF45 (Delegate_t * ___instance0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx2, 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.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
|
|
// System.Void System.MulticastNotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulticastNotSupportedException__ctor_m9B26D80EE301004DB6AD6753C997AA2723092B65 (MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Delegate::op_Inequality(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Inequality_mFFED0C38DA4EB6066074FE8DC22157EC578B9200 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method);
|
|
// System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Equality_mA284A7AE475923DEF99D823E549C41D2CB8351A8 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method);
|
|
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
|
|
// System.Delegate System.DelegateSerializationHolder/DelegateEntry::DeserializeDelegate(System.Runtime.Serialization.SerializationInfo,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981 (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::Combine(System.Delegate[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m50358480F4BC758A6C81AE7CE79C5933F32E8333 (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates0, const RuntimeMethod* method);
|
|
// System.Object System.Delegate::get_Target()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.Void System.DelegateSerializationHolder/DelegateEntry::.ctor(System.Delegate,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateEntry__ctor_m4990C1E116E642DBB6497941533EC6D49315CBE0 (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * __this, Delegate_t * ___del0, String_t* ___targetLabel1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, 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.Object System.Runtime.Serialization.SerializationInfo::GetValueNoThrow(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
|
|
// System.Reflection.Assembly System.Reflection.Assembly::Load(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Assembly_t * Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55 (String_t* ___assemblyString0, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m4253D7A2CCC460ECED3607B1BC90F168AB030D08 (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, const RuntimeMethod* method);
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mAB3EE3462D0DC30F88345EB9752EBD9293AC1E44 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, const RuntimeMethod* method);
|
|
// System.Void System.Attribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Diagnostics.Debugger::IsAttached_internal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_IsAttached_internal_mD97FD654F4BB93CD312556BCC1712138D40D21F7 (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.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31 (int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, 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.String Locale::GetText(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, 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.Diagnostics.StackFrame::GetSecureFileName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
|
|
// System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method);
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::.ctor()
|
|
inline void List_1__ctor_mBD603B179AAF76B8DD64EAF37E01A081137C5611 (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::Add(T)
|
|
inline void List_1_Add_mFD601AEE1C09F0F86AC5DB20033B0B696256C29D (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * __this, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * ___item0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 *, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
|
|
}
|
|
// System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackFrame__ctor_m7DCC1C2335E1386E6FAD5E5ACEB2330441302BCD (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.MethodBase::op_Inequality(System.Reflection.MethodBase,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7 (MethodBase_t * ___left0, MethodBase_t * ___right1, const RuntimeMethod* method);
|
|
// T[] System.Collections.Generic.List`1<System.Diagnostics.StackFrame>::ToArray()
|
|
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* List_1_ToArray_mC0B85B3BC963ECC529031D74E27CAE858B2BF49D (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* (*) (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method);
|
|
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* StackTrace_get_trace_m597A54FDD1AEA259BA205475F06DF9B07F645C47 (Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method);
|
|
// System.String System.Reflection.Assembly::GetAotId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Assembly_GetAotId_m1CA76E23E2A94DA172082D67B0365A653B83DC0A (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.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.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
|
|
// System.String System.Diagnostics.StackFrame::GetInternalMethodName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m2690896FB6563D59491447D1B5377195E88A2018_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method);
|
|
// System.Int64 System.Diagnostics.StackFrame::GetMethodAddress()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m8516C2832DE41C888861EE98AEA341287BC07A27_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
|
|
// System.Void System.Diagnostics.StackTrace::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace_GetFullNameForStackTrace_m8681E3272F66FE4BE04D35F49B0C2C4474F4EC56 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, const RuntimeMethod* method);
|
|
// System.UInt32 System.Diagnostics.StackFrame::GetMethodIndex()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_mC1E293B5EF859BA0424EF76F84659A06201E84B2_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, 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.Diagnostics.StackTrace::GetAotId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_GetAotId_m1C3F23FF69F608186FD0092C457A257991F56D2D (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.Boolean System.Diagnostics.StackTrace::AddFrames(System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
|
|
// System.Void System.ArithmeticException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_mAE18F94959F9827DEA553C7C2F3C5568BEC81CCF (ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 * __this, String_t* ___message0, 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.ArithmeticException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_mE39E53B845DB39374DFC9B613B87342A4D05C672 (ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Void System.TypeLoadException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.TypeLoadException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeLoadException__ctor_m7D81F0BF798D436FF6ECF3F4B48F206DB8AB1293 (TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::IsNaN(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3 (double ___d0, const RuntimeMethod* method);
|
|
// System.Int32 System.Double::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5 (double* __this, RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Double::CompareTo(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1 (double* __this, double ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::Equals(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472 (double* __this, double ___obj0, const RuntimeMethod* method);
|
|
// System.Int32 System.Int64::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mB5F9D4E16AFBD7C3932709B38AD8C8BF920CC0A4 (int64_t* __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Double::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292 (double* __this, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method);
|
|
// System.String System.Number::FormatDouble(System.Double,System.String,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2 (double ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
|
|
// System.String System.Double::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF (double* __this, const RuntimeMethod* method);
|
|
// System.String System.Double::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F (double* __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
|
|
// System.String System.Double::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mBDC030ABB6F09ED7233866009CE02784B1692BC9 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String System.Double::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m6CDDAF2DCACA8C26336176A005D7A2C8032210AF (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07 (int32_t ___style0, const RuntimeMethod* method);
|
|
// System.Double System.Number::ParseDouble(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672 (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mB5F22A90A02E9B8E4303EF6F7657A73A2402A37D (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, double* ___result3, const RuntimeMethod* method);
|
|
// System.Boolean System.Number::TryParseDouble(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Number_TryParseDouble_m42120E69C4182E443BDD9BC6DAF481DCBE9E610B (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, double* ___result3, const RuntimeMethod* method);
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.NumberFormatInfo::get_PositiveInfinitySymbol()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.NumberFormatInfo::get_NegativeInfinitySymbol()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.NumberFormatInfo::get_NaNSymbol()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
|
|
// System.TypeCode System.Double::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetTypeCode_mEDD856E79AFA5648A5F5ABD8B32EE88E640B8FA3 (double* __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Convert::ToBoolean(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m23B521E072296AA7D4F9FA80D35E27C306B5ABDF (double ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetResourceString(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
|
|
// System.Void System.InvalidCastException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.SByte System.Convert::ToSByte(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5 (double ___value0, const RuntimeMethod* method);
|
|
// System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Byte System.Convert::ToByte(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C (double ___value0, const RuntimeMethod* method);
|
|
// System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int16 System.Convert::ToInt16(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC (double ___value0, const RuntimeMethod* method);
|
|
// System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Convert::ToUInt16(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5 (double ___value0, const RuntimeMethod* method);
|
|
// System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C (double ___value0, const RuntimeMethod* method);
|
|
// System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt32 System.Convert::ToUInt32(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF (double ___value0, const RuntimeMethod* method);
|
|
// System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Int64 System.Convert::ToInt64(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D (double ___value0, const RuntimeMethod* method);
|
|
// System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.UInt64 System.Convert::ToUInt64(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232 (double ___value0, const RuntimeMethod* method);
|
|
// System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Single System.Convert::ToSingle(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mDADB8C1C52121EE8B0040D4E5FC7CFD2CFAD8B80 (double ___value0, const RuntimeMethod* method);
|
|
// System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_mD5A55AC211814A338B9B78AEB30C654CD9FE9B12 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Decimal System.Convert::ToDecimal(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mF93A2E5C1006C59187BA8F1F17E66CEC2D8F7FCE (double ___value0, const RuntimeMethod* method);
|
|
// System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
|
|
// System.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17 (double* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Double System.BitConverter::Int64BitsToDouble(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BitConverter_Int64BitsToDouble_m9BCBEBF8C6E35A37E6A233B11F97164D9F0BF694 (int64_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.UnitySerializationHolder::GetUnitySerializationInfo(System.Runtime.Serialization.SerializationInfo,System.Int32,System.String,System.Reflection.RuntimeAssembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___unityType1, String_t* ___data2, RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 * ___assembly3, const RuntimeMethod* method);
|
|
// System.Void System.Empty::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Empty__ctor_m23D1BFDB32C4D61606BF357FD0322407A0F7B997 (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Enum::GetEnumValuesAndNames(System.RuntimeType,System.UInt64[]&,System.String[]&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_GetEnumValuesAndNames_m1DE3CB2A67168F041F94B867603001FA33DE19BB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** ___values1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___names2, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Comparer`1<T> System.Collections.Generic.Comparer`1<System.UInt64>::get_Default()
|
|
inline Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C (const RuntimeMethod* method)
|
|
{
|
|
return (( Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * (*) (const RuntimeMethod*))Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C_gshared)(method);
|
|
}
|
|
// System.Void System.Array::Sort<System.UInt64,System.String>(TKey[],TValue[],System.Collections.Generic.IComparer`1<TKey>)
|
|
inline void Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisString_t_mD72A29E49E470E40B0AF25859927BAEE4A19004A (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___keys0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___items1, RuntimeObject* ___comparer2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisRuntimeObject_m576D13AEC7245A3AD8E7A5BF192F68C522E5CB85_gshared)(___keys0, ___items1, ___comparer2, method);
|
|
}
|
|
// System.Void System.Enum/ValuesAndNames::.ctor(System.UInt64[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesAndNames__ctor_mB8D86E5162F53D54672653DDE596C5FEBD9B3D7F (ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * __this, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___values0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method);
|
|
// System.TypeCode System.Convert::GetTypeCode(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Byte System.Convert::ToByte(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m2F75DB84C61D7D1D64393FD5756A9C9DE04FF716 (bool ___value0, const RuntimeMethod* method);
|
|
// System.String System.UInt16::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.String System.UInt32::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.String System.UInt64::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.String System.Enum::GetName(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.String System.Enum::InternalFlagsFormat(System.RuntimeType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___eT0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.UInt64 System.Enum::ToUInt64(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5 (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.Enum/ValuesAndNames System.Enum::GetCachedValuesAndNames(System.RuntimeType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, bool ___getNames1, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C (StringBuilder_t * __this, int32_t ___index0, String_t* ___value1, 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.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method);
|
|
// System.Void System.Enum/EnumResult::Init(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, bool ___canMethodThrow0, const RuntimeMethod* method);
|
|
// System.Boolean System.Enum::TryParseEnum(System.Type,System.String,System.Boolean,System.Enum/EnumResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * ___parseResult3, const RuntimeMethod* method);
|
|
// System.Exception System.Enum/EnumResult::GetEnumParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, const RuntimeMethod* method);
|
|
// System.Void System.Enum/EnumResult::SetFailure(System.Enum/ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, int32_t ___failure0, String_t* ___failureParameter1, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.Void System.Enum/EnumResult::SetFailure(System.Enum/ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926 (RuntimeObject * ___value0, Type_t * ___conversionType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Enum/EnumResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, Exception_t * ___unhandledException0, const RuntimeMethod* method);
|
|
// System.String[] System.String::Split(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05 (Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F (Type_t * ___enumType0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B (Type_t * ___enumType0, int8_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF (Type_t * ___enumType0, int16_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2 (Type_t * ___enumType0, int64_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7 (Type_t * ___enumType0, uint32_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6 (Type_t * ___enumType0, uint8_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971 (Type_t * ___enumType0, uint16_t ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A (Type_t * ___enumType0, Il2CppChar ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::ToObject(System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15 (Type_t * ___enumType0, bool ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::GetValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A (RuntimeObject * __this, 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.Enum::InternalFormattedHexString(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF (RuntimeObject * ___value0, const RuntimeMethod* method);
|
|
// System.String System.Enum::InternalFormat(System.RuntimeType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___eT0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_value_mDC122E270C1A2937603D2A196C319A148C02A0B4 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.ValueType::DefaultEquals(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueType_DefaultEquals_m139582CD1BAD7472B45D806F76E4E14E82E629DB (RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method);
|
|
// System.Int32 System.Enum::get_hashcode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_get_hashcode_mA42CD9ED05E0F9B2E029B7215A4F5EF879376853 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.String System.Enum::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method);
|
|
// System.Void System.NullReferenceException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Enum::InternalCompareTo(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_InternalCompareTo_m3EBB69A78DA374BF88E9393542454A8DB9FEC73A (RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method);
|
|
// System.Boolean System.Enum::InternalHasFlag(System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_InternalHasFlag_m5627C673BA35A21042A182FA0F6465DC35FC292D (RuntimeObject * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___flags0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
|
|
// System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Char System.Convert::ToChar(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|
// System.Object System.Enum::InternalBoxEnum(System.RuntimeType,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, int64_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.ValueType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueType__ctor_m091BDF02E011A41101A74AABB803417EE40CA5B7 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
|
|
// System.String System.Int32::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
|
|
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method);
|
|
// System.Int32 System.Threading.Thread::get_ManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetNewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetNewLine_m06F2388258016A6A3E6823FFC11E249F9D628254 (const RuntimeMethod* method);
|
|
// System.String System.Environment::GetOSVersionString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetOSVersionString_m8ECDAFD7F8071A970ACA14732006C7BA71E2F46C (const RuntimeMethod* method);
|
|
// System.Version System.Environment::CreateVersionFromString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * Environment_CreateVersionFromString_mCDE19D44ACAB5C81224AC4F35FDA0F51140A8318 (String_t* ___info0, const RuntimeMethod* method);
|
|
// System.PlatformID System.Environment::get_Platform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C (const RuntimeMethod* method);
|
|
// System.Void System.OperatingSystem::.ctor(System.PlatformID,System.Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, int32_t ___platform0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version1, const RuntimeMethod* method);
|
|
// System.Void System.Version::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_mFA5AABF2294D59FA7B3F32BB48CB238BCACBDF80 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, int32_t ___major0, int32_t ___minor1, int32_t ___build2, int32_t ___revision3, const RuntimeMethod* method);
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mC06D6ED2D5E080D5B9D31E7B595D8A7F0675F504 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method);
|
|
// System.String System.Environment::get_MachineName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_MachineName_m0300D26C1A5348D90800793717D33B1F629AF10D (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.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.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetEnvironmentVariable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
|
|
// System.Boolean System.Environment::get_IsRunningOnWindows()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D (const RuntimeMethod* method);
|
|
// System.Collections.Hashtable System.Environment::GetEnvironmentVariablesNoCase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Environment_GetEnvironmentVariablesNoCase_m96643C3EE79581997F046EE52069B19E8369D63E (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);
|
|
// Mono.SafeStringMarshal Mono.RuntimeMarshal::MarshalString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F RuntimeMarshal_MarshalString_m8A782D398D13D0865FFE9B3396966ED903180A1F (String_t* ___str0, const RuntimeMethod* method);
|
|
// System.IntPtr Mono.SafeStringMarshal::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::internalGetEnvironmentVariable_native(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_native_m7B353C5EFFF5E3740E0D343A0435E503BB694E74 (intptr_t ___variable0, const RuntimeMethod* method);
|
|
// System.Void Mono.SafeStringMarshal::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898 (SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F * __this, const RuntimeMethod* method);
|
|
// System.String System.Environment::internalGetEnvironmentVariable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972 (String_t* ___variable0, const RuntimeMethod* method);
|
|
// System.Collections.CaseInsensitiveHashCodeProvider System.Collections.CaseInsensitiveHashCodeProvider::get_Default()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * CaseInsensitiveHashCodeProvider_get_Default_mEB75D6529BEF600AEC8A3F848B9CAB5650C588B8 (const RuntimeMethod* method);
|
|
// System.Collections.CaseInsensitiveComparer System.Collections.CaseInsensitiveComparer::get_Default()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * CaseInsensitiveComparer_get_Default_m1E0D7C553D3E1A4E201C807116BDD551279306E9 (const RuntimeMethod* method);
|
|
// System.Void System.Collections.Hashtable::.ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mFC259F7B115F0D1AEDE934D8CF7F1288A10A1DFB (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, RuntimeObject* ___hcp0, RuntimeObject* ___comparer1, const RuntimeMethod* method);
|
|
// System.String[] System.Environment::GetEnvironmentVariableNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetEnvironmentVariableNames_mFDDA0116D39EBFC7C6985C7E09535E1B61F534FB (const RuntimeMethod* method);
|
|
// System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder,System.Environment/SpecialFolderOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m6E9EC33C813EC32EF22350270BCC8D8F59D972C5 (int32_t ___folder0, int32_t ___option1, 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.Environment::GetWindowsFolderPath(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetWindowsFolderPath_m1A2A85D251544A4A200BE075F72D45B1E2160726 (int32_t ___folder0, const RuntimeMethod* method);
|
|
// System.String System.Environment::UnixGetFolderPath(System.Environment/SpecialFolder,System.Environment/SpecialFolderOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B (int32_t ___folder0, int32_t ___option1, 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.String System.IO.Path::Combine(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, 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.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.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// System.String System.String::Trim(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::StartsWithOrdinalUnchecked(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.Environment::internalGetHome()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetHome_m4B03F6F0B0C466284C7F02AE967B1DE8AF811E8E (const RuntimeMethod* method);
|
|
// System.String System.Environment::ReadXdgUserDir(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613 (String_t* ___config_dir0, String_t* ___home_dir1, String_t* ___key2, String_t* ___fallback3, const RuntimeMethod* method);
|
|
// System.String System.IO.Path::Combine(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method);
|
|
// System.String[] System.Environment::GetLogicalDrivesInternal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetLogicalDrivesInternal_m29EDB54908F229095A9947748D7E9EA01B96FC9F (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.Void System.ExecutionEngineException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m920A0F10B7F5A314C49A9036028509ACB57C4F6D (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Int32 System.IntPtr::get_Size()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929 (const RuntimeMethod* method);
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, bool ___fNeedFileInfo0, const RuntimeMethod* method);
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method);
|
|
// System.String System.Diagnostics.StackTrace::ToString(System.Diagnostics.StackTrace/TraceFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_m1C8457C5B1405CB08B90BEC24F67D636EF5026A5 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___traceFormat0, const RuntimeMethod* method);
|
|
// System.Void System.EventArgs::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method);
|
|
// System.Void System.Exception::set_HResult(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SafeSerializationManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager__ctor_mB5F471396A3FDEB14E216389830B1589AFC4857A (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Exception::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81 (Exception_t * __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.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, 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.Void System.Runtime.Serialization.SerializationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1 (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::get_State()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, 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.String System.Exception::GetClassName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389 (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Exception::IsImmutableAgileException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Exception_IsImmutableAgileException_mA368FC5AFA9CA8F9FEF6FD62AEB2A43D943D67B3 (Exception_t * ___e0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.EmptyReadOnlyDictionaryInternal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyReadOnlyDictionaryInternal__ctor_mE41511FFA776DA880E85D5DB4E12AAAAC75827AE (EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.ListDictionaryInternal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListDictionaryInternal__ctor_m2C17E3B516DE566A8FEF18177FEADAEA975FC5E6 (ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC * __this, 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.Exception::GetStackTrace(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetStackTrace_m8FE5D5A0DDDC59C343C9A353824C54DFB6A182A0 (Exception_t * __this, bool ___needFileInfo0, const RuntimeMethod* method);
|
|
// System.String System.Exception::StripFileInfo(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_StripFileInfo_m39B49712FFB0D5BC37BFC2F3D076CA1585E760D1 (Exception_t * __this, String_t* ___stackTrace0, bool ___isRemoteStackTrace1, const RuntimeMethod* method);
|
|
// System.String System.Environment::GetStackTrace(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B (Exception_t * ___e0, bool ___needFileInfo1, const RuntimeMethod* method);
|
|
// System.String System.Reflection.AssemblyName::get_Name()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method);
|
|
// System.String System.Exception::ToString(System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72 (Exception_t * __this, bool ___needFileLineInfo0, bool ___needMessage1, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, 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.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Runtime.Serialization.SafeSerializationManager::get_IsActive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SafeSerializationManager_get_IsActive_m66AE1987E10E73E7CB019E3CE14D7FFD7856AD4B (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteSerialization(System.Object,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___serializedObject0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context2, const RuntimeMethod* method);
|
|
// System.Void System.Runtime.Serialization.SafeSerializationManager::CompleteDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1 (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * __this, RuntimeObject * ___deserializedObject0, const RuntimeMethod* method);
|
|
// System.Object System.Runtime.ExceptionServices.ExceptionDispatchInfo::get_BinaryStackTraceArray()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ExceptionDispatchInfo_get_BinaryStackTraceArray_mB03FCEE86CCD7523AF2856B74B8FD66936491701_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method);
|
|
// System.Void System.SystemException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.SystemException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
|
|
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Void System.MemberAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101 (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.MemberAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemberAccessException__ctor_m8D560A4375A75BBD6631BE42402BC4B41B8F7E5F (MemberAccessException_tDA869AFFB4FC1EA0EEF3143D85999710AC4774F0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
|
|
// System.Int32 System.GC::get_MaxGeneration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_get_MaxGeneration_m690A529E5E2B9E64B00B156DFC10090633B466AB (const RuntimeMethod* method);
|
|
// System.Void System.GC::InternalCollect(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_InternalCollect_mB583398715B329963DFE06AF42777BAE9DB5DCA4 (int32_t ___generation0, const RuntimeMethod* method);
|
|
// System.Int32 System.GC::GetCollectionCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_GetCollectionCount_m85A93F64232049FCE0A314C6B0EED1C50CB86376 (int32_t ___generation0, const RuntimeMethod* method);
|
|
// System.Int32 System.GC::GetMaxGeneration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_GetMaxGeneration_mF04A8A694F34D3E56FA641987AC82561B9BF5BAF (const RuntimeMethod* method);
|
|
// System.Void System.GC::_SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC__SuppressFinalize_mAEE97F4E88DFE238F79A9A05363D132B6DFEB6E8 (RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Void System.GC::_ReRegisterForFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC__ReRegisterForFinalize_m6CE21FC41C136709441FCA0BD23BF17135467CA6 (RuntimeObject * ___o0, const RuntimeMethod* method);
|
|
// System.Object System.GC::get_ephemeron_tombstone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GC_get_ephemeron_tombstone_m8311F5A5E44DB7E6DA454732E2A7C992A9E20CCC (const RuntimeMethod* method);
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
|
|
// System.Char System.Globalization.Bootstring::EncodeDigit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Bootstring_EncodeDigit_m4A96B8F55E28E62C89FD205738EB0381287B277C (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, int32_t ___d0, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.Bootstring::Adapt(System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bootstring_Adapt_mF5FCC8358A0EF65CE96231274AA1695DB22DB712 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, int32_t ___delta0, int32_t ___numPoints1, bool ___firstTime2, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.Bootstring::DecodeDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bootstring_DecodeDigit_mD9D0F2EAE2245ADD3622BCE52BAAF7AF745CBB47 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Insert(System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Insert_m5A00CEB69C56B823E3766C84114D8B8ACCFC67A1 (StringBuilder_t * __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.Calendar::SetReadOnlyState(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Calendar_SetReadOnlyState_m257219F0844460D6BBC3A13B3FD021204583FC2B_inline (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, bool ___readOnly0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.Calendar::get_IsReadOnly()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Calendar_get_IsReadOnly_m2F19E6FF651A9DACEF467F84D939AC00E08B6640_inline (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CalendarData System.Globalization.CalendarData::GetCalendarData(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * CalendarData_GetCalendarData_mDFCD051C21909262E525CC9E75728C83BD0E1904 (int32_t ___calendarId0, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CalendarData::nativeGetTwoDigitYearMax(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CalendarData_nativeGetTwoDigitYearMax_m5ECABEEAB85DF5A27EC509A90929CC193CACA2BB (int32_t ___calID0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CalendarData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__ctor_m4D3EEE01B5957453B137E5C01362BFBEF1737CE9 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CalendarData::nativeGetCalendarData(System.Globalization.CalendarData,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CalendarData_nativeGetCalendarData_mEE692F005182F8E6043F10AF19937603C7CD4C26 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * ___data0, String_t* ___localeName1, int32_t ___calendarId2, const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.CultureData::ReescapeWin32Strings(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_ReescapeWin32Strings_mD2273680DA4E34259B37E3C499E41CB72FBE9DCF (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureData::ReescapeWin32String(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_ReescapeWin32String_mB6D37FC2C76F8AD4A1ECD365C36F129309FF7ED0 (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.Void System.Globalization.CalendarData::InitializeEraNames(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData_InitializeEraNames_m46E606CC6E045A80DDFAD7CF084AE8821AA7F4D7 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CalendarData::InitializeAbbreviatedEraNames(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData_InitializeAbbreviatedEraNames_m800E5461A6FA3B0BDA0921C5DCA722C15DBE428B (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.JapaneseCalendar::EnglishEraNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* JapaneseCalendar_EnglishEraNames_m1D64240112FDE6C93450D1D136DD0B33FAFC78E1 (const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.JapaneseCalendar::EraNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* JapaneseCalendar_EraNames_mF5A93DD93CB95257E3245D333B117FD089EC88D9 (const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.JapaneseCalendar::AbbrevEraNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* JapaneseCalendar_AbbrevEraNames_m8F768E0E6C938DBB7657E0EE388A6EA4CCC4AD66 (const RuntimeMethod* method);
|
|
// System.String System.Globalization.CalendarData::CalendarIdToCultureName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CalendarData_CalendarIdToCultureName_mA95C989E84F938AF02F385133E96A3BE054C129B (int32_t ___calendarId0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350 (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Globalization.CalendarData System.Globalization.CultureData::GetCalendar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method);
|
|
// System.String System.String::ToLowerInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CalendarData::fill_calendar_data(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CalendarData_fill_calendar_data_mF4AB4B24E8FB38D2257AED30A15B690F4B9C49E6 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___datetimeIndex1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CharUnicodeInfo/Debug::Assert(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D (bool ___condition0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::GetUnicodeCategory(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::GetUnicodeCategory(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_GetUnicodeCategory_mC5602CC632FDD7E8690D8DEF9A5F76A49A6F4C4C (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::InternalGetUnicodeCategory(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9 (int32_t ___ch0, const RuntimeMethod* method);
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::InternalGetUnicodeCategory(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalGetUnicodeCategory_m94698AE2E38DC942BEABD312ACC55FD82EF98E68 (String_t* ___value0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Byte System.Globalization.CharUnicodeInfo::InternalGetCategoryValue(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharUnicodeInfo_InternalGetCategoryValue_m70C922D12420DD22399D84B5CA900F80FD0F30FE (int32_t ___ch0, int32_t ___offset1, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CharUnicodeInfo::InternalConvertToUtf32(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalConvertToUtf32_m78237099749C0BFC0E5345D2B18F39561E66CE57 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.String[] System.String::Split(System.Char[],System.StringSplitOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CodePageDataItem::CreateString(System.String,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1 (String_t* ___pStrings0, uint32_t ___index1, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureInfo::get_SortName()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CultureInfo_get_SortName_m781E78F10C18827A614272C7AB621683BFA968A5_inline (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C (int32_t ___culture0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CompareInfo::OnDeserialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.String::CompareOrdinal(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare_switch(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_switch_m01ABB70A6962856A9FFD4428A236E3DA2DB9DCC4 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method);
|
|
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::CompareOrdinal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_CompareOrdinal_m24ACA925A5FCCC037322C115EE2B987AA6B6238E (String_t* ___string10, int32_t ___offset11, int32_t ___length12, String_t* ___string23, int32_t ___offset24, int32_t ___length25, const RuntimeMethod* method);
|
|
// System.Int32 System.String::nativeCompareOrdinalEx(System.String,System.Int32,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___count4, const RuntimeMethod* method);
|
|
// System.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.Boolean System.String::StartsWith(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CompareInfo::get_UseManagedCollation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F (const RuntimeMethod* method);
|
|
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::GetCollator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method);
|
|
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsPrefix(System.String,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsPrefix_m596901F0E55A9B66EF20B0F8057D6B3FE08311F3 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method);
|
|
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
|
|
// System.Boolean Mono.Globalization.Unicode.SimpleCollator::IsSuffix(System.String,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleCollator_IsSuffix_m64ABA9957E9682D391102722BE959AC52602E7A2 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___src0, String_t* ___target1, int32_t ___opt2, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index_switch(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_switch_m2F1E3B731F1409587BB371D7DAFAA831A3064D27 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method);
|
|
// System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method);
|
|
// System.Globalization.SortKey System.Globalization.CompareInfo::CreateSortKey(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.Globalization.SortKey System.Globalization.CompareInfo::CreateSortKeyCore(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * CompareInfo_CreateSortKeyCore_m6C1597391D8D5ED265849A82F697777EF86D5FE8 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions,System.Boolean,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, bool ___forceRandomizedHashing2, int64_t ___additionalEntropy3, const RuntimeMethod* method);
|
|
// System.Boolean Mono.Globalization.Unicode.MSCompatUnicodeTable::get_IsReady()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_mFFB82666A060D9A75368AA858810C41008CDD294_inline (const RuntimeMethod* method);
|
|
// System.StringComparer System.StringComparer::get_Ordinal()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline (const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::.ctor(System.Collections.Generic.IEqualityComparer`1<TKey>)
|
|
inline void Dictionary_2__ctor_mAABE195367CBB1AFADF65A68610C2C3E5446FA43 (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m76CDCB0C7BECE95DBA94C7C98467F297E4451EE7_gshared)(__this, ___comparer0, 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.Boolean System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mA0C2ACFD76D61DA29EA3D190AFD906C75A3C9B51 (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * __this, String_t* ___key0, SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *, String_t*, SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void Mono.Globalization.Unicode.SimpleCollator::.ctor(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleCollator__ctor_m425CCCFC8354699C91043D289C2DD7A20F437298 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mA93729C8731ED32F7F1DAD2154CEFC6236707CE1 (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * __this, String_t* ___key0, SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *, String_t*, SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, 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.Globalization.SortKey Mono.Globalization.Unicode.SimpleCollator::GetSortKey(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * SimpleCollator_GetSortKey_m016BF061CEA62BF2E99B122B913C43FB1643F1A0 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___s0, int32_t ___options1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.SortKey::.ctor(System.Int32,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortKey__ctor_m9DDF38B93F6C34DD3F7FF538B7C4E1BC9629CCF3 (SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * __this, int32_t ___lcid0, String_t* ___source1, int32_t ___opt2, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CompareInfo::assign_sortkey(System.Object,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_assign_sortkey_m343AC3670D7F354B4767412AECB8D698FE267DAC (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, RuntimeObject * ___key0, String_t* ___source1, int32_t ___options2, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_mC84E39918F364D80B7D6BFD8BD9B301A5246A5BA (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___sindex1, int32_t ___count2, String_t* ___value3, int32_t ___options4, bool ___first5, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index_managed(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_managed_m778771910402DCA9C9FC647B64DDAADDC0BB7196 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_m89017707030EDFA08245A84B2F4D786AAC7CFEEE (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare_managed(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_managed_mCE97B39EB5C1BE15E1E2D74BD023F8B0535E7607 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method);
|
|
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_Compare_mEDE295E6D8B3ACB2378D50267659C9203ACBD795 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___s10, int32_t ___idx11, int32_t ___len12, String_t* ___s23, int32_t ___idx24, int32_t ___len25, int32_t ___options6, const RuntimeMethod* method);
|
|
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_LastIndexOf_m86547689DF681227BFE04C802D2BFB8560F9EE84 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method);
|
|
// System.Int32 Mono.Globalization.Unicode.SimpleCollator::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SimpleCollator_IndexOf_mD91169E7D477C503B2DED708B19CE36FF63C6856 (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * __this, String_t* ___s0, String_t* ___target1, int32_t ___start2, int32_t ___length3, int32_t ___opt4, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureData::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData__ctor_m9539CD43B02AE68B2C434DDBD25C184F81D305F7 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m2E0A32E821294B92622538611A6686F1C0CB376D (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method);
|
|
// System.Globalization.CultureData System.Globalization.CultureData::get_Invariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2 (const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureData::fill_culture_data(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_culture_data_mB5A00192EF19292C1AFD42E8D805F9F5F86EAC5B (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___datetimeIndex0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CalendarData::.ctor(System.String,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__ctor_m1E7179936DAFF53B6F9E65DDF48E3494C71FE79B (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, bool ___bUseUserOverrides2, const RuntimeMethod* method);
|
|
// System.String[] System.Globalization.CultureData::ShortDates(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_ShortDates_m7FBE145E39B16E22805F94780DE02076923E105F (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureData::GetDateSeparator(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetDateSeparator_mD5E28AEE467461D6C40A71B602E1614DBACD0C7A (String_t* ___format0, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureData::GetSeparator(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetSeparator_mACCAE678CE480061ECBB39CF55D3F24B6010C86E (String_t* ___format0, String_t* ___timeParts1, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CultureData::IndexOfTimePart(System.String,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_IndexOfTimePart_m16DA750A4B362919C9EE4BE95FE8ECF9F7B1C211 (String_t* ___format0, int32_t ___startIndex1, String_t* ___timeParts2, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureData::UnescapeNlsString(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_UnescapeNlsString_m4EFB84A3ADD0A0F4B078EB03DB1F2B504F5CD440 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method);
|
|
// System.Void System.Text.StringBuilder::.ctor(System.String,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___length2, int32_t ___capacity3, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CultureData::get_IsInvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_IsInvariantCulture_m1B4DB4D6B3E7F45E5A4CBF3B52418F85654A8511 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureData::fill_number_data(System.Globalization.NumberFormatInfo,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_number_data_m8954F550701C29FC9211EC56C16860728DF88C74 (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, int32_t ___numberIndex1, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Threading.Thread::get_CurrentUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|
// System.String System.Globalization.CultureInfo::get_current_locale_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_current_locale_name_m52E258D7D881B045E23E2F03438278B323D227F0 (const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCulture(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4 (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652 (const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::Construct()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method);
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::CreateCalendar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5 (int32_t ___calendarType0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0CC8F74A7489CB5BF1A66B3B42A684A8E32D5A0D (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, const RuntimeMethod* method);
|
|
// System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * CultureInfo_CreateTextInfo_m0B5E333683897377F1AB07613B633E5DC5A5C899 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, bool ___readOnly0, const RuntimeMethod* method);
|
|
// System.Object System.Globalization.NumberFormatInfo::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NumberFormatInfo_Clone_m1FCF29B5DCBF457C95C97A0CD047FBF4252AEF95 (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method);
|
|
// System.Object System.Globalization.DateTimeFormatInfo::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* CultureInfo_internal_get_cultures_m136531F401158BCABA50D2A66FEB455552244D1E (bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo/Data System.Globalization.CultureInfo::GetTextInfoData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Globalization.CultureInfo::get_CalendarType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, 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.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3 (String_t* ___cultureName0, bool ___useUserOverride1, int32_t ___datetimeIndex2, int32_t ___calendarId3, int32_t ___numberIndex4, String_t* ___iso2lang5, int32_t ___ansiCodePage6, int32_t ___oemCodePage7, int32_t ___macCodePage8, int32_t ___ebcdicCodePage9, bool ___rightToLeft10, String_t* ___listSeparator11, const RuntimeMethod* method);
|
|
// System.Int32 System.Int32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A (int32_t* __this, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::ReadOnly(System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_ReadOnly_m0E875B6C490E874D31C6557CC0400404EFD9669D (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, const RuntimeMethod* method);
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::ReadOnly(System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * DateTimeFormatInfo_ReadOnly_m749937E9D3A4CD08F5CF65E098491F2961CB3777 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, const RuntimeMethod* method);
|
|
// System.Globalization.TextInfo System.Globalization.TextInfo::ReadOnly(System.Globalization.TextInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * TextInfo_ReadOnly_mCDCA872FFA9D88C1383A537A12B96EE8328E14C9 (TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CompareInfo::.ctor(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo__ctor_m40F691A2A633813B265160FDD1976A1F0AF3311D (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.NumberFormatInfo::.ctor(System.Globalization.CultureData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo__ctor_m844D810C844346CAE534279B4B81FCF3D2549CFB (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___cultureData0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::CheckNeutral()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_m0F6A6CDCC31198E34F2AE8E9243F662A79E0C3B3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.DateTimeFormatInfo::.ctor(System.Globalization.CultureData,System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFormatInfo__ctor_mC9584993071ECE1F6F85A35B1521B976882FE7A3 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___cultureData0, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___cal1, const RuntimeMethod* method);
|
|
// System.Void System.Threading.Thread::MemoryBarrier()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A (const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___lcid0, const RuntimeMethod* method);
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
|
|
// System.Globalization.TextInfo System.Globalization.TextInfo::get_Invariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * TextInfo_get_Invariant_m6020FDD7232184775D57CA6BA4A6B00FADEF4E66 (const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TextInfo::.ctor(System.Globalization.CultureData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextInfo__ctor_m3E40F2E6D4A5EA5833D3AA6D3BD66DC37F450902 (TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * __this, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___cultureData0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.TextInfo::SetReadOnlyState(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_mAC959762A86242FA9594A3872EB4126401DF0AA7_inline (TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * __this, bool ___readOnly0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m09E9A526FDC6747F93D8CE3B370D92339E97FF8A (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, bool ___read_only0, 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.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureNotFoundException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureNotFoundException__ctor_mFEE61B0E4943A9273A64AEDB3D122570115BB1E7 (CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Exception System.Globalization.CultureInfo::CreateNotFoundException(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::.ctor()
|
|
inline void Dictionary_2__ctor_mA812A0CB1A5CB9BA3A884A21466D42A3DEA904E1 (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::.ctor()
|
|
inline void Dictionary_2__ctor_mBF9A900B3B8847E348C1773F43385EE5BC3AAA31 (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m65242B9CF4ACB6582999F82115A37FCD04AB9DAE (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * __this, int32_t ___key0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B *, int32_t, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m4B3D69E456044B1798A53E8872F072E5835BF68E (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * __this, String_t* ___key0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 *, String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m6379EC5BB82E29FD6BE13C2B512D592A077864E2 (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * __this, int32_t ___key0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B *, int32_t, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m1129EEC4610C004A4331110B9C566D1057D5AFD8 (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * __this, String_t* ___key0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 *, String_t*, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m767ADA2E60C7290C931818B8A74CB97F62D68784 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, 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.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCultureFromNeutral(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED (String_t* ___name0, const RuntimeMethod* method);
|
|
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Void System.NotImplementedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// System.Void System.Globalization.GregorianCalendar::.ctor(System.Globalization.GregorianCalendarTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GregorianCalendar__ctor_mB0C2745A37BBDD632513B1CC543F303A96974360 (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 * __this, int32_t ___type0, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetType(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A (String_t* ___typeName0, bool ___throwOnError1);
|
|
// System.Object System.Activator::CreateInstance(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2 (const RuntimeMethod* method);
|
|
// System.Boolean System.Reflection.Assembly::op_Inequality(System.Reflection.Assembly,System.Reflection.Assembly)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B (Assembly_t * ___left0, Assembly_t * ___right1, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLetterOrDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_mD7307B3157DFA4EC20D58F68ACB6A9793D3A8292 (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4 (String_t* ___cultureName0, bool ___throwException1, const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Reflection.MethodBase System.DefaultBinder::BindToMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Object[]&,System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[],System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___args2, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureInfo4, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names5, RuntimeObject ** ___state6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* V_3 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_4 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
Type_t * V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_11 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_12 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_13 = NULL;
|
|
Type_t * V_14 = NULL;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_18 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_19 = NULL;
|
|
int32_t V_20 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_21 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_22 = NULL;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_25 = NULL;
|
|
int32_t V_26 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_27 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_28 = NULL;
|
|
int32_t V_29 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* G_B6_1 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* G_B5_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B7_1 = 0;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* G_B7_2 = NULL;
|
|
int32_t G_B50_0 = 0;
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_0 = ___match1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_1 = ___match1;
|
|
NullCheck(L_1);
|
|
if ((((RuntimeArray*)L_1)->max_length))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE547AE1448CF3512FF04B2DD74F10B33FDD801A9, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_4 = ___match1;
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_4);
|
|
RuntimeObject * L_5 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
|
|
V_0 = ((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)Castclass((RuntimeObject*)L_5, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var));
|
|
RuntimeObject ** L_6 = ___state6;
|
|
*((RuntimeObject **)L_6) = (RuntimeObject *)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)NULL);
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_8 = (Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43*)SZArrayNew(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))));
|
|
V_3 = L_8;
|
|
V_1 = 0;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_9 = V_0;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
MethodBase_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_12);
|
|
V_12 = L_13;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_14 = V_3;
|
|
int32_t L_15 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_16 = V_12;
|
|
NullCheck(L_16);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_17 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_17);
|
|
NullCheck(L_18);
|
|
G_B5_0 = L_15;
|
|
G_B5_1 = L_14;
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))) > ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
|
|
{
|
|
G_B6_0 = L_15;
|
|
G_B6_1 = L_14;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_19 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_19);
|
|
NullCheck(L_20);
|
|
G_B7_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
|
|
G_B7_1 = G_B5_0;
|
|
G_B7_2 = G_B5_1;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_21 = V_12;
|
|
NullCheck(L_21);
|
|
G_B7_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))));
|
|
G_B7_1 = G_B6_0;
|
|
G_B7_2 = G_B6_1;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)G_B7_0);
|
|
NullCheck(G_B7_2);
|
|
ArrayElementTypeCheck (G_B7_2, L_22);
|
|
(G_B7_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B7_1), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_22);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = ___names5;
|
|
if (L_23)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_24 = V_3;
|
|
int32_t L_25 = V_1;
|
|
NullCheck(L_24);
|
|
int32_t L_26 = L_25;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_27 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
int32_t L_28 = V_2;
|
|
int32_t L_29 = V_2;
|
|
NullCheck(L_27);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (int32_t)L_29);
|
|
int32_t L_30 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
int32_t L_31 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_32 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_32);
|
|
NullCheck(L_33);
|
|
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_34 = V_3;
|
|
int32_t L_35 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_37 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_38 = V_12;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = ___names5;
|
|
bool L_40 = DefaultBinder_CreateParamOrder_mCCF4FBB021E6F5DD89AD15232BB4147393246D28(L_37, L_38, L_39, /*hidden argument*/NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_41 = V_0;
|
|
int32_t L_42 = V_1;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, NULL);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_42), (MethodBase_t *)NULL);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_43 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_44 = V_1;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_46 = V_0;
|
|
NullCheck(L_46);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_47 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))));
|
|
V_4 = L_47;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_48 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_48);
|
|
NullCheck(L_49);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_50 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))));
|
|
V_5 = L_50;
|
|
V_1 = 0;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_51 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_51);
|
|
int32_t L_53 = V_1;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = L_53;
|
|
RuntimeObject * L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
if (!L_55)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_56 = V_5;
|
|
int32_t L_57 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_58 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_58);
|
|
int32_t L_60 = V_1;
|
|
NullCheck(L_59);
|
|
int32_t L_61 = L_60;
|
|
RuntimeObject * L_62 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
|
|
NullCheck(L_62);
|
|
Type_t * L_63 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_62, /*hidden argument*/NULL);
|
|
NullCheck(L_56);
|
|
ArrayElementTypeCheck (L_56, L_63);
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(L_57), (Type_t *)L_63);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
int32_t L_64 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1));
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
int32_t L_65 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_66 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_67 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_66);
|
|
NullCheck(L_67);
|
|
if ((((int32_t)L_65) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))))))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
V_6 = 0;
|
|
int32_t L_68 = ___bindingAttr0;
|
|
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_68&(int32_t)((int32_t)262144)))) <= ((uint32_t)0)))? 1 : 0);
|
|
V_8 = (Type_t *)NULL;
|
|
V_1 = 0;
|
|
goto IL_042a;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
V_8 = (Type_t *)NULL;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_69 = V_0;
|
|
int32_t L_70 = V_1;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = L_70;
|
|
MethodBase_t * L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
bool L_73 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_72, (MethodBase_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_73)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_74 = V_0;
|
|
int32_t L_75 = V_1;
|
|
NullCheck(L_74);
|
|
int32_t L_76 = L_75;
|
|
MethodBase_t * L_77 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
NullCheck(L_77);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_78 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_77);
|
|
V_13 = L_78;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_79 = V_13;
|
|
NullCheck(L_79);
|
|
if ((((RuntimeArray*)L_79)->max_length))
|
|
{
|
|
goto IL_0132;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_80 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_81 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_80);
|
|
NullCheck(L_81);
|
|
if (!(((RuntimeArray*)L_81)->max_length))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_82 = V_0;
|
|
int32_t L_83 = V_1;
|
|
NullCheck(L_82);
|
|
int32_t L_84 = L_83;
|
|
MethodBase_t * L_85 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
|
|
NullCheck(L_85);
|
|
int32_t L_86 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_85);
|
|
if (!((int32_t)((int32_t)L_86&(int32_t)2)))
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_87 = V_3;
|
|
int32_t L_88 = V_6;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_89 = V_3;
|
|
int32_t L_90 = V_1;
|
|
NullCheck(L_89);
|
|
int32_t L_91 = L_90;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_92 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
|
|
NullCheck(L_87);
|
|
ArrayElementTypeCheck (L_87, L_92);
|
|
(L_87)->SetAt(static_cast<il2cpp_array_size_t>(L_88), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_92);
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_93 = V_0;
|
|
int32_t L_94 = V_6;
|
|
int32_t L_95 = L_94;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1));
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_96 = V_0;
|
|
int32_t L_97 = V_1;
|
|
NullCheck(L_96);
|
|
int32_t L_98 = L_97;
|
|
MethodBase_t * L_99 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_98));
|
|
NullCheck(L_93);
|
|
ArrayElementTypeCheck (L_93, L_99);
|
|
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(L_95), (MethodBase_t *)L_99);
|
|
goto IL_0426;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_100 = V_13;
|
|
NullCheck(L_100);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_101 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_102 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_101);
|
|
NullCheck(L_102);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_102)->max_length)))))))
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_103 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_104 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_103);
|
|
NullCheck(L_104);
|
|
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_104)->max_length))));
|
|
goto IL_015a;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_105 = V_13;
|
|
int32_t L_106 = V_2;
|
|
NullCheck(L_105);
|
|
int32_t L_107 = L_106;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_108 = (L_105)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
|
|
NullCheck(L_108);
|
|
RuntimeObject * L_109 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_108);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
|
|
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_110 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
|
|
if ((((RuntimeObject*)(RuntimeObject *)L_109) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_110)))
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_111 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1));
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
int32_t L_112 = V_2;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_113 = V_13;
|
|
NullCheck(L_113);
|
|
if ((((int32_t)L_112) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_113)->max_length)))), (int32_t)1)))))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
int32_t L_114 = V_2;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_115 = V_13;
|
|
NullCheck(L_115);
|
|
if ((!(((uint32_t)L_114) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_115)->max_length)))), (int32_t)1))))))
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_116 = V_13;
|
|
int32_t L_117 = V_2;
|
|
NullCheck(L_116);
|
|
int32_t L_118 = L_117;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_119 = (L_116)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
|
|
NullCheck(L_119);
|
|
RuntimeObject * L_120 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_119);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
|
|
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_121 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_120) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_121))))
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_122 = V_13;
|
|
int32_t L_123 = V_2;
|
|
NullCheck(L_122);
|
|
int32_t L_124 = L_123;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_125 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_124));
|
|
NullCheck(L_125);
|
|
Type_t * L_126 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_125);
|
|
NullCheck(L_126);
|
|
bool L_127 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_126, /*hidden argument*/NULL);
|
|
if (!L_127)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_128 = V_13;
|
|
int32_t L_129 = V_2;
|
|
NullCheck(L_128);
|
|
int32_t L_130 = L_129;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_132 = { reinterpret_cast<intptr_t> (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_133 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_132, /*hidden argument*/NULL);
|
|
NullCheck(L_131);
|
|
bool L_134 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_131, L_133, (bool)1);
|
|
if (!L_134)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_135 = V_13;
|
|
int32_t L_136 = V_2;
|
|
NullCheck(L_135);
|
|
int32_t L_137 = L_136;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_138 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
|
|
NullCheck(L_138);
|
|
Type_t * L_139 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_138);
|
|
NullCheck(L_139);
|
|
Type_t * L_140 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_139);
|
|
V_8 = L_140;
|
|
goto IL_0284;
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_141 = V_13;
|
|
NullCheck(L_141);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_142 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_143 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_142);
|
|
NullCheck(L_143);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_141)->max_length))))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_143)->max_length)))))))
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_144 = V_13;
|
|
NullCheck(L_144);
|
|
V_16 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_144)->max_length)))), (int32_t)1));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_145 = V_13;
|
|
int32_t L_146 = V_16;
|
|
NullCheck(L_145);
|
|
int32_t L_147 = L_146;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
|
|
NullCheck(L_148);
|
|
Type_t * L_149 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_148);
|
|
NullCheck(L_149);
|
|
bool L_150 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_149, /*hidden argument*/NULL);
|
|
if (!L_150)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_151 = V_13;
|
|
int32_t L_152 = V_16;
|
|
NullCheck(L_151);
|
|
int32_t L_153 = L_152;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_154 = (L_151)->GetAt(static_cast<il2cpp_array_size_t>(L_153));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_155 = { reinterpret_cast<intptr_t> (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_156 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_155, /*hidden argument*/NULL);
|
|
NullCheck(L_154);
|
|
bool L_157 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_154, L_156, (bool)1);
|
|
if (!L_157)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_158 = V_3;
|
|
int32_t L_159 = V_1;
|
|
NullCheck(L_158);
|
|
int32_t L_160 = L_159;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_161 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
|
|
int32_t L_162 = V_16;
|
|
NullCheck(L_161);
|
|
int32_t L_163 = L_162;
|
|
int32_t L_164 = (L_161)->GetAt(static_cast<il2cpp_array_size_t>(L_163));
|
|
int32_t L_165 = V_16;
|
|
if ((!(((uint32_t)L_164) == ((uint32_t)L_165))))
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_166 = V_13;
|
|
int32_t L_167 = V_16;
|
|
NullCheck(L_166);
|
|
int32_t L_168 = L_167;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
|
|
NullCheck(L_169);
|
|
Type_t * L_170 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_169);
|
|
NullCheck(L_170);
|
|
Type_t * L_171 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_170);
|
|
V_8 = L_171;
|
|
goto IL_0284;
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_172 = V_13;
|
|
NullCheck(L_172);
|
|
V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_172)->max_length)))), (int32_t)1));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_173 = V_13;
|
|
int32_t L_174 = V_17;
|
|
NullCheck(L_173);
|
|
int32_t L_175 = L_174;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_176 = (L_173)->GetAt(static_cast<il2cpp_array_size_t>(L_175));
|
|
NullCheck(L_176);
|
|
Type_t * L_177 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_176);
|
|
NullCheck(L_177);
|
|
bool L_178 = Type_get_IsArray_m0B4E20F93B1B34C0B5C4B089F543D1AA338DC9FE(L_177, /*hidden argument*/NULL);
|
|
if (!L_178)
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_179 = V_13;
|
|
int32_t L_180 = V_17;
|
|
NullCheck(L_179);
|
|
int32_t L_181 = L_180;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_182 = (L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_183 = { reinterpret_cast<intptr_t> (ParamArrayAttribute_tA12C072C941CD1ADD2760B58A2C3E09C8C4DDF2C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_184 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_183, /*hidden argument*/NULL);
|
|
NullCheck(L_182);
|
|
bool L_185 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(13 /* System.Boolean System.Reflection.ParameterInfo::IsDefined(System.Type,System.Boolean) */, L_182, L_184, (bool)1);
|
|
if (!L_185)
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_186 = V_3;
|
|
int32_t L_187 = V_1;
|
|
NullCheck(L_186);
|
|
int32_t L_188 = L_187;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_189 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_186)->GetAt(static_cast<il2cpp_array_size_t>(L_188));
|
|
int32_t L_190 = V_17;
|
|
NullCheck(L_189);
|
|
int32_t L_191 = L_190;
|
|
int32_t L_192 = (L_189)->GetAt(static_cast<il2cpp_array_size_t>(L_191));
|
|
int32_t L_193 = V_17;
|
|
if ((!(((uint32_t)L_192) == ((uint32_t)L_193))))
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_194 = V_13;
|
|
int32_t L_195 = V_17;
|
|
NullCheck(L_194);
|
|
int32_t L_196 = L_195;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_197 = (L_194)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
|
|
NullCheck(L_197);
|
|
Type_t * L_198 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_197);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_199 = V_5;
|
|
int32_t L_200 = V_17;
|
|
NullCheck(L_199);
|
|
int32_t L_201 = L_200;
|
|
Type_t * L_202 = (L_199)->GetAt(static_cast<il2cpp_array_size_t>(L_201));
|
|
NullCheck(L_198);
|
|
bool L_203 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_198, L_202);
|
|
if (L_203)
|
|
{
|
|
goto IL_0284;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_204 = V_13;
|
|
int32_t L_205 = V_17;
|
|
NullCheck(L_204);
|
|
int32_t L_206 = L_205;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_207 = (L_204)->GetAt(static_cast<il2cpp_array_size_t>(L_206));
|
|
NullCheck(L_207);
|
|
Type_t * L_208 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_207);
|
|
NullCheck(L_208);
|
|
Type_t * L_209 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_208);
|
|
V_8 = L_209;
|
|
}
|
|
|
|
IL_0284:
|
|
{
|
|
V_14 = (Type_t *)NULL;
|
|
Type_t * L_210 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_211 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_210, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_211)
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_212 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_213 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_212);
|
|
NullCheck(L_213);
|
|
G_B50_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length))));
|
|
goto IL_029d;
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_214 = V_13;
|
|
NullCheck(L_214);
|
|
G_B50_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_214)->max_length)))), (int32_t)1));
|
|
}
|
|
|
|
IL_029d:
|
|
{
|
|
V_15 = G_B50_0;
|
|
V_2 = 0;
|
|
goto IL_0383;
|
|
}
|
|
|
|
IL_02a6:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_215 = V_13;
|
|
int32_t L_216 = V_2;
|
|
NullCheck(L_215);
|
|
int32_t L_217 = L_216;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_218 = (L_215)->GetAt(static_cast<il2cpp_array_size_t>(L_217));
|
|
NullCheck(L_218);
|
|
Type_t * L_219 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_218);
|
|
V_14 = L_219;
|
|
Type_t * L_220 = V_14;
|
|
NullCheck(L_220);
|
|
bool L_221 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_220, /*hidden argument*/NULL);
|
|
if (!L_221)
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_222 = V_14;
|
|
NullCheck(L_222);
|
|
Type_t * L_223 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_222);
|
|
V_14 = L_223;
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
Type_t * L_224 = V_14;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_225 = V_5;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_226 = V_3;
|
|
int32_t L_227 = V_1;
|
|
NullCheck(L_226);
|
|
int32_t L_228 = L_227;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_229 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_226)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
|
|
int32_t L_230 = V_2;
|
|
NullCheck(L_229);
|
|
int32_t L_231 = L_230;
|
|
int32_t L_232 = (L_229)->GetAt(static_cast<il2cpp_array_size_t>(L_231));
|
|
NullCheck(L_225);
|
|
int32_t L_233 = L_232;
|
|
Type_t * L_234 = (L_225)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_235 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_224, L_234, /*hidden argument*/NULL);
|
|
if (L_235)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
bool L_236 = V_7;
|
|
if (!L_236)
|
|
{
|
|
goto IL_02ed;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_237 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_238 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_237);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_239 = V_3;
|
|
int32_t L_240 = V_1;
|
|
NullCheck(L_239);
|
|
int32_t L_241 = L_240;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_242 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_239)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
|
|
int32_t L_243 = V_2;
|
|
NullCheck(L_242);
|
|
int32_t L_244 = L_243;
|
|
int32_t L_245 = (L_242)->GetAt(static_cast<il2cpp_array_size_t>(L_244));
|
|
NullCheck(L_238);
|
|
int32_t L_246 = L_245;
|
|
RuntimeObject * L_247 = (L_238)->GetAt(static_cast<il2cpp_array_size_t>(L_246));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_248 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Missing_3();
|
|
if ((((RuntimeObject*)(RuntimeObject *)L_247) == ((RuntimeObject*)(RuntimeObject *)L_248)))
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_249 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_250 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_249);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_251 = V_3;
|
|
int32_t L_252 = V_1;
|
|
NullCheck(L_251);
|
|
int32_t L_253 = L_252;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_254 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_251)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
|
|
int32_t L_255 = V_2;
|
|
NullCheck(L_254);
|
|
int32_t L_256 = L_255;
|
|
int32_t L_257 = (L_254)->GetAt(static_cast<il2cpp_array_size_t>(L_256));
|
|
NullCheck(L_250);
|
|
int32_t L_258 = L_257;
|
|
RuntimeObject * L_259 = (L_250)->GetAt(static_cast<il2cpp_array_size_t>(L_258));
|
|
if (!L_259)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_260 = V_14;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_261 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_262 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_261, /*hidden argument*/NULL);
|
|
bool L_263 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_260, L_262, /*hidden argument*/NULL);
|
|
if (L_263)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_264 = V_14;
|
|
NullCheck(L_264);
|
|
bool L_265 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_264, /*hidden argument*/NULL);
|
|
if (!L_265)
|
|
{
|
|
goto IL_033e;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_266 = V_5;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_267 = V_3;
|
|
int32_t L_268 = V_1;
|
|
NullCheck(L_267);
|
|
int32_t L_269 = L_268;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_270 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_267)->GetAt(static_cast<il2cpp_array_size_t>(L_269));
|
|
int32_t L_271 = V_2;
|
|
NullCheck(L_270);
|
|
int32_t L_272 = L_271;
|
|
int32_t L_273 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_272));
|
|
NullCheck(L_266);
|
|
int32_t L_274 = L_273;
|
|
Type_t * L_275 = (L_266)->GetAt(static_cast<il2cpp_array_size_t>(L_274));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_276 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_275, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_276)
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_277 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_278 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_277);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_279 = V_3;
|
|
int32_t L_280 = V_1;
|
|
NullCheck(L_279);
|
|
int32_t L_281 = L_280;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_282 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_279)->GetAt(static_cast<il2cpp_array_size_t>(L_281));
|
|
int32_t L_283 = V_2;
|
|
NullCheck(L_282);
|
|
int32_t L_284 = L_283;
|
|
int32_t L_285 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_284));
|
|
NullCheck(L_278);
|
|
int32_t L_286 = L_285;
|
|
RuntimeObject * L_287 = (L_278)->GetAt(static_cast<il2cpp_array_size_t>(L_286));
|
|
Type_t * L_288 = V_14;
|
|
bool L_289 = DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037(L_287, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_288, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (L_289)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
|
|
IL_033e:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_290 = V_5;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_291 = V_3;
|
|
int32_t L_292 = V_1;
|
|
NullCheck(L_291);
|
|
int32_t L_293 = L_292;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_294 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_291)->GetAt(static_cast<il2cpp_array_size_t>(L_293));
|
|
int32_t L_295 = V_2;
|
|
NullCheck(L_294);
|
|
int32_t L_296 = L_295;
|
|
int32_t L_297 = (L_294)->GetAt(static_cast<il2cpp_array_size_t>(L_296));
|
|
NullCheck(L_290);
|
|
int32_t L_298 = L_297;
|
|
Type_t * L_299 = (L_290)->GetAt(static_cast<il2cpp_array_size_t>(L_298));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_300 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_299, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_300)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_301 = V_14;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_302 = V_5;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_303 = V_3;
|
|
int32_t L_304 = V_1;
|
|
NullCheck(L_303);
|
|
int32_t L_305 = L_304;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_306 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_303)->GetAt(static_cast<il2cpp_array_size_t>(L_305));
|
|
int32_t L_307 = V_2;
|
|
NullCheck(L_306);
|
|
int32_t L_308 = L_307;
|
|
int32_t L_309 = (L_306)->GetAt(static_cast<il2cpp_array_size_t>(L_308));
|
|
NullCheck(L_302);
|
|
int32_t L_310 = L_309;
|
|
Type_t * L_311 = (L_302)->GetAt(static_cast<il2cpp_array_size_t>(L_310));
|
|
NullCheck(L_301);
|
|
bool L_312 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_301, L_311);
|
|
if (L_312)
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_313 = V_5;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_314 = V_3;
|
|
int32_t L_315 = V_1;
|
|
NullCheck(L_314);
|
|
int32_t L_316 = L_315;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_317 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_314)->GetAt(static_cast<il2cpp_array_size_t>(L_316));
|
|
int32_t L_318 = V_2;
|
|
NullCheck(L_317);
|
|
int32_t L_319 = L_318;
|
|
int32_t L_320 = (L_317)->GetAt(static_cast<il2cpp_array_size_t>(L_319));
|
|
NullCheck(L_313);
|
|
int32_t L_321 = L_320;
|
|
Type_t * L_322 = (L_313)->GetAt(static_cast<il2cpp_array_size_t>(L_321));
|
|
NullCheck(L_322);
|
|
bool L_323 = Type_get_IsCOMObject_m8A4083D3B8D11015F554755827249ABE5E996381(L_322, /*hidden argument*/NULL);
|
|
if (!L_323)
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_324 = V_14;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_325 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_326 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_325);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_327 = V_3;
|
|
int32_t L_328 = V_1;
|
|
NullCheck(L_327);
|
|
int32_t L_329 = L_328;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_330 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_327)->GetAt(static_cast<il2cpp_array_size_t>(L_329));
|
|
int32_t L_331 = V_2;
|
|
NullCheck(L_330);
|
|
int32_t L_332 = L_331;
|
|
int32_t L_333 = (L_330)->GetAt(static_cast<il2cpp_array_size_t>(L_332));
|
|
NullCheck(L_326);
|
|
int32_t L_334 = L_333;
|
|
RuntimeObject * L_335 = (L_326)->GetAt(static_cast<il2cpp_array_size_t>(L_334));
|
|
NullCheck(L_324);
|
|
bool L_336 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_324, L_335);
|
|
if (!L_336)
|
|
{
|
|
goto IL_038b;
|
|
}
|
|
}
|
|
|
|
IL_037f:
|
|
{
|
|
int32_t L_337 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_337, (int32_t)1));
|
|
}
|
|
|
|
IL_0383:
|
|
{
|
|
int32_t L_338 = V_2;
|
|
int32_t L_339 = V_15;
|
|
if ((((int32_t)L_338) < ((int32_t)L_339)))
|
|
{
|
|
goto IL_02a6;
|
|
}
|
|
}
|
|
|
|
IL_038b:
|
|
{
|
|
Type_t * L_340 = V_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_341 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_340, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_341)
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_342 = V_2;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_343 = V_13;
|
|
NullCheck(L_343);
|
|
if ((!(((uint32_t)L_342) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_343)->max_length)))), (int32_t)1))))))
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03fe;
|
|
}
|
|
|
|
IL_03a0:
|
|
{
|
|
Type_t * L_344 = V_8;
|
|
NullCheck(L_344);
|
|
bool L_345 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_344, /*hidden argument*/NULL);
|
|
if (!L_345)
|
|
{
|
|
goto IL_03c9;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_346 = V_5;
|
|
int32_t L_347 = V_2;
|
|
NullCheck(L_346);
|
|
int32_t L_348 = L_347;
|
|
Type_t * L_349 = (L_346)->GetAt(static_cast<il2cpp_array_size_t>(L_348));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_350 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_349, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_350)
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_351 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_352 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_351);
|
|
int32_t L_353 = V_2;
|
|
NullCheck(L_352);
|
|
int32_t L_354 = L_353;
|
|
RuntimeObject * L_355 = (L_352)->GetAt(static_cast<il2cpp_array_size_t>(L_354));
|
|
Type_t * L_356 = V_8;
|
|
bool L_357 = DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037(L_355, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_356, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (L_357)
|
|
{
|
|
goto IL_03fa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
|
|
IL_03c9:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_358 = V_5;
|
|
int32_t L_359 = V_2;
|
|
NullCheck(L_358);
|
|
int32_t L_360 = L_359;
|
|
Type_t * L_361 = (L_358)->GetAt(static_cast<il2cpp_array_size_t>(L_360));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_362 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_361, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_362)
|
|
{
|
|
goto IL_03fa;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_363 = V_8;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_364 = V_5;
|
|
int32_t L_365 = V_2;
|
|
NullCheck(L_364);
|
|
int32_t L_366 = L_365;
|
|
Type_t * L_367 = (L_364)->GetAt(static_cast<il2cpp_array_size_t>(L_366));
|
|
NullCheck(L_363);
|
|
bool L_368 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_363, L_367);
|
|
if (L_368)
|
|
{
|
|
goto IL_03fa;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_369 = V_5;
|
|
int32_t L_370 = V_2;
|
|
NullCheck(L_369);
|
|
int32_t L_371 = L_370;
|
|
Type_t * L_372 = (L_369)->GetAt(static_cast<il2cpp_array_size_t>(L_371));
|
|
NullCheck(L_372);
|
|
bool L_373 = Type_get_IsCOMObject_m8A4083D3B8D11015F554755827249ABE5E996381(L_372, /*hidden argument*/NULL);
|
|
if (!L_373)
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_374 = V_8;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_375 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_376 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_375);
|
|
int32_t L_377 = V_2;
|
|
NullCheck(L_376);
|
|
int32_t L_378 = L_377;
|
|
RuntimeObject * L_379 = (L_376)->GetAt(static_cast<il2cpp_array_size_t>(L_378));
|
|
NullCheck(L_374);
|
|
bool L_380 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(138 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_374, L_379);
|
|
if (!L_380)
|
|
{
|
|
goto IL_0405;
|
|
}
|
|
}
|
|
|
|
IL_03fa:
|
|
{
|
|
int32_t L_381 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_381, (int32_t)1));
|
|
}
|
|
|
|
IL_03fe:
|
|
{
|
|
int32_t L_382 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_383 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_384 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_383);
|
|
NullCheck(L_384);
|
|
if ((((int32_t)L_382) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_384)->max_length)))))))
|
|
{
|
|
goto IL_03a0;
|
|
}
|
|
}
|
|
|
|
IL_0405:
|
|
{
|
|
int32_t L_385 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_386 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_387 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_386);
|
|
NullCheck(L_387);
|
|
if ((!(((uint32_t)L_385) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_387)->max_length))))))))
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_388 = V_3;
|
|
int32_t L_389 = V_6;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_390 = V_3;
|
|
int32_t L_391 = V_1;
|
|
NullCheck(L_390);
|
|
int32_t L_392 = L_391;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_393 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_390)->GetAt(static_cast<il2cpp_array_size_t>(L_392));
|
|
NullCheck(L_388);
|
|
ArrayElementTypeCheck (L_388, L_393);
|
|
(L_388)->SetAt(static_cast<il2cpp_array_size_t>(L_389), (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_393);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_394 = V_4;
|
|
int32_t L_395 = V_6;
|
|
Type_t * L_396 = V_8;
|
|
NullCheck(L_394);
|
|
ArrayElementTypeCheck (L_394, L_396);
|
|
(L_394)->SetAt(static_cast<il2cpp_array_size_t>(L_395), (Type_t *)L_396);
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_397 = V_0;
|
|
int32_t L_398 = V_6;
|
|
int32_t L_399 = L_398;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_399, (int32_t)1));
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_400 = V_0;
|
|
int32_t L_401 = V_1;
|
|
NullCheck(L_400);
|
|
int32_t L_402 = L_401;
|
|
MethodBase_t * L_403 = (L_400)->GetAt(static_cast<il2cpp_array_size_t>(L_402));
|
|
NullCheck(L_397);
|
|
ArrayElementTypeCheck (L_397, L_403);
|
|
(L_397)->SetAt(static_cast<il2cpp_array_size_t>(L_399), (MethodBase_t *)L_403);
|
|
}
|
|
|
|
IL_0426:
|
|
{
|
|
int32_t L_404 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_404, (int32_t)1));
|
|
}
|
|
|
|
IL_042a:
|
|
{
|
|
int32_t L_405 = V_1;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_406 = V_0;
|
|
NullCheck(L_406);
|
|
if ((((int32_t)L_405) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_406)->max_length)))))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_407 = V_6;
|
|
if (L_407)
|
|
{
|
|
goto IL_0447;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_408 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral64A0CDF07B72C423CF170708331F4531DFCB85DB, /*hidden argument*/NULL);
|
|
MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 * L_409 = (MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498 *)il2cpp_codegen_object_new(MissingMethodException_t7D33DFD3009E4F19BE4DD0967F04D3878F348498_il2cpp_TypeInfo_var);
|
|
MissingMethodException__ctor_m44F1A1E3C426F8902FFAB4DA991DA1650FA14EE9(L_409, L_408, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_409, DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0447:
|
|
{
|
|
int32_t L_410 = V_6;
|
|
if ((!(((uint32_t)L_410) == ((uint32_t)1))))
|
|
{
|
|
goto IL_05e2;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_411 = ___names5;
|
|
if (!L_411)
|
|
{
|
|
goto IL_0480;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject ** L_412 = ___state6;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_413 = V_3;
|
|
NullCheck(L_413);
|
|
int32_t L_414 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_415 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_413)->GetAt(static_cast<il2cpp_array_size_t>(L_414));
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_415);
|
|
RuntimeObject * L_416 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_415, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_417 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_418 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_417);
|
|
NullCheck(L_418);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_419 = V_4;
|
|
NullCheck(L_419);
|
|
int32_t L_420 = 0;
|
|
Type_t * L_421 = (L_419)->GetAt(static_cast<il2cpp_array_size_t>(L_420));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_422 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_421, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_423 = (BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E *)il2cpp_codegen_object_new(BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E_il2cpp_TypeInfo_var);
|
|
BinderState__ctor_mE630BB1CD973FB5D63907C381649955DFD041953(L_423, ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_416, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var)), (((int32_t)((int32_t)(((RuntimeArray*)L_418)->max_length)))), L_422, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_412) = (RuntimeObject *)L_423;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_412, (void*)(RuntimeObject *)L_423);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_424 = V_3;
|
|
NullCheck(L_424);
|
|
int32_t L_425 = 0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_426 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_424)->GetAt(static_cast<il2cpp_array_size_t>(L_425));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_427 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_428 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_427);
|
|
DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0(L_426, L_428, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0480:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_429 = V_0;
|
|
NullCheck(L_429);
|
|
int32_t L_430 = 0;
|
|
MethodBase_t * L_431 = (L_429)->GetAt(static_cast<il2cpp_array_size_t>(L_430));
|
|
NullCheck(L_431);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_432 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_431);
|
|
V_18 = L_432;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_433 = V_18;
|
|
NullCheck(L_433);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_434 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_435 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_434);
|
|
NullCheck(L_435);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_433)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_435)->max_length))))))))
|
|
{
|
|
goto IL_04f9;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_436 = V_4;
|
|
NullCheck(L_436);
|
|
int32_t L_437 = 0;
|
|
Type_t * L_438 = (L_436)->GetAt(static_cast<il2cpp_array_size_t>(L_437));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_439 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_438, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_439)
|
|
{
|
|
goto IL_05de;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_440 = V_18;
|
|
NullCheck(L_440);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_441 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_440)->max_length)))));
|
|
V_19 = L_441;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_442 = V_18;
|
|
NullCheck(L_442);
|
|
V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_442)->max_length)))), (int32_t)1));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_443 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_444 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_443);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_445 = V_19;
|
|
int32_t L_446 = V_20;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_444, 0, (RuntimeArray *)(RuntimeArray *)L_445, 0, L_446, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_447 = V_19;
|
|
int32_t L_448 = V_20;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_449 = V_4;
|
|
NullCheck(L_449);
|
|
int32_t L_450 = 0;
|
|
Type_t * L_451 = (L_449)->GetAt(static_cast<il2cpp_array_size_t>(L_450));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_452 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_453 = L_452;
|
|
NullCheck(L_453);
|
|
(L_453)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)1);
|
|
RuntimeArray * L_454 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_451, L_453, /*hidden argument*/NULL);
|
|
NullCheck(L_447);
|
|
ArrayElementTypeCheck (L_447, L_454);
|
|
(L_447)->SetAt(static_cast<il2cpp_array_size_t>(L_448), (RuntimeObject *)L_454);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_455 = V_19;
|
|
int32_t L_456 = V_20;
|
|
NullCheck(L_455);
|
|
int32_t L_457 = L_456;
|
|
RuntimeObject * L_458 = (L_455)->GetAt(static_cast<il2cpp_array_size_t>(L_457));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_459 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_460 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_459);
|
|
int32_t L_461 = V_20;
|
|
NullCheck(L_460);
|
|
int32_t L_462 = L_461;
|
|
RuntimeObject * L_463 = (L_460)->GetAt(static_cast<il2cpp_array_size_t>(L_462));
|
|
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_458, RuntimeArray_il2cpp_TypeInfo_var)));
|
|
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(((RuntimeArray *)CastclassClass((RuntimeObject*)L_458, RuntimeArray_il2cpp_TypeInfo_var)), L_463, 0, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_464 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_465 = V_19;
|
|
*((RuntimeObject **)L_464) = (RuntimeObject *)L_465;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_464, (void*)(RuntimeObject *)L_465);
|
|
goto IL_05de;
|
|
}
|
|
|
|
IL_04f9:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_466 = V_18;
|
|
NullCheck(L_466);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_467 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_468 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_467);
|
|
NullCheck(L_468);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_466)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_468)->max_length)))))))
|
|
{
|
|
goto IL_0575;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_469 = V_18;
|
|
NullCheck(L_469);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_470 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_469)->max_length)))));
|
|
V_21 = L_470;
|
|
V_1 = 0;
|
|
goto IL_051e;
|
|
}
|
|
|
|
IL_0512:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_471 = V_21;
|
|
int32_t L_472 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_473 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_474 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_473);
|
|
int32_t L_475 = V_1;
|
|
NullCheck(L_474);
|
|
int32_t L_476 = L_475;
|
|
RuntimeObject * L_477 = (L_474)->GetAt(static_cast<il2cpp_array_size_t>(L_476));
|
|
NullCheck(L_471);
|
|
ArrayElementTypeCheck (L_471, L_477);
|
|
(L_471)->SetAt(static_cast<il2cpp_array_size_t>(L_472), (RuntimeObject *)L_477);
|
|
int32_t L_478 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_478, (int32_t)1));
|
|
}
|
|
|
|
IL_051e:
|
|
{
|
|
int32_t L_479 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_480 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_481 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_480);
|
|
NullCheck(L_481);
|
|
if ((((int32_t)L_479) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_481)->max_length)))))))
|
|
{
|
|
goto IL_0512;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0538;
|
|
}
|
|
|
|
IL_0527:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_482 = V_21;
|
|
int32_t L_483 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_484 = V_18;
|
|
int32_t L_485 = V_1;
|
|
NullCheck(L_484);
|
|
int32_t L_486 = L_485;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_487 = (L_484)->GetAt(static_cast<il2cpp_array_size_t>(L_486));
|
|
NullCheck(L_487);
|
|
RuntimeObject * L_488 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_487);
|
|
NullCheck(L_482);
|
|
ArrayElementTypeCheck (L_482, L_488);
|
|
(L_482)->SetAt(static_cast<il2cpp_array_size_t>(L_483), (RuntimeObject *)L_488);
|
|
int32_t L_489 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_489, (int32_t)1));
|
|
}
|
|
|
|
IL_0538:
|
|
{
|
|
int32_t L_490 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_491 = V_18;
|
|
NullCheck(L_491);
|
|
if ((((int32_t)L_490) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_491)->max_length)))), (int32_t)1)))))
|
|
{
|
|
goto IL_0527;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_492 = V_4;
|
|
NullCheck(L_492);
|
|
int32_t L_493 = 0;
|
|
Type_t * L_494 = (L_492)->GetAt(static_cast<il2cpp_array_size_t>(L_493));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_495 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_494, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_495)
|
|
{
|
|
goto IL_0562;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_496 = V_21;
|
|
int32_t L_497 = V_1;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_498 = V_4;
|
|
NullCheck(L_498);
|
|
int32_t L_499 = 0;
|
|
Type_t * L_500 = (L_498)->GetAt(static_cast<il2cpp_array_size_t>(L_499));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_501 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
RuntimeArray * L_502 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_500, L_501, /*hidden argument*/NULL);
|
|
NullCheck(L_496);
|
|
ArrayElementTypeCheck (L_496, L_502);
|
|
(L_496)->SetAt(static_cast<il2cpp_array_size_t>(L_497), (RuntimeObject *)L_502);
|
|
goto IL_056f;
|
|
}
|
|
|
|
IL_0562:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_503 = V_21;
|
|
int32_t L_504 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_505 = V_18;
|
|
int32_t L_506 = V_1;
|
|
NullCheck(L_505);
|
|
int32_t L_507 = L_506;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_508 = (L_505)->GetAt(static_cast<il2cpp_array_size_t>(L_507));
|
|
NullCheck(L_508);
|
|
RuntimeObject * L_509 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_508);
|
|
NullCheck(L_503);
|
|
ArrayElementTypeCheck (L_503, L_509);
|
|
(L_503)->SetAt(static_cast<il2cpp_array_size_t>(L_504), (RuntimeObject *)L_509);
|
|
}
|
|
|
|
IL_056f:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_510 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_511 = V_21;
|
|
*((RuntimeObject **)L_510) = (RuntimeObject *)L_511;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_510, (void*)(RuntimeObject *)L_511);
|
|
goto IL_05de;
|
|
}
|
|
|
|
IL_0575:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_512 = V_0;
|
|
NullCheck(L_512);
|
|
int32_t L_513 = 0;
|
|
MethodBase_t * L_514 = (L_512)->GetAt(static_cast<il2cpp_array_size_t>(L_513));
|
|
NullCheck(L_514);
|
|
int32_t L_515 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_514);
|
|
if (((int32_t)((int32_t)L_515&(int32_t)2)))
|
|
{
|
|
goto IL_05de;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_516 = V_18;
|
|
NullCheck(L_516);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_517 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_516)->max_length)))));
|
|
V_22 = L_517;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_518 = V_18;
|
|
NullCheck(L_518);
|
|
V_23 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_518)->max_length)))), (int32_t)1));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_519 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_520 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_519);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_521 = V_22;
|
|
int32_t L_522 = V_23;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_520, 0, (RuntimeArray *)(RuntimeArray *)L_521, 0, L_522, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_523 = V_22;
|
|
int32_t L_524 = V_23;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_525 = V_4;
|
|
NullCheck(L_525);
|
|
int32_t L_526 = 0;
|
|
Type_t * L_527 = (L_525)->GetAt(static_cast<il2cpp_array_size_t>(L_526));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_528 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_529 = L_528;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_530 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_531 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_530);
|
|
NullCheck(L_531);
|
|
int32_t L_532 = V_23;
|
|
NullCheck(L_529);
|
|
(L_529)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_531)->max_length)))), (int32_t)L_532)));
|
|
RuntimeArray * L_533 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_527, L_529, /*hidden argument*/NULL);
|
|
NullCheck(L_523);
|
|
ArrayElementTypeCheck (L_523, L_533);
|
|
(L_523)->SetAt(static_cast<il2cpp_array_size_t>(L_524), (RuntimeObject *)L_533);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_534 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_535 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_534);
|
|
int32_t L_536 = V_23;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_537 = V_22;
|
|
int32_t L_538 = V_23;
|
|
NullCheck(L_537);
|
|
int32_t L_539 = L_538;
|
|
RuntimeObject * L_540 = (L_537)->GetAt(static_cast<il2cpp_array_size_t>(L_539));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_541 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_542 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_541);
|
|
NullCheck(L_542);
|
|
int32_t L_543 = V_23;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_535, L_536, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_540, RuntimeArray_il2cpp_TypeInfo_var)), 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_542)->max_length)))), (int32_t)L_543)), /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_544 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_545 = V_22;
|
|
*((RuntimeObject **)L_544) = (RuntimeObject *)L_545;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_544, (void*)(RuntimeObject *)L_545);
|
|
}
|
|
|
|
IL_05de:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_546 = V_0;
|
|
NullCheck(L_546);
|
|
int32_t L_547 = 0;
|
|
MethodBase_t * L_548 = (L_546)->GetAt(static_cast<il2cpp_array_size_t>(L_547));
|
|
return L_548;
|
|
}
|
|
|
|
IL_05e2:
|
|
{
|
|
V_9 = 0;
|
|
V_10 = (bool)0;
|
|
V_1 = 1;
|
|
goto IL_0626;
|
|
}
|
|
|
|
IL_05ec:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_549 = V_0;
|
|
int32_t L_550 = V_9;
|
|
NullCheck(L_549);
|
|
int32_t L_551 = L_550;
|
|
MethodBase_t * L_552 = (L_549)->GetAt(static_cast<il2cpp_array_size_t>(L_551));
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_553 = V_3;
|
|
int32_t L_554 = V_9;
|
|
NullCheck(L_553);
|
|
int32_t L_555 = L_554;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_556 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_553)->GetAt(static_cast<il2cpp_array_size_t>(L_555));
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_557 = V_4;
|
|
int32_t L_558 = V_9;
|
|
NullCheck(L_557);
|
|
int32_t L_559 = L_558;
|
|
Type_t * L_560 = (L_557)->GetAt(static_cast<il2cpp_array_size_t>(L_559));
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_561 = V_0;
|
|
int32_t L_562 = V_1;
|
|
NullCheck(L_561);
|
|
int32_t L_563 = L_562;
|
|
MethodBase_t * L_564 = (L_561)->GetAt(static_cast<il2cpp_array_size_t>(L_563));
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_565 = V_3;
|
|
int32_t L_566 = V_1;
|
|
NullCheck(L_565);
|
|
int32_t L_567 = L_566;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_568 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_565)->GetAt(static_cast<il2cpp_array_size_t>(L_567));
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_569 = V_4;
|
|
int32_t L_570 = V_1;
|
|
NullCheck(L_569);
|
|
int32_t L_571 = L_570;
|
|
Type_t * L_572 = (L_569)->GetAt(static_cast<il2cpp_array_size_t>(L_571));
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_573 = V_5;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_574 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_575 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_574);
|
|
int32_t L_576 = DefaultBinder_FindMostSpecificMethod_mA01D30FF6D04C4E044E64E7153F54E1A909D99F4(L_552, L_556, L_560, L_564, L_568, L_572, L_573, L_575, /*hidden argument*/NULL);
|
|
V_24 = L_576;
|
|
int32_t L_577 = V_24;
|
|
if (L_577)
|
|
{
|
|
goto IL_0617;
|
|
}
|
|
}
|
|
{
|
|
V_10 = (bool)1;
|
|
goto IL_0622;
|
|
}
|
|
|
|
IL_0617:
|
|
{
|
|
int32_t L_578 = V_24;
|
|
if ((!(((uint32_t)L_578) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0622;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_579 = V_1;
|
|
V_9 = L_579;
|
|
V_10 = (bool)0;
|
|
}
|
|
|
|
IL_0622:
|
|
{
|
|
int32_t L_580 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_580, (int32_t)1));
|
|
}
|
|
|
|
IL_0626:
|
|
{
|
|
int32_t L_581 = V_1;
|
|
int32_t L_582 = V_6;
|
|
if ((((int32_t)L_581) < ((int32_t)L_582)))
|
|
{
|
|
goto IL_05ec;
|
|
}
|
|
}
|
|
{
|
|
bool L_583 = V_10;
|
|
if (!L_583)
|
|
{
|
|
goto IL_063f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_584 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_585 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_585, L_584, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_585, DefaultBinder_BindToMethod_mE2CAB066AD030EF55D93E64A8E158C81EB97BC59_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_063f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_586 = ___names5;
|
|
if (!L_586)
|
|
{
|
|
goto IL_0673;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject ** L_587 = ___state6;
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_588 = V_3;
|
|
int32_t L_589 = V_9;
|
|
NullCheck(L_588);
|
|
int32_t L_590 = L_589;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_591 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_588)->GetAt(static_cast<il2cpp_array_size_t>(L_590));
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_591);
|
|
RuntimeObject * L_592 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_591, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_593 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_594 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_593);
|
|
NullCheck(L_594);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_595 = V_4;
|
|
int32_t L_596 = V_9;
|
|
NullCheck(L_595);
|
|
int32_t L_597 = L_596;
|
|
Type_t * L_598 = (L_595)->GetAt(static_cast<il2cpp_array_size_t>(L_597));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_599 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_598, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_600 = (BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E *)il2cpp_codegen_object_new(BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E_il2cpp_TypeInfo_var);
|
|
BinderState__ctor_mE630BB1CD973FB5D63907C381649955DFD041953(L_600, ((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)Castclass((RuntimeObject*)L_592, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var)), (((int32_t)((int32_t)(((RuntimeArray*)L_594)->max_length)))), L_599, /*hidden argument*/NULL);
|
|
*((RuntimeObject **)L_587) = (RuntimeObject *)L_600;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_587, (void*)(RuntimeObject *)L_600);
|
|
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* L_601 = V_3;
|
|
int32_t L_602 = V_9;
|
|
NullCheck(L_601);
|
|
int32_t L_603 = L_602;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_604 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(L_601)->GetAt(static_cast<il2cpp_array_size_t>(L_603));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_605 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_606 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_605);
|
|
DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0(L_604, L_606, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0673:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_607 = V_0;
|
|
int32_t L_608 = V_9;
|
|
NullCheck(L_607);
|
|
int32_t L_609 = L_608;
|
|
MethodBase_t * L_610 = (L_607)->GetAt(static_cast<il2cpp_array_size_t>(L_609));
|
|
NullCheck(L_610);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_611 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_610);
|
|
V_11 = L_611;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_612 = V_11;
|
|
NullCheck(L_612);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_613 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_614 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_613);
|
|
NullCheck(L_614);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_612)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_614)->max_length))))))))
|
|
{
|
|
goto IL_06ef;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_615 = V_4;
|
|
int32_t L_616 = V_9;
|
|
NullCheck(L_615);
|
|
int32_t L_617 = L_616;
|
|
Type_t * L_618 = (L_615)->GetAt(static_cast<il2cpp_array_size_t>(L_617));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_619 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_618, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_619)
|
|
{
|
|
goto IL_07d8;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_620 = V_11;
|
|
NullCheck(L_620);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_621 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_620)->max_length)))));
|
|
V_25 = L_621;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_622 = V_11;
|
|
NullCheck(L_622);
|
|
V_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_622)->max_length)))), (int32_t)1));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_623 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_624 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_623);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_625 = V_25;
|
|
int32_t L_626 = V_26;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_624, 0, (RuntimeArray *)(RuntimeArray *)L_625, 0, L_626, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_627 = V_25;
|
|
int32_t L_628 = V_26;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_629 = V_4;
|
|
int32_t L_630 = V_9;
|
|
NullCheck(L_629);
|
|
int32_t L_631 = L_630;
|
|
Type_t * L_632 = (L_629)->GetAt(static_cast<il2cpp_array_size_t>(L_631));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_633 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_634 = L_633;
|
|
NullCheck(L_634);
|
|
(L_634)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)1);
|
|
RuntimeArray * L_635 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_632, L_634, /*hidden argument*/NULL);
|
|
NullCheck(L_627);
|
|
ArrayElementTypeCheck (L_627, L_635);
|
|
(L_627)->SetAt(static_cast<il2cpp_array_size_t>(L_628), (RuntimeObject *)L_635);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_636 = V_25;
|
|
int32_t L_637 = V_26;
|
|
NullCheck(L_636);
|
|
int32_t L_638 = L_637;
|
|
RuntimeObject * L_639 = (L_636)->GetAt(static_cast<il2cpp_array_size_t>(L_638));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_640 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_641 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_640);
|
|
int32_t L_642 = V_26;
|
|
NullCheck(L_641);
|
|
int32_t L_643 = L_642;
|
|
RuntimeObject * L_644 = (L_641)->GetAt(static_cast<il2cpp_array_size_t>(L_643));
|
|
NullCheck(((RuntimeArray *)CastclassClass((RuntimeObject*)L_639, RuntimeArray_il2cpp_TypeInfo_var)));
|
|
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(((RuntimeArray *)CastclassClass((RuntimeObject*)L_639, RuntimeArray_il2cpp_TypeInfo_var)), L_644, 0, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_645 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_646 = V_25;
|
|
*((RuntimeObject **)L_645) = (RuntimeObject *)L_646;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_645, (void*)(RuntimeObject *)L_646);
|
|
goto IL_07d8;
|
|
}
|
|
|
|
IL_06ef:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_647 = V_11;
|
|
NullCheck(L_647);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_648 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_649 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_648);
|
|
NullCheck(L_649);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_647)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_649)->max_length)))))))
|
|
{
|
|
goto IL_076d;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_650 = V_11;
|
|
NullCheck(L_650);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_651 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_650)->max_length)))));
|
|
V_27 = L_651;
|
|
V_1 = 0;
|
|
goto IL_0714;
|
|
}
|
|
|
|
IL_0708:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_652 = V_27;
|
|
int32_t L_653 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_654 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_655 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_654);
|
|
int32_t L_656 = V_1;
|
|
NullCheck(L_655);
|
|
int32_t L_657 = L_656;
|
|
RuntimeObject * L_658 = (L_655)->GetAt(static_cast<il2cpp_array_size_t>(L_657));
|
|
NullCheck(L_652);
|
|
ArrayElementTypeCheck (L_652, L_658);
|
|
(L_652)->SetAt(static_cast<il2cpp_array_size_t>(L_653), (RuntimeObject *)L_658);
|
|
int32_t L_659 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_659, (int32_t)1));
|
|
}
|
|
|
|
IL_0714:
|
|
{
|
|
int32_t L_660 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_661 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_662 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_661);
|
|
NullCheck(L_662);
|
|
if ((((int32_t)L_660) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_662)->max_length)))))))
|
|
{
|
|
goto IL_0708;
|
|
}
|
|
}
|
|
{
|
|
goto IL_072e;
|
|
}
|
|
|
|
IL_071d:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_663 = V_27;
|
|
int32_t L_664 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_665 = V_11;
|
|
int32_t L_666 = V_1;
|
|
NullCheck(L_665);
|
|
int32_t L_667 = L_666;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_668 = (L_665)->GetAt(static_cast<il2cpp_array_size_t>(L_667));
|
|
NullCheck(L_668);
|
|
RuntimeObject * L_669 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_668);
|
|
NullCheck(L_663);
|
|
ArrayElementTypeCheck (L_663, L_669);
|
|
(L_663)->SetAt(static_cast<il2cpp_array_size_t>(L_664), (RuntimeObject *)L_669);
|
|
int32_t L_670 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_670, (int32_t)1));
|
|
}
|
|
|
|
IL_072e:
|
|
{
|
|
int32_t L_671 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_672 = V_11;
|
|
NullCheck(L_672);
|
|
if ((((int32_t)L_671) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_672)->max_length)))), (int32_t)1)))))
|
|
{
|
|
goto IL_071d;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_673 = V_4;
|
|
int32_t L_674 = V_9;
|
|
NullCheck(L_673);
|
|
int32_t L_675 = L_674;
|
|
Type_t * L_676 = (L_673)->GetAt(static_cast<il2cpp_array_size_t>(L_675));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_677 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_676, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_677)
|
|
{
|
|
goto IL_075a;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_678 = V_27;
|
|
int32_t L_679 = V_1;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_680 = V_4;
|
|
int32_t L_681 = V_9;
|
|
NullCheck(L_680);
|
|
int32_t L_682 = L_681;
|
|
Type_t * L_683 = (L_680)->GetAt(static_cast<il2cpp_array_size_t>(L_682));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_684 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
RuntimeArray * L_685 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_683, L_684, /*hidden argument*/NULL);
|
|
NullCheck(L_678);
|
|
ArrayElementTypeCheck (L_678, L_685);
|
|
(L_678)->SetAt(static_cast<il2cpp_array_size_t>(L_679), (RuntimeObject *)L_685);
|
|
goto IL_0767;
|
|
}
|
|
|
|
IL_075a:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_686 = V_27;
|
|
int32_t L_687 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_688 = V_11;
|
|
int32_t L_689 = V_1;
|
|
NullCheck(L_688);
|
|
int32_t L_690 = L_689;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_691 = (L_688)->GetAt(static_cast<il2cpp_array_size_t>(L_690));
|
|
NullCheck(L_691);
|
|
RuntimeObject * L_692 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Reflection.ParameterInfo::get_DefaultValue() */, L_691);
|
|
NullCheck(L_686);
|
|
ArrayElementTypeCheck (L_686, L_692);
|
|
(L_686)->SetAt(static_cast<il2cpp_array_size_t>(L_687), (RuntimeObject *)L_692);
|
|
}
|
|
|
|
IL_0767:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_693 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_694 = V_27;
|
|
*((RuntimeObject **)L_693) = (RuntimeObject *)L_694;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_693, (void*)(RuntimeObject *)L_694);
|
|
goto IL_07d8;
|
|
}
|
|
|
|
IL_076d:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_695 = V_0;
|
|
int32_t L_696 = V_9;
|
|
NullCheck(L_695);
|
|
int32_t L_697 = L_696;
|
|
MethodBase_t * L_698 = (L_695)->GetAt(static_cast<il2cpp_array_size_t>(L_697));
|
|
NullCheck(L_698);
|
|
int32_t L_699 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Reflection.CallingConventions System.Reflection.MethodBase::get_CallingConvention() */, L_698);
|
|
if (((int32_t)((int32_t)L_699&(int32_t)2)))
|
|
{
|
|
goto IL_07d8;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_700 = V_11;
|
|
NullCheck(L_700);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_701 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_700)->max_length)))));
|
|
V_28 = L_701;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_702 = V_11;
|
|
NullCheck(L_702);
|
|
V_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_702)->max_length)))), (int32_t)1));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_703 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_704 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_703);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_705 = V_28;
|
|
int32_t L_706 = V_29;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_704, 0, (RuntimeArray *)(RuntimeArray *)L_705, 0, L_706, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_707 = V_28;
|
|
int32_t L_708 = V_29;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_709 = V_4;
|
|
int32_t L_710 = V_9;
|
|
NullCheck(L_709);
|
|
int32_t L_711 = L_710;
|
|
Type_t * L_712 = (L_709)->GetAt(static_cast<il2cpp_array_size_t>(L_711));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_713 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_714 = L_713;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_715 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_716 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_715);
|
|
NullCheck(L_716);
|
|
int32_t L_717 = V_29;
|
|
NullCheck(L_714);
|
|
(L_714)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_716)->max_length)))), (int32_t)L_717)));
|
|
RuntimeArray * L_718 = Array_UnsafeCreateInstance_m48C48756F11E597154438531519DD9279FEA273B(L_712, L_714, /*hidden argument*/NULL);
|
|
NullCheck(L_707);
|
|
ArrayElementTypeCheck (L_707, L_718);
|
|
(L_707)->SetAt(static_cast<il2cpp_array_size_t>(L_708), (RuntimeObject *)L_718);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_719 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_720 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_719);
|
|
int32_t L_721 = V_29;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_722 = V_28;
|
|
int32_t L_723 = V_29;
|
|
NullCheck(L_722);
|
|
int32_t L_724 = L_723;
|
|
RuntimeObject * L_725 = (L_722)->GetAt(static_cast<il2cpp_array_size_t>(L_724));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_726 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_727 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_726);
|
|
NullCheck(L_727);
|
|
int32_t L_728 = V_29;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_720, L_721, ((RuntimeArray *)CastclassClass((RuntimeObject*)L_725, RuntimeArray_il2cpp_TypeInfo_var)), 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_727)->max_length)))), (int32_t)L_728)), /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_729 = ___args2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_730 = V_28;
|
|
*((RuntimeObject **)L_729) = (RuntimeObject *)L_730;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_729, (void*)(RuntimeObject *)L_730);
|
|
}
|
|
|
|
IL_07d8:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_731 = V_0;
|
|
int32_t L_732 = V_9;
|
|
NullCheck(L_731);
|
|
int32_t L_733 = L_732;
|
|
MethodBase_t * L_734 = (L_731)->GetAt(static_cast<il2cpp_array_size_t>(L_733));
|
|
return L_734;
|
|
}
|
|
}
|
|
// System.Reflection.FieldInfo System.DefaultBinder::BindToField(System.Reflection.BindingFlags,System.Reflection.FieldInfo[],System.Object,System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FieldInfo_t * DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, int32_t ___bindingAttr0, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* ___match1, RuntimeObject * ___value2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureInfo3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Type_t * V_2 = NULL;
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
Type_t * V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_0 = ___match1;
|
|
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, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = (Type_t *)NULL;
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_2 = ___match1;
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_2);
|
|
RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL);
|
|
V_3 = ((FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE*)Castclass((RuntimeObject*)L_3, FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE_il2cpp_TypeInfo_var));
|
|
int32_t L_4 = ___bindingAttr0;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)2048))))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_5 = ___value2;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
V_0 = 0;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_7 = V_3;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
FieldInfo_t * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
NullCheck(L_10);
|
|
Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(18 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_10);
|
|
V_6 = L_11;
|
|
Type_t * L_12 = V_6;
|
|
Type_t * L_13 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_14 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_12, L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_15 = V_3;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = L_16;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_18 = V_3;
|
|
int32_t L_19 = V_0;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
FieldInfo_t * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_21);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (FieldInfo_t *)L_21);
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
RuntimeObject * L_22 = ___value2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var);
|
|
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * L_23 = ((Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields*)il2cpp_codegen_static_fields_for(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var))->get_Value_0();
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_22) == ((RuntimeObject*)(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 *)L_23))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_24 = V_6;
|
|
NullCheck(L_24);
|
|
bool L_25 = Type_get_IsClass_m760C57B1D66D7CBF284495764BB7EFC6E7D74B0F(L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_26 = V_3;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = L_27;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_29 = V_3;
|
|
int32_t L_30 = V_0;
|
|
NullCheck(L_29);
|
|
int32_t L_31 = L_30;
|
|
FieldInfo_t * L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_32);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (FieldInfo_t *)L_32);
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Type_t * L_33 = V_6;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
|
|
bool L_36 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_33, L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_37 = V_3;
|
|
int32_t L_38 = V_1;
|
|
int32_t L_39 = L_38;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_40 = V_3;
|
|
int32_t L_41 = V_0;
|
|
NullCheck(L_40);
|
|
int32_t L_42 = L_41;
|
|
FieldInfo_t * L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, L_43);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_39), (FieldInfo_t *)L_43);
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
Type_t * L_44 = V_6;
|
|
NullCheck(L_44);
|
|
bool L_45 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_44, /*hidden argument*/NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_46 = ___value2;
|
|
Type_t * L_47 = V_6;
|
|
bool L_48 = DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037(L_46, ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_47, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_49 = V_3;
|
|
int32_t L_50 = V_1;
|
|
int32_t L_51 = L_50;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_52 = V_3;
|
|
int32_t L_53 = V_0;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = L_53;
|
|
FieldInfo_t * L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
NullCheck(L_49);
|
|
ArrayElementTypeCheck (L_49, L_55);
|
|
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_51), (FieldInfo_t *)L_55);
|
|
goto IL_00cc;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
Type_t * L_56 = V_6;
|
|
Type_t * L_57 = V_2;
|
|
NullCheck(L_56);
|
|
bool L_58 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_56, L_57);
|
|
if (!L_58)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_59 = V_3;
|
|
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));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_62 = V_3;
|
|
int32_t L_63 = V_0;
|
|
NullCheck(L_62);
|
|
int32_t L_64 = L_63;
|
|
FieldInfo_t * L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
|
|
NullCheck(L_59);
|
|
ArrayElementTypeCheck (L_59, L_65);
|
|
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(L_61), (FieldInfo_t *)L_65);
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
int32_t L_66 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1));
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_67 = V_0;
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_68 = V_3;
|
|
NullCheck(L_68);
|
|
if ((((int32_t)L_67) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_1;
|
|
if (L_69)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_70 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral60446D21D42F72D18D914C2AD00B211A55AFBF5B, /*hidden argument*/NULL);
|
|
MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 * L_71 = (MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37 *)il2cpp_codegen_object_new(MissingFieldException_tDDE5A10CB4AC8418D5507B2A00B8C55C8B053D37_il2cpp_TypeInfo_var);
|
|
MissingFieldException__ctor_mC6E169055FBC76AE0C760DD5B47433E7039B5100(L_71, L_70, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_71, DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
int32_t L_72 = V_1;
|
|
if ((!(((uint32_t)L_72) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_73 = V_3;
|
|
NullCheck(L_73);
|
|
int32_t L_74 = 0;
|
|
FieldInfo_t * L_75 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
return L_75;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
V_4 = 0;
|
|
V_5 = (bool)0;
|
|
V_0 = 1;
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_76 = V_3;
|
|
int32_t L_77 = V_4;
|
|
NullCheck(L_76);
|
|
int32_t L_78 = L_77;
|
|
FieldInfo_t * L_79 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_80 = V_3;
|
|
int32_t L_81 = V_0;
|
|
NullCheck(L_80);
|
|
int32_t L_82 = L_81;
|
|
FieldInfo_t * L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
|
|
int32_t L_84 = DefaultBinder_FindMostSpecificField_mE1F1A7614D5F22D24D965F1EFC9392C2C2015BD6(L_79, L_83, /*hidden argument*/NULL);
|
|
V_7 = L_84;
|
|
int32_t L_85 = V_7;
|
|
if (L_85)
|
|
{
|
|
goto IL_0115;
|
|
}
|
|
}
|
|
{
|
|
V_5 = (bool)1;
|
|
goto IL_0120;
|
|
}
|
|
|
|
IL_0115:
|
|
{
|
|
int32_t L_86 = V_7;
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_87 = V_0;
|
|
V_4 = L_87;
|
|
V_5 = (bool)0;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
int32_t L_88 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1));
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
int32_t L_89 = V_0;
|
|
int32_t L_90 = V_1;
|
|
if ((((int32_t)L_89) < ((int32_t)L_90)))
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
bool L_91 = V_5;
|
|
if (!L_91)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_92 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_93 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_93, L_92, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_93, DefaultBinder_BindToField_mA843B725E842D3D3C70A277E3CC50DA324B0B929_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
FieldInfoU5BU5D_t9C36FA93372CA01DAF85946064B058CD9CE2E8BE* L_94 = V_3;
|
|
int32_t L_95 = V_4;
|
|
NullCheck(L_94);
|
|
int32_t L_96 = L_95;
|
|
FieldInfo_t * L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
|
|
return L_97;
|
|
}
|
|
}
|
|
// System.Reflection.MethodBase System.DefaultBinder::SelectMethod(System.Reflection.BindingFlags,System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, int32_t ___bindingAttr0, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_7 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_8 = NULL;
|
|
Type_t * V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___types2;
|
|
NullCheck(L_0);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))));
|
|
V_2 = L_1;
|
|
V_0 = 0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = V_2;
|
|
int32_t L_3 = V_0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = ___types2;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
Type_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
NullCheck(L_7);
|
|
Type_t * L_8 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_7);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_8);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (Type_t *)L_8);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = V_2;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
Type_t * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
if (((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_12, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_14, L_13, _stringLiteralE7B1FFF7007B635892A8F2C7C17F4FABC7AA2F8C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = ___types2;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = V_2;
|
|
___types2 = L_18;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_19 = ___match1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_20 = ___match1;
|
|
NullCheck(L_20);
|
|
if ((((RuntimeArray*)L_20)->max_length))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE547AE1448CF3512FF04B2DD74F10B33FDD801A9, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_22 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_22, L_21, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_23 = ___match1;
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_23);
|
|
RuntimeObject * L_24 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_23, /*hidden argument*/NULL);
|
|
V_3 = ((MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)Castclass((RuntimeObject*)L_24, MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var));
|
|
V_4 = 0;
|
|
V_0 = 0;
|
|
goto IL_0120;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_25 = V_3;
|
|
int32_t L_26 = V_0;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
MethodBase_t * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
NullCheck(L_28);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_29 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_28);
|
|
V_8 = L_29;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_30 = V_8;
|
|
NullCheck(L_30);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = ___types2;
|
|
NullCheck(L_31);
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_32 = V_8;
|
|
int32_t L_33 = V_1;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
NullCheck(L_35);
|
|
Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_35);
|
|
V_9 = L_36;
|
|
Type_t * L_37 = V_9;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_38 = ___types2;
|
|
int32_t L_39 = V_1;
|
|
NullCheck(L_38);
|
|
int32_t L_40 = L_39;
|
|
Type_t * L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_42 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_37, L_41, /*hidden argument*/NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_43 = V_9;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_44 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_45 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_44, /*hidden argument*/NULL);
|
|
bool L_46 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_43, L_45, /*hidden argument*/NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_47 = V_9;
|
|
NullCheck(L_47);
|
|
bool L_48 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_47, /*hidden argument*/NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_49 = ___types2;
|
|
int32_t L_50 = V_1;
|
|
NullCheck(L_49);
|
|
int32_t L_51 = L_50;
|
|
Type_t * L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
|
|
NullCheck(L_52);
|
|
Type_t * L_53 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_52);
|
|
if (!((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_53, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_54 = ___types2;
|
|
int32_t L_55 = V_1;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = L_55;
|
|
Type_t * L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NullCheck(L_57);
|
|
Type_t * L_58 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_57);
|
|
Type_t * L_59 = V_9;
|
|
NullCheck(L_59);
|
|
Type_t * L_60 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_59);
|
|
bool L_61 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_58, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_60, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
Type_t * L_62 = V_9;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_63 = ___types2;
|
|
int32_t L_64 = V_1;
|
|
NullCheck(L_63);
|
|
int32_t L_65 = L_64;
|
|
Type_t * L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
|
|
NullCheck(L_62);
|
|
bool L_67 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_62, L_66);
|
|
if (!L_67)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_68 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
int32_t L_69 = V_1;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_70 = ___types2;
|
|
NullCheck(L_70);
|
|
if ((((int32_t)L_69) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
int32_t L_71 = V_1;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_72 = ___types2;
|
|
NullCheck(L_72);
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length))))))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_73 = V_3;
|
|
int32_t L_74 = V_4;
|
|
int32_t L_75 = L_74;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_76 = V_3;
|
|
int32_t L_77 = V_0;
|
|
NullCheck(L_76);
|
|
int32_t L_78 = L_77;
|
|
MethodBase_t * L_79 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_78));
|
|
NullCheck(L_73);
|
|
ArrayElementTypeCheck (L_73, L_79);
|
|
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(L_75), (MethodBase_t *)L_79);
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_80 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1));
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
int32_t L_81 = V_0;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_82 = V_3;
|
|
NullCheck(L_82);
|
|
if ((((int32_t)L_81) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_4;
|
|
if (L_83)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
return (MethodBase_t *)NULL;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
int32_t L_84 = V_4;
|
|
if ((!(((uint32_t)L_84) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_85 = V_3;
|
|
NullCheck(L_85);
|
|
int32_t L_86 = 0;
|
|
MethodBase_t * L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
return L_87;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
V_5 = 0;
|
|
V_6 = (bool)0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_88 = ___types2;
|
|
NullCheck(L_88);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_89 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length)))));
|
|
V_7 = L_89;
|
|
V_0 = 0;
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_90 = V_7;
|
|
int32_t L_91 = V_0;
|
|
int32_t L_92 = V_0;
|
|
NullCheck(L_90);
|
|
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(L_91), (int32_t)L_92);
|
|
int32_t L_93 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1));
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
int32_t L_94 = V_0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_95 = ___types2;
|
|
NullCheck(L_95);
|
|
if ((((int32_t)L_94) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_95)->max_length)))))))
|
|
{
|
|
goto IL_014c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 1;
|
|
goto IL_0190;
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_96 = V_3;
|
|
int32_t L_97 = V_5;
|
|
NullCheck(L_96);
|
|
int32_t L_98 = L_97;
|
|
MethodBase_t * L_99 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_98));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_100 = V_7;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_101 = V_3;
|
|
int32_t L_102 = V_0;
|
|
NullCheck(L_101);
|
|
int32_t L_103 = L_102;
|
|
MethodBase_t * L_104 = (L_101)->GetAt(static_cast<il2cpp_array_size_t>(L_103));
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_105 = V_7;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_106 = ___types2;
|
|
int32_t L_107 = DefaultBinder_FindMostSpecificMethod_mA01D30FF6D04C4E044E64E7153F54E1A909D99F4(L_99, L_100, (Type_t *)NULL, L_104, L_105, (Type_t *)NULL, L_106, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
|
|
V_10 = L_107;
|
|
int32_t L_108 = V_10;
|
|
if (L_108)
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (bool)1;
|
|
goto IL_018c;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
int32_t L_109 = V_10;
|
|
if ((!(((uint32_t)L_109) == ((uint32_t)2))))
|
|
{
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_110 = V_0;
|
|
V_5 = L_110;
|
|
V_6 = (bool)0;
|
|
int32_t L_111 = V_0;
|
|
V_5 = L_111;
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
int32_t L_112 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
int32_t L_113 = V_0;
|
|
int32_t L_114 = V_4;
|
|
if ((((int32_t)L_113) < ((int32_t)L_114)))
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
{
|
|
bool L_115 = V_6;
|
|
if (!L_115)
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_116 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_117 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_117, L_116, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_117, DefaultBinder_SelectMethod_mCE25EA4369B9AFF75D83BC34F3C2C86275865307_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_118 = V_3;
|
|
int32_t L_119 = V_5;
|
|
NullCheck(L_118);
|
|
int32_t L_120 = L_119;
|
|
MethodBase_t * L_121 = (L_118)->GetAt(static_cast<il2cpp_array_size_t>(L_120));
|
|
return L_121;
|
|
}
|
|
}
|
|
// System.Reflection.PropertyInfo System.DefaultBinder::SelectProperty(System.Reflection.BindingFlags,System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, int32_t ___bindingAttr0, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ___match1, Type_t * ___returnType2, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___indexes3, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_7 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_8 = NULL;
|
|
Type_t * V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * G_B3_0 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B3_1 = NULL;
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * G_B2_0 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* G_B2_1 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_0 = ___indexes3;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___indexes3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var);
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * L_2 = ((U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var))->get_U3CU3E9__3_0_1();
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * L_3 = L_2;
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = L_1;
|
|
if (L_3)
|
|
{
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = L_1;
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * L_4 = ((U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * L_5 = (Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 *)il2cpp_codegen_object_new(Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8_il2cpp_TypeInfo_var);
|
|
Predicate_1__ctor_m7C925FFF096E13DDDB3270752EB85316849901C1(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSelectPropertyU3Eb__3_0_mF345E2DA9881A664C58728C654EC8047E1BCFF54_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m7C925FFF096E13DDDB3270752EB85316849901C1_RuntimeMethod_var);
|
|
Predicate_1_t697D6FBF648D1B18FC5410852FFC81242B370DD8 * L_6 = L_5;
|
|
((U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var))->set_U3CU3E9__3_0_1(L_6);
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
bool L_7 = Contract_ForAll_TisType_t_m92ADDB04B2359A20467EFB9306995973FFEF64FB((RuntimeObject*)(RuntimeObject*)G_B3_1, G_B3_0, /*hidden argument*/Contract_ForAll_TisType_t_m92ADDB04B2359A20467EFB9306995973FFEF64FB_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralE0ADF2BEA400DF372B97A1079A556B07ED24E356, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_9 = ___match1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_10 = ___match1;
|
|
NullCheck(L_10);
|
|
if ((((RuntimeArray*)L_10)->max_length))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE547AE1448CF3512FF04B2DD74F10B33FDD801A9, /*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, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_13 = ___match1;
|
|
NullCheck((RuntimeArray *)(RuntimeArray *)L_13);
|
|
RuntimeObject * L_14 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_13, /*hidden argument*/NULL);
|
|
V_0 = ((PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E*)Castclass((RuntimeObject*)L_14, PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E_il2cpp_TypeInfo_var));
|
|
V_2 = 0;
|
|
V_3 = 0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = ___indexes3;
|
|
if (L_15)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = 0;
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = ___indexes3;
|
|
NullCheck(L_16);
|
|
G_B11_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))));
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
V_4 = G_B11_0;
|
|
V_1 = 0;
|
|
goto IL_0182;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = ___indexes3;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_18 = V_0;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
PropertyInfo_t * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
NullCheck(L_21);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_22 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_21);
|
|
V_8 = L_22;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_23 = V_8;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = V_4;
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))) == ((uint32_t)L_24))))
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_010f;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_25 = V_8;
|
|
int32_t L_26 = V_2;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
NullCheck(L_28);
|
|
Type_t * L_29 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_28);
|
|
V_9 = L_29;
|
|
Type_t * L_30 = V_9;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = ___indexes3;
|
|
int32_t L_32 = V_2;
|
|
NullCheck(L_31);
|
|
int32_t L_33 = L_32;
|
|
Type_t * L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_35 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_34, /*hidden argument*/NULL);
|
|
if (L_35)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_36 = V_9;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
|
|
bool L_39 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_36, L_38, /*hidden argument*/NULL);
|
|
if (L_39)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_40 = V_9;
|
|
NullCheck(L_40);
|
|
bool L_41 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_40, /*hidden argument*/NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_42 = ___indexes3;
|
|
int32_t L_43 = V_2;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = L_43;
|
|
Type_t * L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
NullCheck(L_45);
|
|
Type_t * L_46 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_45);
|
|
if (!((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_46, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_47 = ___indexes3;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
Type_t * L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
NullCheck(L_50);
|
|
Type_t * L_51 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_50);
|
|
Type_t * L_52 = V_9;
|
|
NullCheck(L_52);
|
|
Type_t * L_53 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_52);
|
|
bool L_54 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_51, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_53, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
Type_t * L_55 = V_9;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_56 = ___indexes3;
|
|
int32_t L_57 = V_2;
|
|
NullCheck(L_56);
|
|
int32_t L_58 = L_57;
|
|
Type_t * L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
NullCheck(L_55);
|
|
bool L_60 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_55, L_59);
|
|
if (!L_60)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
int32_t L_61 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
int32_t L_62 = V_2;
|
|
int32_t L_63 = V_4;
|
|
if ((((int32_t)L_62) < ((int32_t)L_63)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
int32_t L_64 = V_2;
|
|
int32_t L_65 = V_4;
|
|
if ((!(((uint32_t)L_64) == ((uint32_t)L_65))))
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_66 = ___returnType2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_67 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_66, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_68 = V_0;
|
|
int32_t L_69 = V_1;
|
|
NullCheck(L_68);
|
|
int32_t L_70 = L_69;
|
|
PropertyInfo_t * L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
NullCheck(L_71);
|
|
Type_t * L_72 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_71);
|
|
NullCheck(L_72);
|
|
bool L_73 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_72, /*hidden argument*/NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_74 = ___returnType2;
|
|
NullCheck(L_74);
|
|
Type_t * L_75 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_74);
|
|
if (!((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_75, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_76 = ___returnType2;
|
|
NullCheck(L_76);
|
|
Type_t * L_77 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_76);
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_78 = V_0;
|
|
int32_t L_79 = V_1;
|
|
NullCheck(L_78);
|
|
int32_t L_80 = L_79;
|
|
PropertyInfo_t * L_81 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
|
|
NullCheck(L_81);
|
|
Type_t * L_82 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_81);
|
|
NullCheck(L_82);
|
|
Type_t * L_83 = VirtFuncInvoker0< Type_t * >::Invoke(136 /* System.Type System.Type::get_UnderlyingSystemType() */, L_82);
|
|
bool L_84 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_77, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_83, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
if (L_84)
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_85 = V_0;
|
|
int32_t L_86 = V_1;
|
|
NullCheck(L_85);
|
|
int32_t L_87 = L_86;
|
|
PropertyInfo_t * L_88 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_87));
|
|
NullCheck(L_88);
|
|
Type_t * L_89 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_88);
|
|
Type_t * L_90 = ___returnType2;
|
|
NullCheck(L_89);
|
|
bool L_91 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_89, L_90);
|
|
if (!L_91)
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_92 = V_0;
|
|
int32_t L_93 = V_3;
|
|
int32_t L_94 = L_93;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1));
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_95 = V_0;
|
|
int32_t L_96 = V_1;
|
|
NullCheck(L_95);
|
|
int32_t L_97 = L_96;
|
|
PropertyInfo_t * L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
|
|
NullCheck(L_92);
|
|
ArrayElementTypeCheck (L_92, L_98);
|
|
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(L_94), (PropertyInfo_t *)L_98);
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
int32_t L_99 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1));
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
int32_t L_100 = V_1;
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_101 = V_0;
|
|
NullCheck(L_101);
|
|
if ((((int32_t)L_100) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length)))))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_102 = V_3;
|
|
if (L_102)
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
return (PropertyInfo_t *)NULL;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
int32_t L_103 = V_3;
|
|
if ((!(((uint32_t)L_103) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_104 = V_0;
|
|
NullCheck(L_104);
|
|
int32_t L_105 = 0;
|
|
PropertyInfo_t * L_106 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
|
|
return L_106;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
V_5 = 0;
|
|
V_6 = (bool)0;
|
|
int32_t L_107 = V_4;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_108 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_107);
|
|
V_7 = L_108;
|
|
V_1 = 0;
|
|
goto IL_01b4;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_109 = V_7;
|
|
int32_t L_110 = V_1;
|
|
int32_t L_111 = V_1;
|
|
NullCheck(L_109);
|
|
(L_109)->SetAt(static_cast<il2cpp_array_size_t>(L_110), (int32_t)L_111);
|
|
int32_t L_112 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1));
|
|
}
|
|
|
|
IL_01b4:
|
|
{
|
|
int32_t L_113 = V_1;
|
|
int32_t L_114 = V_4;
|
|
if ((((int32_t)L_113) < ((int32_t)L_114)))
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 1;
|
|
goto IL_0227;
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_115 = V_0;
|
|
int32_t L_116 = V_5;
|
|
NullCheck(L_115);
|
|
int32_t L_117 = L_116;
|
|
PropertyInfo_t * L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
|
|
NullCheck(L_118);
|
|
Type_t * L_119 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_118);
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_120 = V_0;
|
|
int32_t L_121 = V_1;
|
|
NullCheck(L_120);
|
|
int32_t L_122 = L_121;
|
|
PropertyInfo_t * L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
|
|
NullCheck(L_123);
|
|
Type_t * L_124 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_123);
|
|
Type_t * L_125 = ___returnType2;
|
|
int32_t L_126 = DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E(L_119, L_124, L_125, /*hidden argument*/NULL);
|
|
V_10 = L_126;
|
|
int32_t L_127 = V_10;
|
|
if (L_127)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_128 = ___indexes3;
|
|
if (!L_128)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_129 = V_0;
|
|
int32_t L_130 = V_5;
|
|
NullCheck(L_129);
|
|
int32_t L_131 = L_130;
|
|
PropertyInfo_t * L_132 = (L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_131));
|
|
NullCheck(L_132);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_133 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_132);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_134 = V_7;
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_135 = V_0;
|
|
int32_t L_136 = V_1;
|
|
NullCheck(L_135);
|
|
int32_t L_137 = L_136;
|
|
PropertyInfo_t * L_138 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
|
|
NullCheck(L_138);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_139 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_138);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_140 = V_7;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_141 = ___indexes3;
|
|
int32_t L_142 = DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3(L_133, L_134, (Type_t *)NULL, L_139, L_140, (Type_t *)NULL, L_141, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL, /*hidden argument*/NULL);
|
|
V_10 = L_142;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
int32_t L_143 = V_10;
|
|
if (L_143)
|
|
{
|
|
goto IL_0218;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_144 = V_0;
|
|
int32_t L_145 = V_5;
|
|
NullCheck(L_144);
|
|
int32_t L_146 = L_145;
|
|
PropertyInfo_t * L_147 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_146));
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_148 = V_0;
|
|
int32_t L_149 = V_1;
|
|
NullCheck(L_148);
|
|
int32_t L_150 = L_149;
|
|
PropertyInfo_t * L_151 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
|
|
int32_t L_152 = DefaultBinder_FindMostSpecificProperty_mD52246E28A4CD12B49B96E7D5B0F71B5D9E168E0(L_147, L_151, /*hidden argument*/NULL);
|
|
V_10 = L_152;
|
|
int32_t L_153 = V_10;
|
|
if (L_153)
|
|
{
|
|
goto IL_0218;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (bool)1;
|
|
}
|
|
|
|
IL_0218:
|
|
{
|
|
int32_t L_154 = V_10;
|
|
if ((!(((uint32_t)L_154) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (bool)0;
|
|
int32_t L_155 = V_1;
|
|
V_5 = L_155;
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
int32_t L_156 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1));
|
|
}
|
|
|
|
IL_0227:
|
|
{
|
|
int32_t L_157 = V_1;
|
|
int32_t L_158 = V_3;
|
|
if ((((int32_t)L_157) < ((int32_t)L_158)))
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
bool L_159 = V_6;
|
|
if (!L_159)
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_160 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_161 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_161, L_160, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_161, DefaultBinder_SelectProperty_m6280388248BEBBB5AB0929AD9F6828D5712D43C3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_162 = V_0;
|
|
int32_t L_163 = V_5;
|
|
NullCheck(L_162);
|
|
int32_t L_164 = L_163;
|
|
PropertyInfo_t * L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
|
|
return L_165;
|
|
}
|
|
}
|
|
// System.Object System.DefaultBinder::ChangeType(System.Object,System.Type,System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultBinder_ChangeType_m142D14C793CA99BC7F973627E3F35A04159D0833 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, RuntimeObject * ___value0, Type_t * ___type1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___cultureInfo2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_ChangeType_m142D14C793CA99BC7F973627E3F35A04159D0833_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8E8546DE89C32B39B3EB5728EC66E941FEE4E8F2, /*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, DefaultBinder_ChangeType_m142D14C793CA99BC7F973627E3F35A04159D0833_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.DefaultBinder::ReorderArgumentArray(System.Object[]&,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBinder_ReorderArgumentArray_m866705416BE72EA2D645DFFDCB9EEE0C007E793A (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** ___args0, RuntimeObject * ___state1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_ReorderArgumentArray_m866705416BE72EA2D645DFFDCB9EEE0C007E793A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_5 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___state1;
|
|
V_0 = ((BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E *)CastclassClass((RuntimeObject*)L_0, BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E_il2cpp_TypeInfo_var));
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = L_1->get_m_argsMap_0();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_3 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_3);
|
|
DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0(L_2, L_4, /*hidden argument*/NULL);
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->get_m_isParamArray_2();
|
|
if (!L_6)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_7 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_7);
|
|
NullCheck(L_8);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)1));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_9 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_9);
|
|
NullCheck(L_10);
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = L_11->get_m_originalSize_1();
|
|
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_13 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_13);
|
|
int32_t L_15 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_16 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_16);
|
|
int32_t L_18 = V_1;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
RuntimeObject * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_20, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)));
|
|
int32_t L_21 = 0;
|
|
RuntimeObject * L_22 = (((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_20, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_22);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (RuntimeObject *)L_22);
|
|
return;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_23 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_23);
|
|
NullCheck(L_24);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))));
|
|
V_2 = L_25;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_26 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_26);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = V_2;
|
|
int32_t L_29 = V_1;
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_27, 0, (RuntimeArray *)(RuntimeArray *)L_28, 0, L_29, /*hidden argument*/NULL);
|
|
int32_t L_30 = V_1;
|
|
V_3 = L_30;
|
|
V_4 = 0;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = V_2;
|
|
int32_t L_32 = V_3;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_33 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_33);
|
|
int32_t L_35 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
RuntimeObject * L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
int32_t L_38 = V_4;
|
|
NullCheck(((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_37, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)));
|
|
int32_t L_39 = L_38;
|
|
RuntimeObject * L_40 = (((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)Castclass((RuntimeObject*)L_37, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var)))->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_40);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (RuntimeObject *)L_40);
|
|
int32_t L_41 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
|
|
int32_t L_42 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_43 = V_3;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = V_2;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_45 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = V_2;
|
|
*((RuntimeObject **)L_45) = (RuntimeObject *)L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_45, (void*)(RuntimeObject *)L_46);
|
|
return;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_47 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_47);
|
|
NullCheck(L_48);
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_49 = V_0;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->get_m_originalSize_1();
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))))) <= ((int32_t)L_50)))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_51 = V_0;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = L_51->get_m_originalSize_1();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)L_52);
|
|
V_5 = L_53;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_54 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = *((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)L_54);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = V_5;
|
|
BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * L_57 = V_0;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = L_57->get_m_originalSize_1();
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_55, 0, (RuntimeArray *)(RuntimeArray *)L_56, 0, L_58, /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** L_59 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = V_5;
|
|
*((RuntimeObject **)L_59) = (RuntimeObject *)L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_59, (void*)(RuntimeObject *)L_60);
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Reflection.MethodBase System.DefaultBinder::ExactBinding(System.Reflection.MethodBase[],System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types1, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_0 = ___match0;
|
|
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, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DefaultBinder_ExactBinding_m56EE01D30656F6D879BCAD9B72DDA7345227EA15_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_2 = ___match0;
|
|
NullCheck(L_2);
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_3 = (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914*)SZArrayNew(MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_4 = ___match0;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
MethodBase_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
NullCheck(L_7);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_7);
|
|
V_3 = L_8;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
if (!(((RuntimeArray*)L_9)->max_length))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_10 = V_3;
|
|
int32_t L_11 = V_4;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
NullCheck(L_13);
|
|
Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_13);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = ___types1;
|
|
int32_t L_16 = V_4;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
Type_t * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_14);
|
|
bool L_19 = VirtFuncInvoker1< bool, Type_t * >::Invoke(142 /* System.Boolean System.Type::Equals(System.Type) */, L_14, L_18);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_21 = V_4;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = ___types1;
|
|
NullCheck(L_22);
|
|
if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_23 = V_4;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_24 = ___types1;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_27 = ___match0;
|
|
int32_t L_28 = V_2;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
MethodBase_t * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, L_30);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (MethodBase_t *)L_30);
|
|
int32_t L_31 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_32 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_33 = V_2;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_34 = ___match0;
|
|
NullCheck(L_34);
|
|
if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_1;
|
|
if (L_35)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
return (MethodBase_t *)NULL;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_36 = V_1;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_37 = V_0;
|
|
NullCheck(L_37);
|
|
int32_t L_38 = 0;
|
|
MethodBase_t * L_39 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
return L_39;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_40 = V_0;
|
|
int32_t L_41 = V_1;
|
|
MethodBase_t * L_42 = DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20(L_40, L_41, /*hidden argument*/NULL);
|
|
return L_42;
|
|
}
|
|
}
|
|
// System.Reflection.PropertyInfo System.DefaultBinder::ExactPropertyBinding(System.Reflection.PropertyInfo[],System.Type,System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t * DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221 (PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* ___match0, Type_t * ___returnType1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types2, ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* ___modifiers3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PropertyInfo_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_0 = ___match0;
|
|
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, _stringLiteralEF5C844EAB88BCACA779BD2F3AD67B573BBBBFCA, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = (PropertyInfo_t *)NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___types2;
|
|
if (L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = ___types2;
|
|
NullCheck(L_3);
|
|
G_B5_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_1 = G_B5_0;
|
|
V_2 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_4 = ___match0;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
PropertyInfo_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
NullCheck(L_7);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(23 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_7);
|
|
V_3 = L_8;
|
|
V_4 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_9 = V_3;
|
|
int32_t L_10 = V_4;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
Type_t * L_13 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_12);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = ___types2;
|
|
int32_t L_15 = V_4;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
Type_t * L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_18 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_13, L_17, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_20 = V_4;
|
|
int32_t L_21 = V_1;
|
|
if ((((int32_t)L_20) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
int32_t L_22 = V_4;
|
|
int32_t L_23 = V_1;
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_24 = ___returnType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_25 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_24, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_26 = ___returnType1;
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_27 = ___match0;
|
|
int32_t L_28 = V_2;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
PropertyInfo_t * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_30);
|
|
Type_t * L_31 = VirtFuncInvoker0< Type_t * >::Invoke(19 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_30);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_32 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_26, L_31, /*hidden argument*/NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
PropertyInfo_t * L_33 = V_0;
|
|
bool L_34 = PropertyInfo_op_Inequality_m72FFC34F4BEFB4F18155B0E97F8616597AE9A782(L_33, (PropertyInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_36 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_36, L_35, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, DefaultBinder_ExactPropertyBinding_m6D048B3D226B1A390F574721D3E7771E0BDF7221_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_37 = ___match0;
|
|
int32_t L_38 = V_2;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
PropertyInfo_t * L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
V_0 = L_40;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_41 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_42 = V_2;
|
|
PropertyInfoU5BU5D_tAD8E99B12FF99CA4F2EA37B612DE68E112B4CF7E* L_43 = ___match0;
|
|
NullCheck(L_43);
|
|
if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfo_t * L_44 = V_0;
|
|
return L_44;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecific(System.Reflection.ParameterInfo[],System.Int32[],System.Type,System.Reflection.ParameterInfo[],System.Int32[],System.Type,System.Type[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3 (ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p10, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder11, Type_t * ___paramArrayType12, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___p23, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder24, Type_t * ___paramArrayType25, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types6, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Type_t * V_3 = NULL;
|
|
Type_t * V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
{
|
|
Type_t * L_0 = ___paramArrayType12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_2 = ___paramArrayType25;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Type_t * L_4 = ___paramArrayType25;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = ___paramArrayType12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
V_2 = 0;
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = ___args7;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = ___args7;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_Missing_3();
|
|
if ((((RuntimeObject*)(RuntimeObject *)L_12) == ((RuntimeObject*)(RuntimeObject *)L_13)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Type_t * L_14 = ___paramArrayType12;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_15 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_14, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_16 = ___paramOrder11;
|
|
int32_t L_17 = V_2;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
int32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_20 = ___p10;
|
|
NullCheck(L_20);
|
|
if ((((int32_t)L_19) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))), (int32_t)1)))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_21 = ___paramArrayType12;
|
|
V_3 = L_21;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_22 = ___p10;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_23 = ___paramOrder11;
|
|
int32_t L_24 = V_2;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = L_24;
|
|
int32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
NullCheck(L_22);
|
|
int32_t L_27 = L_26;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_28 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
NullCheck(L_28);
|
|
Type_t * L_29 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_28);
|
|
V_3 = L_29;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
Type_t * L_30 = ___paramArrayType25;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_31 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_30, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_32 = ___paramOrder24;
|
|
int32_t L_33 = V_2;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
int32_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_36 = ___p23;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))), (int32_t)1)))))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_37 = ___paramArrayType25;
|
|
V_4 = L_37;
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_38 = ___p23;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_39 = ___paramOrder24;
|
|
int32_t L_40 = V_2;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = L_40;
|
|
int32_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
NullCheck(L_38);
|
|
int32_t L_43 = L_42;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_44 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
NullCheck(L_44);
|
|
Type_t * L_45 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_44);
|
|
V_4 = L_45;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
Type_t * L_46 = V_3;
|
|
Type_t * L_47 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_48 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_46, L_47, /*hidden argument*/NULL);
|
|
if (L_48)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_49 = V_3;
|
|
Type_t * L_50 = V_4;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_51 = ___types6;
|
|
int32_t L_52 = V_2;
|
|
NullCheck(L_51);
|
|
int32_t L_53 = L_52;
|
|
Type_t * L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
int32_t L_55 = DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E(L_49, L_50, L_54, /*hidden argument*/NULL);
|
|
V_5 = L_55;
|
|
int32_t L_56 = V_5;
|
|
switch (L_56)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
int32_t L_57 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
int32_t L_58 = V_2;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_59 = ___types6;
|
|
NullCheck(L_59);
|
|
if ((((int32_t)L_58) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
bool L_60 = V_0;
|
|
bool L_61 = V_1;
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)L_61))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
bool L_62 = V_0;
|
|
if (L_62)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_63 = ___args7;
|
|
if (!L_63)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_64 = ___p10;
|
|
NullCheck(L_64);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_65 = ___p23;
|
|
NullCheck(L_65);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_65)->max_length)))))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_66 = ___p23;
|
|
NullCheck(L_66);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_67 = ___p10;
|
|
NullCheck(L_67);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))))) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
bool L_68 = V_0;
|
|
if (L_68)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificType(System.Type,System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E (Type_t * ___c10, Type_t * ___c21, Type_t * ___t2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_FindMostSpecificType_m69BE6B092AF5722528221659898E6652566B832E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
Type_t * L_0 = ___c10;
|
|
Type_t * L_1 = ___c21;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Type_t * L_3 = ___c10;
|
|
Type_t * L_4 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
Type_t * L_6 = ___c21;
|
|
Type_t * L_7 = ___t2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Type_t * L_9 = ___c10;
|
|
NullCheck(L_9);
|
|
bool L_10 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_11 = ___c21;
|
|
NullCheck(L_11);
|
|
bool L_12 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_13 = ___c10;
|
|
NullCheck(L_13);
|
|
bool L_14 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_15 = ___c21;
|
|
NullCheck(L_15);
|
|
bool L_16 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_17 = ___c10;
|
|
NullCheck(L_17);
|
|
Type_t * L_18 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_17);
|
|
___c10 = L_18;
|
|
Type_t * L_19 = ___c21;
|
|
NullCheck(L_19);
|
|
Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_19);
|
|
___c21 = L_20;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Type_t * L_21 = ___c10;
|
|
NullCheck(L_21);
|
|
bool L_22 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_23 = ___c10;
|
|
NullCheck(L_23);
|
|
Type_t * L_24 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_23);
|
|
Type_t * L_25 = ___c21;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_26 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_24, L_25, /*hidden argument*/NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
Type_t * L_27 = ___c10;
|
|
NullCheck(L_27);
|
|
Type_t * L_28 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_27);
|
|
___c10 = L_28;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
Type_t * L_29 = ___c21;
|
|
NullCheck(L_29);
|
|
Type_t * L_30 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_29);
|
|
Type_t * L_31 = ___c10;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_32 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_31, /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
Type_t * L_33 = ___c21;
|
|
NullCheck(L_33);
|
|
Type_t * L_34 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_33);
|
|
___c21 = L_34;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
Type_t * L_35 = ___c10;
|
|
NullCheck(L_35);
|
|
bool L_36 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_35, /*hidden argument*/NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_37 = ___c21;
|
|
NullCheck(L_37);
|
|
bool L_38 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_37, /*hidden argument*/NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_39 = ___c21;
|
|
Type_t * L_40 = ___c10;
|
|
bool L_41 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_39, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_40, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_0 = L_41;
|
|
Type_t * L_42 = ___c10;
|
|
Type_t * L_43 = ___c21;
|
|
bool L_44 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_42, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_43, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
V_1 = L_44;
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
Type_t * L_45 = ___c10;
|
|
Type_t * L_46 = ___c21;
|
|
NullCheck(L_45);
|
|
bool L_47 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_45, L_46);
|
|
V_0 = L_47;
|
|
Type_t * L_48 = ___c21;
|
|
Type_t * L_49 = ___c10;
|
|
NullCheck(L_48);
|
|
bool L_50 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_48, L_49);
|
|
V_1 = L_50;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
bool L_51 = V_0;
|
|
bool L_52 = V_1;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)L_52))))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
bool L_53 = V_0;
|
|
if (!L_53)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
return 1;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificMethod(System.Reflection.MethodBase,System.Int32[],System.Type,System.Reflection.MethodBase,System.Int32[],System.Type,System.Type[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificMethod_mA01D30FF6D04C4E044E64E7153F54E1A909D99F4 (MethodBase_t * ___m10, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder11, Type_t * ___paramArrayType12, MethodBase_t * ___m23, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder24, Type_t * ___paramArrayType25, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___types6, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args7, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
MethodBase_t * L_0 = ___m10;
|
|
NullCheck(L_0);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_0);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___paramOrder11;
|
|
Type_t * L_3 = ___paramArrayType12;
|
|
MethodBase_t * L_4 = ___m23;
|
|
NullCheck(L_4);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_4);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ___paramOrder24;
|
|
Type_t * L_7 = ___paramArrayType25;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = ___types6;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = ___args7;
|
|
int32_t L_10 = DefaultBinder_FindMostSpecific_m3D9622FA49F725639ACC497CE669D61508FF03A3(L_1, L_2, L_3, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
int32_t L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
MethodBase_t * L_13 = ___m10;
|
|
MethodBase_t * L_14 = ___m23;
|
|
bool L_15 = DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6(L_13, L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
MethodBase_t * L_16 = ___m10;
|
|
NullCheck(L_16);
|
|
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_16);
|
|
int32_t L_18 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_17, /*hidden argument*/NULL);
|
|
V_1 = L_18;
|
|
MethodBase_t * L_19 = ___m23;
|
|
NullCheck(L_19);
|
|
Type_t * L_20 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_19);
|
|
int32_t L_21 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = V_2;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
int32_t L_25 = V_2;
|
|
if ((((int32_t)L_24) >= ((int32_t)L_25)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificField(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificField_mE1F1A7614D5F22D24D965F1EFC9392C2C2015BD6 (FieldInfo_t * ___cur10, FieldInfo_t * ___cur21, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
FieldInfo_t * L_0 = ___cur10;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
|
|
FieldInfo_t * L_2 = ___cur21;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
|
|
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
FieldInfo_t * L_5 = ___cur10;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5);
|
|
int32_t L_7 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
FieldInfo_t * L_8 = ___cur21;
|
|
NullCheck(L_8);
|
|
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8);
|
|
int32_t L_10 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_13) >= ((int32_t)L_14)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::FindMostSpecificProperty(System.Reflection.PropertyInfo,System.Reflection.PropertyInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_FindMostSpecificProperty_mD52246E28A4CD12B49B96E7D5B0F71B5D9E168E0 (PropertyInfo_t * ___cur10, PropertyInfo_t * ___cur21, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
PropertyInfo_t * L_0 = ___cur10;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0);
|
|
PropertyInfo_t * L_2 = ___cur21;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2);
|
|
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_3, /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
PropertyInfo_t * L_5 = ___cur10;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5);
|
|
int32_t L_7 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
PropertyInfo_t * L_8 = ___cur21;
|
|
NullCheck(L_8);
|
|
Type_t * L_9 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_8);
|
|
int32_t L_10 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_13) >= ((int32_t)L_14)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
return 2;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Boolean System.DefaultBinder::CompareMethodSigAndName(System.Reflection.MethodBase,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6 (MethodBase_t * ___m10, MethodBase_t * ___m21, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_CompareMethodSigAndName_m2E53A4C0A12CF4A53183A897155EC8C33D3208A6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_0 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
MethodBase_t * L_0 = ___m10;
|
|
NullCheck(L_0);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_0);
|
|
V_0 = L_1;
|
|
MethodBase_t * L_2 = ___m21;
|
|
NullCheck(L_2);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_3 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(16 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersNoCopy() */, L_2);
|
|
V_1 = L_3;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))));
|
|
V_3 = 0;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_7 = V_0;
|
|
int32_t L_8 = V_3;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
NullCheck(L_10);
|
|
Type_t * L_11 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_10);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_12 = V_1;
|
|
int32_t L_13 = V_3;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_15);
|
|
Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_15);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_17 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_11, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_18 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_19 = V_3;
|
|
int32_t L_20 = V_2;
|
|
if ((((int32_t)L_19) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 System.DefaultBinder::GetHierarchyDepth(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7 (Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
Type_t * L_0 = ___t0;
|
|
V_1 = L_0;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
|
|
Type_t * L_2 = V_1;
|
|
NullCheck(L_2);
|
|
Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_2);
|
|
V_1 = L_3;
|
|
Type_t * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Reflection.MethodBase System.DefaultBinder::FindMostDerivedNewSlotMeth(System.Reflection.MethodBase[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20 (MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* ___match0, int32_t ___cMatches1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MethodBase_t * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = (MethodBase_t *)NULL;
|
|
V_2 = 0;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_0 = ___match0;
|
|
int32_t L_1 = V_2;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
MethodBase_t * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
|
|
int32_t L_5 = DefaultBinder_GetHierarchyDepth_m9F83693DC50F07E60C3566CE64B8EF5BD81246F7(L_4, /*hidden argument*/NULL);
|
|
V_3 = L_5;
|
|
int32_t L_6 = V_3;
|
|
int32_t L_7 = V_0;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF6FD7DA10771A5C366913E790E94CF6401420BD7, /*hidden argument*/NULL);
|
|
AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 * L_9 = (AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349 *)il2cpp_codegen_object_new(AmbiguousMatchException_tA6167784E27C39A0B575BAD72BC25059F3B8B349_il2cpp_TypeInfo_var);
|
|
AmbiguousMatchException__ctor_m1828F14B6EA9C5F008237590CB3C4B0A59C03006(L_9, L_8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DefaultBinder_FindMostDerivedNewSlotMeth_m37DA672FC7A7EBC97778A1A0DC98E53AC57A4F20_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_10 = V_3;
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) <= ((int32_t)L_11)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_3;
|
|
V_0 = L_12;
|
|
MethodBaseU5BU5D_t57FAB09E20C4CE1DD48A19FB3E74821FDFD34914* L_13 = ___match0;
|
|
int32_t L_14 = V_2;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
MethodBase_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
V_1 = L_16;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_17 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = ___cMatches1;
|
|
if ((((int32_t)L_18) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
MethodBase_t * L_20 = V_1;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void System.DefaultBinder::ReorderParams(System.Int32[],System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___vars1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_ReorderParams_m0D1BA6F81625384D3E92833F3F230AAD4A19A4E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___vars1;
|
|
NullCheck(L_0);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))));
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___vars1;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_7);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject *)L_7);
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___vars1;
|
|
NullCheck(L_10);
|
|
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = ___vars1;
|
|
int32_t L_12 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = ___paramOrder0;
|
|
int32_t L_15 = V_2;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
NullCheck(L_13);
|
|
int32_t L_18 = L_17;
|
|
RuntimeObject * L_19 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_19);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimeObject *)L_19);
|
|
int32_t L_20 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_21 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = ___vars1;
|
|
NullCheck(L_22);
|
|
if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.DefaultBinder::CreateParamOrder(System.Int32[],System.Reflection.ParameterInfo[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CreateParamOrder_mCCF4FBB021E6F5DD89AD15232BB4147393246D28 (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___paramOrder0, ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* ___pars1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_CreateParamOrder_mCCF4FBB021E6F5DD89AD15232BB4147393246D28_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_0 = ___pars1;
|
|
NullCheck(L_0);
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_1 = (BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040*)SZArrayNew(BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))));
|
|
V_0 = L_1;
|
|
V_2 = 0;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = ___paramOrder0;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)(-1));
|
|
int32_t L_4 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_5 = V_2;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_6 = ___pars1;
|
|
NullCheck(L_6);
|
|
if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
V_3 = 0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_4 = 0;
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___names2;
|
|
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));
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_11 = ___pars1;
|
|
int32_t L_12 = V_4;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_14);
|
|
NullCheck(L_10);
|
|
bool L_16 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_10, L_15, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___paramOrder0;
|
|
int32_t L_18 = V_4;
|
|
int32_t L_19 = V_3;
|
|
NullCheck(L_17);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_19);
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_20 = V_0;
|
|
int32_t L_21 = V_3;
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (bool)1);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_22 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_23 = V_4;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_24 = ___pars1;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
int32_t L_25 = V_4;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_26 = ___pars1;
|
|
NullCheck(L_26);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length))))))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_27 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_28 = V_3;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = ___names2;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
V_5 = 0;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = ___paramOrder0;
|
|
int32_t L_31 = V_5;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = L_31;
|
|
int32_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
BooleanU5BU5D_t192C7579715690E25BD5EFED47F3E0FC9DCB2040* L_34 = V_0;
|
|
int32_t L_35 = V_1;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
uint8_t L_37 = (uint8_t)(L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
if (L_37)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_38 = ___paramOrder0;
|
|
int32_t L_39 = V_5;
|
|
int32_t L_40 = V_1;
|
|
NullCheck(L_38);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(L_39), (int32_t)L_40);
|
|
int32_t L_41 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
int32_t L_42 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
int32_t L_43 = V_1;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_44 = ___pars1;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_45 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_46 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_47 = ___pars1;
|
|
NullCheck(L_47);
|
|
if ((((int32_t)L_46) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.DefaultBinder::CanConvertPrimitive(System.RuntimeType,System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___source0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___target1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___source0;
|
|
NullCheck(L_0);
|
|
bool L_1 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___source0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___target1;
|
|
int32_t L_5 = Type_GetTypeCode_m3105BBCE671D89EFE212F9BA06AAB90944A6116F(L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ___source0;
|
|
NullCheck(L_8);
|
|
bool L_9 = Type_get_IsPrimitive_m8E39430EE4B70E1AE690B51E9BE681C7758DFF5A(L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_10 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)4)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) == ((int32_t)6)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)5))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_14) == ((int32_t)4)))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)6))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)4))) <= ((uint32_t)4))))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)4)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)4))) <= ((uint32_t)6))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)4)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)4))) <= ((uint32_t)8))))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
int32_t L_21 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)4))) <= ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_22 = ___target1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (IntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
|
|
bool L_25 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_22, L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_26 = ___source0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_27 = ___target1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_28 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_26, L_27, /*hidden argument*/NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_29 = ___target1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (UIntPtr_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
|
|
bool L_32 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_29, L_31, /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_33 = ___source0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_34 = ___target1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_35 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_33, L_34, /*hidden argument*/NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.DefaultBinder::CanConvertPrimitiveObjectToType(System.Object,System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037 (RuntimeObject * ___source0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DefaultBinder_CanConvertPrimitiveObjectToType_mCC1ABC24B5EFEE2123F6D1076A4FED3E2D0D7037_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject * L_1 = ___source0;
|
|
NullCheck(L_1);
|
|
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
Type_t * L_3 = V_0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___type1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = V_0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_7 = ___type1;
|
|
bool L_8 = DefaultBinder_CanConvertPrimitive_mA9D432E726B8D92AB86556256777FC254503C774(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_6, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.DefaultBinder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultBinder__ctor_mB89227403F48F787F92A2CB44164430E037D6306 (DefaultBinder_tFFCBC1B63C1667920094F68AB261486C13814AEC * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Binder__ctor_m64E1D14D089E10DB9DAD79A4DC5873472008E99E(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.DefaultBinder_<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB0A1A40C17108A1B4E6A7C32DD43E07663248331 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_mB0A1A40C17108A1B4E6A7C32DD43E07663248331_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * L_0 = (U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 *)il2cpp_codegen_object_new(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_mADCB9EEDA9DD9D322003B82958B83191EB111BB9(L_0, /*hidden argument*/NULL);
|
|
((U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DefaultBinder_<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mADCB9EEDA9DD9D322003B82958B83191EB111BB9 (U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.DefaultBinder_<>c::<SelectProperty>b__3_0(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CSelectPropertyU3Eb__3_0_mF345E2DA9881A664C58728C654EC8047E1BCFF54 (U3CU3Ec_t90EFA21AA958386A33746AE27FAD2B7AE8511BB2 * __this, Type_t * ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (U3CU3Ec_U3CSelectPropertyU3Eb__3_0_mF345E2DA9881A664C58728C654EC8047E1BCFF54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___t0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.DefaultBinder_BinderState::.ctor(System.Int32[],System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinderState__ctor_mE630BB1CD973FB5D63907C381649955DFD041953 (BinderState_tA85E393239309374F4AC64573FBA3EC74F6FF62E * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___argsMap0, int32_t ___originalSize1, bool ___isParamArray2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___argsMap0;
|
|
__this->set_m_argsMap_0(L_0);
|
|
int32_t L_1 = ___originalSize1;
|
|
__this->set_m_originalSize_1(L_1);
|
|
bool L_2 = ___isParamArray2;
|
|
__this->set_m_isParamArray_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
|
|
// Conversion methods for marshalling of: System.Delegate
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke(const Delegate_t& unmarshaled, Delegate_t_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___method_info_7Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'method_info' of type 'Delegate': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___method_info_7Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke_back(const Delegate_t_marshaled_pinvoke& marshaled, Delegate_t& unmarshaled)
|
|
{
|
|
Exception_t* ___method_info_7Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'method_info' of type 'Delegate': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___method_info_7Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Delegate
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_pinvoke_cleanup(Delegate_t_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Delegate
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_com(const Delegate_t& unmarshaled, Delegate_t_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___method_info_7Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'method_info' of type 'Delegate': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___method_info_7Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_com_back(const Delegate_t_marshaled_com& marshaled, Delegate_t& unmarshaled)
|
|
{
|
|
Exception_t* ___method_info_7Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'method_info' of type 'Delegate': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___method_info_7Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Delegate
|
|
IL2CPP_EXTERN_C void Delegate_t_marshal_com_cleanup(Delegate_t_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Reflection.MethodInfo System.Delegate::get_Method()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MethodInfo_t * L_0 = VirtFuncInvoker0< MethodInfo_t * >::Invoke(8 /* System.Reflection.MethodInfo System.Delegate::GetMethodImpl() */, __this);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Reflection.MethodInfo System.Delegate::GetVirtualMethod_internal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetVirtualMethod_internal_mF56DB1EB10AC1B065C448566FC43192D33ADC807 (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef MethodInfo_t * (*Delegate_GetVirtualMethod_internal_mF56DB1EB10AC1B065C448566FC43192D33ADC807_ftn) (Delegate_t *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Delegate_GetVirtualMethod_internal_mF56DB1EB10AC1B065C448566FC43192D33ADC807_ftn)mscorlib::System::Delegate::GetVirtualMethod_internal) (__this);
|
|
}
|
|
// System.Object System.Delegate::get_Target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2 (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_m_target_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate_internal(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA (Type_t * ___type0, RuntimeObject * ___target1, MethodInfo_t * ___info2, bool ___throwOnBindFailure3, const RuntimeMethod* method)
|
|
{
|
|
typedef Delegate_t * (*Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA_ftn) (Type_t *, RuntimeObject *, MethodInfo_t *, bool);
|
|
using namespace il2cpp::icalls;
|
|
return ((Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA_ftn)mscorlib::System::Delegate::CreateDelegate_internal) (___type0, ___target1, ___info2, ___throwOnBindFailure3);
|
|
}
|
|
// System.Boolean System.Delegate::arg_type_match(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712 (Type_t * ___delArgType0, Type_t * ___argType1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = ___delArgType0;
|
|
Type_t * L_1 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_4 = ___argType1;
|
|
NullCheck(L_4);
|
|
bool L_5 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = ___argType1;
|
|
Type_t * L_7 = ___delArgType0;
|
|
NullCheck(L_6);
|
|
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_6, L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
bool L_9 = V_0;
|
|
if (L_9)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_10 = ___delArgType0;
|
|
NullCheck(L_10);
|
|
bool L_11 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_10);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_12 = ___delArgType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_13 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_12, /*hidden argument*/NULL);
|
|
Type_t * L_14 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_15 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_14, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Type_t * L_16 = ___argType1;
|
|
NullCheck(L_16);
|
|
bool L_17 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_16);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_18 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_19 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_18, /*hidden argument*/NULL);
|
|
Type_t * L_20 = ___delArgType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_21 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_19, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
bool L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Boolean System.Delegate::arg_type_match_this(System.Type,System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180 (Type_t * ___delArgType0, Type_t * ___argType1, bool ___boxedThis2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
Type_t * L_0 = ___argType1;
|
|
NullCheck(L_0);
|
|
bool L_1 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_2 = ___delArgType0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_4 = ___delArgType0;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = VirtFuncInvoker0< Type_t * >::Invoke(127 /* System.Type System.Type::GetElementType() */, L_4);
|
|
Type_t * L_6 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_7 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
bool L_8 = ___boxedThis2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_9 = ___delArgType0;
|
|
Type_t * L_10 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_11 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_9, L_10, /*hidden argument*/NULL);
|
|
G_B7_0 = ((int32_t)(L_11));
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
G_B7_0 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
G_B7_0 = 1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
V_0 = (bool)G_B7_0;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_12 = ___delArgType0;
|
|
Type_t * L_13 = ___argType1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_14 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_12, L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_15 = ___argType1;
|
|
Type_t * L_16 = ___delArgType0;
|
|
NullCheck(L_15);
|
|
bool L_17 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_16);
|
|
G_B11_0 = ((int32_t)(L_17));
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_0 = (bool)G_B11_0;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
bool L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Boolean System.Delegate::return_type_match(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7 (Type_t * ___delReturnType0, Type_t * ___returnType1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Type_t * L_0 = ___returnType1;
|
|
Type_t * L_1 = ___delReturnType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_4 = ___returnType1;
|
|
NullCheck(L_4);
|
|
bool L_5 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_4, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = ___delReturnType0;
|
|
Type_t * L_7 = ___returnType1;
|
|
NullCheck(L_6);
|
|
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(139 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_6, L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m32F8BAD2FB740104EC47690E005BDD1ABA32864F (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject * L_1 = ___firstArgument1;
|
|
MethodInfo_t * L_2 = ___method2;
|
|
bool L_3 = ___throwOnBindFailure3;
|
|
Delegate_t * L_4 = Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2(L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, bool ___throwOnBindFailure3, bool ___allowClosed4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
MethodInfo_t * V_1 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_2 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_3 = NULL;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * V_6 = NULL;
|
|
Delegate_t * V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t G_B47_0 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___firstArgument1;
|
|
V_0 = L_0;
|
|
Type_t * L_1 = ___type0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_2 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_1, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
MethodInfo_t * L_4 = ___method2;
|
|
bool L_5 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
Type_t * L_7 = ___type0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_8 = { reinterpret_cast<intptr_t> (MulticastDelegate_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_7);
|
|
bool L_10 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_7, L_9);
|
|
if (L_10)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, _stringLiteral58E8DCCC518A85B2914A2D79E659E7D21E19FF28, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
Type_t * L_12 = ___type0;
|
|
NullCheck(L_12);
|
|
MethodInfo_t * L_13 = Type_GetMethod_mB8368D44E32C205D279BA3BB9E6FE1D09D45A6DE(L_12, _stringLiteralC65605ADF5270F5065089B0189DA542274D30DB0, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
MethodInfo_t * L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(38 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_14);
|
|
MethodInfo_t * L_16 = ___method2;
|
|
NullCheck(L_16);
|
|
Type_t * L_17 = VirtFuncInvoker0< Type_t * >::Invoke(38 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_16);
|
|
bool L_18 = Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7(L_15, L_17, /*hidden argument*/NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
bool L_19 = ___throwOnBindFailure3;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_20, _stringLiteral218137C521AF99F78EDC8E6B5559817D451D5390, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
MethodInfo_t * L_21 = V_1;
|
|
NullCheck(L_21);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_22 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(36 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_21);
|
|
V_2 = L_22;
|
|
MethodInfo_t * L_23 = ___method2;
|
|
NullCheck(L_23);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_24 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(36 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_23);
|
|
V_3 = L_24;
|
|
RuntimeObject * L_25 = V_0;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_26 = ___method2;
|
|
NullCheck(L_26);
|
|
bool L_27 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_26, /*hidden argument*/NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_29 = V_2;
|
|
NullCheck(L_29);
|
|
V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))))? 1 : 0);
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_31 = V_2;
|
|
NullCheck(L_31);
|
|
V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length))))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))), (int32_t)1))))? 1 : 0);
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
MethodInfo_t * L_32 = ___method2;
|
|
NullCheck(L_32);
|
|
bool L_33 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_32, /*hidden argument*/NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
V_4 = (bool)((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))), (int32_t)1))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))))? 1 : 0);
|
|
bool L_36 = V_4;
|
|
if (L_36)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_37 = V_3;
|
|
NullCheck(L_37);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length))))))? 1 : 0);
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_39 = V_3;
|
|
NullCheck(L_39);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_40 = V_2;
|
|
NullCheck(L_40);
|
|
V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length))))))? 1 : 0);
|
|
bool L_41 = V_4;
|
|
if (L_41)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_42 = V_3;
|
|
NullCheck(L_42);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_43 = V_2;
|
|
NullCheck(L_43);
|
|
V_4 = (bool)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length))))) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))), (int32_t)1))))? 1 : 0);
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
bool L_44 = V_4;
|
|
if (L_44)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
bool L_45 = ___throwOnBindFailure3;
|
|
if (!L_45)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_46 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_46, _stringLiteral07CE6B1734336D8A0247A5B404E7DA225FD539CB, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_47 = (DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE *)il2cpp_codegen_object_new(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE_il2cpp_TypeInfo_var);
|
|
DelegateData__ctor_m34CC54FFEAC50658E253823278ED747C67113F36(L_47, /*hidden argument*/NULL);
|
|
V_6 = L_47;
|
|
RuntimeObject * L_48 = V_0;
|
|
if (!L_48)
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_49 = ___method2;
|
|
NullCheck(L_49);
|
|
bool L_50 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_49, /*hidden argument*/NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_51 = V_0;
|
|
NullCheck(L_51);
|
|
Type_t * L_52 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_51, /*hidden argument*/NULL);
|
|
MethodInfo_t * L_53 = ___method2;
|
|
NullCheck(L_53);
|
|
Type_t * L_54 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_53);
|
|
bool L_55 = Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180(L_52, L_54, (bool)1, /*hidden argument*/NULL);
|
|
V_5 = L_55;
|
|
V_8 = 0;
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
bool L_56 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_57 = V_2;
|
|
int32_t L_58 = V_8;
|
|
NullCheck(L_57);
|
|
int32_t L_59 = L_58;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_60 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_59));
|
|
NullCheck(L_60);
|
|
Type_t * L_61 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_60);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_62 = V_3;
|
|
int32_t L_63 = V_8;
|
|
NullCheck(L_62);
|
|
int32_t L_64 = L_63;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_65 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
|
|
NullCheck(L_65);
|
|
Type_t * L_66 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_65);
|
|
bool L_67 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_61, L_66, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_56&(int32_t)L_67));
|
|
int32_t L_68 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
int32_t L_69 = V_8;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_70 = V_3;
|
|
NullCheck(L_70);
|
|
if ((((int32_t)L_69) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))))))
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
RuntimeObject * L_71 = V_0;
|
|
NullCheck(L_71);
|
|
Type_t * L_72 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_71, /*hidden argument*/NULL);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_73 = V_3;
|
|
NullCheck(L_73);
|
|
int32_t L_74 = 0;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_75 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
NullCheck(L_75);
|
|
Type_t * L_76 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_75);
|
|
bool L_77 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_72, L_76, /*hidden argument*/NULL);
|
|
V_5 = L_77;
|
|
V_9 = 1;
|
|
goto IL_0195;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
bool L_78 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_79 = V_2;
|
|
int32_t L_80 = V_9;
|
|
NullCheck(L_79);
|
|
int32_t L_81 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)1));
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_82 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_81));
|
|
NullCheck(L_82);
|
|
Type_t * L_83 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_82);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_84 = V_3;
|
|
int32_t L_85 = V_9;
|
|
NullCheck(L_84);
|
|
int32_t L_86 = L_85;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
NullCheck(L_87);
|
|
Type_t * L_88 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_87);
|
|
bool L_89 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_83, L_88, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_78&(int32_t)L_89));
|
|
int32_t L_90 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
int32_t L_91 = V_9;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_92 = V_3;
|
|
NullCheck(L_92);
|
|
if ((((int32_t)L_91) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_92)->max_length)))))))
|
|
{
|
|
goto IL_0171;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_93 = V_6;
|
|
NullCheck(L_93);
|
|
L_93->set_curried_first_arg_2((bool)1);
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
MethodInfo_t * L_94 = ___method2;
|
|
NullCheck(L_94);
|
|
bool L_95 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_94, /*hidden argument*/NULL);
|
|
if (L_95)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_96 = V_3;
|
|
NullCheck(L_96);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_97 = V_2;
|
|
NullCheck(L_97);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length)))), (int32_t)1))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length))))))))
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_98 = V_2;
|
|
NullCheck(L_98);
|
|
int32_t L_99 = 0;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_100 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
|
|
NullCheck(L_100);
|
|
Type_t * L_101 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_100);
|
|
MethodInfo_t * L_102 = ___method2;
|
|
NullCheck(L_102);
|
|
Type_t * L_103 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_102);
|
|
bool L_104 = Delegate_arg_type_match_this_mF0463C3E8536E61B46672A705D824A33BD03E180(L_101, L_103, (bool)0, /*hidden argument*/NULL);
|
|
V_5 = L_104;
|
|
V_10 = 0;
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
bool L_105 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_106 = V_2;
|
|
int32_t L_107 = V_10;
|
|
NullCheck(L_106);
|
|
int32_t L_108 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1));
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_109 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
|
|
NullCheck(L_109);
|
|
Type_t * L_110 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_109);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_111 = V_3;
|
|
int32_t L_112 = V_10;
|
|
NullCheck(L_111);
|
|
int32_t L_113 = L_112;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_114 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
|
|
NullCheck(L_114);
|
|
Type_t * L_115 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_114);
|
|
bool L_116 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_110, L_115, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_105&(int32_t)L_116));
|
|
int32_t L_117 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1));
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
int32_t L_118 = V_10;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_119 = V_3;
|
|
NullCheck(L_119);
|
|
if ((((int32_t)L_118) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_119)->max_length)))))))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
bool L_120 = ___allowClosed4;
|
|
V_5 = L_120;
|
|
V_11 = 0;
|
|
goto IL_0234;
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
bool L_121 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_122 = V_2;
|
|
int32_t L_123 = V_11;
|
|
NullCheck(L_122);
|
|
int32_t L_124 = L_123;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_125 = (L_122)->GetAt(static_cast<il2cpp_array_size_t>(L_124));
|
|
NullCheck(L_125);
|
|
Type_t * L_126 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_125);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_127 = V_3;
|
|
int32_t L_128 = V_11;
|
|
NullCheck(L_127);
|
|
int32_t L_129 = L_128;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_130 = (L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_129));
|
|
NullCheck(L_130);
|
|
Type_t * L_131 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_130);
|
|
bool L_132 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_126, L_131, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_121&(int32_t)L_132));
|
|
int32_t L_133 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1));
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
int32_t L_134 = V_11;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_135 = V_3;
|
|
NullCheck(L_135);
|
|
if ((((int32_t)L_134) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_135)->max_length)))))))
|
|
{
|
|
goto IL_0212;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_136 = V_2;
|
|
NullCheck(L_136);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_137 = V_3;
|
|
NullCheck(L_137);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_136)->max_length)))), (int32_t)1))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_137)->max_length))))))))
|
|
{
|
|
goto IL_02ab;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_138 = V_3;
|
|
NullCheck(L_138);
|
|
int32_t L_139 = 0;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_140 = (L_138)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
|
|
NullCheck(L_140);
|
|
Type_t * L_141 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_140);
|
|
NullCheck(L_141);
|
|
bool L_142 = Type_get_IsValueType_mDDCCBAE9B59A483CBC3E5C02E3D68CEBEB2E41A8(L_141, /*hidden argument*/NULL);
|
|
if (L_142)
|
|
{
|
|
goto IL_026b;
|
|
}
|
|
}
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_143 = V_3;
|
|
NullCheck(L_143);
|
|
int32_t L_144 = 0;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_145 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_144));
|
|
NullCheck(L_145);
|
|
Type_t * L_146 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_145);
|
|
NullCheck(L_146);
|
|
bool L_147 = Type_get_IsByRef_m13C04A998C9B19058B596A81D188B368333D24F8(L_146, /*hidden argument*/NULL);
|
|
G_B47_0 = ((((int32_t)L_147) == ((int32_t)0))? 1 : 0);
|
|
goto IL_026c;
|
|
}
|
|
|
|
IL_026b:
|
|
{
|
|
G_B47_0 = 0;
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
bool L_148 = ___allowClosed4;
|
|
V_5 = (bool)((int32_t)((int32_t)G_B47_0&(int32_t)L_148));
|
|
V_12 = 0;
|
|
goto IL_029a;
|
|
}
|
|
|
|
IL_0276:
|
|
{
|
|
bool L_149 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_150 = V_2;
|
|
int32_t L_151 = V_12;
|
|
NullCheck(L_150);
|
|
int32_t L_152 = L_151;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_153 = (L_150)->GetAt(static_cast<il2cpp_array_size_t>(L_152));
|
|
NullCheck(L_153);
|
|
Type_t * L_154 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_153);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_155 = V_3;
|
|
int32_t L_156 = V_12;
|
|
NullCheck(L_155);
|
|
int32_t L_157 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1));
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_158 = (L_155)->GetAt(static_cast<il2cpp_array_size_t>(L_157));
|
|
NullCheck(L_158);
|
|
Type_t * L_159 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_158);
|
|
bool L_160 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_154, L_159, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_149&(int32_t)L_160));
|
|
int32_t L_161 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)1));
|
|
}
|
|
|
|
IL_029a:
|
|
{
|
|
int32_t L_162 = V_12;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_163 = V_2;
|
|
NullCheck(L_163);
|
|
if ((((int32_t)L_162) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_163)->max_length)))))))
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_164 = V_6;
|
|
NullCheck(L_164);
|
|
L_164->set_curried_first_arg_2((bool)1);
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
V_5 = (bool)1;
|
|
V_13 = 0;
|
|
goto IL_02d5;
|
|
}
|
|
|
|
IL_02b3:
|
|
{
|
|
bool L_165 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_166 = V_2;
|
|
int32_t L_167 = V_13;
|
|
NullCheck(L_166);
|
|
int32_t L_168 = L_167;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
|
|
NullCheck(L_169);
|
|
Type_t * L_170 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_169);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_171 = V_3;
|
|
int32_t L_172 = V_13;
|
|
NullCheck(L_171);
|
|
int32_t L_173 = L_172;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
|
|
NullCheck(L_174);
|
|
Type_t * L_175 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_174);
|
|
bool L_176 = Delegate_arg_type_match_mDB923152146FB045285578F9EB30FBE43E82A712(L_170, L_175, /*hidden argument*/NULL);
|
|
V_5 = (bool)((int32_t)((int32_t)L_165&(int32_t)L_176));
|
|
int32_t L_177 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1));
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
int32_t L_178 = V_13;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_179 = V_3;
|
|
NullCheck(L_179);
|
|
if ((((int32_t)L_178) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_179)->max_length)))))))
|
|
{
|
|
goto IL_02b3;
|
|
}
|
|
}
|
|
|
|
IL_02dc:
|
|
{
|
|
bool L_180 = V_5;
|
|
if (L_180)
|
|
{
|
|
goto IL_02f0;
|
|
}
|
|
}
|
|
{
|
|
bool L_181 = ___throwOnBindFailure3;
|
|
if (!L_181)
|
|
{
|
|
goto IL_02ee;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_182 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_182, _stringLiteralEA62AF0930A1C0FDCF2604641D92C57C160A4405, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_182, Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02ee:
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_02f0:
|
|
{
|
|
Type_t * L_183 = ___type0;
|
|
RuntimeObject * L_184 = V_0;
|
|
MethodInfo_t * L_185 = ___method2;
|
|
bool L_186 = ___throwOnBindFailure3;
|
|
Delegate_t * L_187 = Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA(L_183, L_184, L_185, L_186, /*hidden argument*/NULL);
|
|
V_7 = L_187;
|
|
Delegate_t * L_188 = V_7;
|
|
if (!L_188)
|
|
{
|
|
goto IL_0307;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_189 = V_7;
|
|
MethodInfo_t * L_190 = ___method2;
|
|
NullCheck(L_189);
|
|
L_189->set_original_method_info_8(L_190);
|
|
}
|
|
|
|
IL_0307:
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_191 = V_6;
|
|
if (!L_191)
|
|
{
|
|
goto IL_0314;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_192 = V_7;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_193 = V_6;
|
|
NullCheck(L_192);
|
|
L_192->set_data_9(L_193);
|
|
}
|
|
|
|
IL_0314:
|
|
{
|
|
Delegate_t * L_194 = V_7;
|
|
return L_194;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject * L_1 = ___firstArgument1;
|
|
MethodInfo_t * L_2 = ___method2;
|
|
Delegate_t * L_3 = Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2(L_0, L_1, L_2, (bool)1, (bool)1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mE557F660AC9677F2754EB301CAA37C0B841BE3DE (Type_t * ___type0, MethodInfo_t * ___method1, bool ___throwOnBindFailure2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
MethodInfo_t * L_1 = ___method1;
|
|
bool L_2 = ___throwOnBindFailure2;
|
|
Delegate_t * L_3 = Delegate_CreateDelegate_m8859455CF47C2E0AA827F7F392A6C4562E0B21F2(L_0, NULL, L_1, L_2, (bool)0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mD7C5EDDB32C63A9BD9DE43AC879AFF4EBC6641D1 (Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
MethodInfo_t * L_1 = ___method1;
|
|
Delegate_t * L_2 = Delegate_CreateDelegate_mE557F660AC9677F2754EB301CAA37C0B841BE3DE(L_0, L_1, (bool)1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m4253D7A2CCC460ECED3607B1BC90F168AB030D08 (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject * L_1 = ___target1;
|
|
String_t* L_2 = ___method2;
|
|
Delegate_t * L_3 = Delegate_CreateDelegate_m8D980DF3733FBE0A9C9A504F7B47A62CFD863ED2(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Reflection.MethodInfo System.Delegate::GetCandidateMethod(System.Type,System.Type,System.String,System.Reflection.BindingFlags,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, int32_t ___bflags3, bool ___ignoreCase4, bool ___throwOnBindFailure5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodInfo_t * V_0 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
MethodInfo_t * V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Type_t * V_6 = NULL;
|
|
MethodInfo_t * V_7 = NULL;
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_3 = ___method2;
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Type_t * L_5 = ___type0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (MulticastDelegate_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
bool L_8 = VirtFuncInvoker1< bool, Type_t * >::Invoke(137 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_5, L_7);
|
|
if (L_8)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, _stringLiteral9294D72CE1B007630F6109CAEE86600E0F473990, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Type_t * L_10 = ___type0;
|
|
NullCheck(L_10);
|
|
MethodInfo_t * L_11 = Type_GetMethod_mB8368D44E32C205D279BA3BB9E6FE1D09D45A6DE(L_10, _stringLiteralC65605ADF5270F5065089B0189DA542274D30DB0, /*hidden argument*/NULL);
|
|
V_0 = L_11;
|
|
MethodInfo_t * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_13 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(36 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParametersInternal() */, L_12);
|
|
V_1 = L_13;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_15 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))));
|
|
V_2 = L_15;
|
|
V_5 = 0;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = V_2;
|
|
int32_t L_17 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_18 = V_1;
|
|
int32_t L_19 = V_5;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
NullCheck(L_21);
|
|
Type_t * L_22 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_21);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_22);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Type_t *)L_22);
|
|
int32_t L_23 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = ___bflags3;
|
|
V_3 = ((int32_t)((int32_t)((int32_t)65586)|(int32_t)L_26));
|
|
bool L_27 = ___ignoreCase4;
|
|
if (!L_27)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_3;
|
|
V_3 = ((int32_t)((int32_t)L_28|(int32_t)1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
V_4 = (MethodInfo_t *)NULL;
|
|
Type_t * L_29 = ___target1;
|
|
V_6 = L_29;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
Type_t * L_30 = V_6;
|
|
String_t* L_31 = ___method2;
|
|
int32_t L_32 = V_3;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_33 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_il2cpp_TypeInfo_var);
|
|
ParameterModifierU5BU5D_t63EC46F14F048DC9EF6BF1362E8AEBEA1A05A5EA* L_34 = ((EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_StaticFields*)il2cpp_codegen_static_fields_for(EmptyArray_1_t038BB30FE269BA2D1CE54A651C261F146CD13328_il2cpp_TypeInfo_var))->get_Value_0();
|
|
NullCheck(L_30);
|
|
MethodInfo_t * L_35 = Type_GetMethod_m694F07057F23808980BF6B1637544F34852759FA(L_30, L_31, L_32, (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_33, L_34, /*hidden argument*/NULL);
|
|
V_7 = L_35;
|
|
MethodInfo_t * L_36 = V_7;
|
|
bool L_37 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_36, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_38 = V_0;
|
|
NullCheck(L_38);
|
|
Type_t * L_39 = VirtFuncInvoker0< Type_t * >::Invoke(38 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_38);
|
|
MethodInfo_t * L_40 = V_7;
|
|
NullCheck(L_40);
|
|
Type_t * L_41 = VirtFuncInvoker0< Type_t * >::Invoke(38 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_40);
|
|
bool L_42 = Delegate_return_type_match_m7214CF40BAA1A7302625056CCAB3D180EB0FBFE7(L_39, L_41, /*hidden argument*/NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_43 = V_7;
|
|
V_4 = L_43;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
Type_t * L_44 = V_6;
|
|
NullCheck(L_44);
|
|
Type_t * L_45 = VirtFuncInvoker0< Type_t * >::Invoke(33 /* System.Type System.Type::get_BaseType() */, L_44);
|
|
V_6 = L_45;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
Type_t * L_46 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_47 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_46, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
MethodInfo_t * L_48 = V_4;
|
|
bool L_49 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_48, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
bool L_50 = ___throwOnBindFailure5;
|
|
if (!L_50)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_51 = ___method2;
|
|
String_t* L_52 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralD5F9EE26BEE5BC5B832256B851262680C55BCB23, L_51, _stringLiteralFAFBA073700296227A7D1B4785C63F0194C967FA, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_53 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_53, L_52, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
return (MethodInfo_t *)NULL;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
MethodInfo_t * L_54 = V_4;
|
|
return L_54;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodInfo_t * V_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___target1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___type0;
|
|
Type_t * L_4 = ___target1;
|
|
String_t* L_5 = ___method2;
|
|
bool L_6 = ___ignoreCase3;
|
|
bool L_7 = ___throwOnBindFailure4;
|
|
MethodInfo_t * L_8 = Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54(L_3, L_4, L_5, 8, L_6, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
MethodInfo_t * L_9 = V_0;
|
|
bool L_10 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_9, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Type_t * L_11 = ___type0;
|
|
MethodInfo_t * L_12 = V_0;
|
|
bool L_13 = ___throwOnBindFailure4;
|
|
Delegate_t * L_14 = Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA(L_11, NULL, L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mAB3EE3462D0DC30F88345EB9752EBD9293AC1E44 (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
Type_t * L_1 = ___target1;
|
|
String_t* L_2 = ___method2;
|
|
Delegate_t * L_3 = Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22(L_0, L_1, L_2, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Type,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m0A07AD57EF6329792B577E672D4A4939A0AED37C (Type_t * ___type0, Type_t * ___target1, String_t* ___method2, bool ___ignoreCase3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
Type_t * L_1 = ___target1;
|
|
String_t* L_2 = ___method2;
|
|
bool L_3 = ___ignoreCase3;
|
|
Delegate_t * L_4 = Delegate_CreateDelegate_mF27E014151C22AB3CA56CB3A4AB1D7F8016FBF22(L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, bool ___throwOnBindFailure4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodInfo_t * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___target1;
|
|
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, _stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Type_t * L_2 = ___type0;
|
|
RuntimeObject * L_3 = ___target1;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
String_t* L_5 = ___method2;
|
|
bool L_6 = ___ignoreCase3;
|
|
bool L_7 = ___throwOnBindFailure4;
|
|
MethodInfo_t * L_8 = Delegate_GetCandidateMethod_mA6EFEC252C387F7AE4D1EAD3FBEFF7F053DBED54(L_2, L_4, L_5, 4, L_6, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
MethodInfo_t * L_9 = V_0;
|
|
bool L_10 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_9, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Type_t * L_11 = ___type0;
|
|
RuntimeObject * L_12 = ___target1;
|
|
MethodInfo_t * L_13 = V_0;
|
|
bool L_14 = ___throwOnBindFailure4;
|
|
Delegate_t * L_15 = Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m8D980DF3733FBE0A9C9A504F7B47A62CFD863ED2 (Type_t * ___type0, RuntimeObject * ___target1, String_t* ___method2, bool ___ignoreCase3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject * L_1 = ___target1;
|
|
String_t* L_2 = ___method2;
|
|
bool L_3 = ___ignoreCase3;
|
|
Delegate_t * L_4 = Delegate_CreateDelegate_m99FC2FDAC39A68A61576D988AA0B54235F47F8EB(L_0, L_1, L_2, L_3, (bool)1, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object System.Delegate::DynamicInvoke(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Delegate_DynamicInvoke_m548DCE036E8CDB25630B98AF03C7B6057DE81C57 (Delegate_t * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
|
|
RuntimeObject * L_1 = VirtFuncInvoker1< RuntimeObject *, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(6 /* System.Object System.Delegate::DynamicInvokeImpl(System.Object[]) */, __this, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Delegate::InitializeDelegateData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Delegate_InitializeDelegateData_m31C7B4A5D35BD8544E6055BF1EACC59BD45C28CC (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_InitializeDelegateData_m31C7B4A5D35BD8544E6055BF1EACC59BD45C28CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * V_0 = NULL;
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_0 = (DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE *)il2cpp_codegen_object_new(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE_il2cpp_TypeInfo_var);
|
|
DelegateData__ctor_m34CC54FFEAC50658E253823278ED747C67113F36(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
MethodInfo_t * L_1 = __this->get_method_info_7();
|
|
NullCheck(L_1);
|
|
bool L_2 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_1, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_3 = __this->get_m_target_2();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
L_4->set_curried_first_arg_2((bool)1);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
MethodInfo_t * L_6 = Type_GetMethod_mB8368D44E32C205D279BA3BB9E6FE1D09D45A6DE(L_5, _stringLiteralC65605ADF5270F5065089B0189DA542274D30DB0, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(37 /* System.Int32 System.Reflection.MethodBase::GetParametersCount() */, L_6);
|
|
MethodInfo_t * L_8 = __this->get_method_info_7();
|
|
NullCheck(L_8);
|
|
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(37 /* System.Int32 System.Reflection.MethodBase::GetParametersCount() */, L_8);
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
L_10->set_curried_first_arg_2((bool)1);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_11 = V_0;
|
|
__this->set_data_9(L_11);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object System.Delegate::DynamicInvokeImpl(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Delegate_DynamicInvokeImpl_m62652CE2FDBBBB237C0ACEC1CA0E4A9C1627C5EC (Delegate_t * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_DynamicInvokeImpl_m62652CE2FDBBBB237C0ACEC1CA0E4A9C1627C5EC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
MethodInfo_t * L_0 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(__this, /*hidden argument*/NULL);
|
|
bool L_1 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_0, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args0;
|
|
NullCheck(L_2);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
|
|
V_1 = L_3;
|
|
V_2 = 0;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args0;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
NullCheck(L_9);
|
|
Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_10);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Type_t *)L_10);
|
|
int32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_12 = V_2;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___args0;
|
|
NullCheck(L_13);
|
|
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_14 = __this->get_m_target_2();
|
|
NullCheck(L_14);
|
|
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_16 = __this->get_data_9();
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->get_method_name_1();
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_18 = V_1;
|
|
NullCheck(L_15);
|
|
MethodInfo_t * L_19 = Type_GetMethod_m54E1EF62AFF44AA621E074D123C5C0B3E73A7DD5(L_15, L_17, L_18, /*hidden argument*/NULL);
|
|
__this->set_method_info_7(L_19);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
RuntimeObject * L_20 = __this->get_m_target_2();
|
|
V_0 = L_20;
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_21 = __this->get_data_9();
|
|
if (L_21)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
Delegate_InitializeDelegateData_m31C7B4A5D35BD8544E6055BF1EACC59BD45C28CC(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
MethodInfo_t * L_22 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
bool L_23 = MethodBase_get_IsStatic_m745A9BDA4869DB7CC4886436C52D34855C1270A5(L_22, /*hidden argument*/NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_24 = __this->get_data_9();
|
|
NullCheck(L_24);
|
|
bool L_25 = L_24->get_curried_first_arg_2();
|
|
if (!L_25)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_26 = ___args0;
|
|
if (L_26)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_27;
|
|
RuntimeObject * L_29 = V_0;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_29);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_29);
|
|
___args0 = L_28;
|
|
goto IL_00b0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = ___args0;
|
|
NullCheck(L_30);
|
|
Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args0), ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))), (int32_t)1)), /*hidden argument*/Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_RuntimeMethod_var);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = ___args0;
|
|
NullCheck(L_33);
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_31, 0, (RuntimeArray *)(RuntimeArray *)L_32, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))), (int32_t)1)), /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = ___args0;
|
|
RuntimeObject * L_35 = V_0;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, L_35);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_35);
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
V_0 = NULL;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
RuntimeObject * L_36 = __this->get_m_target_2();
|
|
if (L_36)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = ___args0;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = ___args0;
|
|
NullCheck(L_38);
|
|
if (!(((RuntimeArray*)L_38)->max_length))
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = ___args0;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = 0;
|
|
RuntimeObject * L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
V_0 = L_41;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = ___args0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = ___args0;
|
|
NullCheck(L_44);
|
|
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_42, 1, (RuntimeArray *)(RuntimeArray *)L_43, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))), (int32_t)1)), /*hidden argument*/NULL);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = ___args0;
|
|
NullCheck(L_45);
|
|
Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A**)(&___args0), ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))), (int32_t)1)), /*hidden argument*/Array_Resize_TisRuntimeObject_m5DDE22DC2BDD151FF241480E31970F64BE8FF63F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
MethodInfo_t * L_46 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(__this, /*hidden argument*/NULL);
|
|
RuntimeObject * L_47 = V_0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = ___args0;
|
|
NullCheck(L_46);
|
|
RuntimeObject * L_49 = MethodBase_Invoke_m471794D56262D9DB5B5A324883030AB16BD39674(L_46, L_47, L_48, /*hidden argument*/NULL);
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Object System.Delegate::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Delegate_Clone_m14A8010F0DE6300BB61D651CF633A049E6299E08 (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Delegate::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_Equals_m3256FBF115534E4E8D5B83350AA95EC60D84899D (Delegate_t * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_Equals_m3256FBF115534E4E8D5B83350AA95EC60D84899D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Delegate_t * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
V_0 = ((Delegate_t *)IsInstClass((RuntimeObject*)L_0, Delegate_t_il2cpp_TypeInfo_var));
|
|
Delegate_t * L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
Delegate_t * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_3 = L_2->get_m_target_2();
|
|
RuntimeObject * L_4 = __this->get_m_target_2();
|
|
if ((!(((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_4))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
MethodInfo_t * L_6 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_5, /*hidden argument*/NULL);
|
|
MethodInfo_t * L_7 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(__this, /*hidden argument*/NULL);
|
|
bool L_8 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_6, L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_10 = L_9->get_data_9();
|
|
if (L_10)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_11 = __this->get_data_9();
|
|
if (!L_11)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
Delegate_t * L_12 = V_0;
|
|
NullCheck(L_12);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_13 = L_12->get_data_9();
|
|
if (!L_13)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_14 = __this->get_data_9();
|
|
if (!L_14)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_16 = L_15->get_data_9();
|
|
NullCheck(L_16);
|
|
Type_t * L_17 = L_16->get_target_type_0();
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_18 = __this->get_data_9();
|
|
NullCheck(L_18);
|
|
Type_t * L_19 = L_18->get_target_type_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_20 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_17, L_19, /*hidden argument*/NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_21 = V_0;
|
|
NullCheck(L_21);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_22 = L_21->get_data_9();
|
|
NullCheck(L_22);
|
|
String_t* L_23 = L_22->get_method_name_1();
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_24 = __this->get_data_9();
|
|
NullCheck(L_24);
|
|
String_t* L_25 = L_24->get_method_name_1();
|
|
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
Delegate_t * L_27 = V_0;
|
|
NullCheck(L_27);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_28 = L_27->get_data_9();
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_29 = V_0;
|
|
NullCheck(L_29);
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_30 = L_29->get_data_9();
|
|
NullCheck(L_30);
|
|
Type_t * L_31 = L_30->get_target_type_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_32 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_31, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_33 = __this->get_data_9();
|
|
if (!L_33)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * L_34 = __this->get_data_9();
|
|
NullCheck(L_34);
|
|
Type_t * L_35 = L_34->get_target_type_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_36 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_35, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.Delegate::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Delegate_GetHashCode_m8FBCC6E42228A161DA710A330981B8E19BC6FABC (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
MethodInfo_t * V_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
MethodInfo_t * L_0 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
MethodInfo_t * L_1 = V_0;
|
|
bool L_2 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_1, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_3 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
|
|
G_B3_0 = L_4;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
MethodInfo_t * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
|
|
G_B3_0 = L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
RuntimeObject * L_7 = __this->get_m_target_2();
|
|
int32_t L_8 = RuntimeHelpers_GetHashCode_mB357C67BC7D5C014F6F51FE93E200F140DF7A40B(L_7, /*hidden argument*/NULL);
|
|
return ((int32_t)((int32_t)G_B3_0^(int32_t)L_8));
|
|
}
|
|
}
|
|
// System.Reflection.MethodInfo System.Delegate::GetMethodImpl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_GetMethodImpl_m804444FE22E0481DDB8A41E0E25114E744D76921 (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_GetMethodImpl_m804444FE22E0481DDB8A41E0E25114E744D76921_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MethodInfo_t * L_0 = __this->get_method_info_7();
|
|
bool L_1 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_0, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_2 = __this->get_method_info_7();
|
|
return L_2;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
intptr_t L_3 = __this->get_method_3();
|
|
bool L_4 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_3, (intptr_t)(0), /*hidden argument*/NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = __this->get_method_is_virtual_10();
|
|
if (L_5)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_6 = __this->get_method_3();
|
|
RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline((&L_7), (intptr_t)L_6, /*hidden argument*/NULL);
|
|
MethodBase_t * L_8 = MethodBase_GetMethodFromHandleNoGenericCheck_m9164B80E67B5B0E8AB9A28ACDD6BDEEB04BA088C(L_7, /*hidden argument*/NULL);
|
|
__this->set_method_info_7(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_8, MethodInfo_t_il2cpp_TypeInfo_var)));
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
MethodInfo_t * L_9 = Delegate_GetVirtualMethod_internal_mF56DB1EB10AC1B065C448566FC43192D33ADC807(__this, /*hidden argument*/NULL);
|
|
__this->set_method_info_7(L_9);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
MethodInfo_t * L_10 = __this->get_method_info_7();
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Delegate::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Delegate_GetObjectData_m4471B2DAE39E8F41977BAD88E2CDCA01217B2D71 (Delegate_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
DelegateSerializationHolder_GetDelegateData_mD1A0A7AD011CB985809BF8CB0DEE96893CF3DF45(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Delegate[] System.Delegate::GetInvocationList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* Delegate_GetInvocationList_mE6EAF33B900B8842AD6635CFC69629F5FD970AAE (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_GetInvocationList_mE6EAF33B900B8842AD6635CFC69629F5FD970AAE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, __this);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Delegate_t *)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Delegate_t * L_0 = ___a0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_1 = ___b1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
Delegate_t * L_2 = ___b1;
|
|
if (L_2)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_3 = ___a0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Delegate_t * L_4 = ___a0;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
|
|
Delegate_t * L_6 = ___b1;
|
|
NullCheck(L_6);
|
|
Type_t * L_7 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_8 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_5, L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
|
|
Delegate_t * L_11 = ___a0;
|
|
NullCheck(L_11);
|
|
Type_t * L_12 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_12);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_13);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_10;
|
|
Delegate_t * L_15 = ___b1;
|
|
NullCheck(L_15);
|
|
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_16);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_17);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_17);
|
|
String_t* L_18 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral1F98A562808FB164CB9F3BAC1A68EC5428FC243F, L_14, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_19, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Delegate_t * L_20 = ___a0;
|
|
Delegate_t * L_21 = ___b1;
|
|
NullCheck(L_20);
|
|
Delegate_t * L_22 = VirtFuncInvoker1< Delegate_t *, Delegate_t * >::Invoke(11 /* System.Delegate System.Delegate::CombineImpl(System.Delegate) */, L_20, L_21);
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::Combine(System.Delegate[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m50358480F4BC758A6C81AE7CE79C5933F32E8333 (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates0, const RuntimeMethod* method)
|
|
{
|
|
Delegate_t * V_0 = NULL;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Delegate_t * V_3 = NULL;
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_0 = ___delegates0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
V_0 = (Delegate_t *)NULL;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = ___delegates0;
|
|
V_1 = L_1;
|
|
V_2 = 0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_2 = V_1;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Delegate_t * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_3 = L_5;
|
|
Delegate_t * L_6 = V_0;
|
|
Delegate_t * L_7 = V_3;
|
|
Delegate_t * L_8 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_6, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
int32_t L_9 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_10 = V_2;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CombineImpl(System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CombineImpl_mBF769B68A1C59276FC2B2719A745652B38C611FA (Delegate_t * __this, Delegate_t * ___d0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_CombineImpl_mBF769B68A1C59276FC2B2719A745652B38C611FA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 * L_1 = (MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211 *)il2cpp_codegen_object_new(MulticastNotSupportedException_tDAC3C31B20ACDAE95C396052199B385C00C41211_il2cpp_TypeInfo_var);
|
|
MulticastNotSupportedException__ctor_m9B26D80EE301004DB6AD6753C997AA2723092B65(L_1, L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Delegate_CombineImpl_mBF769B68A1C59276FC2B2719A745652B38C611FA_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Delegate_t * L_0 = ___source0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
Delegate_t * L_1 = ___value1;
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_2 = ___source0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Delegate_t * L_3 = ___source0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
Delegate_t * L_5 = ___value1;
|
|
NullCheck(L_5);
|
|
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_5, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
|
|
Delegate_t * L_10 = ___source0;
|
|
NullCheck(L_10);
|
|
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9;
|
|
Delegate_t * L_14 = ___value1;
|
|
NullCheck(L_14);
|
|
Type_t * L_15 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_16);
|
|
String_t* L_17 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteral1F98A562808FB164CB9F3BAC1A68EC5428FC243F, L_13, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_18 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_18, L_17, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Delegate_t * L_19 = ___source0;
|
|
Delegate_t * L_20 = ___value1;
|
|
NullCheck(L_19);
|
|
Delegate_t * L_21 = VirtFuncInvoker1< Delegate_t *, Delegate_t * >::Invoke(12 /* System.Delegate System.Delegate::RemoveImpl(System.Delegate) */, L_19, L_20);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::RemoveImpl(System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_RemoveImpl_m5569197A213E35F0FAC52F39997C6CA4613886EB (Delegate_t * __this, Delegate_t * ___d0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Delegate_t * L_0 = ___d0;
|
|
bool L_1 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, __this, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return (Delegate_t *)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
return __this;
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::RemoveAll(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_RemoveAll_mA8ABDDC4BE11557539D86A1543A20ECB78F6AED7 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method)
|
|
{
|
|
Delegate_t * V_0 = NULL;
|
|
{
|
|
Delegate_t * L_0 = ___source0;
|
|
V_0 = L_0;
|
|
goto IL_0006;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
Delegate_t * L_1 = ___source0;
|
|
V_0 = L_1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
Delegate_t * L_2 = ___source0;
|
|
Delegate_t * L_3 = ___value1;
|
|
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL);
|
|
Delegate_t * L_5 = L_4;
|
|
___source0 = L_5;
|
|
Delegate_t * L_6 = V_0;
|
|
bool L_7 = Delegate_op_Inequality_mFFED0C38DA4EB6066074FE8DC22157EC578B9200(L_5, L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.Delegate::op_Equality(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Equality_mA284A7AE475923DEF99D823E549C41D2CB8351A8 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Delegate_t * L_0 = ___d10;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
Delegate_t * L_1 = ___d21;
|
|
if (L_1)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Delegate_t * L_2 = ___d21;
|
|
if (L_2)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Delegate_t * L_3 = ___d10;
|
|
Delegate_t * L_4 = ___d21;
|
|
NullCheck(L_3);
|
|
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_3, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Delegate::op_Inequality(System.Delegate,System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Delegate_op_Inequality_mFFED0C38DA4EB6066074FE8DC22157EC578B9200 (Delegate_t * ___d10, Delegate_t * ___d21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Delegate_t * L_0 = ___d10;
|
|
Delegate_t * L_1 = ___d21;
|
|
bool L_2 = Delegate_op_Equality_mA284A7AE475923DEF99D823E549C41D2CB8351A8(L_0, L_1, /*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Delegate System.Delegate::CreateDelegateNoSecurityCheck(System.RuntimeType,System.Object,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegateNoSecurityCheck_mBD650F9D4EB514D1015C83F4295ECEFC8F3BA406 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___type0;
|
|
RuntimeObject * L_1 = ___firstArgument1;
|
|
MethodInfo_t * L_2 = ___method2;
|
|
Delegate_t * L_3 = Delegate_CreateDelegate_internal_mEBEEFADF62C697694A2F3834254C80585C7184DA(L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.MulticastDelegate System.Delegate::AllocDelegateLike_internal(System.Delegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MulticastDelegate_t * Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F (Delegate_t * ___d0, const RuntimeMethod* method)
|
|
{
|
|
typedef MulticastDelegate_t * (*Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F_ftn) (Delegate_t *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Delegate_AllocDelegateLike_internal_m44C2E3D4E421F3F19058E691FEEB6EC054A92B3F_ftn)mscorlib::System::Delegate::AllocDelegateLike_internal) (___d0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.DelegateData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateData__ctor_m34CC54FFEAC50658E253823278ED747C67113F36 (DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.DelegateSerializationHolder::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateSerializationHolder__ctor_m601626FA89A1B95B079B04B22CCD6B93DB981B48 (DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DelegateSerializationHolder__ctor_m601626FA89A1B95B079B04B22CCD6B93DB981B48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * V_2 = NULL;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_3 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_0, _stringLiteral12AB214DF85E4910F7E4400EEA924B9565854A9F, L_2, /*hidden argument*/NULL);
|
|
V_0 = ((DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E *)CastclassClass((RuntimeObject*)L_3, DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E_il2cpp_TypeInfo_var));
|
|
V_1 = 0;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_4 = V_0;
|
|
V_2 = L_4;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_5 = V_2;
|
|
NullCheck(L_5);
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_6 = L_5->get_delegateEntry_6();
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_8 = V_2;
|
|
if (L_8)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_10 = V_0;
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0;
|
|
NullCheck(L_10);
|
|
Delegate_t * L_12 = DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981(L_10, L_11, 0, /*hidden argument*/NULL);
|
|
__this->set__delegate_0(L_12);
|
|
return;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_14 = (DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86*)SZArrayNew(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86_il2cpp_TypeInfo_var, (uint32_t)L_13);
|
|
V_3 = L_14;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_15 = V_0;
|
|
V_2 = L_15;
|
|
V_4 = 0;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_16 = V_3;
|
|
int32_t L_17 = V_4;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_18 = V_2;
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = ___info0;
|
|
int32_t L_20 = V_4;
|
|
NullCheck(L_18);
|
|
Delegate_t * L_21 = DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981(L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_21);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Delegate_t *)L_21);
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_22 = V_2;
|
|
NullCheck(L_22);
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_23 = L_22->get_delegateEntry_6();
|
|
V_2 = L_23;
|
|
int32_t L_24 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_25 = V_4;
|
|
int32_t L_26 = V_1;
|
|
if ((((int32_t)L_25) < ((int32_t)L_26)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_27 = V_3;
|
|
Delegate_t * L_28 = Delegate_Combine_m50358480F4BC758A6C81AE7CE79C5933F32E8333(L_27, /*hidden argument*/NULL);
|
|
__this->set__delegate_0(L_28);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DelegateSerializationHolder::GetDelegateData(System.Delegate,System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetDelegateData_mD1A0A7AD011CB985809BF8CB0DEE96893CF3DF45 (Delegate_t * ___instance0, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info1, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DelegateSerializationHolder_GetDelegateData_mD1A0A7AD011CB985809BF8CB0DEE96893CF3DF45_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_0 = NULL;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Delegate_t * V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * V_5 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
{
|
|
Delegate_t * L_0 = ___instance0;
|
|
NullCheck(L_0);
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_1 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(10 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_0);
|
|
V_0 = L_1;
|
|
V_1 = (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E *)NULL;
|
|
V_2 = 0;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_2 = V_0;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
Delegate_t * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_3 = L_5;
|
|
Delegate_t * L_6 = V_3;
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_7 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_6, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = ((String_t*)(NULL));
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_8 = V_2;
|
|
int32_t L_9 = L_8;
|
|
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
|
|
String_t* L_11 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral0E8A3AD980EC179856012B7EECF4327E99CD44CD, L_10, /*hidden argument*/NULL);
|
|
G_B4_0 = L_11;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
V_4 = G_B4_0;
|
|
Delegate_t * L_12 = V_3;
|
|
String_t* L_13 = V_4;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_14 = (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E *)il2cpp_codegen_object_new(DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E_il2cpp_TypeInfo_var);
|
|
DelegateEntry__ctor_m4990C1E116E642DBB6497941533EC6D49315CBE0(L_14, L_12, L_13, /*hidden argument*/NULL);
|
|
V_5 = L_14;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_15 = V_1;
|
|
if (L_15)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info1;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_17 = V_5;
|
|
NullCheck(L_16);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_16, _stringLiteral12AB214DF85E4910F7E4400EEA924B9565854A9F, L_17, /*hidden argument*/NULL);
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_18 = V_1;
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_19 = V_5;
|
|
NullCheck(L_18);
|
|
L_18->set_delegateEntry_6(L_19);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * L_20 = V_5;
|
|
V_1 = L_20;
|
|
Delegate_t * L_21 = V_3;
|
|
NullCheck(L_21);
|
|
RuntimeObject * L_22 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_23 = ___info1;
|
|
String_t* L_24 = V_4;
|
|
Delegate_t * L_25 = V_3;
|
|
NullCheck(L_25);
|
|
RuntimeObject * L_26 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_25, /*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_23, L_24, L_26, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_27 = ___info1;
|
|
int32_t L_28 = V_2;
|
|
int32_t L_29 = L_28;
|
|
RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29);
|
|
String_t* L_31 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_30, /*hidden argument*/NULL);
|
|
Delegate_t * L_32 = V_3;
|
|
NullCheck(L_32);
|
|
MethodInfo_t * L_33 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_32, /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_27, L_31, L_33, /*hidden argument*/NULL);
|
|
int32_t L_34 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_35 = V_2;
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_37 = ___info1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_38 = { reinterpret_cast<intptr_t> (DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_39 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_38, /*hidden argument*/NULL);
|
|
NullCheck(L_37);
|
|
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_37, L_39, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DelegateSerializationHolder::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateSerializationHolder_GetObjectData_mE144C72BA678C1A3B80B54F79C5E6F1055F604FD (DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DelegateSerializationHolder_GetObjectData_mE144C72BA678C1A3B80B54F79C5E6F1055F604FD_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, DelegateSerializationHolder_GetObjectData_mE144C72BA678C1A3B80B54F79C5E6F1055F604FD_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object System.DelegateSerializationHolder::GetRealObject(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DelegateSerializationHolder_GetRealObject_mF155E3C5EA35BFFF183EC8D208EC383671246AF5 (DelegateSerializationHolder_tC720FD99D3C1B05B7558EF694ED42E57E64DD671 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Delegate_t * L_0 = __this->get__delegate_0();
|
|
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.DelegateSerializationHolder_DelegateEntry::.ctor(System.Delegate,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateEntry__ctor_m4990C1E116E642DBB6497941533EC6D49315CBE0 (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * __this, Delegate_t * ___del0, String_t* ___targetLabel1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Delegate_t * L_0 = ___del0;
|
|
NullCheck(L_0);
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_1);
|
|
__this->set_type_0(L_2);
|
|
Delegate_t * L_3 = ___del0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4);
|
|
NullCheck(L_5);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_5);
|
|
__this->set_assembly_1(L_6);
|
|
String_t* L_7 = ___targetLabel1;
|
|
__this->set_target_2(L_7);
|
|
Delegate_t * L_8 = ___del0;
|
|
NullCheck(L_8);
|
|
MethodInfo_t * L_9 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_9);
|
|
NullCheck(L_10);
|
|
Assembly_t * L_11 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_10);
|
|
NullCheck(L_11);
|
|
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.Assembly::get_FullName() */, L_11);
|
|
__this->set_targetTypeAssembly_3(L_12);
|
|
Delegate_t * L_13 = ___del0;
|
|
NullCheck(L_13);
|
|
MethodInfo_t * L_14 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
Type_t * L_15 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_14);
|
|
NullCheck(L_15);
|
|
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Type::get_FullName() */, L_15);
|
|
__this->set_targetTypeName_4(L_16);
|
|
Delegate_t * L_17 = ___del0;
|
|
NullCheck(L_17);
|
|
MethodInfo_t * L_18 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18);
|
|
__this->set_methodName_5(L_19);
|
|
return;
|
|
}
|
|
}
|
|
// System.Delegate System.DelegateSerializationHolder_DelegateEntry::DeserializeDelegate(System.Runtime.Serialization.SerializationInfo,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981 (DelegateEntry_t2B3E5D8EF7A65CB12A8EF7621B40DC704402E88E * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DelegateEntry_DeserializeDelegate_m517F2BA4CBF8D8AC3004CC0349C9FBE444FE9981_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
MethodInfo_t * V_2 = NULL;
|
|
Type_t * V_3 = NULL;
|
|
Type_t * V_4 = NULL;
|
|
{
|
|
V_0 = NULL;
|
|
RuntimeObject * L_0 = __this->get_target_2();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
|
|
RuntimeObject * L_2 = __this->get_target_2();
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (RuntimeObject_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_1);
|
|
RuntimeObject * L_6 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_1, L_3, L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_7 = ___index1;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8);
|
|
String_t* L_10 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_9, /*hidden argument*/NULL);
|
|
V_1 = L_10;
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = ___info0;
|
|
String_t* L_12 = V_1;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (MethodInfo_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
RuntimeObject * L_15 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_11, L_12, L_14, /*hidden argument*/NULL);
|
|
V_2 = ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_15, MethodInfo_t_il2cpp_TypeInfo_var));
|
|
String_t* L_16 = __this->get_assembly_1();
|
|
Assembly_t * L_17 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_16, /*hidden argument*/NULL);
|
|
String_t* L_18 = __this->get_type_0();
|
|
NullCheck(L_17);
|
|
Type_t * L_19 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(18 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_17, L_18);
|
|
V_3 = L_19;
|
|
RuntimeObject * L_20 = V_0;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_21 = V_2;
|
|
bool L_22 = MethodInfo_op_Equality_m1E51FB51169B9B8FB3120ED5F9B454785932C5D0(L_21, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_23 = V_3;
|
|
RuntimeObject * L_24 = V_0;
|
|
MethodInfo_t * L_25 = V_2;
|
|
Delegate_t * L_26 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346(L_23, L_24, L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
Type_t * L_27 = V_3;
|
|
RuntimeObject * L_28 = V_0;
|
|
String_t* L_29 = __this->get_methodName_5();
|
|
Delegate_t * L_30 = Delegate_CreateDelegate_m4253D7A2CCC460ECED3607B1BC90F168AB030D08(L_27, L_28, L_29, /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
MethodInfo_t * L_31 = V_2;
|
|
bool L_32 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_31, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_33 = V_3;
|
|
RuntimeObject * L_34 = V_0;
|
|
MethodInfo_t * L_35 = V_2;
|
|
Delegate_t * L_36 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346(L_33, L_34, L_35, /*hidden argument*/NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
String_t* L_37 = __this->get_targetTypeAssembly_3();
|
|
Assembly_t * L_38 = Assembly_Load_m4640304E91781FC3D197CD014B0C2DCEAFCFFF55(L_37, /*hidden argument*/NULL);
|
|
String_t* L_39 = __this->get_targetTypeName_4();
|
|
NullCheck(L_38);
|
|
Type_t * L_40 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(18 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_38, L_39);
|
|
V_4 = L_40;
|
|
Type_t * L_41 = V_3;
|
|
Type_t * L_42 = V_4;
|
|
String_t* L_43 = __this->get_methodName_5();
|
|
Delegate_t * L_44 = Delegate_CreateDelegate_mAB3EE3462D0DC30F88345EB9752EBD9293AC1E44(L_41, L_42, L_43, /*hidden argument*/NULL);
|
|
return L_44;
|
|
}
|
|
}
|
|
#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.Diagnostics.ConditionalAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConditionalAttribute__ctor_mBCBBDCEEA97B6D8AB2E161FD30366D25052D6185 (ConditionalAttribute_tD475CFCC7EC3526AD214131176ABA0251590257F * __this, String_t* ___conditionString0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___conditionString0;
|
|
__this->set_m_conditionString_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
|
|
// System.Void System.Diagnostics.DebuggableAttribute::.ctor(System.Diagnostics.DebuggableAttribute_DebuggingModes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggableAttribute__ctor_m344E7AC4B8204C1D0EB633A0F2290DFE51D992AE (DebuggableAttribute_t1C72D0B5C4B5DEB1F35810895AB140920B6905A5 * __this, int32_t ___modes0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___modes0;
|
|
__this->set_m_debuggingModes_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
|
|
// System.Boolean System.Diagnostics.Debugger::get_IsAttached()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_get_IsAttached_mFCFAAB7A47FA4DEC80A3A68FE13C307C439E9013 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Debugger_get_IsAttached_mFCFAAB7A47FA4DEC80A3A68FE13C307C439E9013_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var);
|
|
bool L_0 = Debugger_IsAttached_internal_mD97FD654F4BB93CD312556BCC1712138D40D21F7(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Diagnostics.Debugger::IsAttached_internal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debugger_IsAttached_internal_mD97FD654F4BB93CD312556BCC1712138D40D21F7 (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Debugger_IsAttached_internal_mD97FD654F4BB93CD312556BCC1712138D40D21F7_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Debugger_IsAttached_internal_mD97FD654F4BB93CD312556BCC1712138D40D21F7_ftn)mscorlib::System::Diagnostics::Debugger::IsAttached_internal) ();
|
|
}
|
|
// System.Void System.Diagnostics.Debugger::NotifyOfCrossThreadDependency()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger_NotifyOfCrossThreadDependency_m8387594B996D7068C44BA22E2D85266D3BAF4307 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.Debugger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debugger__cctor_m9ECF38364565495403DE44A272B22FF2DFD052AA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Debugger__cctor_m9ECF38364565495403DE44A272B22FF2DFD052AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_StaticFields*)il2cpp_codegen_static_fields_for(Debugger_t3DB04278A3AA5DF846CC56744D05F18B7037C22E_il2cpp_TypeInfo_var))->set_DefaultCategory_0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
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.Diagnostics.DebuggerBrowsableAttribute::.ctor(System.Diagnostics.DebuggerBrowsableState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerBrowsableAttribute__ctor_mEDDC64F9252A035974C88153DF89C201AA2BAEF2 (DebuggerBrowsableAttribute_tCD7F519D82174C6A0A489233ABEEFE5170647C49 * __this, int32_t ___state0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DebuggerBrowsableAttribute__ctor_mEDDC64F9252A035974C88153DF89C201AA2BAEF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___state0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___state0;
|
|
if ((((int32_t)L_1) <= ((int32_t)3)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteralAA4A5F8125F234182E2DEA92805AFDFB747A86BE, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DebuggerBrowsableAttribute__ctor_mEDDC64F9252A035974C88153DF89C201AA2BAEF2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = ___state0;
|
|
__this->set_state_0(L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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.Diagnostics.DebuggerDisplayAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayAttribute__ctor_m31F6CB042E520591E9DD2CA8ABC18F2D3189F6D0 (DebuggerDisplayAttribute_t4217FA369BB3F9B415423539B4A08882480836A0 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DebuggerDisplayAttribute__ctor_m31F6CB042E520591E9DD2CA8ABC18F2D3189F6D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___value0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
__this->set_value_1(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
String_t* L_1 = ___value0;
|
|
__this->set_value_1(L_1);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
__this->set_name_0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
__this->set_type_2(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
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.Diagnostics.DebuggerHiddenAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerHiddenAttribute__ctor_mAA6F6E292901D40E4B4C876530F1349332CCD1B5 (DebuggerHiddenAttribute_t22BDC860CD1FCAAD732C8F3DA57CD076B825D29B * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Diagnostics.DebuggerNonUserCodeAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerNonUserCodeAttribute__ctor_mF25987CCA201FC0D67A8D50EF9D5CF29379E0253 (DebuggerNonUserCodeAttribute_tD4D1ABE4FDD6338755550CB7A85D6C6991018BB1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Diagnostics.DebuggerStepThroughAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerStepThroughAttribute__ctor_mA53619AA648F1BF673897FD31866B02BFCD850CB (DebuggerStepThroughAttribute_t33B8A2FD900886600C7A7ED51FDF5EA56E00450F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Diagnostics.DebuggerTypeProxyAttribute::.ctor(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerTypeProxyAttribute__ctor_m13D2C635F8F694A002500F7DAB0BF24757748718 (DebuggerTypeProxyAttribute_t696DEF632A2894528645D4584D2BDF9C9373DF4F * __this, Type_t * ___type0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DebuggerTypeProxyAttribute__ctor_m13D2C635F8F694A002500F7DAB0BF24757748718_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
Type_t * L_0 = ___type0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralD0A3E7F81A9885E99049D1CAE0336D269D5E47A9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DebuggerTypeProxyAttribute__ctor_m13D2C635F8F694A002500F7DAB0BF24757748718_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Type_t * L_3 = ___type0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Type::get_AssemblyQualifiedName() */, L_3);
|
|
__this->set_typeName_0(L_4);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Diagnostics.StackFrame
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_pinvoke(const StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00& unmarshaled, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_pinvoke_back(const StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_pinvoke& marshaled, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00& unmarshaled)
|
|
{
|
|
Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Diagnostics.StackFrame
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_pinvoke_cleanup(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Diagnostics.StackFrame
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_com(const StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00& unmarshaled, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_com_back(const StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_com& marshaled, StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00& unmarshaled)
|
|
{
|
|
Exception_t* ___methodBase_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'methodBase' of type 'StackFrame': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___methodBase_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Diagnostics.StackFrame
|
|
IL2CPP_EXTERN_C void StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshal_com_cleanup(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean System.Diagnostics.StackFrame::get_frame_info(System.Int32,System.Boolean,System.Reflection.MethodBase&,System.Int32&,System.Int32&,System.String&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31 (int32_t ___skip0, bool ___needFileInfo1, MethodBase_t ** ___method2, int32_t* ___iloffset3, int32_t* ___native_offset4, String_t** ___file5, int32_t* ___line6, int32_t* ___column7, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31_ftn) (int32_t, bool, MethodBase_t **, int32_t*, int32_t*, String_t**, int32_t*, int32_t*);
|
|
using namespace il2cpp::icalls;
|
|
return ((StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31_ftn)mscorlib::System::Diagnostics::StackFrame::get_frame_info) (___skip0, ___needFileInfo1, ___method2, ___iloffset3, ___native_offset4, ___file5, ___line6, ___column7);
|
|
}
|
|
// System.Void System.Diagnostics.StackFrame::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrame__ctor_m5B7E7E939EF5E9C7F0BAC2DEED33CC7F9F0BFA08 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_ilOffset_1((-1));
|
|
__this->set_nativeOffset_2((-1));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
MethodBase_t ** L_0 = __this->get_address_of_methodBase_5();
|
|
int32_t* L_1 = __this->get_address_of_ilOffset_1();
|
|
int32_t* L_2 = __this->get_address_of_nativeOffset_2();
|
|
String_t** L_3 = __this->get_address_of_fileName_6();
|
|
int32_t* L_4 = __this->get_address_of_lineNumber_7();
|
|
int32_t* L_5 = __this->get_address_of_columnNumber_8();
|
|
StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31(2, (bool)0, (MethodBase_t **)L_0, (int32_t*)L_1, (int32_t*)L_2, (String_t**)L_3, (int32_t*)L_4, (int32_t*)L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackFrame::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackFrame__ctor_m7DCC1C2335E1386E6FAD5E5ACEB2330441302BCD (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_ilOffset_1((-1));
|
|
__this->set_nativeOffset_2((-1));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___skipFrames0;
|
|
bool L_1 = ___fNeedFileInfo1;
|
|
MethodBase_t ** L_2 = __this->get_address_of_methodBase_5();
|
|
int32_t* L_3 = __this->get_address_of_ilOffset_1();
|
|
int32_t* L_4 = __this->get_address_of_nativeOffset_2();
|
|
String_t** L_5 = __this->get_address_of_fileName_6();
|
|
int32_t* L_6 = __this->get_address_of_lineNumber_7();
|
|
int32_t* L_7 = __this->get_address_of_columnNumber_8();
|
|
StackFrame_get_frame_info_m4690CB302E03620011A1BD50EEAC647E69846E31(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)2)), L_1, (MethodBase_t **)L_2, (int32_t*)L_3, (int32_t*)L_4, (String_t**)L_5, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetFileLineNumber_m9BF229B90236328F176AB8E3B0AE8C9F7F875DED (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_lineNumber_7();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackFrame::GetFileName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetFileName_m4A5ECC64AB15C75C5F76892B80247A3470F59342 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_fileName_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackFrame::GetSecureFileName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7_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);
|
|
{
|
|
V_0 = _stringLiteral60B4B1D17E694A3FF7C1294CFCC94D768739A96E;
|
|
String_t* L_0 = __this->get_fileName_6();
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
}
|
|
|
|
IL_0011:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Diagnostics.StackFrame::GetFileName() */, __this);
|
|
V_0 = L_2;
|
|
goto IL_001d;
|
|
} // 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_001a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001a:
|
|
{ // begin catch(System.Security.SecurityException)
|
|
goto IL_001d;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 System.Diagnostics.StackFrame::GetILOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetILOffset_m3E18DB47078DBE3AD8B539AE88DEA5F89AD5FD55 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_ilOffset_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodBase_t * StackFrame_GetMethod_m2BE34314F21C8B80F4ADF3167A4CFD417C2B811F (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MethodBase_t * L_0 = __this->get_methodBase_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Diagnostics.StackFrame::GetNativeOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrame_GetNativeOffset_m0BA9AB13054AC226600DCB0C55ED37D7DCABC9C5 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_nativeOffset_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int64 System.Diagnostics.StackFrame::GetMethodAddress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m8516C2832DE41C888861EE98AEA341287BC07A27 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get_methodAddress_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt32 System.Diagnostics.StackFrame::GetMethodIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_mC1E293B5EF859BA0424EF76F84659A06201E84B2 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = __this->get_methodIndex_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackFrame::GetInternalMethodName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m2690896FB6563D59491447D1B5377195E88A2018 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_internalMethodName_9();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackFrame::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackFrame_ToString_m205044F382A04F9B05D7A2718DE7A7692EF38580 (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackFrame_ToString_m205044F382A04F9B05D7A2718DE7A7692EF38580_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
{
|
|
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
MethodBase_t * L_1 = __this->get_methodBase_5();
|
|
bool L_2 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_1, (MethodBase_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_3 = V_0;
|
|
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02C9550A52163513402422301087BB96560EAEB2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_4, /*hidden argument*/NULL);
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
StringBuilder_t * L_5 = V_0;
|
|
MethodBase_t * L_6 = __this->get_methodBase_5();
|
|
NullCheck(L_6);
|
|
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6);
|
|
NullCheck(L_5);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
StringBuilder_t * L_8 = V_0;
|
|
String_t* L_9 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral7DF702C1E2A7F97F2512B0267E516708FDA29AC8, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL);
|
|
int32_t L_10 = __this->get_ilOffset_1();
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_11 = V_0;
|
|
String_t* L_12 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral51D17F0D0E350E6EE6DE0A8755E37EAE6E31178C, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, L_12, /*hidden argument*/NULL);
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
StringBuilder_t * L_13 = V_0;
|
|
String_t* L_14 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral8A7AD82493CF7BB10C4B0068FD0769EB0717E237, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, L_14, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_15 = V_0;
|
|
int32_t L_16 = __this->get_ilOffset_1();
|
|
NullCheck(L_15);
|
|
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_15, L_16, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
StringBuilder_t * L_17 = V_0;
|
|
String_t* L_18 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral53AD847AB93428F690F188CBD862D79D145E1C0A, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, L_18, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_19 = V_0;
|
|
String_t* L_20 = StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, L_20, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_21 = V_0;
|
|
int32_t L_22 = __this->get_lineNumber_7();
|
|
int32_t L_23 = L_22;
|
|
RuntimeObject * L_24 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_23);
|
|
int32_t L_25 = __this->get_columnNumber_8();
|
|
int32_t L_26 = L_25;
|
|
RuntimeObject * L_27 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_26);
|
|
NullCheck(L_21);
|
|
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_21, _stringLiteralCF4B338637840040B506E96589E31DC8FC2CC1CE, L_24, L_27, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_28 = V_0;
|
|
NullCheck(L_28);
|
|
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28);
|
|
return L_29;
|
|
}
|
|
}
|
|
#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.Diagnostics.StackTrace::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mB01121AE4B50E28777806A8C6BA844C2E564AB1F (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5(__this, 0, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, bool ___fNeedFileInfo0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
bool L_0 = ___fNeedFileInfo0;
|
|
StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5(__this, 0, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mC06D6ED2D5E080D5B9D31E7B595D8A7F0675F504 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___skipFrames0;
|
|
bool L_1 = ___fNeedFileInfo1;
|
|
StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::init_frames(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___skipFrames0, bool ___fNeedFileInfo1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * V_0 = NULL;
|
|
List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___skipFrames0;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, _stringLiteral54B6A9B88FE2ACB578E30CBC9060F562D042936D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, StackTrace_init_frames_m56291BB25D8B83B7BED4E4CD752273919237C1D5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * L_2 = (List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 *)il2cpp_codegen_object_new(List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mBD603B179AAF76B8DD64EAF37E01A081137C5611(L_2, /*hidden argument*/List_1__ctor_mBD603B179AAF76B8DD64EAF37E01A081137C5611_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
int32_t L_3 = ___skipFrames0;
|
|
___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * L_4 = V_1;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_5 = V_0;
|
|
NullCheck(L_4);
|
|
List_1_Add_mFD601AEE1C09F0F86AC5DB20033B0B696256C29D(L_4, L_5, /*hidden argument*/List_1_Add_mFD601AEE1C09F0F86AC5DB20033B0B696256C29D_RuntimeMethod_var);
|
|
int32_t L_6 = ___skipFrames0;
|
|
___skipFrames0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_7 = ___skipFrames0;
|
|
bool L_8 = ___fNeedFileInfo1;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_9 = (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *)il2cpp_codegen_object_new(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_il2cpp_TypeInfo_var);
|
|
StackFrame__ctor_m7DCC1C2335E1386E6FAD5E5ACEB2330441302BCD(L_9, L_7, L_8, /*hidden argument*/NULL);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_10 = L_9;
|
|
V_0 = L_10;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
MethodBase_t * L_12 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_11);
|
|
bool L_13 = MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7(L_12, (MethodBase_t *)NULL, /*hidden argument*/NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
bool L_14 = ___fNeedFileInfo1;
|
|
__this->set_debug_info_3(L_14);
|
|
List_1_tC17A60BD91D38936E44DD7502EFA27B4F82AB567 * L_15 = V_1;
|
|
NullCheck(L_15);
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* L_16 = List_1_ToArray_mC0B85B3BC963ECC529031D74E27CAE858B2BF49D(L_15, /*hidden argument*/List_1_ToArray_mC0B85B3BC963ECC529031D74E27CAE858B2BF49D_RuntimeMethod_var);
|
|
__this->set_frames_1(L_16);
|
|
return;
|
|
}
|
|
}
|
|
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::get_trace(System.Exception,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* StackTrace_get_trace_m597A54FDD1AEA259BA205475F06DF9B07F645C47 (Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method)
|
|
{
|
|
typedef StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* (*StackTrace_get_trace_m597A54FDD1AEA259BA205475F06DF9B07F645C47_ftn) (Exception_t *, int32_t, bool);
|
|
using namespace il2cpp::icalls;
|
|
return ((StackTrace_get_trace_m597A54FDD1AEA259BA205475F06DF9B07F645C47_ftn)mscorlib::System::Diagnostics::StackTrace::get_trace) (___e0, ___skipFrames1, ___fNeedFileInfo2);
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = ___e0;
|
|
bool L_1 = ___fNeedFileInfo1;
|
|
StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C(__this, L_0, 0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, Exception_t * ___e0, int32_t ___skipFrames1, bool ___fNeedFileInfo2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Exception_t * L_0 = ___e0;
|
|
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, _stringLiteral58E6B3A414A1E090DFC6029ADD0F3555CCBA127F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_2 = ___skipFrames1;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, _stringLiteral54B6A9B88FE2ACB578E30CBC9060F562D042936D, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, StackTrace__ctor_m80E5206B158C5579211CF8CC1F860E00C92F588C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Exception_t * L_4 = ___e0;
|
|
int32_t L_5 = ___skipFrames1;
|
|
bool L_6 = ___fNeedFileInfo2;
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* L_7 = StackTrace_get_trace_m597A54FDD1AEA259BA205475F06DF9B07F645C47(L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
__this->set_frames_1(L_7);
|
|
Exception_t * L_8 = ___e0;
|
|
NullCheck(L_8);
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* L_9 = L_8->get_captured_traces_14();
|
|
__this->set_captured_traces_2(L_9);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Diagnostics.StackTrace::get_FrameCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackTrace_get_FrameCount_m5E79E4D6D150B629ED87E93BACE6B71905697016 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* L_0 = __this->get_frames_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* L_1 = __this->get_frames_1();
|
|
NullCheck(L_1);
|
|
return (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))));
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * StackTrace_GetFrame_mD3B073DD2D452B894A5D215C8EB3ED2B859DE2B3 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___index0;
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this);
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
return (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* L_3 = __this->get_frames_1();
|
|
int32_t L_4 = ___index0;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackTrace::GetAotId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_GetAotId_m1C3F23FF69F608186FD0092C457A257991F56D2D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace_GetAotId_m1C3F23FF69F608186FD0092C457A257991F56D2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
bool L_0 = ((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->get_isAotidSet_4();
|
|
if (L_0)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Assembly_GetAotId_m1CA76E23E2A94DA172082D67B0365A653B83DC0A(/*hidden argument*/NULL);
|
|
((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->set_aotid_5(L_1);
|
|
String_t* L_2 = ((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->get_aotid_5();
|
|
if (!L_2)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->get_aotid_5();
|
|
Guid_t L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_4), L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
String_t* L_5 = Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B((Guid_t *)(&V_0), _stringLiteralB51A60734DA64BE0E618BACBEA2865A8A7DCD669, /*hidden argument*/NULL);
|
|
((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->set_aotid_5(L_5);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->set_isAotidSet_4((bool)1);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_6 = ((StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields*)il2cpp_codegen_static_fields_for(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var))->get_aotid_5();
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Diagnostics.StackTrace::AddFrames(System.Text.StringBuilder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
String_t* V_8 = NULL;
|
|
String_t* V_9 = NULL;
|
|
Guid_t V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
{
|
|
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral02C9550A52163513402422301087BB96560EAEB2, /*hidden argument*/NULL);
|
|
V_2 = L_0;
|
|
V_1 = _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral998E8B57873ABC9F3D83C9A18BB4DA8535457FB3, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_3 = V_1;
|
|
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral27E90DFA57C358ACFAF470860F6F72C9282CE995, /*hidden argument*/NULL);
|
|
String_t* L_5 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral1FB2A8A4CFD43515528E8D82A65169B7E24F3424, L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
V_3 = L_5;
|
|
V_4 = 0;
|
|
goto IL_01c5;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_6 = V_4;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_7 = VirtFuncInvoker1< StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, __this, L_6);
|
|
V_5 = L_7;
|
|
int32_t L_8 = V_4;
|
|
if (L_8)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_9 = ___sb0;
|
|
String_t* L_10 = V_1;
|
|
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral27E90DFA57C358ACFAF470860F6F72C9282CE995, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_9, _stringLiteralA1EB800DAE02CA0397B18760AE320E5D180E74BD, L_10, L_11, /*hidden argument*/NULL);
|
|
goto IL_006e;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
StringBuilder_t * L_12 = ___sb0;
|
|
String_t* L_13 = V_3;
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_14 = V_5;
|
|
NullCheck(L_14);
|
|
MethodBase_t * L_15 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_14);
|
|
bool L_16 = MethodBase_op_Equality_mB2519FFC5324C515ED0181B94A3FA5D6FE99D736(L_15, (MethodBase_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_17 = V_5;
|
|
NullCheck(L_17);
|
|
String_t* L_18 = StackFrame_GetInternalMethodName_m2690896FB6563D59491447D1B5377195E88A2018_inline(L_17, /*hidden argument*/NULL);
|
|
V_6 = L_18;
|
|
String_t* L_19 = V_6;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_20 = ___sb0;
|
|
String_t* L_21 = V_6;
|
|
NullCheck(L_20);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_21, /*hidden argument*/NULL);
|
|
goto IL_01bf;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
StringBuilder_t * L_22 = ___sb0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_23 = V_5;
|
|
NullCheck(L_23);
|
|
int64_t L_24 = StackFrame_GetMethodAddress_m8516C2832DE41C888861EE98AEA341287BC07A27_inline(L_23, /*hidden argument*/NULL);
|
|
int64_t L_25 = L_24;
|
|
RuntimeObject * L_26 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_25);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_27 = V_5;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_27);
|
|
int32_t L_29 = L_28;
|
|
RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29);
|
|
String_t* L_31 = V_2;
|
|
NullCheck(L_22);
|
|
StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E(L_22, _stringLiteral1932D4C2D052419210BC471EDEEC29489376ABC4, L_26, L_30, L_31, /*hidden argument*/NULL);
|
|
goto IL_01bf;
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
StringBuilder_t * L_32 = ___sb0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_33 = V_5;
|
|
NullCheck(L_33);
|
|
MethodBase_t * L_34 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_33);
|
|
StackTrace_GetFullNameForStackTrace_m8681E3272F66FE4BE04D35F49B0C2C4474F4EC56(__this, L_32, L_34, /*hidden argument*/NULL);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_35 = V_5;
|
|
NullCheck(L_35);
|
|
int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_35);
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_37 = ___sb0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_38 = V_5;
|
|
NullCheck(L_38);
|
|
int64_t L_39 = StackFrame_GetMethodAddress_m8516C2832DE41C888861EE98AEA341287BC07A27_inline(L_38, /*hidden argument*/NULL);
|
|
int64_t L_40 = L_39;
|
|
RuntimeObject * L_41 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_40);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_42 = V_5;
|
|
NullCheck(L_42);
|
|
int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Diagnostics.StackFrame::GetNativeOffset() */, L_42);
|
|
int32_t L_44 = L_43;
|
|
RuntimeObject * L_45 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_44);
|
|
NullCheck(L_37);
|
|
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_37, _stringLiteral8C50EDF68E3E4416C8BDC4BC660895ECB24337A0, L_41, L_45, /*hidden argument*/NULL);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_46 = V_5;
|
|
NullCheck(L_46);
|
|
uint32_t L_47 = StackFrame_GetMethodIndex_mC1E293B5EF859BA0424EF76F84659A06201E84B2_inline(L_46, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)16777215))))
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_48 = ___sb0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_49 = V_5;
|
|
NullCheck(L_49);
|
|
uint32_t L_50 = StackFrame_GetMethodIndex_mC1E293B5EF859BA0424EF76F84659A06201E84B2_inline(L_49, /*hidden argument*/NULL);
|
|
uint32_t L_51 = L_50;
|
|
RuntimeObject * L_52 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_51);
|
|
NullCheck(L_48);
|
|
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_48, _stringLiteral7A604BE15D4472487E1E69264386BC5349CEFE08, L_52, /*hidden argument*/NULL);
|
|
goto IL_013e;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
StringBuilder_t * L_53 = ___sb0;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_54 = V_5;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_54);
|
|
int32_t L_56 = L_55;
|
|
RuntimeObject * L_57 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_56);
|
|
NullCheck(L_53);
|
|
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_53, _stringLiteralA8DED5E408D06831D95B6E792BEFB518071D968A, L_57, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_58 = V_5;
|
|
NullCheck(L_58);
|
|
String_t* L_59 = StackFrame_GetSecureFileName_m70617D4D68A1202A794040045930720D63B00BA7(L_58, /*hidden argument*/NULL);
|
|
V_7 = L_59;
|
|
String_t* L_60 = V_7;
|
|
NullCheck(L_60);
|
|
Il2CppChar L_61 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_60, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)60)))))
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_62 = V_5;
|
|
NullCheck(L_62);
|
|
MethodBase_t * L_63 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_62);
|
|
NullCheck(L_63);
|
|
Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * L_64 = VirtFuncInvoker0< Module_t882FB0C491B9CD194BE7CD1AC62FEFB31EEBE5D7 * >::Invoke(15 /* System.Reflection.Module System.Reflection.MemberInfo::get_Module() */, L_63);
|
|
NullCheck(L_64);
|
|
Guid_t L_65 = VirtFuncInvoker0< Guid_t >::Invoke(11 /* System.Guid System.Reflection.Module::get_ModuleVersionId() */, L_64);
|
|
V_10 = L_65;
|
|
String_t* L_66 = Guid_ToString_mE2E53BEF57397A8D04C1CEFC2627F64578FF638B((Guid_t *)(&V_10), _stringLiteralB51A60734DA64BE0E618BACBEA2865A8A7DCD669, /*hidden argument*/NULL);
|
|
V_8 = L_66;
|
|
String_t* L_67 = StackTrace_GetAotId_m1C3F23FF69F608186FD0092C457A257991F56D2D(/*hidden argument*/NULL);
|
|
V_9 = L_67;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_68 = V_5;
|
|
NullCheck(L_68);
|
|
int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Diagnostics.StackFrame::GetILOffset() */, L_68);
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_70 = V_9;
|
|
if (L_70)
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
String_t* L_71 = V_8;
|
|
String_t* L_72 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral4F306706F74E821DAA4624ABFC5A3FA34AA71B25, L_71, /*hidden argument*/NULL);
|
|
V_7 = L_72;
|
|
goto IL_01a9;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
String_t* L_73 = V_8;
|
|
String_t* L_74 = V_9;
|
|
String_t* L_75 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralD088DB464661C898A1FAC3B2A2EA343D31370EB8, L_73, L_74, /*hidden argument*/NULL);
|
|
V_7 = L_75;
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
StringBuilder_t * L_76 = ___sb0;
|
|
String_t* L_77 = V_0;
|
|
String_t* L_78 = V_7;
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_79 = V_5;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_79);
|
|
int32_t L_81 = L_80;
|
|
RuntimeObject * L_82 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_81);
|
|
NullCheck(L_76);
|
|
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_76, L_77, L_78, L_82, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
int32_t L_83 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1));
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
int32_t L_84 = V_4;
|
|
int32_t L_85 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, __this);
|
|
if ((((int32_t)L_84) < ((int32_t)L_85)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_86 = V_4;
|
|
return (bool)((!(((uint32_t)L_86) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.StackTrace::GetFullNameForStackTrace(System.Text.StringBuilder,System.Reflection.MethodBase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace_GetFullNameForStackTrace_m8681E3272F66FE4BE04D35F49B0C2C4474F4EC56 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, StringBuilder_t * ___sb0, MethodBase_t * ___mi1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace_GetFullNameForStackTrace_m8681E3272F66FE4BE04D35F49B0C2C4474F4EC56_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_1 = NULL;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
MethodInfo_t * V_4 = NULL;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
Type_t * V_8 = NULL;
|
|
{
|
|
MethodBase_t * L_0 = ___mi1;
|
|
NullCheck(L_0);
|
|
Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_0);
|
|
V_0 = L_1;
|
|
Type_t * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_2);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_5 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Type_t * L_7 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_6);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Type_t * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_9 = VirtFuncInvoker1< MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B*, int32_t >::Invoke(48 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_8, ((int32_t)60));
|
|
V_2 = L_9;
|
|
V_3 = 0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_10 = V_2;
|
|
int32_t L_11 = V_3;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
MethodInfo_t * L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_4 = L_13;
|
|
MethodInfo_t * L_14 = V_4;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_14);
|
|
MethodBase_t * L_16 = ___mi1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Reflection.MemberInfo::get_MetadataToken() */, L_16);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_18 = V_4;
|
|
___mi1 = L_18;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_19 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_20 = V_3;
|
|
MethodInfoU5BU5D_t93E968F23AF2DB5CFCFF13BE775A0E222C03586B* L_21 = V_2;
|
|
NullCheck(L_21);
|
|
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
StringBuilder_t * L_22 = ___sb0;
|
|
Type_t * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
|
|
NullCheck(L_22);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, L_24, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_25 = ___sb0;
|
|
NullCheck(L_25);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_26 = ___sb0;
|
|
MethodBase_t * L_27 = ___mi1;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_27);
|
|
NullCheck(L_26);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, L_28, /*hidden argument*/NULL);
|
|
MethodBase_t * L_29 = ___mi1;
|
|
NullCheck(L_29);
|
|
bool L_30 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_29);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
MethodBase_t * L_31 = ___mi1;
|
|
NullCheck(L_31);
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = VirtFuncInvoker0< TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(23 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_31);
|
|
V_5 = L_32;
|
|
StringBuilder_t * L_33 = ___sb0;
|
|
NullCheck(L_33);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
|
|
V_6 = 0;
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int32_t L_34 = V_6;
|
|
if ((((int32_t)L_34) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_35 = ___sb0;
|
|
NullCheck(L_35);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
StringBuilder_t * L_36 = ___sb0;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_37 = V_5;
|
|
int32_t L_38 = V_6;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
Type_t * L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
NullCheck(L_40);
|
|
String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_40);
|
|
NullCheck(L_36);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, L_41, /*hidden argument*/NULL);
|
|
int32_t L_42 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t L_43 = V_6;
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_44 = V_5;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_45 = ___sb0;
|
|
NullCheck(L_45);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_45, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
MethodBase_t * L_46 = ___mi1;
|
|
NullCheck(L_46);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_47 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_46);
|
|
V_1 = L_47;
|
|
StringBuilder_t * L_48 = ___sb0;
|
|
NullCheck(L_48);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376, /*hidden argument*/NULL);
|
|
V_7 = 0;
|
|
goto IL_015c;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
int32_t L_49 = V_7;
|
|
if ((((int32_t)L_49) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_50 = ___sb0;
|
|
NullCheck(L_50);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_50, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_51 = V_1;
|
|
int32_t L_52 = V_7;
|
|
NullCheck(L_51);
|
|
int32_t L_53 = L_52;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
NullCheck(L_54);
|
|
Type_t * L_55 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_54);
|
|
V_8 = L_55;
|
|
Type_t * L_56 = V_8;
|
|
NullCheck(L_56);
|
|
bool L_57 = VirtFuncInvoker0< bool >::Invoke(104 /* System.Boolean System.Type::get_IsGenericType() */, L_56);
|
|
if (!L_57)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_58 = V_8;
|
|
NullCheck(L_58);
|
|
bool L_59 = VirtFuncInvoker0< bool >::Invoke(105 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_58);
|
|
if (L_59)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_60 = V_8;
|
|
NullCheck(L_60);
|
|
Type_t * L_61 = VirtFuncInvoker0< Type_t * >::Invoke(129 /* System.Type System.Type::GetGenericTypeDefinition() */, L_60);
|
|
V_8 = L_61;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
StringBuilder_t * L_62 = ___sb0;
|
|
Type_t * L_63 = V_8;
|
|
NullCheck(L_63);
|
|
String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_63);
|
|
NullCheck(L_62);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_62, L_64, /*hidden argument*/NULL);
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_65 = V_1;
|
|
int32_t L_66 = V_7;
|
|
NullCheck(L_65);
|
|
int32_t L_67 = L_66;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
NullCheck(L_68);
|
|
String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_68);
|
|
if (!L_69)
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_70 = ___sb0;
|
|
NullCheck(L_70);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_70, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_71 = ___sb0;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_72 = V_1;
|
|
int32_t L_73 = V_7;
|
|
NullCheck(L_72);
|
|
int32_t L_74 = L_73;
|
|
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
|
|
NullCheck(L_75);
|
|
String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_75);
|
|
NullCheck(L_71);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_71, L_76, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
int32_t L_77 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1));
|
|
}
|
|
|
|
IL_015c:
|
|
{
|
|
int32_t L_78 = V_7;
|
|
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_79 = V_1;
|
|
NullCheck(L_79);
|
|
if ((((int32_t)L_78) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length)))))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_80 = ___sb0;
|
|
NullCheck(L_80);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_80, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackTrace::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_mD5310F948F5BD43ADB97F77CEE1F807A1E2ABA26 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StackTrace_ToString_mD5310F948F5BD43ADB97F77CEE1F807A1E2ABA26_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* L_1 = __this->get_captured_traces_2();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* L_2 = __this->get_captured_traces_2();
|
|
V_1 = L_2;
|
|
V_2 = 0;
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
StringBuilder_t * L_7 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_8 = StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A(L_6, L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_9 = V_0;
|
|
String_t* L_10 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_9, L_10, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteral28A063DD3B6BD72B8F669ED6E76C944E42BCA5B7, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_12 = V_0;
|
|
String_t* L_13 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
StringBuilder_t * L_17 = V_0;
|
|
StackTrace_AddFrames_m899073F7BC69218AE0A2ED6367EC3118490EF60A(__this, L_17, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.StackTrace::ToString(System.Diagnostics.StackTrace_TraceFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTrace_ToString_m1C8457C5B1405CB08B90BEC24F67D636EF5026A5 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, int32_t ___traceFormat0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Diagnostics.Tracing.EventSource::IsEnabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSource_IsEnabled_m37942F59ECF17A141C3F1CE0FD2041CDB2A1486E (EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.Diagnostics.Tracing.EventSource::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR String_t* EventSource_ToString_m0265BBC34A7D8001FE1819300765B1E62F56D80E (EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventSource_ToString_m0265BBC34A7D8001FE1819300765B1E62F56D80E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_0, _stringLiteral8AAD576F609EA00F0F3A7B5E1319000261A3D352, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EventSource_ToString_m0265BBC34A7D8001FE1819300765B1E62F56D80E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.Tracing.EventSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource__ctor_m609A5F8A53C64F1F7E5CEEE5427E77F4D3F4B52A (EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.Tracing.EventSource::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Dispose_m2B3962369A463AB6DC62A63CEBA0D557ADB094FA (EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.Tracing.EventSource::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource_Finalize_m146DD940348050A0FC11F0110BCA54D9A53C1A9C (EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Diagnostics.Tracing.EventSource::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSource__cctor_m4929B950E6F969BE9565F18F477E75978E914B33 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventSource__cctor_m4929B950E6F969BE9565F18F477E75978E914B33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_il2cpp_TypeInfo_var))->set_m_EventSourceExceptionRecurenceCount_0((uint8_t)0);
|
|
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;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____6CEE45445AFD150B047A5866FFA76AA651CDB7B7_56_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
((EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_StaticFields*)il2cpp_codegen_static_fields_for(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_il2cpp_TypeInfo_var))->set_namespaceBytes_1(L_1);
|
|
Guid_t L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_3), _stringLiteral7D8C8E403A209FAEBC3A305AF4E07E0809EC23D3, /*hidden argument*/NULL);
|
|
((EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_StaticFields*)il2cpp_codegen_static_fields_for(EventSource_t263F509672F3C6747C5BA393F20E2717B7A981EB_il2cpp_TypeInfo_var))->set_AspNetEventSourceGuid_2(L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.DivideByZeroException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m0FA924BBA604B8446C3844720AEE38E6DB8E39D5 (DivideByZeroException_tD233835DD9A31EE4E64DD93F2D6143646CFD3FBC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DivideByZeroException__ctor_m0FA924BBA604B8446C3844720AEE38E6DB8E39D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0468E3044BB96C27C2B264BCEDCDBC4DD3B9345C, /*hidden argument*/NULL);
|
|
ArithmeticException__ctor_mAE18F94959F9827DEA553C7C2F3C5568BEC81CCF(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147352558), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DivideByZeroException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_m1C99D2A83A28CAF0EFB629727B561F833A1DB13F (DivideByZeroException_tD233835DD9A31EE4E64DD93F2D6143646CFD3FBC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
ArithmeticException__ctor_mE39E53B845DB39374DFC9B613B87342A4D05C672(__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.DllNotFoundException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_mA1F672A4786BB96B15A06425687CDB421671C685 (DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (DllNotFoundException__ctor_mA1F672A4786BB96B15A06425687CDB421671C685_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral39BEA6DEDC2EA02EF7433B14291DB0C8B3326642, /*hidden argument*/NULL);
|
|
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233052), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DllNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_m10DFBF836175342A3DE8B778EE5EFC439C3BE8F0 (DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233052), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.DllNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DllNotFoundException__ctor_m814CD75482C2010BF3FEA4F5E213C73EDAD87472 (DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
TypeLoadException__ctor_m7D81F0BF798D436FF6ECF3F4B48F206DB8AB1293(__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.Boolean System.Double::IsPositiveInfinity(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B (double ___d0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___d0;
|
|
if ((!(((double)L_0) == ((double)(std::numeric_limits<double>::infinity())))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Double::IsNaN(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3 (double ___d0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)(((uintptr_t)(&___d0))));
|
|
return (bool)((!(((uint64_t)((int64_t)((int64_t)L_0&(int64_t)((int64_t)(std::numeric_limits<int64_t>::max)())))) <= ((uint64_t)((int64_t)9218868437227405312LL))))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 System.Double::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5 (double* __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.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, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_2 = ___value0;
|
|
V_0 = ((*(double*)((double*)UnBox(L_2, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
|
|
double L_3 = *((double*)__this);
|
|
double L_4 = V_0;
|
|
if ((!(((double)L_3) < ((double)L_4))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
double L_5 = *((double*)__this);
|
|
double L_6 = V_0;
|
|
if ((!(((double)L_5) > ((double)L_6))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
double L_7 = *((double*)__this);
|
|
double L_8 = V_0;
|
|
if ((!(((double)L_7) == ((double)L_8))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
double L_9 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_10 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_9, /*hidden argument*/NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
double L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_12 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_11, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFFAAC6B1A9A0C24D7EF00A22A84CC2405882AADF, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_CompareTo_mB0A2B8C7C5FAC5BE56944B11D254507588407EB5(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Int32 System.Double::CompareTo(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1 (double* __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
double L_1 = ___value0;
|
|
if ((!(((double)L_0) < ((double)L_1))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
double L_2 = *((double*)__this);
|
|
double L_3 = ___value0;
|
|
if ((!(((double)L_2) > ((double)L_3))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
double L_4 = *((double*)__this);
|
|
double L_5 = ___value0;
|
|
if ((!(((double)L_4) == ((double)L_5))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
double L_6 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_7 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
double L_8 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_9 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return 1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1_AdjustorThunk (RuntimeObject * __this, double ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_CompareTo_m569906D5264ACFD3D0D5A1BAD116DC2CBCA0F4B1(_thisAdjusted, ___value0, method);
|
|
}
|
|
// System.Boolean System.Double::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33 (double* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeObject * L_1 = ___obj0;
|
|
V_0 = ((*(double*)((double*)UnBox(L_1, Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))));
|
|
double L_2 = V_0;
|
|
double L_3 = *((double*)__this);
|
|
if ((!(((double)L_2) == ((double)L_3))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
double L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_5 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
double L_6 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_7 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_Equals_m25A10C1D70E2906C2DAA5F3863B6AB76AFB13F33(_thisAdjusted, ___obj0, method);
|
|
}
|
|
// System.Boolean System.Double::Equals(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472 (double* __this, double ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = ___obj0;
|
|
double L_1 = *((double*)__this);
|
|
if ((!(((double)L_0) == ((double)L_1))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
double L_2 = ___obj0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_3 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
double L_4 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_5 = Double_IsNaN_m5DFBBD58036879B687FEC248C50EACBABE205AB3(L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472_AdjustorThunk (RuntimeObject * __this, double ___obj0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_Equals_m07123CFF3B06183E095BF281110526F9B8953472(_thisAdjusted, ___obj0, method);
|
|
}
|
|
// System.Int32 System.Double::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292 (double* __this, const RuntimeMethod* method)
|
|
{
|
|
return Int64_GetHashCode_mB5F9D4E16AFBD7C3932709B38AD8C8BF920CC0A4((int64_t*)__this, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_GetHashCode_m583A40025EE6D79EA606D34C38ACFEE231003292(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Double::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF (double* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
|
|
String_t* L_2 = Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_ToString_mEB58879AE04C90A89E1475909F82BF4F8540D8CF(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Double::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F (double* __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
String_t* L_1 = ___format0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
|
|
String_t* L_3 = Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_ToString_m4A142BE5E5F1EF1434658FC874A19E124D95313F(_thisAdjusted, ___format0, method);
|
|
}
|
|
// System.String System.Double::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mBDC030ABB6F09ED7233866009CE02784B1692BC9 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
RuntimeObject* L_1 = ___provider0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
|
|
String_t* L_3 = Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Double_ToString_mBDC030ABB6F09ED7233866009CE02784B1692BC9_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_ToString_mBDC030ABB6F09ED7233866009CE02784B1692BC9(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.String System.Double::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
String_t* L_1 = ___format0;
|
|
RuntimeObject* L_2 = ___provider1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_2, /*hidden argument*/NULL);
|
|
String_t* L_4 = Number_FormatDouble_m75CA311327BBDA4F918A84B0C0B689B5C4F84EC2(L_0, L_1, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616(_thisAdjusted, ___format0, ___provider1, method);
|
|
}
|
|
// System.Double System.Double::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m17E3E4C7194E91689E3E2250A584DB7F1D617552 (String_t* ___s0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_Parse_m17E3E4C7194E91689E3E2250A584DB7F1D617552_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
double L_2 = Double_Parse_m6CDDAF2DCACA8C26336176A005D7A2C8032210AF(L_0, ((int32_t)231), L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Double System.Double::Parse(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_Parse_m598B75F6A7C50F719F439CF354BDDD22B9AF8C67_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
RuntimeObject* L_1 = ___provider1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
double L_3 = Double_Parse_m6CDDAF2DCACA8C26336176A005D7A2C8032210AF(L_0, ((int32_t)231), L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___style1;
|
|
NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07(L_0, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___s0;
|
|
int32_t L_2 = ___style1;
|
|
RuntimeObject* L_3 = ___provider2;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
double L_5 = Double_Parse_m6CDDAF2DCACA8C26336176A005D7A2C8032210AF(L_1, L_2, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m6CDDAF2DCACA8C26336176A005D7A2C8032210AF (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
int32_t L_1 = ___style1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
|
|
double L_3 = Number_ParseDouble_m1114DFDF930B69AB3222044E9818855F131B5672(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Double::TryParse(System.String,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m9F4A499E432413DC960D6441EE3EC50C2A9CB211 (String_t* ___s0, double* ___result1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_TryParse_m9F4A499E432413DC960D6441EE3EC50C2A9CB211_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
|
|
double* L_2 = ___result1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
|
|
bool L_3 = Double_TryParse_mB5F22A90A02E9B8E4303EF6F7657A73A2402A37D(L_0, ((int32_t)231), L_1, (double*)L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_mB5F22A90A02E9B8E4303EF6F7657A73A2402A37D (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, double* ___result3, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
double* L_1 = ___result3;
|
|
*((double*)L_1) = (double)(0.0);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
String_t* L_2 = ___s0;
|
|
int32_t L_3 = ___style1;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = ___info2;
|
|
double* L_5 = ___result3;
|
|
bool L_6 = Number_TryParseDouble_m42120E69C4182E443BDD9BC6DAF481DCBE9E610B(L_2, L_3, L_4, (double*)L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___s0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
String_t* L_9 = V_0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___info2;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
bool L_12 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_9, L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
double* L_13 = ___result3;
|
|
*((double*)L_13) = (double)(std::numeric_limits<double>::infinity());
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
String_t* L_14 = V_0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_15 = ___info2;
|
|
NullCheck(L_15);
|
|
String_t* L_16 = NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline(L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
bool L_17 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_14, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
double* L_18 = ___result3;
|
|
*((double*)L_18) = (double)(-std::numeric_limits<double>::infinity());
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
String_t* L_19 = V_0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_20 = ___info2;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
bool L_22 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_19, L_21, /*hidden argument*/NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
double* L_23 = ___result3;
|
|
*((double*)L_23) = (double)(std::numeric_limits<double>::quiet_NaN());
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.TypeCode System.Double::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetTypeCode_mEDD856E79AFA5648A5F5ABD8B32EE88E640B8FA3 (double* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)14));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Double_GetTypeCode_mEDD856E79AFA5648A5F5ABD8B32EE88E640B8FA3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_GetTypeCode_mEDD856E79AFA5648A5F5ABD8B32EE88E640B8FA3(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean System.Double::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
bool L_1 = Convert_ToBoolean_m23B521E072296AA7D4F9FA80D35E27C306B5ABDF(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToBoolean_mF2373D33947A1A2A41037A40C332F1F8B0B31399(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Char System.Double::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToChar_m5A3D51F95BEEFB294294FC0D2CB4D198ADEC9004(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.SByte System.Double::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int8_t L_1 = Convert_ToSByte_m286EC501DE7B1980DE30BBB28DDA70AE4BB696E5(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToSByte_m420F7D1B2F9EC1EB5727C4FC343B5D9A1F80FF9E(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Byte System.Double::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_1 = Convert_ToByte_m91AFBFC15EA62AF9EA9826E3F777635C1E18F32C(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToByte_mC6823B019DF9C56705E00B56F69FE337DA4FA3D2(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int16 System.Double::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int16_t L_1 = Convert_ToInt16_m1F982FED72A4829E1DE1A64F162F13555FC1F7EC(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToInt16_m1912F2BCB7CCEA69C8383DE3F23629EA72901FE8(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt16 System.Double::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint16_t L_1 = Convert_ToUInt16_mC488D697C85EE1862D2D8FFFD30BC8E99AB73BE5(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToUInt16_m7EB78B4D0E534EA609CA0ECCB65126288A01E7BB(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int32 System.Double::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Convert_ToInt32_m1A048B98439E87B6AA81AEA091F8F515D3EF730C(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToInt32_m58F8E6D8B06DD91DEFF79EFC07F1E611D62901D4(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt32 System.Double::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint32_t L_1 = Convert_ToUInt32_mB7F4B7176295B3AA240199C4C2E7E59C3B74E6AF(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToUInt32_mDFE527435A1AB18FB7B8C2B82FD957E2CBDCB85D(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Int64 System.Double::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int64_t L_1 = Convert_ToInt64_m64CA1F639893BC431286C0AE8266AA46E38FB57D(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToInt64_mB0F1BC81467C260C314E8677DA7E7424373F4E74(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.UInt64 System.Double::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Convert_ToUInt64_mA246C8DD45C3EA0EFB21E3ED8B6EE6FAAE119232(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToUInt64_m42B2609C9326264155EA6BCE68D394B003C3B8DB(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Single System.Double::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
float L_1 = Convert_ToSingle_mDADB8C1C52121EE8B0040D4E5FC7CFD2CFAD8B80(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToSingle_m368154C37F9126F8A86FE2885B6A01BFF514EC4F(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Double System.Double::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_System_IConvertible_ToDouble_mD5A55AC211814A338B9B78AEB30C654CD9FE9B12 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Double_System_IConvertible_ToDouble_mD5A55AC211814A338B9B78AEB30C654CD9FE9B12_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToDouble_mD5A55AC211814A338B9B78AEB30C654CD9FE9B12(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Decimal System.Double::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_mF93A2E5C1006C59187BA8F1F17E66CEC2D8F7FCE(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToDecimal_m82107C16B72FEA85A6BE269EA2C4ADCEA77BDF78(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.DateTime System.Double::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8 (double* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8_RuntimeMethod_var);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToDateTime_m3D5512DED1ECDB253130146CA1324D7F77DF8CE8(_thisAdjusted, ___provider0, method);
|
|
}
|
|
// System.Object System.Double::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17 (double* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
double L_1 = L_0;
|
|
RuntimeObject * L_2 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_1);
|
|
Type_t * L_3 = ___type0;
|
|
RuntimeObject* L_4 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject * Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
double* _thisAdjusted = reinterpret_cast<double*>(__this + _offset);
|
|
return Double_System_IConvertible_ToType_m8A79DB3AE4184EB16E3F7401C1AF1F5487996E17(_thisAdjusted, ___type0, ___provider1, method);
|
|
}
|
|
// System.Void System.Double::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Double__cctor_mF8ED20B3C490811C7B536F11984C848279FD81DA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Double__cctor_mF8ED20B3C490811C7B536F11984C848279FD81DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
|
|
double L_0 = BitConverter_Int64BitsToDouble_m9BCBEBF8C6E35A37E6A233B11F97164D9F0BF694(((int64_t)(std::numeric_limits<int64_t>::min)()), /*hidden argument*/NULL);
|
|
((Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields*)il2cpp_codegen_static_fields_for(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var))->set_NegativeZero_7(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.Empty::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Empty__ctor_m23D1BFDB32C4D61606BF357FD0322407A0F7B997 (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Empty::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Empty_ToString_m0C8812BB8898E96B034C6CD4D3F1F00757E33EE3 (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Empty_ToString_m0C8812BB8898E96B034C6CD4D3F1F00757E33EE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Empty::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Empty_GetObjectData_m232B12C727819AE6EE45B673E84D081C52E398A3 (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Empty_GetObjectData_m232B12C727819AE6EE45B673E84D081C52E398A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Empty_GetObjectData_m232B12C727819AE6EE45B673E84D081C52E398A3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
UnitySerializationHolder_GetUnitySerializationInfo_m86F654140996546DB4D6D8228BF9FE45E9BAEC3E(L_2, 1, (String_t*)NULL, (RuntimeAssembly_t5EE9CD749D82345AE5635B9665665C31A3308EB1 *)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Empty::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Empty__cctor_m54D08148F4107B10CF2EFEC0BD7487B88BDE8846 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Empty__cctor_m54D08148F4107B10CF2EFEC0BD7487B88BDE8846_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 * L_0 = (Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2 *)il2cpp_codegen_object_new(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var);
|
|
Empty__ctor_m23D1BFDB32C4D61606BF357FD0322407A0F7B997(L_0, /*hidden argument*/NULL);
|
|
((Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_StaticFields*)il2cpp_codegen_static_fields_for(Empty_t31C7ECDF7D102AFFCE029D8AB11D8595F0316ED2_il2cpp_TypeInfo_var))->set_Value_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.EntryPointNotFoundException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_m683E578CE5B45F534894C0AD324CFF812B8C6367 (EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EntryPointNotFoundException__ctor_m683E578CE5B45F534894C0AD324CFF812B8C6367_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral434F56D21A258E7969A92CEA469D5AF82D2A30D9, /*hidden argument*/NULL);
|
|
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233053), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.EntryPointNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_mC157996784391A14CFF5CD1F6B6890C67F94C16E (EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
TypeLoadException__ctor_m80951BFF6EB67A1ED3052D05569EF70D038B1581(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233053), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.EntryPointNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EntryPointNotFoundException__ctor_m72E8D85C9DBFCBAD71B54DD0088CA89FF16002D4 (EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
TypeLoadException__ctor_m7D81F0BF798D436FF6ECF3F4B48F206DB8AB1293(__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
|
|
// Conversion methods for marshalling of: System.Enum
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_pinvoke(const Enum_t2AF27C02B8653AE29442467390005ABC74D8F521& unmarshaled, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_pinvoke_back(const Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke& marshaled, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521& unmarshaled)
|
|
{
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Enum
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_pinvoke_cleanup(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Enum
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_com(const Enum_t2AF27C02B8653AE29442467390005ABC74D8F521& unmarshaled, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_com_back(const Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com& marshaled, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521& unmarshaled)
|
|
{
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Enum
|
|
IL2CPP_EXTERN_C void Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshal_com_cleanup(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Enum_ValuesAndNames System.Enum::GetCachedValuesAndNames(System.RuntimeType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, bool ___getNames1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * V_0 = NULL;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___enumType0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_1 = L_0->get_GenericCache_27();
|
|
V_0 = ((ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 *)IsInstClass((RuntimeObject*)L_1, ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2_il2cpp_TypeInfo_var));
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = ___getNames1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4->get_Names_1();
|
|
if (L_5)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4*)NULL;
|
|
V_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_6 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
bool L_7 = Enum_GetEnumValuesAndNames_m1DE3CB2A67168F041F94B867603001FA33DE19BB(L_6, (UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4**)(&V_1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_8 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_2;
|
|
Comparer_1_tCF5E5EB8AA2F69440B59855EF7E666F064E3D1CC * L_10 = Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C(/*hidden argument*/Comparer_1_get_Default_mDDE26044E0F352546BE2390402A0236FE376FB3C_RuntimeMethod_var);
|
|
Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisString_t_mD72A29E49E470E40B0AF25859927BAEE4A19004A(L_8, L_9, L_10, /*hidden argument*/Array_Sort_TisUInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_TisString_t_mD72A29E49E470E40B0AF25859927BAEE4A19004A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_11 = V_1;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_2;
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_13 = (ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 *)il2cpp_codegen_object_new(ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2_il2cpp_TypeInfo_var);
|
|
ValuesAndNames__ctor_mB8D86E5162F53D54672653DDE596C5FEBD9B3D7F(L_13, L_11, L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_14 = ___enumType0;
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_15 = V_0;
|
|
NullCheck(L_14);
|
|
L_14->set_GenericCache_27(L_15);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.String System.Enum::InternalFormattedHexString(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF (RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint8_t V_1 = 0x0;
|
|
uint8_t V_2 = 0x0;
|
|
uint8_t V_3 = 0x0;
|
|
uint16_t V_4 = 0;
|
|
uint16_t V_5 = 0;
|
|
uint16_t V_6 = 0;
|
|
uint32_t V_7 = 0;
|
|
uint32_t V_8 = 0;
|
|
uint64_t V_9 = 0;
|
|
uint64_t V_10 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
RuntimeObject * L_3 = ___value0;
|
|
V_1 = (uint8_t)(((int32_t)((uint8_t)((*(int8_t*)((int8_t*)UnBox(L_3, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))))));
|
|
String_t* L_4 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&V_1), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
RuntimeObject * L_5 = ___value0;
|
|
V_2 = ((*(uint8_t*)((uint8_t*)UnBox(L_5, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var))));
|
|
String_t* L_6 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&V_2), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
RuntimeObject * L_7 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_8 = Convert_ToByte_m2F75DB84C61D7D1D64393FD5756A9C9DE04FF716(((*(bool*)((bool*)UnBox(L_7, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
V_3 = L_8;
|
|
String_t* L_9 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&V_3), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
RuntimeObject * L_10 = ___value0;
|
|
V_4 = (uint16_t)(((int32_t)((uint16_t)((*(int16_t*)((int16_t*)UnBox(L_10, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))))));
|
|
String_t* L_11 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&V_4), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
RuntimeObject * L_12 = ___value0;
|
|
V_5 = ((*(uint16_t*)((uint16_t*)UnBox(L_12, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var))));
|
|
String_t* L_13 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&V_5), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
RuntimeObject * L_14 = ___value0;
|
|
V_6 = (uint16_t)((*(Il2CppChar*)((Il2CppChar*)UnBox(L_14, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var))));
|
|
String_t* L_15 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&V_6), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
RuntimeObject * L_16 = ___value0;
|
|
V_7 = ((*(uint32_t*)((uint32_t*)UnBox(L_16, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var))));
|
|
String_t* L_17 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_7), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
RuntimeObject * L_18 = ___value0;
|
|
V_8 = ((*(int32_t*)((int32_t*)UnBox(L_18, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
|
|
String_t* L_19 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&V_8), _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
RuntimeObject * L_20 = ___value0;
|
|
V_9 = ((*(uint64_t*)((uint64_t*)UnBox(L_20, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var))));
|
|
String_t* L_21 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&V_9), _stringLiteral7C920AC9C27322B466EC79E3F70C59D0EB2E27E3, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
RuntimeObject * L_22 = ___value0;
|
|
V_10 = ((*(int64_t*)((int64_t*)UnBox(L_22, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var))));
|
|
String_t* L_23 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&V_10), _stringLiteral7C920AC9C27322B466EC79E3F70C59D0EB2E27E3, (RuntimeObject*)NULL, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_25 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_25, L_24, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.String System.Enum::InternalFormat(System.RuntimeType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___eT0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___eT0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (FlagsAttribute_t7FB7BEFA2E1F2C6E3362A5996E82697475FFE867_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
bool L_3 = VirtFuncInvoker2< bool, Type_t *, bool >::Invoke(12 /* System.Boolean System.Reflection.MemberInfo::IsDefined(System.Type,System.Boolean) */, L_0, L_2, (bool)0);
|
|
if (L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = ___eT0;
|
|
RuntimeObject * L_5 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D(L_4, L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
String_t* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_8 = ___value1;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_11 = ___eT0;
|
|
RuntimeObject * L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_13 = Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C(L_11, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.String System.Enum::InternalFlagsFormat(System.RuntimeType,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___eT0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
StringBuilder_t * V_4 = NULL;
|
|
bool V_5 = false;
|
|
uint64_t V_6 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
uint64_t L_1 = Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_2 = ___eT0;
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_3 = Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3(L_2, (bool)1, /*hidden argument*/NULL);
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_4 = L_3;
|
|
NullCheck(L_4);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4->get_Names_1();
|
|
V_1 = L_5;
|
|
NullCheck(L_4);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_6 = L_4->get_Values_0();
|
|
V_2 = L_6;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)1));
|
|
StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_8, /*hidden argument*/NULL);
|
|
V_4 = L_8;
|
|
V_5 = (bool)1;
|
|
uint64_t L_9 = V_0;
|
|
V_6 = L_9;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
int32_t L_10 = V_3;
|
|
if (L_10)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_11 = V_2;
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
int64_t L_14 = (int64_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
if (!L_14)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
uint64_t L_15 = V_0;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_16 = V_2;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
int64_t L_19 = (int64_t)(L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_20 = V_2;
|
|
int32_t L_21 = V_3;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = L_21;
|
|
int64_t L_23 = (int64_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
if ((!(((uint64_t)((int64_t)((int64_t)L_15&(int64_t)L_19))) == ((uint64_t)L_23))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_24 = V_0;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_25 = V_2;
|
|
int32_t L_26 = V_3;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
int64_t L_28 = (int64_t)(L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_24, (int64_t)L_28));
|
|
bool L_29 = V_5;
|
|
if (L_29)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_30 = V_4;
|
|
NullCheck(L_30);
|
|
StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C(L_30, 0, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
StringBuilder_t * L_31 = V_4;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = V_1;
|
|
int32_t L_33 = V_3;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
String_t* L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
NullCheck(L_31);
|
|
StringBuilder_Insert_m38829D9C9FE52ACD6541ED735D4435FB2A831A2C(L_31, 0, L_35, /*hidden argument*/NULL);
|
|
V_5 = (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_36 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int32_t L_37 = V_3;
|
|
if ((((int32_t)L_37) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
uint64_t L_38 = V_0;
|
|
if (!L_38)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_39 = ___value1;
|
|
NullCheck(L_39);
|
|
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
|
|
return L_40;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
uint64_t L_41 = V_6;
|
|
if (L_41)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_42 = V_2;
|
|
NullCheck(L_42);
|
|
if (!(((RuntimeArray*)L_42)->max_length))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_43 = V_2;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = 0;
|
|
int64_t L_45 = (int64_t)(L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
|
|
if (L_45)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
int32_t L_47 = 0;
|
|
String_t* L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
return L_48;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
return _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
StringBuilder_t * L_49 = V_4;
|
|
NullCheck(L_49);
|
|
String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_49);
|
|
return L_50;
|
|
}
|
|
}
|
|
// System.UInt64 System.Enum::ToUInt64(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5 (RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
uint64_t V_1 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject * L_3 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int64_t L_5 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_3, L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
RuntimeObject * L_6 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint64_t L_8 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_6, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_10 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_10, L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Enum_ToUInt64_mF33D43629B55147D1AF6CC3D813F894435AA50F5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
uint64_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 System.Enum::InternalCompareTo(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_InternalCompareTo_m3EBB69A78DA374BF88E9393542454A8DB9FEC73A (RuntimeObject * ___o10, RuntimeObject * ___o21, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Enum_InternalCompareTo_m3EBB69A78DA374BF88E9393542454A8DB9FEC73A_ftn) (RuntimeObject *, RuntimeObject *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_InternalCompareTo_m3EBB69A78DA374BF88E9393542454A8DB9FEC73A_ftn)mscorlib::System::Enum::InternalCompareTo) (___o10, ___o21);
|
|
}
|
|
// System.RuntimeType System.Enum::InternalGetUnderlyingType(System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * (*Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_InternalGetUnderlyingType_m0BD79F3F8CD17913493226A8F3D07898D94CCB50_ftn)mscorlib::System::Enum::InternalGetUnderlyingType) (___enumType0);
|
|
}
|
|
// System.Boolean System.Enum::GetEnumValuesAndNames(System.RuntimeType,System.UInt64[]&,System.String[]&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_GetEnumValuesAndNames_m1DE3CB2A67168F041F94B867603001FA33DE19BB (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4** ___values1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___names2, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Enum_GetEnumValuesAndNames_m1DE3CB2A67168F041F94B867603001FA33DE19BB_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_GetEnumValuesAndNames_m1DE3CB2A67168F041F94B867603001FA33DE19BB_ftn)mscorlib::System::Enum::GetEnumValuesAndNames) (___enumType0, ___values1, ___names2);
|
|
}
|
|
// System.Object System.Enum::InternalBoxEnum(System.RuntimeType,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251 (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, int64_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject * (*Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251_ftn) (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *, int64_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251_ftn)mscorlib::System::Enum::InternalBoxEnum) (___enumType0, ___value1);
|
|
}
|
|
// System.Object System.Enum::Parse(System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m8677C5E01F1258902058D844824B93F7836BF4C3 (Type_t * ___enumType0, String_t* ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_Parse_m8677C5E01F1258902058D844824B93F7836BF4C3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
String_t* L_1 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7(L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C ));
|
|
EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)(&V_0), (bool)1, /*hidden argument*/NULL);
|
|
Type_t * L_0 = ___enumType0;
|
|
String_t* L_1 = ___value1;
|
|
bool L_2 = ___ignoreCase2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
bool L_3 = Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E(L_0, L_1, L_2, (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)(&V_0), /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C L_4 = V_0;
|
|
RuntimeObject * L_5 = L_4.get_parsedEnum_0();
|
|
return L_5;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
Exception_t * L_6 = EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Enum::TryParseEnum(System.Type,System.String,System.Boolean,System.Enum_EnumResult&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * ___parseResult3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
|
|
uint64_t V_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL;
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* V_4 = NULL;
|
|
Type_t * V_5 = NULL;
|
|
RuntimeObject * V_6 = NULL;
|
|
bool V_7 = false;
|
|
Exception_t * V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
int32_t V_11 = 0;
|
|
uint64_t V_12 = 0;
|
|
Exception_t * V_13 = 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);
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_3, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_5 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_4, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
Type_t * L_8 = ___enumType0;
|
|
NullCheck(L_8);
|
|
bool L_9 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_8);
|
|
if (L_9)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
String_t* L_12 = ___value1;
|
|
if (L_12)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_13 = ___parseResult3;
|
|
EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)L_13, 2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
String_t* L_14 = ___value1;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_14, /*hidden argument*/NULL);
|
|
___value1 = L_15;
|
|
String_t* L_16 = ___value1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_18 = ___parseResult3;
|
|
EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)L_18, 1, _stringLiteral97F27E5AD8A8005896BEAB070988EA16E76BD0CC, NULL, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
V_1 = (((int64_t)((int64_t)0)));
|
|
String_t* L_19 = ___value1;
|
|
NullCheck(L_19);
|
|
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_19, 0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_21 = Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E(L_20, /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = ___value1;
|
|
NullCheck(L_22);
|
|
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, 0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___value1;
|
|
NullCheck(L_24);
|
|
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, 0, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
Type_t * L_26 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_27 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_26, /*hidden argument*/NULL);
|
|
V_5 = L_27;
|
|
}
|
|
|
|
IL_00b5:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_28 = ___value1;
|
|
Type_t * L_29 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_30 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_31 = Convert_ChangeType_m4F879F3D17C11FA0B648C99C6D3C42DD33F40926(L_28, L_29, L_30, /*hidden argument*/NULL);
|
|
V_6 = L_31;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_32 = ___parseResult3;
|
|
Type_t * L_33 = ___enumType0;
|
|
RuntimeObject * L_34 = V_6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_35 = Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D(L_33, L_34, /*hidden argument*/NULL);
|
|
L_32->set_parsedEnum_0(L_35);
|
|
V_7 = (bool)1;
|
|
goto IL_01c2;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00da;
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00dd;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00da:
|
|
{ // begin catch(System.FormatException)
|
|
goto IL_00f9;
|
|
} // end catch (depth: 1)
|
|
|
|
CATCH_00dd:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_8 = ((Exception_t *)__exception_local);
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_36 = ___parseResult3;
|
|
bool L_37 = L_36->get_canThrow_1();
|
|
if (!L_37)
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_38 = ___parseResult3;
|
|
Exception_t * L_39 = V_8;
|
|
EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)L_38, L_39, /*hidden argument*/NULL);
|
|
V_7 = (bool)0;
|
|
goto IL_01c2;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00f9:
|
|
{
|
|
String_t* L_40 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = ((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields*)il2cpp_codegen_static_fields_for(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var))->get_enumSeperatorCharArray_0();
|
|
NullCheck(L_40);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_40, L_41, /*hidden argument*/NULL);
|
|
V_2 = L_42;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_43 = V_0;
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_44 = Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3(L_43, (bool)1, /*hidden argument*/NULL);
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_45 = L_44;
|
|
NullCheck(L_45);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = L_45->get_Names_1();
|
|
V_3 = L_46;
|
|
NullCheck(L_45);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_47 = L_45->get_Values_0();
|
|
V_4 = L_47;
|
|
V_9 = 0;
|
|
goto IL_018f;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_2;
|
|
int32_t L_49 = V_9;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_50 = V_2;
|
|
int32_t L_51 = V_9;
|
|
NullCheck(L_50);
|
|
int32_t L_52 = L_51;
|
|
String_t* L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
NullCheck(L_53);
|
|
String_t* L_54 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_53, /*hidden argument*/NULL);
|
|
NullCheck(L_48);
|
|
ArrayElementTypeCheck (L_48, L_54);
|
|
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_49), (String_t*)L_54);
|
|
V_10 = (bool)0;
|
|
V_11 = 0;
|
|
goto IL_016f;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
bool L_55 = ___ignoreCase2;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_56 = V_3;
|
|
int32_t L_57 = V_11;
|
|
NullCheck(L_56);
|
|
int32_t L_58 = L_57;
|
|
String_t* L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = V_2;
|
|
int32_t L_61 = V_9;
|
|
NullCheck(L_60);
|
|
int32_t L_62 = L_61;
|
|
String_t* L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
|
|
int32_t L_64 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_59, L_63, 5, /*hidden argument*/NULL);
|
|
if (!L_64)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = V_3;
|
|
int32_t L_66 = V_11;
|
|
NullCheck(L_65);
|
|
int32_t L_67 = L_66;
|
|
String_t* L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = V_2;
|
|
int32_t L_70 = V_9;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = L_70;
|
|
String_t* L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
NullCheck(L_68);
|
|
bool L_73 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_68, L_72, /*hidden argument*/NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_74 = V_4;
|
|
int32_t L_75 = V_11;
|
|
NullCheck(L_74);
|
|
int32_t L_76 = L_75;
|
|
int64_t L_77 = (int64_t)(L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
V_12 = L_77;
|
|
uint64_t L_78 = V_1;
|
|
uint64_t L_79 = V_12;
|
|
V_1 = ((int64_t)((int64_t)L_78|(int64_t)L_79));
|
|
V_10 = (bool)1;
|
|
goto IL_0176;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
int32_t L_80 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1));
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
int32_t L_81 = V_11;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_82 = V_3;
|
|
NullCheck(L_82);
|
|
if ((((int32_t)L_81) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
bool L_83 = V_10;
|
|
if (L_83)
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_84 = ___parseResult3;
|
|
String_t* L_85 = ___value1;
|
|
EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)L_84, 3, _stringLiteral83EB9DF3AAB1C833EB3CCFD3CEFB43106280EF34, L_85, /*hidden argument*/NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
int32_t L_86 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1));
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
int32_t L_87 = V_9;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_88 = V_2;
|
|
NullCheck(L_88);
|
|
if ((((int32_t)L_87) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length)))))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0197:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_89 = ___parseResult3;
|
|
Type_t * L_90 = ___enumType0;
|
|
uint64_t L_91 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_92 = Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05(L_90, L_91, /*hidden argument*/NULL);
|
|
L_89->set_parsedEnum_0(L_92);
|
|
V_7 = (bool)1;
|
|
goto IL_01c2;
|
|
} // 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_01a9;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_01a9:
|
|
{ // begin catch(System.Exception)
|
|
{
|
|
V_13 = ((Exception_t *)__exception_local);
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_93 = ___parseResult3;
|
|
bool L_94 = L_93->get_canThrow_1();
|
|
if (!L_94)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, Enum_TryParseEnum_mABDEE4971D4257A8058A3F1AC12DE081AD694D4E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * L_95 = ___parseResult3;
|
|
Exception_t * L_96 = V_13;
|
|
EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)L_95, L_96, /*hidden argument*/NULL);
|
|
V_7 = (bool)0;
|
|
goto IL_01c2;
|
|
}
|
|
} // end catch (depth: 1)
|
|
|
|
IL_01c2:
|
|
{
|
|
bool L_97 = V_7;
|
|
return L_97;
|
|
}
|
|
}
|
|
// System.Type System.Enum::GetUnderlyingType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1 (Type_t * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(133 /* System.Type System.Type::GetEnumUnderlyingType() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Array System.Enum::GetValues(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Enum_GetValues_m20F5C0B826344A499B1C23BB7A3B532017F0F30C (Type_t * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetValues_m20F5C0B826344A499B1C23BB7A3B532017F0F30C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_GetValues_m20F5C0B826344A499B1C23BB7A3B532017F0F30C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
RuntimeArray * L_4 = VirtFuncInvoker0< RuntimeArray * >::Invoke(132 /* System.Array System.Type::GetEnumValues() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.UInt64[] System.Enum::InternalGetValues(System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_InternalGetValues_m4A2F2F5A56BA8A6F5C923327CD99C71BABEAB82F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_1 = Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3(L_0, (bool)0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_2 = L_1->get_Values_0();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Enum::GetName(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
RuntimeObject * L_4 = ___value1;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = VirtFuncInvoker1< String_t*, RuntimeObject * >::Invoke(135 /* System.String System.Type::GetEnumName(System.Object) */, L_3, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String[] System.Enum::GetNames(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Enum_GetNames_m9ECDF3E80A7A31075D7D2B2B362DDCC6150BC15C (Type_t * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetNames_m9ECDF3E80A7A31075D7D2B2B362DDCC6150BC15C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_GetNames_m9ECDF3E80A7A31075D7D2B2B362DDCC6150BC15C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(131 /* System.String[] System.Type::GetEnumNames() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String[] System.Enum::InternalGetNames(System.RuntimeType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * ___enumType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_InternalGetNames_m258F0B71398559D545BA5BCA85D9B2744CDD444A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * L_1 = Enum_GetCachedValuesAndNames_m1001EB28E9797369685546F225FE322640A1F6A3(L_0, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_Names_1();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___value1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject * L_2 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_3 = Convert_GetTypeCode_mFE36252E332A7D699C91003DF56C37380C1AD58D(L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = ((CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_StaticFields*)il2cpp_codegen_static_fields_for(CompatibilitySwitches_tC541F9F5404925C97741A0628E9B6D26C40CFA91_il2cpp_TypeInfo_var))->get_IsAppEarlierThanWindowsPhone8_1();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)3)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_7, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
Type_t * L_10 = ___enumType0;
|
|
RuntimeObject * L_11 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_12 = Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F(L_10, ((*(int32_t*)((int32_t*)UnBox(L_11, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
Type_t * L_13 = ___enumType0;
|
|
RuntimeObject * L_14 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_15 = Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B(L_13, ((*(int8_t*)((int8_t*)UnBox(L_14, SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
Type_t * L_16 = ___enumType0;
|
|
RuntimeObject * L_17 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_18 = Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF(L_16, ((*(int16_t*)((int16_t*)UnBox(L_17, Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
Type_t * L_19 = ___enumType0;
|
|
RuntimeObject * L_20 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_21 = Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2(L_19, ((*(int64_t*)((int64_t*)UnBox(L_20, Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
Type_t * L_22 = ___enumType0;
|
|
RuntimeObject * L_23 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_24 = Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7(L_22, ((*(uint32_t*)((uint32_t*)UnBox(L_23, UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
Type_t * L_25 = ___enumType0;
|
|
RuntimeObject * L_26 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_27 = Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6(L_25, ((*(uint8_t*)((uint8_t*)UnBox(L_26, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
Type_t * L_28 = ___enumType0;
|
|
RuntimeObject * L_29 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_30 = Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971(L_28, ((*(uint16_t*)((uint16_t*)UnBox(L_29, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
Type_t * L_31 = ___enumType0;
|
|
RuntimeObject * L_32 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_33 = Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05(L_31, ((*(uint64_t*)((uint64_t*)UnBox(L_32, UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
Type_t * L_34 = ___enumType0;
|
|
RuntimeObject * L_35 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_36 = Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A(L_34, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_35, Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
Type_t * L_37 = ___enumType0;
|
|
RuntimeObject * L_38 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_39 = Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15(L_37, ((*(bool*)((bool*)UnBox(L_38, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
String_t* L_40 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral850828716F9C5476A885E4AF4B1592EDAF8390BA, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_41 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_41, L_40, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, Enum_ToObject_mED18F2B01F4BA412C1882396CE977411BB54165D_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Enum::IsDefined(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_IsDefined_mA573B15329CA2AA7C59367D514D2927FC66217E2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
RuntimeObject * L_4 = ___value1;
|
|
NullCheck(L_3);
|
|
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(134 /* System.Boolean System.Type::IsEnumDefined(System.Object) */, L_3, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String System.Enum::Format(System.Type,System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B (Type_t * ___enumType0, RuntimeObject * ___value1, String_t* ___format2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
Il2CppChar V_3 = 0x0;
|
|
Type_t * V_4 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
RuntimeObject * L_7 = ___value1;
|
|
if (L_7)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
String_t* L_9 = ___format2;
|
|
if (L_9)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_10 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_10, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
Type_t * L_11 = ___enumType0;
|
|
V_0 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_11, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_12 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_13 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_12, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_15, L_14, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
RuntimeObject * L_16 = ___value1;
|
|
NullCheck(L_16);
|
|
Type_t * L_17 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_16, /*hidden argument*/NULL);
|
|
V_1 = L_17;
|
|
Type_t * L_18 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_19 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_18, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
Type_t * L_20 = V_1;
|
|
NullCheck(L_20);
|
|
bool L_21 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_20);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_22 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_23 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_22, /*hidden argument*/NULL);
|
|
V_4 = L_23;
|
|
Type_t * L_24 = V_1;
|
|
Type_t * L_25 = ___enumType0;
|
|
NullCheck(L_24);
|
|
bool L_26 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_24, L_25);
|
|
if (L_26)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_27;
|
|
Type_t * L_29 = V_1;
|
|
NullCheck(L_29);
|
|
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_30);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_30);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = L_28;
|
|
Type_t * L_32 = ___enumType0;
|
|
NullCheck(L_32);
|
|
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_33);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_33);
|
|
String_t* L_34 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F, L_31, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_35 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_35, L_34, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
Type_t * L_36 = V_4;
|
|
V_1 = L_36;
|
|
RuntimeObject * L_37 = ___value1;
|
|
NullCheck(((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_37, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)));
|
|
RuntimeObject * L_38 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)CastclassClass((RuntimeObject*)L_37, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
|
|
___value1 = L_38;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
Type_t * L_39 = V_1;
|
|
Type_t * L_40 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_41 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_39, L_40, /*hidden argument*/NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
|
|
Type_t * L_44 = V_1;
|
|
NullCheck(L_44);
|
|
String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44);
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, L_45);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_45);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_43;
|
|
Type_t * L_47 = V_2;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, L_48);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_48);
|
|
String_t* L_49 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral0E3C7A1606DA838CE96461BF8D263522F012F2F2, L_46, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_50 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_50, L_49, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
String_t* L_51 = ___format2;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_51, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_52) == ((int32_t)1)))
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_53 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E05D1803CBCEFD7109BD5259E9057AD7C3AC318, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_54 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_54, L_53, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_54, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
String_t* L_55 = ___format2;
|
|
NullCheck(L_55);
|
|
Il2CppChar L_56 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_55, 0, /*hidden argument*/NULL);
|
|
V_3 = L_56;
|
|
Il2CppChar L_57 = V_3;
|
|
if ((((int32_t)L_57) == ((int32_t)((int32_t)68))))
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_58 = V_3;
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)100)))))
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
RuntimeObject * L_59 = ___value1;
|
|
NullCheck(L_59);
|
|
String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_59);
|
|
return L_60;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
Il2CppChar L_61 = V_3;
|
|
if ((((int32_t)L_61) == ((int32_t)((int32_t)88))))
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_62 = V_3;
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
RuntimeObject * L_63 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_64 = Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF(L_63, /*hidden argument*/NULL);
|
|
return L_64;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
Il2CppChar L_65 = V_3;
|
|
if ((((int32_t)L_65) == ((int32_t)((int32_t)71))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_66 = V_3;
|
|
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)103)))))
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_67 = V_0;
|
|
RuntimeObject * L_68 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_69 = Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B(L_67, L_68, /*hidden argument*/NULL);
|
|
return L_69;
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
Il2CppChar L_70 = V_3;
|
|
if ((((int32_t)L_70) == ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_71 = V_3;
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)102)))))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_72 = V_0;
|
|
RuntimeObject * L_73 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_74 = Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C(L_72, L_73, /*hidden argument*/NULL);
|
|
return L_74;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
String_t* L_75 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E05D1803CBCEFD7109BD5259E9057AD7C3AC318, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_76 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_76, L_75, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_76, Enum_Format_m57012EA1132AC3A3A82F9032137D5E252924595B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object System.Enum::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_get_value_mDC122E270C1A2937603D2A196C319A148C02A0B4 (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject * (*Enum_get_value_mDC122E270C1A2937603D2A196C319A148C02A0B4_ftn) (RuntimeObject *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_get_value_mDC122E270C1A2937603D2A196C319A148C02A0B4_ftn)mscorlib::System::Enum::get_value) (__this);
|
|
}
|
|
// System.Object System.Enum::GetValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = Enum_get_value_mDC122E270C1A2937603D2A196C319A148C02A0B4(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Enum::InternalHasFlag(System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_InternalHasFlag_m5627C673BA35A21042A182FA0F6465DC35FC292D (RuntimeObject * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___flags0, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Enum_InternalHasFlag_m5627C673BA35A21042A182FA0F6465DC35FC292D_ftn) (RuntimeObject *, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_InternalHasFlag_m5627C673BA35A21042A182FA0F6465DC35FC292D_ftn)mscorlib::System::Enum::InternalHasFlag) (__this, ___flags0);
|
|
}
|
|
// System.Int32 System.Enum::get_hashcode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_get_hashcode_mA42CD9ED05E0F9B2E029B7215A4F5EF879376853 (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Enum_get_hashcode_mA42CD9ED05E0F9B2E029B7215A4F5EF879376853_ftn) (RuntimeObject *);
|
|
using namespace il2cpp::icalls;
|
|
return ((Enum_get_hashcode_mA42CD9ED05E0F9B2E029B7215A4F5EF879376853_ftn)mscorlib::System::Enum::get_hashcode) (__this);
|
|
}
|
|
// System.Boolean System.Enum::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_Equals_mA344E3D044BE40ED5BB8C4A5838F9F5A2A235901 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
bool L_1 = ValueType_DefaultEquals_m139582CD1BAD7472B45D806F76E4E14E82E629DB(__this, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Enum::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_GetHashCode_m41E0B8F2D9F7BB662A043FD8400C05F047A75B26 (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = Enum_get_hashcode_mA42CD9ED05E0F9B2E029B7215A4F5EF879376853(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Enum::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_mFD0D85F8ECEC2AF1E474A44483BE02729CE488CF (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToString_mFD0D85F8ECEC2AF1E474A44483BE02729CE488CF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
RuntimeObject * L_1 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = Enum_InternalFormat_mDDEDEA76AB6EA551C386ABB43B5E789696A6E04B(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_0, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Enum::ToString(System.String,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m9E184D984FDCBEADCB2C9BCCFBC9DB6C920443B2 (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
String_t* L_1 = Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C(__this, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Enum::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE (RuntimeObject * __this, RuntimeObject * ___target0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Type_t * V_1 = NULL;
|
|
Type_t * V_2 = NULL;
|
|
{
|
|
if (__this)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_0 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
|
|
NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
RuntimeObject * L_1 = ___target0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Enum_InternalCompareTo_m3EBB69A78DA374BF88E9393542454A8DB9FEC73A(__this, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)2)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
RuntimeObject * L_7 = ___target0;
|
|
NullCheck(L_7);
|
|
Type_t * L_8 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_7, /*hidden argument*/NULL);
|
|
V_2 = L_8;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
|
|
Type_t * L_11 = V_2;
|
|
NullCheck(L_11);
|
|
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_12);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_10;
|
|
Type_t * L_14 = V_1;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_15);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_15);
|
|
String_t* L_16 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral19D5B110F19B2190575B7810E1FA91334E8E400F, L_13, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_19 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_19, L_18, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Enum_CompareTo_m9FA79C9B482ADB78DE9431F5BA7552C7D2B317BE_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.String System.Enum::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C (RuntimeObject * __this, String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
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 = _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_3 = ___format0;
|
|
int32_t L_4 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_3, _stringLiteralA36A6718F54524D846894FB04B5B885B4E43E63B, 5, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_6 = ___format0;
|
|
int32_t L_7 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_6, _stringLiteral50C9E8D5FC98727B4BBC93CF5D64A68DB647F04F, 5, /*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_8 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
String_t* L_10 = ___format0;
|
|
int32_t L_11 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, _stringLiteralC032ADC1FF629C9B66F22749AD667E6BEADF144B, 5, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_12 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_13 = Enum_InternalFormattedHexString_mBE7CD93BAA508C20D13D470A11B40222893508DF(L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
String_t* L_14 = ___format0;
|
|
int32_t L_15 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_14, _stringLiteralE69F20E9F683920D3FB4329ABD951E878B1F9372, 5, /*hidden argument*/NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
RuntimeObject * L_17 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
String_t* L_18 = Enum_InternalFlagsFormat_mD244B3277B49F145783C308015C9689FE9DF475C(((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)CastclassClass((RuntimeObject*)L_16, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var)), L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3E05D1803CBCEFD7109BD5259E9057AD7C3AC318, /*hidden argument*/NULL);
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_20 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_20, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, Enum_ToString_m6BEF4567C67A1EF85E25BAEBF882C792CDC0808C_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.String System.Enum::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_mF372E130456A4B63011F26A93166AF2E49DAD149 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Enum::HasFlag(System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173 (RuntimeObject * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___flag0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_0 = ___flag0;
|
|
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, _stringLiteral112F3A99B283A4E1788DEDD8E0E5D35375C33747, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_3 = ___flag0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
bool L_5 = VirtFuncInvoker1< bool, Type_t * >::Invoke(140 /* System.Boolean System.Type::IsEquivalentTo(System.Type) */, L_2, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_8 = ___flag0;
|
|
NullCheck(L_8);
|
|
Type_t * L_9 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_9);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_7;
|
|
Type_t * L_11 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_11);
|
|
String_t* L_12 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralD37BECCE4F8DB47224B5402BF70365AA2335C425, L_10, /*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, Enum_HasFlag_m5D934A541DEEF44DBF3415EE47F8CCED9370C173_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * L_14 = ___flag0;
|
|
bool L_15 = Enum_InternalHasFlag_m5627C673BA35A21042A182FA0F6465DC35FC292D(__this, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.TypeCode System.Enum::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_GetTypeCode_m9D0FF53153AF9E180B67F3B48054E9868CAFF032 (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_GetTypeCode_m9D0FF53153AF9E180B67F3B48054E9868CAFF032_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t * V_0 = NULL;
|
|
{
|
|
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
Type_t * L_1 = Enum_GetUnderlyingType_m0715B4E60E6909F03FF7302B6E20B1AB88DA84B1(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Type_t * L_2 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
bool L_5 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_2, L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)9));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Type_t * L_6 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
|
|
bool L_9 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_6, L_8, /*hidden argument*/NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(5);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
Type_t * L_10 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
|
|
bool L_13 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_10, L_12, /*hidden argument*/NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
Type_t * L_14 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
|
|
bool L_17 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_14, L_16, /*hidden argument*/NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)11));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
Type_t * L_18 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_19 = { reinterpret_cast<intptr_t> (UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_20 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_19, /*hidden argument*/NULL);
|
|
bool L_21 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_18, L_20, /*hidden argument*/NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
Type_t * L_22 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
|
|
bool L_25 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_22, L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(6);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
Type_t * L_26 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
|
|
bool L_29 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_26, L_28, /*hidden argument*/NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(8);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
Type_t * L_30 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_31 = { reinterpret_cast<intptr_t> (UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_32 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_31, /*hidden argument*/NULL);
|
|
bool L_33 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_30, L_32, /*hidden argument*/NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)12));
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
Type_t * L_34 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_35 = { reinterpret_cast<intptr_t> (Boolean_tB53F6830F670160873277339AA58F15CAED4399C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_36 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_35, /*hidden argument*/NULL);
|
|
bool L_37 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_34, L_36, /*hidden argument*/NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
Type_t * L_38 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_39, /*hidden argument*/NULL);
|
|
bool L_41 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_38, L_40, /*hidden argument*/NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFEC5F94EEF090E85867493394092E5DE8BF859D3, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_43 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_43, L_42, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, Enum_GetTypeCode_m9D0FF53153AF9E180B67F3B48054E9868CAFF032_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Enum::System.IConvertible.ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enum_System_IConvertible_ToBoolean_m3EF5E33A9128CD048EEA69A04F6B422884EE8D4B (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToBoolean_m3EF5E33A9128CD048EEA69A04F6B422884EE8D4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
bool L_2 = Convert_ToBoolean_m881535C7C6F8B032F5883E7F18A90C27690FB5E4(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Char System.Enum::System.IConvertible.ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Enum_System_IConvertible_ToChar_mE05C5BDA35FD64946853DAD041736C5CE5892593 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToChar_mE05C5BDA35FD64946853DAD041736C5CE5892593_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_2 = Convert_ToChar_m94EF86BDBD5110CF4C652C48A625F546AA24CE95(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.SByte System.Enum::System.IConvertible.ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Enum_System_IConvertible_ToSByte_mAF0D676F0F0687E14F0C1E762D9DA9BB651A6187 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToSByte_mAF0D676F0F0687E14F0C1E762D9DA9BB651A6187_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int8_t L_2 = Convert_ToSByte_m2716303126BD8C930D1D4E8590F8706A8F26AD48(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Byte System.Enum::System.IConvertible.ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Enum_System_IConvertible_ToByte_m5BE387416F92EACEB0128ECFE6416748FE72D6E6 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToByte_m5BE387416F92EACEB0128ECFE6416748FE72D6E6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint8_t L_2 = Convert_ToByte_m71CFEFDB61F13E2AD7ECF91BA5DEE0616C1E857A(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int16 System.Enum::System.IConvertible.ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Enum_System_IConvertible_ToInt16_mF634B6CC5EE72D354C34877FF1AE6CC34E6B4AFB (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt16_mF634B6CC5EE72D354C34877FF1AE6CC34E6B4AFB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int16_t L_2 = Convert_ToInt16_m9E4E48A97E050355468F58D2EAEB3AB3C811CE8B(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.UInt16 System.Enum::System.IConvertible.ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Enum_System_IConvertible_ToUInt16_m203C0CE3AE4167514D5FE5F1B238A4767B39039E (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt16_m203C0CE3AE4167514D5FE5F1B238A4767B39039E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint16_t L_2 = Convert_ToUInt16_mB7311DB5960043FD81C1305B69C5328126F43C89(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Enum::System.IConvertible.ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enum_System_IConvertible_ToInt32_mB974E67C083098966108C522AB020C4E5505ACE4 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt32_mB974E67C083098966108C522AB020C4E5505ACE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int32_t L_2 = Convert_ToInt32_m5D40340597602FB6C20BAB933E8B29617232757A(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.UInt32 System.Enum::System.IConvertible.ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Enum_System_IConvertible_ToUInt32_m38E249A9BF47B07A3693183A9C930E1E39415EC5 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt32_m38E249A9BF47B07A3693183A9C930E1E39415EC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint32_t L_2 = Convert_ToUInt32_mB53B83E03C15DCD785806793ACC3083FCC7F4BCA(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int64 System.Enum::System.IConvertible.ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Enum_System_IConvertible_ToInt64_mE8737C7F601FFC92423779856882960DC0F83974 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToInt64_mE8737C7F601FFC92423779856882960DC0F83974_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
int64_t L_2 = Convert_ToInt64_m8964FDE5D82FEC54106DBF35E1F67D70F6E73E29(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.UInt64 System.Enum::System.IConvertible.ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enum_System_IConvertible_ToUInt64_mA2ED7907AF20FBFD20F802AE06F18ACB4E23CA9D (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToUInt64_mA2ED7907AF20FBFD20F802AE06F18ACB4E23CA9D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
uint64_t L_2 = Convert_ToUInt64_mA8C3C5498FC28CBA0EB0C37409EB9E04CCF6B8D2(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single System.Enum::System.IConvertible.ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Enum_System_IConvertible_ToSingle_mAC17D8550816E4E23FE6ADA89D4CEDE9DEF98DC9 (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToSingle_mAC17D8550816E4E23FE6ADA89D4CEDE9DEF98DC9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
float L_2 = Convert_ToSingle_mDC4B8C88AF6F230E79A887EFD4D745CB08341828(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Double System.Enum::System.IConvertible.ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Enum_System_IConvertible_ToDouble_mB55D36C91D85AB21483720880D702F7F70F7D8BE (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDouble_mB55D36C91D85AB21483720880D702F7F70F7D8BE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
double L_2 = Convert_ToDouble_m053A47D87C59CA7A87D4E67E5E06368D775D7651(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Decimal System.Enum::System.IConvertible.ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Enum_System_IConvertible_ToDecimal_m65F8B300A95DF82D982AD78D3E3FF84F5BF2E2AA (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDecimal_m65F8B300A95DF82D982AD78D3E3FF84F5BF2E2AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Enum_GetValue_m1537D0F805734D5C039C47E59D0B1A53B659AC0A(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Convert_ToDecimal_mD8F65E8B251DBE61789CAD032172D089375D1E5B(L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.DateTime System.Enum::System.IConvertible.ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Enum_System_IConvertible_ToDateTime_m4370621C3EB84BB84E1554A41A2F601D3CC4A11E (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToDateTime_m4370621C3EB84BB84E1554A41A2F601D3CC4A11E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral20588AE8E5C269292D35F9DFFFA8F2EB3FD3C259);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral20588AE8E5C269292D35F9DFFFA8F2EB3FD3C259);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
|
|
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
|
|
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Enum_System_IConvertible_ToDateTime_m4370621C3EB84BB84E1554A41A2F601D3CC4A11E_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Object System.Enum::System.IConvertible.ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_System_IConvertible_ToType_m31DBF0CD8F83E59C06B8EC8473BD8639DC1B2853 (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_System_IConvertible_ToType_m31DBF0CD8F83E59C06B8EC8473BD8639DC1B2853_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t * L_0 = ___type0;
|
|
RuntimeObject* L_1 = ___provider1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B (Type_t * ___enumType0, int8_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mF17916242A9F9ACD4F79E15749BEE3FBB2D7A57B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int8_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((int64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF (Type_t * ___enumType0, int16_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mC2D7A39D56EFFFE7D0B61D685C8F285356CC71BF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int16_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((int64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F (Type_t * ___enumType0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mD5E11C53D7BCC62EF4260FA727E14B7B95C2191F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((int64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6 (Type_t * ___enumType0, uint8_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_m8F4C7D69296541DF78E40CEB98B59C7CA67633B6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
uint8_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((uint64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971 (Type_t * ___enumType0, uint16_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mAF017E3EDCF2C7BA8FF7ED0DDCBCD827B51D4971_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
uint16_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((uint64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7 (Type_t * ___enumType0, uint32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_m4C7675BBEBAD96C9706EAF7529E4113F7381F0C7_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
uint32_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((uint64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2 (Type_t * ___enumType0, int64_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mE84F27DFCF3F22A1053968A9DCE6C0D14D25B7E2_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int64_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05 (Type_t * ___enumType0, uint64_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_m8F5068C996337F56B4000A4B255126A35951BD05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
uint64_t L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A (Type_t * ___enumType0, Il2CppChar ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_mC3CE70A98934303986CC11631FC415BCA9C4000A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
Il2CppChar L_12 = ___value1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B6_0, (((int64_t)((uint64_t)L_12))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Object System.Enum::ToObject(System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15 (Type_t * ___enumType0, bool ___value1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B6_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B5_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B8_0 = NULL;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B7_0 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * G_B9_1 = NULL;
|
|
{
|
|
Type_t * L_0 = ___enumType0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Type_t * L_3 = ___enumType0;
|
|
NullCheck(L_3);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(95 /* System.Boolean System.Type::get_IsEnum() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3435968A1FA5DC7806024802A561C1886C22803B, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, L_5, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Type_t * L_7 = ___enumType0;
|
|
RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F * L_8 = ((RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)IsInstClass((RuntimeObject*)L_7, RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var));
|
|
IL2CPP_RUNTIME_CLASS_INIT(RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F_il2cpp_TypeInfo_var);
|
|
bool L_9 = RuntimeType_op_Equality_mB551059029FC92ABEFC75A240B80302BE8302CA4(L_8, (RuntimeType_t40F13BCEAD97478C72C4B40BFDC2A220161CDB8F *)NULL, /*hidden argument*/NULL);
|
|
G_B5_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD9AD6D6EE31EEA74A5B100D0C9320A75B260AC4C, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, L_10, _stringLiteral7E2E0220A2E59DA002766466DBCE602CD7D5E7BD, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Enum_ToObject_m22DBEC2C53D962AC357CC08D6ECEA2DE53867C15_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
bool L_12 = ___value1;
|
|
G_B7_0 = G_B6_0;
|
|
if (L_12)
|
|
{
|
|
G_B8_0 = G_B6_0;
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
G_B9_0 = 1;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_13 = Enum_InternalBoxEnum_m68B17FCE000371BEA515B898F6EC928DC8923251(G_B9_1, (((int64_t)((int64_t)G_B9_0))), /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void System.Enum::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enum__ctor_mCC9F42D49734100FAD982FAEE723DB747A0E97CB (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ValueType__ctor_m091BDF02E011A41101A74AABB803417EE40CA5B7(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Enum::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enum__cctor_m0D90111BC3889271B4D8E11627D95ABD3F037AB3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Enum__cctor_m0D90111BC3889271B4D8E11627D95ABD3F037AB3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
|
|
((Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields*)il2cpp_codegen_static_fields_for(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var))->set_enumSeperatorCharArray_0(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.Enum/EnumResult
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_pinvoke(const EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C& unmarshaled, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'EnumResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_pinvoke_back(const EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_pinvoke& marshaled, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C& unmarshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'EnumResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Enum/EnumResult
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_pinvoke_cleanup(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Enum/EnumResult
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_com(const EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C& unmarshaled, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'EnumResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_com_back(const EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_com& marshaled, EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C& unmarshaled)
|
|
{
|
|
Exception_t* ___m_innerException_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_innerException' of type 'EnumResult': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_innerException_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Enum/EnumResult
|
|
IL2CPP_EXTERN_C void EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshal_com_cleanup(EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Enum_EnumResult::Init(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, bool ___canMethodThrow0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = 0;
|
|
RuntimeObject * L_1 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_0);
|
|
__this->set_parsedEnum_0(L_1);
|
|
bool L_2 = ___canMethodThrow0;
|
|
__this->set_canThrow_1(L_2);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478_AdjustorThunk (RuntimeObject * __this, bool ___canMethodThrow0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * _thisAdjusted = reinterpret_cast<EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *>(__this + _offset);
|
|
EnumResult_Init_m216C0A2C400E00ECA1E85E1C6374C19862785478(_thisAdjusted, ___canMethodThrow0, method);
|
|
}
|
|
// System.Void System.Enum_EnumResult::SetFailure(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, Exception_t * ___unhandledException0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_failure_2(4);
|
|
Exception_t * L_0 = ___unhandledException0;
|
|
__this->set_m_innerException_6(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125_AdjustorThunk (RuntimeObject * __this, Exception_t * ___unhandledException0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * _thisAdjusted = reinterpret_cast<EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *>(__this + _offset);
|
|
EnumResult_SetFailure_m30134BF6A5C03CF59E21BC54AF69042D327FA125(_thisAdjusted, ___unhandledException0, method);
|
|
}
|
|
// System.Void System.Enum_EnumResult::SetFailure(System.Enum_ParseFailureKind,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, int32_t ___failure0, String_t* ___failureParameter1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___failure0;
|
|
__this->set_m_failure_2(L_0);
|
|
String_t* L_1 = ___failureParameter1;
|
|
__this->set_m_failureParameter_4(L_1);
|
|
bool L_2 = __this->get_canThrow_1();
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_3 = EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureParameter1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * _thisAdjusted = reinterpret_cast<EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *>(__this + _offset);
|
|
EnumResult_SetFailure_mE9F0F9CA050C904DA2409A923325038BEAC693BD(_thisAdjusted, ___failure0, ___failureParameter1, method);
|
|
}
|
|
// System.Void System.Enum_EnumResult::SetFailure(System.Enum_ParseFailureKind,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629 (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629_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_5(L_2);
|
|
bool L_3 = __this->get_canThrow_1();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_4 = EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B((EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *)__this, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___failureMessageID1, RuntimeObject * ___failureMessageFormatArgument2, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * _thisAdjusted = reinterpret_cast<EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *>(__this + _offset);
|
|
EnumResult_SetFailure_m074187A9DB5CC9B1E8AC1149BC23D612B6A63629(_thisAdjusted, ___failure0, ___failureMessageID1, ___failureMessageFormatArgument2, method);
|
|
}
|
|
// System.Exception System.Enum_EnumResult::GetEnumParseException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B (EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B_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_0032;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_2 = __this->get_m_failureMessageID_3();
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(L_2, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
String_t* L_5 = __this->get_m_failureParameter_4();
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_7 = __this->get_m_failureMessageID_3();
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
|
|
RuntimeObject * L_10 = __this->get_m_failureMessageFormatArgument_5();
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
|
|
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(L_7, L_9, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
Exception_t * L_13 = __this->get_m_innerException_6();
|
|
return L_13;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral83EB9DF3AAB1C833EB3CCFD3CEFB43106280EF34, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Exception_t * EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C * _thisAdjusted = reinterpret_cast<EnumResult_t35D8EE76FAC6638FD89A5338957F377BF893566C *>(__this + _offset);
|
|
return EnumResult_GetEnumParseException_m7C06BD6056764876616D10BB96C55599D008740B(_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
|
|
// System.Void System.Enum_ValuesAndNames::.ctor(System.UInt64[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValuesAndNames__ctor_mB8D86E5162F53D54672653DDE596C5FEBD9B3D7F (ValuesAndNames_t48A099BB10887A683F62017FAD199FB2088CBDD2 * __this, UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* ___values0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___names1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
UInt64U5BU5D_tA808FE881491284FF25AFDF5C4BC92A826031EF4* L_0 = ___values0;
|
|
__this->set_Values_0(L_0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___names1;
|
|
__this->set_Names_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
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___key0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB_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 = ___key0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___values1;
|
|
String_t* L_3 = String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String System.Environment::GetResourceStringEncodingName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceStringEncodingName_mB514D97C814AF47301B938B99C800A2130CB46AA (int32_t ___codePage0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_GetResourceStringEncodingName_mB514D97C814AF47301B938B99C800A2130CB46AA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___codePage0;
|
|
if ((((int32_t)L_0) > ((int32_t)((int32_t)12000))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___codePage0;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)1200))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___codePage0;
|
|
if ((((int32_t)L_2) == ((int32_t)((int32_t)1201))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___codePage0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)12000))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_4 = ___codePage0;
|
|
if ((((int32_t)L_4) > ((int32_t)((int32_t)20127))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___codePage0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)12001))))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___codePage0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)20127))))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_7 = ___codePage0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)65000))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___codePage0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)65001))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9AB0BD9A6126EE4B9D7538D5C6CBA7AA587F31ED, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral902685EF3692B3767BC81B2C5518F1DB33AF2498, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral07D16614C7EAFA63B6B2E43D94BCADBAD1CF4C3B, /*hidden argument*/NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3F98816C9705E9EA06CFD4DA52C96A453E6CB2D8, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral03EE66A3DAB3D2CDCE115FCC8379D06011B9D4B9, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral12209D77C65DDBBBCC60B5E59E78677AC5470772, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
String_t* L_15 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBBFDD5D9E202955BADC46A0444FEDB1D583D1C04, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_17 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___codePage0), L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Int32 System.Environment::get_CurrentManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Thread_get_ManagedThreadId_m7FA85162CB00713B94EF5708B19120F791D3AAD1(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.Environment::get_HasShutdownStarted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_HasShutdownStarted_m722CC30F8A3C58FE3165427FF2858922C13F7A5C_ftn)mscorlib::System::Environment::get_HasShutdownStarted) ();
|
|
}
|
|
// System.String System.Environment::get_MachineName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_MachineName_m0300D26C1A5348D90800793717D33B1F629AF10D (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_get_MachineName_m0300D26C1A5348D90800793717D33B1F629AF10D_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_MachineName_m0300D26C1A5348D90800793717D33B1F629AF10D_ftn)mscorlib::System::Environment::get_MachineName) ();
|
|
}
|
|
// System.String System.Environment::GetNewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetNewLine_m06F2388258016A6A3E6823FFC11E249F9D628254 (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_GetNewLine_m06F2388258016A6A3E6823FFC11E249F9D628254_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetNewLine_m06F2388258016A6A3E6823FFC11E249F9D628254_ftn)mscorlib::System::Environment::GetNewLine) ();
|
|
}
|
|
// System.String System.Environment::get_NewLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->get_nl_1();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->get_nl_1();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_2 = Environment_GetNewLine_m06F2388258016A6A3E6823FFC11E249F9D628254(/*hidden argument*/NULL);
|
|
((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->set_nl_1(L_2);
|
|
String_t* L_3 = ((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->get_nl_1();
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.PlatformID System.Environment::get_Platform()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C_ftn)mscorlib::System::Environment::get_Platform) ();
|
|
}
|
|
// System.String System.Environment::GetOSVersionString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetOSVersionString_m8ECDAFD7F8071A970ACA14732006C7BA71E2F46C (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_GetOSVersionString_m8ECDAFD7F8071A970ACA14732006C7BA71E2F46C_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetOSVersionString_m8ECDAFD7F8071A970ACA14732006C7BA71E2F46C_ftn)mscorlib::System::Environment::GetOSVersionString) ();
|
|
}
|
|
// System.OperatingSystem System.Environment::get_OSVersion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_0 = ((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->get_os_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetOSVersionString_m8ECDAFD7F8071A970ACA14732006C7BA71E2F46C(/*hidden argument*/NULL);
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_2 = Environment_CreateVersionFromString_mCDE19D44ACAB5C81224AC4F35FDA0F51140A8318(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)6))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 4;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_5 = V_1;
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_6 = V_0;
|
|
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_7 = (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 *)il2cpp_codegen_object_new(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83_il2cpp_TypeInfo_var);
|
|
OperatingSystem__ctor_m17CCE490F4F87F8193C6D4AE9265AE907D8634CE(L_7, L_5, L_6, /*hidden argument*/NULL);
|
|
((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->set_os_2(L_7);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_8 = ((Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_StaticFields*)il2cpp_codegen_static_fields_for(Environment_tC93BF7477A1AEA39D05EDFEBAFF62EE5353FF806_il2cpp_TypeInfo_var))->get_os_2();
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Version System.Environment::CreateVersionFromString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * Environment_CreateVersionFromString_mCDE19D44ACAB5C81224AC4F35FDA0F51140A8318 (String_t* ___info0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_CreateVersionFromString_mCDE19D44ACAB5C81224AC4F35FDA0F51140A8318_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
Il2CppChar V_7 = 0x0;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
V_2 = 0;
|
|
V_3 = 0;
|
|
V_4 = 1;
|
|
V_5 = (-1);
|
|
String_t* L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
|
|
Version__ctor_mFA5AABF2294D59FA7B3F32BB48CB238BCACBDF80(L_1, 0, 0, 0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
V_6 = 0;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_2 = ___info0;
|
|
int32_t L_3 = V_6;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
|
|
V_7 = L_4;
|
|
Il2CppChar L_5 = V_7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_6 = Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_5;
|
|
if ((((int32_t)L_7) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_7;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)48)));
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_9 = V_5;
|
|
Il2CppChar L_10 = V_7;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)((int32_t)10))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)48)))));
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_11 = V_5;
|
|
if ((((int32_t)L_11) < ((int32_t)0)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_4;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
int32_t L_13 = V_5;
|
|
V_0 = L_13;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_14 = V_5;
|
|
V_1 = L_14;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_15 = V_5;
|
|
V_2 = L_15;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
int32_t L_16 = V_5;
|
|
V_3 = L_16;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
V_5 = (-1);
|
|
int32_t L_17 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
int32_t L_18 = V_4;
|
|
if ((((int32_t)L_18) == ((int32_t)5)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
int32_t L_20 = V_6;
|
|
String_t* L_21 = ___info0;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_20) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
int32_t L_23 = V_5;
|
|
if ((((int32_t)L_23) < ((int32_t)0)))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_4;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
int32_t L_25 = V_5;
|
|
V_0 = L_25;
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_26 = V_5;
|
|
V_1 = L_26;
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
int32_t L_27 = V_5;
|
|
V_2 = L_27;
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
int32_t L_28 = V_5;
|
|
V_3 = L_28;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
int32_t L_29 = V_0;
|
|
int32_t L_30 = V_1;
|
|
int32_t L_31 = V_2;
|
|
int32_t L_32 = V_3;
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_33 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
|
|
Version__ctor_mFA5AABF2294D59FA7B3F32BB48CB238BCACBDF80(L_33, L_29, L_30, L_31, L_32, /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.String System.Environment::get_StackTrace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_StackTrace_m5F9CFF0981E84FE0FE6A7D03522A0DE91376B70D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_get_StackTrace_m5F9CFF0981E84FE0FE6A7D03522A0DE91376B70D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_0 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
|
|
StackTrace__ctor_mC06D6ED2D5E080D5B9D31E7B595D8A7F0675F504(L_0, 0, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Environment::get_TickCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C_ftn)mscorlib::System::Environment::get_TickCount) ();
|
|
}
|
|
// System.String System.Environment::get_UserDomainName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_UserDomainName_mC55D253D7319CBE9030836E420FF9518921C3A52 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = Environment_get_MachineName_m0300D26C1A5348D90800793717D33B1F629AF10D(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Environment::get_UserName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_UserName_m089F0073984A6341BC214F4EB3DE42ACD19D067B (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_get_UserName_m089F0073984A6341BC214F4EB3DE42ACD19D067B_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_UserName_m089F0073984A6341BC214F4EB3DE42ACD19D067B_ftn)mscorlib::System::Environment::get_UserName) ();
|
|
}
|
|
// System.Void System.Environment::Exit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Environment_Exit_m3398C2AF5F6AE7197249ECFEDFC624582ADB86EE (int32_t ___exitCode0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Environment_Exit_m3398C2AF5F6AE7197249ECFEDFC624582ADB86EE_ftn) (int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((Environment_Exit_m3398C2AF5F6AE7197249ECFEDFC624582ADB86EE_ftn)mscorlib::System::Environment::Exit) (___exitCode0);
|
|
}
|
|
// System.String System.Environment::ExpandEnvironmentVariables(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_ExpandEnvironmentVariables_m4AE2B7DE995C0708225F56B5FF9DB6F95F91D300 (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_ExpandEnvironmentVariables_m4AE2B7DE995C0708225F56B5FF9DB6F95F91D300_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
StringBuilder_t * V_3 = NULL;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Environment_ExpandEnvironmentVariables_m4AE2B7DE995C0708225F56B5FF9DB6F95F91D300_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___name0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_2, ((int32_t)37), /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___name0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_6 = ___name0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
V_2 = 0;
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___name0;
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_10, ((int32_t)37), ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t L_13 = L_12;
|
|
V_2 = L_13;
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_14 = ___name0;
|
|
return L_14;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_15, /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
StringBuilder_t * L_16 = V_3;
|
|
String_t* L_17 = ___name0;
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_16);
|
|
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_16, L_17, 0, L_18, /*hidden argument*/NULL);
|
|
V_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
String_t* L_19 = ___name0;
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = V_2;
|
|
int32_t L_22 = V_0;
|
|
NullCheck(L_19);
|
|
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)1)), /*hidden argument*/NULL);
|
|
V_5 = L_23;
|
|
String_t* L_24 = V_5;
|
|
String_t* L_25 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(L_24, /*hidden argument*/NULL);
|
|
V_6 = L_25;
|
|
String_t* L_26 = V_6;
|
|
if (L_26)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
bool L_27 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_28 = V_4;
|
|
if (L_28)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_29 = Environment_GetEnvironmentVariablesNoCase_m96643C3EE79581997F046EE52069B19E8369D63E(/*hidden argument*/NULL);
|
|
V_4 = L_29;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_30 = V_4;
|
|
String_t* L_31 = V_5;
|
|
NullCheck(L_30);
|
|
RuntimeObject * L_32 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_30, L_31);
|
|
V_6 = ((String_t*)IsInstSealed((RuntimeObject*)L_32, String_t_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_33 = V_2;
|
|
V_7 = L_33;
|
|
String_t* L_34 = V_6;
|
|
if (L_34)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_35 = V_3;
|
|
NullCheck(L_35);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_35, ((int32_t)37), /*hidden argument*/NULL);
|
|
StringBuilder_t * L_36 = V_3;
|
|
String_t* L_37 = V_5;
|
|
NullCheck(L_36);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, L_37, /*hidden argument*/NULL);
|
|
int32_t L_38 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
StringBuilder_t * L_39 = V_3;
|
|
String_t* L_40 = V_6;
|
|
NullCheck(L_39);
|
|
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_39, L_40, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
int32_t L_41 = V_2;
|
|
V_8 = L_41;
|
|
String_t* L_42 = ___name0;
|
|
int32_t L_43 = V_2;
|
|
NullCheck(L_42);
|
|
int32_t L_44 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_42, ((int32_t)37), ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL);
|
|
V_0 = L_44;
|
|
int32_t L_45 = V_0;
|
|
if ((((int32_t)L_45) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = V_2;
|
|
int32_t L_47 = V_1;
|
|
if ((((int32_t)L_46) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1)))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_48 = ___name0;
|
|
int32_t L_49 = V_0;
|
|
NullCheck(L_48);
|
|
int32_t L_50 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_48, ((int32_t)37), ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), /*hidden argument*/NULL);
|
|
G_B20_0 = L_50;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
G_B20_0 = (-1);
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
V_2 = G_B20_0;
|
|
int32_t L_51 = V_0;
|
|
if ((((int32_t)L_51) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_2;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
int32_t L_53 = V_1;
|
|
int32_t L_54 = V_8;
|
|
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), (int32_t)1));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
String_t* L_55 = V_6;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_0;
|
|
int32_t L_57 = V_8;
|
|
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57)), (int32_t)1));
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_58 = V_0;
|
|
int32_t L_59 = V_7;
|
|
V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
int32_t L_60 = V_0;
|
|
int32_t L_61 = V_8;
|
|
if ((((int32_t)L_60) >= ((int32_t)L_61)))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_62 = V_0;
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
StringBuilder_t * L_63 = V_3;
|
|
String_t* L_64 = ___name0;
|
|
int32_t L_65 = V_8;
|
|
int32_t L_66 = V_9;
|
|
NullCheck(L_63);
|
|
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_63, L_64, ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)), L_66, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
int32_t L_67 = V_2;
|
|
if ((((int32_t)L_67) <= ((int32_t)(-1))))
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = V_2;
|
|
int32_t L_69 = V_1;
|
|
if ((((int32_t)L_68) < ((int32_t)L_69)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
StringBuilder_t * L_70 = V_3;
|
|
NullCheck(L_70);
|
|
String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_70);
|
|
return L_71;
|
|
}
|
|
}
|
|
// System.String System.Environment::internalGetEnvironmentVariable_native(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_native_m7B353C5EFFF5E3740E0D343A0435E503BB694E74 (intptr_t ___variable0, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_internalGetEnvironmentVariable_native_m7B353C5EFFF5E3740E0D343A0435E503BB694E74_ftn) (intptr_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_internalGetEnvironmentVariable_native_m7B353C5EFFF5E3740E0D343A0435E503BB694E74_ftn)mscorlib::System::Environment::internalGetEnvironmentVariable_native) (___variable0);
|
|
}
|
|
// System.String System.Environment::internalGetEnvironmentVariable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972 (String_t* ___variable0, const RuntimeMethod* method)
|
|
{
|
|
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
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 = ___variable0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
String_t* L_1 = ___variable0;
|
|
SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F L_2 = RuntimeMarshal_MarshalString_m8A782D398D13D0865FFE9B3396966ED903180A1F(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
intptr_t L_3 = SafeStringMarshal_get_Value_m70D3D1F546F1D924BDAA1A1322FE2EB7FE18F1D5((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_0), /*hidden argument*/NULL);
|
|
String_t* L_4 = Environment_internalGetEnvironmentVariable_native_m7B353C5EFFF5E3740E0D343A0435E503BB694E74((intptr_t)L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
IL2CPP_LEAVE(0x29, FINALLY_001b);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_001b;
|
|
}
|
|
|
|
FINALLY_001b:
|
|
{ // begin finally (depth: 1)
|
|
SafeStringMarshal_Dispose_m031213ECC460DFEA083ECAF0AE51AA70FF548898((SafeStringMarshal_tD41B530333F2C9F500BD6FEC91735D16F06C9A6F *)(&V_0), /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(27)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(27)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x29, IL_0029)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String System.Environment::GetEnvironmentVariable(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___variable0;
|
|
String_t* L_1 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.Hashtable System.Environment::GetEnvironmentVariablesNoCase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Environment_GetEnvironmentVariablesNoCase_m96643C3EE79581997F046EE52069B19E8369D63E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_GetEnvironmentVariablesNoCase_m96643C3EE79581997F046EE52069B19E8369D63E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
CaseInsensitiveHashCodeProvider_tC6D5564219051252BBC7B49F78CC8173105F0C34 * L_0 = CaseInsensitiveHashCodeProvider_get_Default_mEB75D6529BEF600AEC8A3F848B9CAB5650C588B8(/*hidden argument*/NULL);
|
|
CaseInsensitiveComparer_tF9935EB25E69CEF5A3B17CE8D22E2797F23B17BE * L_1 = CaseInsensitiveComparer_get_Default_m1E0D7C553D3E1A4E201C807116BDD551279306E9(/*hidden argument*/NULL);
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
|
|
Hashtable__ctor_mFC259F7B115F0D1AEDE934D8CF7F1288A10A1DFB(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Environment_GetEnvironmentVariableNames_mFDDA0116D39EBFC7C6985C7E09535E1B61F534FB(/*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
V_2 = 0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_3 = L_7;
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_0;
|
|
String_t* L_9 = V_3;
|
|
String_t* L_10 = V_3;
|
|
String_t* L_11 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_8, L_9, L_11);
|
|
int32_t L_12 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_13 = V_2;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String System.Environment::GetFolderPath(System.Environment_SpecialFolder)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m536A7D7C29197A7B66B60EA9A78B63C7B0BE9C17 (int32_t ___folder0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___folder0;
|
|
String_t* L_1 = Environment_GetFolderPath_m6E9EC33C813EC32EF22350270BCC8D8F59D972C5(L_0, 0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Environment::GetWindowsFolderPath(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetWindowsFolderPath_m1A2A85D251544A4A200BE075F72D45B1E2160726 (int32_t ___folder0, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_GetWindowsFolderPath_m1A2A85D251544A4A200BE075F72D45B1E2160726_ftn) (int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetWindowsFolderPath_m1A2A85D251544A4A200BE075F72D45B1E2160726_ftn)mscorlib::System::Environment::GetWindowsFolderPath) (___folder0);
|
|
}
|
|
// System.String System.Environment::GetFolderPath(System.Environment_SpecialFolder,System.Environment_SpecialFolderOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m6E9EC33C813EC32EF22350270BCC8D8F59D972C5 (int32_t ___folder0, int32_t ___option1, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6(/*hidden argument*/NULL);
|
|
V_0 = (String_t*)NULL;
|
|
bool L_0 = Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D(/*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___folder0;
|
|
String_t* L_2 = Environment_GetWindowsFolderPath_m1A2A85D251544A4A200BE075F72D45B1E2160726(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = ___folder0;
|
|
int32_t L_4 = ___option1;
|
|
String_t* L_5 = Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B(L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String System.Environment::ReadXdgUserDir(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613 (String_t* ___config_dir0, String_t* ___home_dir1, String_t* ___key2, String_t* ___fallback3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
bool V_6 = false;
|
|
String_t* V_7 = 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) * 4);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
String_t* G_B17_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___key2;
|
|
String_t* L_1 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = V_0;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_7 = ___config_dir0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_8 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_7, _stringLiteral9ECB2E572CFDA900F36B37BE28189AFF0757C5D3, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
String_t* L_9 = V_1;
|
|
bool L_10 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___home_dir1;
|
|
String_t* L_12 = ___fallback3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_13 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_11, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
}
|
|
|
|
IL_0036:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
String_t* L_14 = V_1;
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_15 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
|
|
StreamReader__ctor_mE646A80660B17E91CEA1048DB5B6F0616C77EECD(L_15, L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
}
|
|
|
|
IL_003d:
|
|
try
|
|
{ // begin try (depth: 2)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
String_t* L_16 = V_3;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_16, /*hidden argument*/NULL);
|
|
V_3 = L_17;
|
|
String_t* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_18, ((int32_t)61), /*hidden argument*/NULL);
|
|
V_4 = L_19;
|
|
int32_t L_20 = V_4;
|
|
if ((((int32_t)L_20) <= ((int32_t)8)))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
String_t* L_21 = V_3;
|
|
int32_t L_22 = V_4;
|
|
NullCheck(L_21);
|
|
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_21, 0, L_22, /*hidden argument*/NULL);
|
|
String_t* L_24 = ___key2;
|
|
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, L_24, /*hidden argument*/NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
String_t* L_26 = V_3;
|
|
int32_t L_27 = V_4;
|
|
NullCheck(L_26);
|
|
String_t* L_28 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)34));
|
|
NullCheck(L_28);
|
|
String_t* L_31 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_28, L_30, /*hidden argument*/NULL);
|
|
V_5 = L_31;
|
|
V_6 = (bool)0;
|
|
String_t* L_32 = V_5;
|
|
NullCheck(L_32);
|
|
bool L_33 = String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B(L_32, _stringLiteral3D87DCCAF91986FA4C389725BCAF948EFFA3E43D, /*hidden argument*/NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
V_6 = (bool)1;
|
|
String_t* L_34 = V_5;
|
|
NullCheck(L_34);
|
|
String_t* L_35 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_34, 6, /*hidden argument*/NULL);
|
|
V_5 = L_35;
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
String_t* L_36 = V_5;
|
|
NullCheck(L_36);
|
|
bool L_37 = String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B(L_36, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
V_6 = (bool)1;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
bool L_38 = V_6;
|
|
if (L_38)
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
String_t* L_39 = V_5;
|
|
G_B17_0 = L_39;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
String_t* L_40 = ___home_dir1;
|
|
String_t* L_41 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_42 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_40, L_41, /*hidden argument*/NULL);
|
|
G_B17_0 = L_42;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
V_7 = G_B17_0;
|
|
IL2CPP_LEAVE(0xF0, FINALLY_00d9);
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_43 = V_2;
|
|
NullCheck(L_43);
|
|
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_43);
|
|
String_t* L_45 = L_44;
|
|
V_3 = L_45;
|
|
if (L_45)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
IL2CPP_LEAVE(0xE3, FINALLY_00d9);
|
|
}
|
|
} // end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00d9;
|
|
}
|
|
|
|
FINALLY_00d9:
|
|
{ // begin finally (depth: 2)
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_46 = V_2;
|
|
if (!L_46)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_47 = V_2;
|
|
NullCheck(L_47);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_47);
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
IL2CPP_END_FINALLY(217)
|
|
}
|
|
} // end finally (depth: 2)
|
|
IL2CPP_CLEANUP(217)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xF0, IL_00f0)
|
|
IL2CPP_JUMP_TBL(0xE3, IL_00e3)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (FileNotFoundException_t0B3F0AE5C94A781A7E2ABBD786F91C229B703431_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_00e5;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00e5:
|
|
{ // begin catch(System.IO.FileNotFoundException)
|
|
goto IL_00e8;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_00e8:
|
|
{
|
|
String_t* L_48 = ___home_dir1;
|
|
String_t* L_49 = ___fallback3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_50 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_48, L_49, /*hidden argument*/NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
String_t* L_51 = V_7;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.String System.Environment::UnixGetFolderPath(System.Environment_SpecialFolder,System.Environment_SpecialFolderOption)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B (int32_t ___folder0, int32_t ___option1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = Environment_internalGetHome_m4B03F6F0B0C466284C7F02AE967B1DE8AF811E8E(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(_stringLiteral6D57B527E7613982252D681B40F03DFBEC803607, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
String_t* L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = V_1;
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, L_4, /*hidden argument*/NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_6 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteralD9BBFE341E231DD531A559F974E1015BCC9E6DC1, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
String_t* L_8 = V_1;
|
|
String_t* L_9 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_8, _stringLiteralAAB90DFE8C6F152A4FB071F5F4F9DF804626E6AB, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
String_t* L_10 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(_stringLiteral6D2279C3ECA84EC66A200D8092FAC2AE76692E6F, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
String_t* L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = V_2;
|
|
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_15 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_16 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_15, _stringLiteral3E63A20FD24D82D9E81A5F39CCDC550B85A2182A, /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_17 = ___folder0;
|
|
switch (L_17)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0167;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0179;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_0167;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_01ef;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 23:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 24:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 25:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 26:
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
case 27:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 28:
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
case 29:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 30:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 31:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 32:
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
case 33:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 34:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 35:
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
case 36:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 37:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 38:
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
case 39:
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
case 40:
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
case 41:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 42:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 43:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 44:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 45:
|
|
{
|
|
goto IL_01e9;
|
|
}
|
|
case 46:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 47:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 48:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 49:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 50:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 51:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 52:
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
case 53:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 54:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 55:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 56:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 57:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 58:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
case 59:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_18;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
String_t* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
String_t* L_20 = V_2;
|
|
return L_20;
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
String_t* L_21 = V_1;
|
|
return L_21;
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
String_t* L_22 = V_2;
|
|
String_t* L_23 = V_0;
|
|
String_t* L_24 = Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613(L_22, L_23, _stringLiteral758F870D25D935A22E7B6F601A5D67252C7D24A1, _stringLiteral532C67FE1B5AFAE15D2D08FBA7A78DE0F63CC4B5, /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
int32_t L_25 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)6))))
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_27 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_26, _stringLiteral131260CBFBB0C821F8EAE5E7C3C296C7AA4D50B9, /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
String_t* L_28 = V_2;
|
|
String_t* L_29 = V_0;
|
|
String_t* L_30 = Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613(L_28, L_29, _stringLiteral764C1CDCDDB924E02A85EDBA8640D467D06A6FA4, _stringLiteral131260CBFBB0C821F8EAE5E7C3C296C7AA4D50B9, /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
int32_t L_31 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)6))))
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_33 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_32, _stringLiteral935EDBE91F7D3337C2FE13E3AD2373C9A8EC468C, /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
String_t* L_34 = V_2;
|
|
String_t* L_35 = V_0;
|
|
String_t* L_36 = Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613(L_34, L_35, _stringLiteral9300964C68712BA23F34ACEF429540225754B632, _stringLiteral935EDBE91F7D3337C2FE13E3AD2373C9A8EC468C, /*hidden argument*/NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
String_t* L_37 = V_2;
|
|
String_t* L_38 = V_0;
|
|
String_t* L_39 = Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613(L_37, L_38, _stringLiteral33EA80F35FE737B35E1D085138643A2660006847, _stringLiteralF25B700ED9F092123A43ACB205A6869342CF9DD6, /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
String_t* L_40 = V_2;
|
|
String_t* L_41 = V_0;
|
|
String_t* L_42 = Environment_ReadXdgUserDir_m2BBB7A3FB0BE8C2016FBB553C812913D15D34613(L_40, L_41, _stringLiteralD6D9970C3066A54835E00256D44ECD8153325A03, _stringLiteral56B71E89FB1079CAAADEFD0889E9A22E8B0560E3, /*hidden argument*/NULL);
|
|
return L_42;
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
return _stringLiteral99D088ED5F1BAC91ECED72079B3134C8258E1646;
|
|
}
|
|
|
|
IL_01ef:
|
|
{
|
|
int32_t L_43 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0208;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_44 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_45 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_44, _stringLiteralB8100F5BA8BD048A7CF11D116FBBD73130C3C6F5, _stringLiteralFFE688A5014306635CD935F7169187B7DB387CD5, /*hidden argument*/NULL);
|
|
return L_45;
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
String_t* L_46 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_47 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_46, _stringLiteral8705DFCA077C41F08BF9E2BF4473510D785B14E3, /*hidden argument*/NULL);
|
|
return L_47;
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
int32_t L_48 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)6))))
|
|
{
|
|
goto IL_022d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_49 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_50 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_49, _stringLiteralB8100F5BA8BD048A7CF11D116FBBD73130C3C6F5, _stringLiteral07B3E447DB02B7CC20A78A57C316FEBAE22ED72B, /*hidden argument*/NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_022d:
|
|
{
|
|
String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_51;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
int32_t L_52 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0241;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral4EE7F9F6F091866B32663BB85C3E9589E6A0D50E;
|
|
}
|
|
|
|
IL_0241:
|
|
{
|
|
String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_53;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
int32_t L_54 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
|
|
String_t* L_56 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_55, _stringLiteralB8100F5BA8BD048A7CF11D116FBBD73130C3C6F5, _stringLiteral26D1D6E68E2EFB43040F5747213A436E201DDBD2, /*hidden argument*/NULL);
|
|
return L_56;
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_57;
|
|
}
|
|
|
|
IL_0266:
|
|
{
|
|
String_t* L_58 = V_0;
|
|
return L_58;
|
|
}
|
|
|
|
IL_0268:
|
|
{
|
|
String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_59;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
return _stringLiteral88CCFACD3FCBE4CCCD76B3480CC051D875ED4591;
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_60 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_60, _stringLiteralF38EA64458B7FBE78C409B9159F322E075AF0B50, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, Environment_UnixGetFolderPath_mD4042C67476F52494B34BEAC11D4F381DABAB59B_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.String[] System.Environment::GetLogicalDrives()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetLogicalDrives_mC28C1DFCC06E08D60835A58C5AF90E110EBB5D77 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = Environment_GetLogicalDrivesInternal_m29EDB54908F229095A9947748D7E9EA01B96FC9F(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Environment::FailFast(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176 (String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, Environment_FailFast_mAAC3E58BB4725CF25EFB13BE6AFB4418AC32C176_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Void System.Environment::FailFast(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607 (String_t* ___message0, Exception_t * ___exception1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
Exception_t * L_1 = ___exception1;
|
|
ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * L_2 = (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 *)il2cpp_codegen_object_new(ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21_il2cpp_TypeInfo_var);
|
|
ExecutionEngineException__ctor_m920A0F10B7F5A314C49A9036028509ACB57C4F6D(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Environment_FailFast_mAEC5FD40A83110B9B342497AE1683229CA4F1607_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Boolean System.Environment::get_Is64BitProcess()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_Is64BitProcess_mEEAFF56728363604DEE63AFBDFE97E54A251AEB1 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929(/*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)8))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 System.Environment::get_ProcessorCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_get_ProcessorCount_m086119F1D40B7319BFC37F4501C6A73517E9B8CD_ftn)mscorlib::System::Environment::get_ProcessorCount) ();
|
|
}
|
|
// System.Boolean System.Environment::get_IsRunningOnWindows()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_IsRunningOnWindows_m450E4F44CC5B040187C3E0E42B129780FABE455D (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = Environment_get_Platform_m09BB945B43442029D4EFB0835BBD23774F248B0C(/*hidden argument*/NULL);
|
|
return (bool)((((int32_t)L_0) < ((int32_t)4))? 1 : 0);
|
|
}
|
|
}
|
|
// System.String[] System.Environment::GetLogicalDrivesInternal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetLogicalDrivesInternal_m29EDB54908F229095A9947748D7E9EA01B96FC9F (const RuntimeMethod* method)
|
|
{
|
|
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*Environment_GetLogicalDrivesInternal_m29EDB54908F229095A9947748D7E9EA01B96FC9F_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetLogicalDrivesInternal_m29EDB54908F229095A9947748D7E9EA01B96FC9F_ftn)mscorlib::System::Environment::GetLogicalDrivesInternal) ();
|
|
}
|
|
// System.String[] System.Environment::GetEnvironmentVariableNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Environment_GetEnvironmentVariableNames_mFDDA0116D39EBFC7C6985C7E09535E1B61F534FB (const RuntimeMethod* method)
|
|
{
|
|
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*Environment_GetEnvironmentVariableNames_mFDDA0116D39EBFC7C6985C7E09535E1B61F534FB_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetEnvironmentVariableNames_mFDDA0116D39EBFC7C6985C7E09535E1B61F534FB_ftn)mscorlib::System::Environment::GetEnvironmentVariableNames) ();
|
|
}
|
|
// System.String System.Environment::GetMachineConfigPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetMachineConfigPath_m7EFF6DDC6233A66D43753D264714227F550A6C9C (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_GetMachineConfigPath_m7EFF6DDC6233A66D43753D264714227F550A6C9C_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetMachineConfigPath_m7EFF6DDC6233A66D43753D264714227F550A6C9C_ftn)mscorlib::System::Environment::GetMachineConfigPath) ();
|
|
}
|
|
// System.String System.Environment::internalGetHome()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_internalGetHome_m4B03F6F0B0C466284C7F02AE967B1DE8AF811E8E (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Environment_internalGetHome_m4B03F6F0B0C466284C7F02AE967B1DE8AF811E8E_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_internalGetHome_m4B03F6F0B0C466284C7F02AE967B1DE8AF811E8E_ftn)mscorlib::System::Environment::internalGetHome) ();
|
|
}
|
|
// System.Int32 System.Environment::GetPageSize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_GetPageSize_m9DDEBE89C1AD0F93124F0DC120F4495B5A72515E (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Environment_GetPageSize_m9DDEBE89C1AD0F93124F0DC120F4495B5A72515E_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((Environment_GetPageSize_m9DDEBE89C1AD0F93124F0DC120F4495B5A72515E_ftn)mscorlib::System::Environment::GetPageSize) ();
|
|
}
|
|
// System.String System.Environment::GetStackTrace(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B (Exception_t * ___e0, bool ___needFileInfo1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * V_0 = NULL;
|
|
{
|
|
Exception_t * L_0 = ___e0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = ___needFileInfo1;
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_2 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
|
|
StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997(L_2, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
Exception_t * L_3 = ___e0;
|
|
bool L_4 = ___needFileInfo1;
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_5 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
|
|
StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408(L_5, L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_6 = V_0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = StackTrace_ToString_m1C8457C5B1405CB08B90BEC24F67D636EF5026A5(L_6, 0, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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.EventArgs::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7 (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.EventArgs::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__cctor_mBF27EE7D8B306AD18122FA05169D94D932D60A0A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (EventArgs__cctor_mBF27EE7D8B306AD18122FA05169D94D932D60A0A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_0 = (EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *)il2cpp_codegen_object_new(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
|
|
EventArgs__ctor_m3551293259861C5A78CD47689D559F828ED29DF7(L_0, /*hidden argument*/NULL);
|
|
((EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var))->set_Empty_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.EventHandler::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void System.EventHandler::Invoke(System.Object,System.EventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 2)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
else if (___parameterCount != 2)
|
|
{
|
|
// open
|
|
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
|
|
else
|
|
GenericVirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, ___sender0, ___e1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1);
|
|
else
|
|
VirtActionInvoker1< EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___e1) - 1), targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
|
|
else
|
|
GenericVirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(targetMethod, targetThis, ___sender0, ___e1);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1);
|
|
else
|
|
VirtActionInvoker2< RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___e1, targetMethod);
|
|
}
|
|
if (targetThis == NULL)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, RuntimeObject *, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E *, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult System.EventHandler::BeginInvoke(System.Object,System.EventArgs,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventHandler_BeginInvoke_m60A0326EC6963814F98B6D62CA083FACACE82FA9 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___sender0;
|
|
__d_args[1] = ___e1;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
|
|
}
|
|
// System.Void System.EventHandler::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_EndInvoke_mDC1492EADF97D0B486622531F5AD06AA15849A24 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Exception
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke(const Exception_t& unmarshaled, Exception_t_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ____data_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_data' of type 'Exception': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____data_3Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_back(const Exception_t_marshaled_pinvoke& marshaled, Exception_t& unmarshaled)
|
|
{
|
|
Exception_t* ____data_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_data' of type 'Exception': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____data_3Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Exception
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_pinvoke_cleanup(Exception_t_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Exception
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com(const Exception_t& unmarshaled, Exception_t_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ____data_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_data' of type 'Exception': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____data_3Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_back(const Exception_t_marshaled_com& marshaled, Exception_t& unmarshaled)
|
|
{
|
|
Exception_t* ____data_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_data' of type 'Exception': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(____data_3Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Exception
|
|
IL2CPP_EXTERN_C void Exception_t_marshal_com_cleanup(Exception_t_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Exception::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__message_2((String_t*)NULL);
|
|
__this->set__stackTrace_6(NULL);
|
|
__this->set__dynamicMethods_10(NULL);
|
|
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233088), /*hidden argument*/NULL);
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_0 = (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 *)il2cpp_codegen_object_new(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_il2cpp_TypeInfo_var);
|
|
SafeSerializationManager__ctor_mB5F471396A3FDEB14E216389830B1589AFC4857A(L_0, /*hidden argument*/NULL);
|
|
__this->set__safeSerializationManager_13(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Exception::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___message0;
|
|
__this->set__message_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Exception::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Exception_Init_mB543C81C2EEC2B99274329ACD365429C3AB65B81(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___message0;
|
|
__this->set__message_2(L_0);
|
|
Exception_t * L_1 = ___innerException1;
|
|
__this->set__innerException_4(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_2, _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39, /*hidden argument*/NULL);
|
|
__this->set__className_1(L_3);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_4, _stringLiteral68F4145FEE7DDE76AFCEB910165924AD14CF0D00, /*hidden argument*/NULL);
|
|
__this->set__message_2(L_5);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_9 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_6, _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11, L_8, /*hidden argument*/NULL);
|
|
__this->set__data_3(((RuntimeObject*)Castclass((RuntimeObject*)L_9, IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
|
|
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral28332BF3F5ECB907F6B48B01FA850D52EDABD9F6, L_12, /*hidden argument*/NULL);
|
|
__this->set__innerException_4(((Exception_t *)CastclassClass((RuntimeObject*)L_13, Exception_t_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
|
|
NullCheck(L_14);
|
|
String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_14, _stringLiteral49A9D09283F8FB50FA0AFE850910B0835161D9EA, /*hidden argument*/NULL);
|
|
__this->set__helpURL_5(L_15);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info0;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_16, _stringLiteralBA68CC085BCDB2ACC7A9EAC506B72375599B4895, /*hidden argument*/NULL);
|
|
__this->set__stackTraceString_7(L_17);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___info0;
|
|
NullCheck(L_18);
|
|
String_t* L_19 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_18, _stringLiteralF5A19884ABD0F810E9BC20D747EBAE160D517170, /*hidden argument*/NULL);
|
|
__this->set__remoteStackTraceString_8(L_19);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___info0;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_20, _stringLiteral9809EEBD54AE05C9E348295B938477E70D63935C, /*hidden argument*/NULL);
|
|
__this->set__remoteStackIndex_9(L_21);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = ___info0;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_22, _stringLiteralA55F1512DA06994D35F587926787BC86E1C37545, /*hidden argument*/NULL);
|
|
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, L_23, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___info0;
|
|
NullCheck(L_24);
|
|
String_t* L_25 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_24, _stringLiteral6DA13ADDB000B67D42A6D66391713819E634149F, /*hidden argument*/NULL);
|
|
__this->set__source_12(L_25);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_26 = ___info0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var) };
|
|
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
RuntimeObject * L_29 = SerializationInfo_GetValueNoThrow_m096541B70283B3F278C63DF8D6D1BE8C51C2C7DF(L_26, _stringLiteralADD9B279679F9595A61957DB72E98E204DF6E3F2, L_28, /*hidden argument*/NULL);
|
|
__this->set__safeSerializationManager_13(((SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 *)IsInstSealed((RuntimeObject*)L_29, SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_il2cpp_TypeInfo_var)));
|
|
String_t* L_30 = __this->get__className_1();
|
|
if (!L_30)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline(__this, /*hidden argument*/NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
String_t* L_32 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral8944FFAD1E8C07AABD7BA714D715171EAAD5687C, /*hidden argument*/NULL);
|
|
SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 * L_33 = (SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210 *)il2cpp_codegen_object_new(SerializationException_tA1FDFF6779406E688C2192E71C38DBFD7A4A2210_il2cpp_TypeInfo_var);
|
|
SerializationException__ctor_m88AAD9671030A8A96AA87CB95701938FBD8F16E1(L_33, L_32, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_34 = StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline((StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 *)(&___context1), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)128)))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = __this->get__remoteStackTraceString_8();
|
|
String_t* L_36 = __this->get__stackTraceString_7();
|
|
String_t* L_37 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_35, L_36, /*hidden argument*/NULL);
|
|
__this->set__remoteStackTraceString_8(L_37);
|
|
__this->set__stackTraceString_7((String_t*)NULL);
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Exception::get_Message()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->get__message_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get__className_1();
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389(__this, /*hidden argument*/NULL);
|
|
__this->set__className_1(L_2);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
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 = __this->get__className_1();
|
|
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 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral587CAF0E2EADCED18EC63C9F5DCB6EB925840F59, L_4, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
String_t* L_7 = __this->get__message_2();
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Collections.IDictionary System.Exception::get_Data()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Exception_get_Data_m08A7AC2DCA409CA9C7830EF72AC4C60C9EA8947D (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_get_Data_m08A7AC2DCA409CA9C7830EF72AC4C60C9EA8947D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->get__data_3();
|
|
if (L_0)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
|
|
bool L_1 = Exception_IsImmutableAgileException_mA368FC5AFA9CA8F9FEF6FD62AEB2A43D943D67B3(__this, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA * L_2 = (EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA *)il2cpp_codegen_object_new(EmptyReadOnlyDictionaryInternal_tC4D5DAD1699735AB2EB2E6E39C3133D6DE02C3BA_il2cpp_TypeInfo_var);
|
|
EmptyReadOnlyDictionaryInternal__ctor_mE41511FFA776DA880E85D5DB4E12AAAAC75827AE(L_2, /*hidden argument*/NULL);
|
|
__this->set__data_3(L_2);
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC * L_3 = (ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC *)il2cpp_codegen_object_new(ListDictionaryInternal_tCA32A08A78BFAF09127BC18DE7CBB3596C1CDFBC_il2cpp_TypeInfo_var);
|
|
ListDictionaryInternal__ctor_m2C17E3B516DE566A8FEF18177FEADAEA975FC5E6(L_3, /*hidden argument*/NULL);
|
|
__this->set__data_3(L_3);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
RuntimeObject* L_4 = __this->get__data_3();
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Exception::IsImmutableAgileException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Exception_IsImmutableAgileException_mA368FC5AFA9CA8F9FEF6FD62AEB2A43D943D67B3 (Exception_t * ___e0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String System.Exception::GetClassName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get__className_1();
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_1 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
|
|
__this->set__className_1(L_2);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_3 = __this->get__className_1();
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Exception System.Exception::get_InnerException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get__innerException_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Exception::get_StackTrace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_StackTrace_mF54AABBF2569597935F88AAF7BCD29C6639F8306 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = Exception_GetStackTrace_m8FE5D5A0DDDC59C343C9A353824C54DFB6A182A0(__this, (bool)1, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Exception::GetStackTrace(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetStackTrace_m8FE5D5A0DDDC59C343C9A353824C54DFB6A182A0 (Exception_t * __this, bool ___needFileInfo0, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get__stackTraceString_7();
|
|
V_0 = L_0;
|
|
String_t* L_1 = __this->get__remoteStackTraceString_8();
|
|
V_1 = L_1;
|
|
bool L_2 = ___needFileInfo0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = V_0;
|
|
String_t* L_4 = Exception_StripFileInfo_m39B49712FFB0D5BC37BFC2F3D076CA1585E760D1(__this, L_3, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
String_t* L_5 = V_1;
|
|
String_t* L_6 = Exception_StripFileInfo_m39B49712FFB0D5BC37BFC2F3D076CA1585E760D1(__this, L_5, (bool)1, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_1;
|
|
String_t* L_9 = V_0;
|
|
String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
RuntimeObject * L_11 = __this->get__stackTrace_6();
|
|
if (L_11)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
bool L_13 = ___needFileInfo0;
|
|
String_t* L_14 = Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B(__this, L_13, /*hidden argument*/NULL);
|
|
V_2 = L_14;
|
|
String_t* L_15 = V_1;
|
|
String_t* L_16 = V_2;
|
|
String_t* L_17 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_15, L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
{
|
|
int32_t L_0 = ___hr0;
|
|
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Exception::get_Source()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Source_mF1C5DE7EDD1567C4ACE302CFD82AC336504070BB (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_get_Source_mF1C5DE7EDD1567C4ACE302CFD82AC336504070BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * V_0 = NULL;
|
|
MethodBase_t * V_1 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get__source_12();
|
|
if (L_0)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_1 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
|
|
StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408(L_1, __this, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, L_2);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_5 = VirtFuncInvoker1< StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, L_4, 0);
|
|
NullCheck(L_5);
|
|
MethodBase_t * L_6 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_5);
|
|
V_1 = L_6;
|
|
MethodBase_t * L_7 = V_1;
|
|
bool L_8 = MethodBase_op_Inequality_mA03AE708DD0D76404AED7C36A75741E2A6BC6BF7(L_7, (MethodBase_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
MethodBase_t * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
Type_t * L_10 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_9);
|
|
NullCheck(L_10);
|
|
Assembly_t * L_11 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_10);
|
|
NullCheck(L_11);
|
|
AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * L_12 = VirtFuncInvoker0< AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * >::Invoke(20 /* System.Reflection.AssemblyName System.Reflection.Assembly::GetName() */, L_11);
|
|
NullCheck(L_12);
|
|
String_t* L_13 = AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline(L_12, /*hidden argument*/NULL);
|
|
__this->set__source_12(L_13);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
String_t* L_14 = __this->get__source_12();
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.String System.Exception::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72(__this, (bool)1, (bool)1, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Exception::ToString(System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72 (Exception_t * __this, bool ___needFileLineInfo0, bool ___needMessage1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
bool L_0 = ___needMessage1;
|
|
if (L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, __this);
|
|
G_B3_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_0 = G_B3_0;
|
|
String_t* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) > ((int32_t)0)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_5 = Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389(__this, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_6 = Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389(__this, /*hidden argument*/NULL);
|
|
String_t* L_7 = V_0;
|
|
String_t* L_8 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_6, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_7, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Exception_t * L_9 = __this->get__innerException_4();
|
|
if (!L_9)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
|
|
String_t* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_12);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_12);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral0EF8991E15895E04C4E0B24686E452411F00B53D);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
|
|
Exception_t * L_15 = __this->get__innerException_4();
|
|
bool L_16 = ___needFileLineInfo0;
|
|
bool L_17 = ___needMessage1;
|
|
NullCheck(L_15);
|
|
String_t* L_18 = Exception_ToString_m297BCBDFD8F98A7BD69F689436100573B2F71D72(L_15, L_16, L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_18);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_18);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_14;
|
|
String_t* L_20 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_20);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_20);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_19;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteral088FB1A4AB057F4FCF7D487006499060C7FE5773);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral088FB1A4AB057F4FCF7D487006499060C7FE5773);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21;
|
|
String_t* L_23 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral408F64453B908F42FD60655B6602FE9C593982CA, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_23);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_23);
|
|
String_t* L_24 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_22, /*hidden argument*/NULL);
|
|
V_1 = L_24;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
bool L_25 = ___needFileLineInfo0;
|
|
String_t* L_26 = Exception_GetStackTrace_m8FE5D5A0DDDC59C343C9A353824C54DFB6A182A0(__this, L_25, /*hidden argument*/NULL);
|
|
V_2 = L_26;
|
|
String_t* L_27 = V_2;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = V_1;
|
|
String_t* L_29 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_30 = V_2;
|
|
String_t* L_31 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_28, L_29, L_30, /*hidden argument*/NULL);
|
|
V_1 = L_31;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
String_t* L_32 = V_1;
|
|
return L_32;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = __this->get__stackTraceString_7();
|
|
V_0 = L_2;
|
|
RuntimeObject * L_3 = __this->get__stackTrace_6();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = Environment_GetStackTrace_m12FAD59C12D3ED43C780A01CF9A91072EA1E2D6B(__this, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_6 = __this->get__source_12();
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_Source() */, __this);
|
|
__this->set__source_12(L_7);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
|
|
String_t* L_9 = Exception_GetClassName_mA1AF30AF222EA80BED79AC7E1FF5CB7A44E59389(__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteralEEEC90853FC9B89566DD858A99CEE46219C6FB39, L_9, L_11, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
|
|
String_t* L_13 = __this->get__message_2();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_12, _stringLiteral68F4145FEE7DDE76AFCEB910165924AD14CF0D00, L_13, L_15, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___info0;
|
|
RuntimeObject* L_17 = __this->get__data_3();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7_0_0_0_var) };
|
|
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_16, _stringLiteralE5E429BCC9C2E4A41A3C7A4D96203BE6CB273B11, L_17, L_19, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___info0;
|
|
Exception_t * L_21 = __this->get__innerException_4();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
|
|
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_20, _stringLiteral28332BF3F5ECB907F6B48B01FA850D52EDABD9F6, L_21, L_23, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___info0;
|
|
String_t* L_25 = __this->get__helpURL_5();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_26 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
Type_t * L_27 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_26, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_24, _stringLiteral49A9D09283F8FB50FA0AFE850910B0835161D9EA, L_25, L_27, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = ___info0;
|
|
String_t* L_29 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_30 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
Type_t * L_31 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_30, /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_28, _stringLiteralBA68CC085BCDB2ACC7A9EAC506B72375599B4895, L_29, L_31, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = ___info0;
|
|
String_t* L_33 = __this->get__remoteStackTraceString_8();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_34 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
Type_t * L_35 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_34, /*hidden argument*/NULL);
|
|
NullCheck(L_32);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_32, _stringLiteralF5A19884ABD0F810E9BC20D747EBAE160D517170, L_33, L_35, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_36 = ___info0;
|
|
int32_t L_37 = __this->get__remoteStackIndex_9();
|
|
int32_t L_38 = L_37;
|
|
RuntimeObject * L_39 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_38);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_40 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
|
|
Type_t * L_41 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_40, /*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_36, _stringLiteral9809EEBD54AE05C9E348295B938477E70D63935C, L_39, L_41, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_42 = ___info0;
|
|
NullCheck(L_42);
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_42, _stringLiteralDFE109EFC8BE01B7D637E36D004DD36AD98A1201, NULL, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_43 = ___info0;
|
|
int32_t L_44 = Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502_inline(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_43, _stringLiteralA55F1512DA06994D35F587926787BC86E1C37545, L_44, /*hidden argument*/NULL);
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_45 = ___info0;
|
|
String_t* L_46 = __this->get__source_12();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_47 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
Type_t * L_48 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_47, /*hidden argument*/NULL);
|
|
NullCheck(L_45);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_45, _stringLiteral6DA13ADDB000B67D42A6D66391713819E634149F, L_46, L_48, /*hidden argument*/NULL);
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_49 = __this->get__safeSerializationManager_13();
|
|
if (!L_49)
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
{
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_50 = __this->get__safeSerializationManager_13();
|
|
NullCheck(L_50);
|
|
bool L_51 = SafeSerializationManager_get_IsActive_m66AE1987E10E73E7CB019E3CE14D7FFD7856AD4B(L_50, /*hidden argument*/NULL);
|
|
if (!L_51)
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_52 = ___info0;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_53 = __this->get__safeSerializationManager_13();
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast<intptr_t> (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_52, _stringLiteralADD9B279679F9595A61957DB72E98E204DF6E3F2, L_53, L_55, /*hidden argument*/NULL);
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_56 = __this->get__safeSerializationManager_13();
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_57 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_58 = ___context1;
|
|
NullCheck(L_56);
|
|
SafeSerializationManager_CompleteSerialization_mC577DAFEBD7AA3E14807DCA75864D835475231CB(L_56, __this, L_57, L_58, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Exception::OnDeserialized(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_OnDeserialized_m1A821B40091BF093EA8ECA629CAA0B61C129712E (Exception_t * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_OnDeserialized_m1A821B40091BF093EA8ECA629CAA0B61C129712E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set__stackTrace_6(NULL);
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_0 = __this->get__safeSerializationManager_13();
|
|
if (L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_1 = (SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 *)il2cpp_codegen_object_new(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770_il2cpp_TypeInfo_var);
|
|
SafeSerializationManager__ctor_mB5F471396A3FDEB14E216389830B1589AFC4857A(L_1, /*hidden argument*/NULL);
|
|
__this->set__safeSerializationManager_13(L_1);
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * L_2 = __this->get__safeSerializationManager_13();
|
|
NullCheck(L_2);
|
|
SafeSerializationManager_CompleteDeserialization_mC041209DDA3C3D765E7045DCA34682108858E3B1(L_2, __this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Exception::StripFileInfo(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_StripFileInfo_m39B49712FFB0D5BC37BFC2F3D076CA1585E760D1 (Exception_t * __this, String_t* ___stackTrace0, bool ___isRemoteStackTrace1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___stackTrace0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Exception::RestoreExceptionDispatchInfo(System.Runtime.ExceptionServices.ExceptionDispatchInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_RestoreExceptionDispatchInfo_mEECA9E9E3CED8FD5E3C001EA0AEB1C6D50F49C9F (Exception_t * __this, ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * ___exceptionDispatchInfo0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_RestoreExceptionDispatchInfo_mEECA9E9E3CED8FD5E3C001EA0AEB1C6D50F49C9F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * L_0 = ___exceptionDispatchInfo0;
|
|
NullCheck(L_0);
|
|
RuntimeObject * L_1 = ExceptionDispatchInfo_get_BinaryStackTraceArray_mB03FCEE86CCD7523AF2856B74B8FD66936491701_inline(L_0, /*hidden argument*/NULL);
|
|
__this->set_captured_traces_14(((StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196*)Castclass((RuntimeObject*)L_1, StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196_il2cpp_TypeInfo_var)));
|
|
__this->set__stackTrace_6(NULL);
|
|
__this->set__stackTraceString_7((String_t*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Exception::get_HResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Exception_get_HResult_m1F2775B234F243AD3D8AAE63B1BB5130ADD29502 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get__HResult_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Exception::set_HResult(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99 (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set__HResult_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Type System.Exception::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Exception::GetMessageFromNativeResources(System.Exception_ExceptionMessageKind)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087 (int32_t ___kind0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_GetMessageFromNativeResources_m0C3FB5994F1AC0C76785E05972E3E405E8A0F087_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___kind0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return _stringLiteral0BE297B561141A6A2D82A7108DDDC36E1CC22DBA;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
}
|
|
// System.Exception System.Exception::FixRemotingException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Exception_FixRemotingException_m83F1D2256E715EF3075877ECA7B3E4AC44B23BD2 (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception_FixRemotingException_m83F1D2256E715EF3075877ECA7B3E4AC44B23BD2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->get__remoteStackIndex_9();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralB01F1CC7133E621E07A9C1B376C56F8218636E39, /*hidden argument*/NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral00C5B9DB11398305E81DD934CC30030C1A628291, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
String_t* L_3 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, __this);
|
|
int32_t L_5 = __this->get__remoteStackIndex_9();
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
|
|
String_t* L_8 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(G_B3_0, L_3, L_4, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
String_t* L_9 = V_0;
|
|
__this->set__remoteStackTraceString_8(L_9);
|
|
int32_t L_10 = __this->get__remoteStackIndex_9();
|
|
__this->set__remoteStackIndex_9(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
|
|
__this->set__stackTraceString_7((String_t*)NULL);
|
|
return __this;
|
|
}
|
|
}
|
|
// System.Void System.Exception::ReportUnhandledException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_ReportUnhandledException_mBE1B363F3A7EAD66C4B4C481D46200292CFA0086 (Exception_t * ___exception0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Exception_ReportUnhandledException_mBE1B363F3A7EAD66C4B4C481D46200292CFA0086_ftn) (Exception_t *);
|
|
using namespace il2cpp::icalls;
|
|
((Exception_ReportUnhandledException_mBE1B363F3A7EAD66C4B4C481D46200292CFA0086_ftn)mscorlib::System::Exception::ReportUnhandledException) (___exception0);
|
|
}
|
|
// System.Void System.Exception::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__cctor_mC462C3B3312D5483281E9BDCFCCAAF79CA944F97 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Exception__cctor_mC462C3B3312D5483281E9BDCFCCAAF79CA944F97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
|
|
((Exception_t_StaticFields*)il2cpp_codegen_static_fields_for(Exception_t_il2cpp_TypeInfo_var))->set_s_EDILock_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
|
|
#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.ExecutionEngineException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m0F3956D4F5C1C6B86BF8553E5A2609C277A704BF (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ExecutionEngineException__ctor_m0F3956D4F5C1C6B86BF8553E5A2609C277A704BF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralDEAE2CA6EAEA43A091674E31DD8E8D250C14C844, /*hidden argument*/NULL);
|
|
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233082), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ExecutionEngineException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m600655C7E3D06ADB9A435EFAE483BBC05A8C11AC (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233082), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ExecutionEngineException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_m920A0F10B7F5A314C49A9036028509ACB57C4F6D (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
Exception_t * L_1 = ___innerException1;
|
|
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233082), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.ExecutionEngineException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionEngineException__ctor_mDB8489BBBC644EB14FDFEA89468A3FC654A299AF (ExecutionEngineException_t9D6DDEC5449D08251371AB57FE61558C2A2B1F21 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.FieldAccessException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_mD94509B3F2F26A43BF0A6FB70F729FEEFBFE767D (FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FieldAccessException__ctor_mD94509B3F2F26A43BF0A6FB70F729FEEFBFE767D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralBB1EEAB40131BAA9BA8E8A7AE56779A8FA7C7A5A, /*hidden argument*/NULL);
|
|
MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233081), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.FieldAccessException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_mDBE9806F085E392F4198EE67F7326F5E5E951453 (FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF * __this, String_t* ___message0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
MemberAccessException__ctor_m9190C2717422BB9A0C877B8C1493A75521AB8101(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233081), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.FieldAccessException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldAccessException__ctor_m919683E34FF57340F2C91D29D16D1619D931E494 (FieldAccessException_tBFF096C9CF3CA2BF95A3D596D7E50EF32B178BDF * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
MemberAccessException__ctor_m8D560A4375A75BBD6631BE42402BC4B41B8F7E5F(__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.FlagsAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlagsAttribute__ctor_mDB9F9F47C36D0E9D25218718D1F76C6165B9A66D (FlagsAttribute_t7FB7BEFA2E1F2C6E3362A5996E82697475FFE867 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.FormatException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC1667A6DBF1A3F8146908B8EBC18AF7CDEC1FEFD, /*hidden argument*/NULL);
|
|
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233033), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233033), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
{
|
|
String_t* L_0 = ___message0;
|
|
Exception_t * L_1 = ___innerException1;
|
|
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233033), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
|
|
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.GC::GetCollectionCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_GetCollectionCount_m85A93F64232049FCE0A314C6B0EED1C50CB86376 (int32_t ___generation0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GC_GetCollectionCount_m85A93F64232049FCE0A314C6B0EED1C50CB86376_ftn) (int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((GC_GetCollectionCount_m85A93F64232049FCE0A314C6B0EED1C50CB86376_ftn)mscorlib::System::GC::GetCollectionCount) (___generation0);
|
|
}
|
|
// System.Int32 System.GC::GetMaxGeneration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_GetMaxGeneration_mF04A8A694F34D3E56FA641987AC82561B9BF5BAF (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GC_GetMaxGeneration_mF04A8A694F34D3E56FA641987AC82561B9BF5BAF_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((GC_GetMaxGeneration_mF04A8A694F34D3E56FA641987AC82561B9BF5BAF_ftn)mscorlib::System::GC::GetMaxGeneration) ();
|
|
}
|
|
// System.Void System.GC::InternalCollect(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_InternalCollect_mB583398715B329963DFE06AF42777BAE9DB5DCA4 (int32_t ___generation0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GC_InternalCollect_mB583398715B329963DFE06AF42777BAE9DB5DCA4_ftn) (int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((GC_InternalCollect_mB583398715B329963DFE06AF42777BAE9DB5DCA4_ftn)mscorlib::System::GC::InternalCollect) (___generation0);
|
|
}
|
|
// System.Void System.GC::register_ephemeron_array(System.Runtime.CompilerServices.Ephemeron[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_register_ephemeron_array_mF6745DC9E70671B69469D62488C2183A46C10729 (EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10* ___array0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GC_register_ephemeron_array_mF6745DC9E70671B69469D62488C2183A46C10729_ftn) (EphemeronU5BU5D_t575534899E3EE9D8B85CAF11342BA22D164C7C10*);
|
|
using namespace il2cpp::icalls;
|
|
((GC_register_ephemeron_array_mF6745DC9E70671B69469D62488C2183A46C10729_ftn)mscorlib::System::GC::register_ephemeron_array) (___array0);
|
|
}
|
|
// System.Object System.GC::get_ephemeron_tombstone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GC_get_ephemeron_tombstone_m8311F5A5E44DB7E6DA454732E2A7C992A9E20CCC (const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject * (*GC_get_ephemeron_tombstone_m8311F5A5E44DB7E6DA454732E2A7C992A9E20CCC_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((GC_get_ephemeron_tombstone_m8311F5A5E44DB7E6DA454732E2A7C992A9E20CCC_ftn)mscorlib::System::GC::get_ephemeron_tombstone) ();
|
|
}
|
|
// System.Void System.GC::Collect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC_Collect_mF2593114B9B3F291CD995BFB7033C2EEF51CF971_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = GC_get_MaxGeneration_m690A529E5E2B9E64B00B156DFC10090633B466AB(/*hidden argument*/NULL);
|
|
GC_InternalCollect_mB583398715B329963DFE06AF42777BAE9DB5DCA4(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.GC::CollectionCount(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3 (int32_t ___generation0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___generation0;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral044F779DD78DC457C66C3F03FB54E04EE4013F70, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralCD738EBDB108645F60E548461168D2E3327319B7, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, GC_CollectionCount_m1DC863B0F700FC7B1ACF5F41D3266CD3FE01CAD3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = ___generation0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = GC_GetCollectionCount_m85A93F64232049FCE0A314C6B0EED1C50CB86376(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.GC::KeepAlive(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void GC_KeepAlive_mE836EDA45A7C6BFDCEA004B9089FA6B4810BDA89 (RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.GC::get_MaxGeneration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GC_get_MaxGeneration_m690A529E5E2B9E64B00B156DFC10090633B466AB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC_get_MaxGeneration_m690A529E5E2B9E64B00B156DFC10090633B466AB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = GC_GetMaxGeneration_mF04A8A694F34D3E56FA641987AC82561B9BF5BAF(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.GC::_SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC__SuppressFinalize_mAEE97F4E88DFE238F79A9A05363D132B6DFEB6E8 (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GC__SuppressFinalize_mAEE97F4E88DFE238F79A9A05363D132B6DFEB6E8_ftn) (RuntimeObject *);
|
|
using namespace il2cpp::icalls;
|
|
((GC__SuppressFinalize_mAEE97F4E88DFE238F79A9A05363D132B6DFEB6E8_ftn)mscorlib::System::GC::_SuppressFinalize) (___o0);
|
|
}
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject * L_2 = ___obj0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC__SuppressFinalize_mAEE97F4E88DFE238F79A9A05363D132B6DFEB6E8(L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.GC::_ReRegisterForFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC__ReRegisterForFinalize_m6CE21FC41C136709441FCA0BD23BF17135467CA6 (RuntimeObject * ___o0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GC__ReRegisterForFinalize_m6CE21FC41C136709441FCA0BD23BF17135467CA6_ftn) (RuntimeObject *);
|
|
using namespace il2cpp::icalls;
|
|
((GC__ReRegisterForFinalize_m6CE21FC41C136709441FCA0BD23BF17135467CA6_ftn)mscorlib::System::GC::_ReRegisterForFinalize) (___o0);
|
|
}
|
|
// System.Void System.GC::ReRegisterForFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8 (RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, GC_ReRegisterForFinalize_m4978CBD78D693FF77EA40D4000F0EF9F2C2E54C8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject * L_2 = ___obj0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC__ReRegisterForFinalize_m6CE21FC41C136709441FCA0BD23BF17135467CA6(L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 System.GC::GetTotalMemory(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GC_GetTotalMemory_mC697A5EC98C2884A6E3CE23EFA4C863677C22A6A (bool ___forceFullCollection0, const RuntimeMethod* method)
|
|
{
|
|
typedef int64_t (*GC_GetTotalMemory_mC697A5EC98C2884A6E3CE23EFA4C863677C22A6A_ftn) (bool);
|
|
using namespace il2cpp::icalls;
|
|
return ((GC_GetTotalMemory_mC697A5EC98C2884A6E3CE23EFA4C863677C22A6A_ftn)mscorlib::System::GC::GetTotalMemory) (___forceFullCollection0);
|
|
}
|
|
// System.Void System.GC::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC__cctor_m090AEF5149E28698EB92F40E5733BDF951BE1584 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GC__cctor_m090AEF5149E28698EB92F40E5733BDF951BE1584_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = GC_get_ephemeron_tombstone_m8311F5A5E44DB7E6DA454732E2A7C992A9E20CCC(/*hidden argument*/NULL);
|
|
((GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_StaticFields*)il2cpp_codegen_static_fields_for(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var))->set_EPHEMERON_TOMBSTONE_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.Globalization.Bootstring::.ctor(System.Char,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bootstring__ctor_m850EF79D97E5FE3553C5CC84AF4B14C7B914AE45 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, Il2CppChar ___delimiter0, int32_t ___baseNum1, int32_t ___tmin2, int32_t ___tmax3, int32_t ___skew4, int32_t ___damp5, int32_t ___initialBias6, int32_t ___initialN7, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
Il2CppChar L_0 = ___delimiter0;
|
|
__this->set_delimiter_0(L_0);
|
|
int32_t L_1 = ___baseNum1;
|
|
__this->set_base_num_1(L_1);
|
|
int32_t L_2 = ___tmin2;
|
|
__this->set_tmin_2(L_2);
|
|
int32_t L_3 = ___tmax3;
|
|
__this->set_tmax_3(L_3);
|
|
int32_t L_4 = ___skew4;
|
|
__this->set_skew_4(L_4);
|
|
int32_t L_5 = ___damp5;
|
|
__this->set_damp_5(L_5);
|
|
int32_t L_6 = ___initialBias6;
|
|
__this->set_initial_bias_6(L_6);
|
|
int32_t L_7 = ___initialN7;
|
|
__this->set_initial_n_7(L_7);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Globalization.Bootstring::Encode(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_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 V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
Il2CppChar V_10 = 0x0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_initial_n_7();
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
int32_t L_1 = __this->get_initial_bias_6();
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
V_4 = 0;
|
|
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
|
|
V_5 = L_2;
|
|
V_6 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_3 = ___s0;
|
|
int32_t L_4 = V_6;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) >= ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_6 = V_5;
|
|
String_t* L_7 = ___s0;
|
|
int32_t L_8 = V_6;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_6, L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_10 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_11 = V_6;
|
|
String_t* L_12 = ___s0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_11) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_14 = V_5;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_14, /*hidden argument*/NULL);
|
|
int32_t L_16 = L_15;
|
|
V_4 = L_16;
|
|
V_3 = L_16;
|
|
int32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_18 = V_5;
|
|
Il2CppChar L_19 = __this->get_delimiter_0();
|
|
NullCheck(L_18);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_18, L_19, /*hidden argument*/NULL);
|
|
goto IL_01ae;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
V_7 = ((int32_t)2147483647LL);
|
|
V_8 = 0;
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
String_t* L_20 = ___s0;
|
|
int32_t L_21 = V_8;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
|
|
int32_t L_23 = V_0;
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___s0;
|
|
int32_t L_25 = V_8;
|
|
NullCheck(L_24);
|
|
Il2CppChar L_26 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_24, L_25, /*hidden argument*/NULL);
|
|
int32_t L_27 = V_7;
|
|
if ((((int32_t)L_26) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = ___s0;
|
|
int32_t L_29 = V_8;
|
|
NullCheck(L_28);
|
|
Il2CppChar L_30 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_28, L_29, /*hidden argument*/NULL);
|
|
V_7 = L_30;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
int32_t L_31 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_32 = V_8;
|
|
String_t* L_33 = ___s0;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_32) < ((int32_t)L_34)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_1;
|
|
int32_t L_36 = V_7;
|
|
int32_t L_37 = V_0;
|
|
if (((int64_t)L_36 - (int64_t)L_37 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_36 - (int64_t)L_37 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var);
|
|
int32_t L_38 = V_4;
|
|
if (((int64_t)L_38 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_38 + (int64_t)1 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)) * (int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)) * (int64_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var);
|
|
if (((int64_t)L_35 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_35 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)))) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))))));
|
|
int32_t L_39 = V_7;
|
|
V_0 = L_39;
|
|
V_9 = 0;
|
|
goto IL_0199;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
String_t* L_40 = ___s0;
|
|
int32_t L_41 = V_9;
|
|
NullCheck(L_40);
|
|
Il2CppChar L_42 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_40, L_41, /*hidden argument*/NULL);
|
|
V_10 = L_42;
|
|
Il2CppChar L_43 = V_10;
|
|
int32_t L_44 = V_0;
|
|
if ((((int32_t)L_43) < ((int32_t)L_44)))
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_45 = V_10;
|
|
if ((((int32_t)L_45) >= ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
if (((int64_t)L_46 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_46 + (int64_t)1 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Bootstring_Encode_mF17F92BFD3F22FBFD68DAEF113D11E83BA76BAF5_RuntimeMethod_var);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Il2CppChar L_47 = V_10;
|
|
int32_t L_48 = V_0;
|
|
if ((!(((uint32_t)L_47) == ((uint32_t)L_48))))
|
|
{
|
|
goto IL_0193;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_1;
|
|
V_11 = L_49;
|
|
int32_t L_50 = __this->get_base_num_1();
|
|
V_12 = L_50;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
int32_t L_51 = V_12;
|
|
int32_t L_52 = V_2;
|
|
int32_t L_53 = __this->get_tmin_2();
|
|
if ((((int32_t)L_51) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)))))
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_54 = V_12;
|
|
int32_t L_55 = V_2;
|
|
int32_t L_56 = __this->get_tmax_3();
|
|
if ((((int32_t)L_54) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)L_56)))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_12;
|
|
int32_t L_58 = V_2;
|
|
G_B24_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58));
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
int32_t L_59 = __this->get_tmax_3();
|
|
G_B24_0 = L_59;
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
int32_t L_60 = __this->get_tmin_2();
|
|
G_B24_0 = L_60;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
V_13 = G_B24_0;
|
|
int32_t L_61 = V_11;
|
|
int32_t L_62 = V_13;
|
|
if ((((int32_t)L_61) < ((int32_t)L_62)))
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_63 = V_5;
|
|
int32_t L_64 = V_13;
|
|
int32_t L_65 = V_11;
|
|
int32_t L_66 = V_13;
|
|
int32_t L_67 = __this->get_base_num_1();
|
|
int32_t L_68 = V_13;
|
|
Il2CppChar L_69 = Bootstring_EncodeDigit_m4A96B8F55E28E62C89FD205738EB0381287B277C(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66))%(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)))))), /*hidden argument*/NULL);
|
|
NullCheck(L_63);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_63, L_69, /*hidden argument*/NULL);
|
|
int32_t L_70 = V_11;
|
|
int32_t L_71 = V_13;
|
|
int32_t L_72 = __this->get_base_num_1();
|
|
int32_t L_73 = V_13;
|
|
V_11 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71))/(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)L_73))));
|
|
int32_t L_74 = V_12;
|
|
int32_t L_75 = __this->get_base_num_1();
|
|
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)L_75));
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
StringBuilder_t * L_76 = V_5;
|
|
int32_t L_77 = V_11;
|
|
Il2CppChar L_78 = Bootstring_EncodeDigit_m4A96B8F55E28E62C89FD205738EB0381287B277C(__this, L_77, /*hidden argument*/NULL);
|
|
NullCheck(L_76);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_76, L_78, /*hidden argument*/NULL);
|
|
int32_t L_79 = V_1;
|
|
int32_t L_80 = V_4;
|
|
int32_t L_81 = V_4;
|
|
int32_t L_82 = V_3;
|
|
int32_t L_83 = Bootstring_Adapt_mF5FCC8358A0EF65CE96231274AA1695DB22DB712(__this, L_79, ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)), (bool)((((int32_t)L_81) == ((int32_t)L_82))? 1 : 0), /*hidden argument*/NULL);
|
|
V_2 = L_83;
|
|
V_1 = 0;
|
|
int32_t L_84 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1));
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
int32_t L_85 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1));
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
int32_t L_86 = V_9;
|
|
String_t* L_87 = ___s0;
|
|
NullCheck(L_87);
|
|
int32_t L_88 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_87, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_86) < ((int32_t)L_88)))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_89 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
|
|
int32_t L_90 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
int32_t L_91 = V_4;
|
|
String_t* L_92 = ___s0;
|
|
NullCheck(L_92);
|
|
int32_t L_93 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_92, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_91) < ((int32_t)L_93)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_94 = V_5;
|
|
NullCheck(L_94);
|
|
String_t* L_95 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_94);
|
|
return L_95;
|
|
}
|
|
}
|
|
// System.Char System.Globalization.Bootstring::EncodeDigit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Bootstring_EncodeDigit_m4A96B8F55E28E62C89FD205738EB0381287B277C (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, int32_t ___d0, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___d0;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)26))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___d0;
|
|
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)26))), (int32_t)((int32_t)48)));
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___d0;
|
|
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)((int32_t)97)));
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (((int32_t)((uint16_t)G_B3_0)));
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Bootstring::DecodeDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bootstring_DecodeDigit_mD9D0F2EAE2245ADD3622BCE52BAAF7AF745CBB47 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)48)))) < ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_1 = ___c0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)65)))) < ((int32_t)((int32_t)26))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___c0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)97)))) < ((int32_t)((int32_t)26))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->get_base_num_1();
|
|
return L_3;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Il2CppChar L_4 = ___c0;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)97)));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
Il2CppChar L_5 = ___c0;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)65)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
Il2CppChar L_6 = ___c0;
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)22)));
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Bootstring::Adapt(System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bootstring_Adapt_mF5FCC8358A0EF65CE96231274AA1695DB22DB712 (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, int32_t ___delta0, int32_t ___numPoints1, bool ___firstTime2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = ___firstTime2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___delta0;
|
|
int32_t L_2 = __this->get_damp_5();
|
|
___delta0 = ((int32_t)((int32_t)L_1/(int32_t)L_2));
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_3 = ___delta0;
|
|
___delta0 = ((int32_t)((int32_t)L_3/(int32_t)2));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_4 = ___delta0;
|
|
int32_t L_5 = ___delta0;
|
|
int32_t L_6 = ___numPoints1;
|
|
___delta0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)L_5/(int32_t)L_6))));
|
|
V_0 = 0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_7 = ___delta0;
|
|
int32_t L_8 = __this->get_base_num_1();
|
|
int32_t L_9 = __this->get_tmin_2();
|
|
___delta0 = ((int32_t)((int32_t)L_7/(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))));
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = __this->get_base_num_1();
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_12 = ___delta0;
|
|
int32_t L_13 = __this->get_base_num_1();
|
|
int32_t L_14 = __this->get_tmin_2();
|
|
int32_t L_15 = __this->get_tmax_3();
|
|
if ((((int32_t)L_12) > ((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), (int32_t)L_15))/(int32_t)2)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = __this->get_base_num_1();
|
|
int32_t L_18 = __this->get_tmin_2();
|
|
int32_t L_19 = ___delta0;
|
|
int32_t L_20 = ___delta0;
|
|
int32_t L_21 = __this->get_skew_4();
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), (int32_t)1)), (int32_t)L_19))/(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))))));
|
|
}
|
|
}
|
|
// System.String System.Globalization.Bootstring::Decode(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Bootstring_Decode_mF393D2ABEBF1384E983F5551079FE768AB88F76D (Bootstring_t9E3CD00FBB61B43CDF0873C571322A4387693F41 * __this, String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Bootstring_Decode_mF393D2ABEBF1384E983F5551079FE768AB88F76D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
StringBuilder_t * V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_initial_n_7();
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
int32_t L_1 = __this->get_initial_bias_6();
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
|
|
V_4 = L_2;
|
|
V_5 = 0;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
String_t* L_3 = ___s0;
|
|
int32_t L_4 = V_5;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
Il2CppChar L_6 = __this->get_delimiter_0();
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_5;
|
|
V_3 = L_7;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_8 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_9 = V_5;
|
|
String_t* L_10 = ___s0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_9) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_3;
|
|
if ((((int32_t)L_12) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___s0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
StringBuilder_t * L_14 = V_4;
|
|
String_t* L_15 = ___s0;
|
|
int32_t L_16 = V_3;
|
|
NullCheck(L_14);
|
|
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_14, L_15, 0, L_16, /*hidden argument*/NULL);
|
|
int32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) > ((int32_t)0)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
G_B10_0 = 0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_18 = V_3;
|
|
G_B10_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
V_6 = G_B10_0;
|
|
goto IL_0140;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_19 = V_1;
|
|
V_7 = L_19;
|
|
V_8 = 1;
|
|
int32_t L_20 = __this->get_base_num_1();
|
|
V_9 = L_20;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
String_t* L_21 = ___s0;
|
|
int32_t L_22 = V_6;
|
|
int32_t L_23 = L_22;
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
NullCheck(L_21);
|
|
Il2CppChar L_24 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_23, /*hidden argument*/NULL);
|
|
int32_t L_25 = Bootstring_DecodeDigit_mD9D0F2EAE2245ADD3622BCE52BAAF7AF745CBB47(__this, L_24, /*hidden argument*/NULL);
|
|
V_10 = L_25;
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = V_10;
|
|
int32_t L_28 = V_8;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)L_28))));
|
|
int32_t L_29 = V_9;
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = __this->get_tmin_2();
|
|
if ((((int32_t)L_29) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_9;
|
|
int32_t L_33 = V_2;
|
|
int32_t L_34 = __this->get_tmax_3();
|
|
if ((((int32_t)L_32) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)))))
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_9;
|
|
int32_t L_36 = V_2;
|
|
G_B17_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
int32_t L_37 = __this->get_tmax_3();
|
|
G_B17_0 = L_37;
|
|
goto IL_00ba;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
int32_t L_38 = __this->get_tmin_2();
|
|
G_B17_0 = L_38;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
V_11 = G_B17_0;
|
|
int32_t L_39 = V_10;
|
|
int32_t L_40 = V_11;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_8;
|
|
int32_t L_42 = __this->get_base_num_1();
|
|
int32_t L_43 = V_11;
|
|
V_8 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_41, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43))));
|
|
int32_t L_44 = V_9;
|
|
int32_t L_45 = __this->get_base_num_1();
|
|
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45));
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
int32_t L_47 = V_7;
|
|
StringBuilder_t * L_48 = V_4;
|
|
NullCheck(L_48);
|
|
int32_t L_49 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_48, /*hidden argument*/NULL);
|
|
int32_t L_50 = V_7;
|
|
int32_t L_51 = Bootstring_Adapt_mF5FCC8358A0EF65CE96231274AA1695DB22DB712(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), (bool)((((int32_t)L_50) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
|
|
V_2 = L_51;
|
|
int32_t L_52 = V_0;
|
|
int32_t L_53 = V_1;
|
|
StringBuilder_t * L_54 = V_4;
|
|
NullCheck(L_54);
|
|
int32_t L_55 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_54, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)((int32_t)((int32_t)L_53/(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1))))));
|
|
int32_t L_56 = V_1;
|
|
StringBuilder_t * L_57 = V_4;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_57, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)((int32_t)L_56%(int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1))));
|
|
int32_t L_59 = V_0;
|
|
if ((((int32_t)L_59) >= ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_60 = ___offset1;
|
|
int32_t L_61 = V_6;
|
|
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)L_61));
|
|
RuntimeObject * L_63 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_62);
|
|
String_t* L_64 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral172386082086186807F5EDA33088CEC8484F98BF, L_63, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_65 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_65, L_64, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, Bootstring_Decode_mF393D2ABEBF1384E983F5551079FE768AB88F76D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
StringBuilder_t * L_66 = V_4;
|
|
int32_t L_67 = V_1;
|
|
int32_t L_68 = V_0;
|
|
NullCheck(L_66);
|
|
StringBuilder_Insert_m5A00CEB69C56B823E3766C84114D8B8ACCFC67A1(L_66, L_67, (((int32_t)((uint16_t)L_68))), /*hidden argument*/NULL);
|
|
int32_t L_69 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
int32_t L_70 = V_6;
|
|
String_t* L_71 = ___s0;
|
|
NullCheck(L_71);
|
|
int32_t L_72 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_71, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_70) < ((int32_t)L_72)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_73 = V_4;
|
|
NullCheck(L_73);
|
|
String_t* L_74 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73);
|
|
return L_74;
|
|
}
|
|
}
|
|
#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.DateTime System.Globalization.Calendar::get_MinSupportedDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Calendar_get_MinSupportedDateTime_m6DC3947310A77AC11A41106183B8885B27D60096 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_get_MinSupportedDateTime_m6DC3947310A77AC11A41106183B8885B27D60096_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.DateTime System.Globalization.Calendar::get_MaxSupportedDateTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Calendar_get_MaxSupportedDateTime_m395769D29E5A25BC61CB4CCB7DC696C671EF1DC0 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_get_MaxSupportedDateTime_m395769D29E5A25BC61CB4CCB7DC696C671EF1DC0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.Calendar::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Calendar__ctor_m42B02CE161563140340DC5485C7E1B3617FC449B (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_currentEraValue_0((-1));
|
|
__this->set_twoDigitYearMax_2((-1));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::get_ID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_get_ID_m25069AB91446D167F193B26B006A63AE1754D10E (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (-1);
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::get_BaseCalendarID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_get_BaseCalendarID_m183E5D208E577BBE58D9108832FD95FB6F2961D9 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Globalization.Calendar::get_ID() */, __this);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::get_IsReadOnly()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_get_IsReadOnly_m2F19E6FF651A9DACEF467F84D939AC00E08B6640 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_isReadOnly_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object System.Globalization.Calendar::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Calendar_Clone_mEF6C60BA859414FD5F0433FF72186E7ABEA1E3A7 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_Clone_mEF6C60BA859414FD5F0433FF72186E7ABEA1E3A7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
|
|
RuntimeObject * L_1 = L_0;
|
|
NullCheck(((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 *)CastclassClass((RuntimeObject*)L_1, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_il2cpp_TypeInfo_var)));
|
|
Calendar_SetReadOnlyState_m257219F0844460D6BBC3A13B3FD021204583FC2B_inline(((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 *)CastclassClass((RuntimeObject*)L_1, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_il2cpp_TypeInfo_var)), (bool)0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Globalization.Calendar System.Globalization.Calendar::ReadOnly(System.Globalization.Calendar)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * Calendar_ReadOnly_mFD12A75FE9B73D7A6B09BDC8C0B15CF3D6D84569 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_ReadOnly_mFD12A75FE9B73D7A6B09BDC8C0B15CF3D6D84569_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = ___calendar0;
|
|
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, _stringLiteralE4FFACBA5591440A14A08EAC7AADE57C603E17C0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Calendar_ReadOnly_mFD12A75FE9B73D7A6B09BDC8C0B15CF3D6D84569_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_2 = ___calendar0;
|
|
NullCheck(L_2);
|
|
bool L_3 = Calendar_get_IsReadOnly_m2F19E6FF651A9DACEF467F84D939AC00E08B6640_inline(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_4 = ___calendar0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_5 = ___calendar0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_6 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(L_5, /*hidden argument*/NULL);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_7 = ((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 *)CastclassClass((RuntimeObject*)L_6, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_il2cpp_TypeInfo_var));
|
|
NullCheck(L_7);
|
|
Calendar_SetReadOnlyState_m257219F0844460D6BBC3A13B3FD021204583FC2B_inline(L_7, (bool)1, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.Calendar::SetReadOnlyState(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Calendar_SetReadOnlyState_m257219F0844460D6BBC3A13B3FD021204583FC2B (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, bool ___readOnly0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___readOnly0;
|
|
__this->set_m_isReadOnly_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::get_CurrentEraValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_get_CurrentEraValue_mB44D88CD4CE662B8F54E8551F1157FCD8FFDB4C7 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_get_CurrentEraValue_mB44D88CD4CE662B8F54E8551F1157FCD8FFDB4C7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->get_m_currentEraValue_0();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Globalization.Calendar::get_BaseCalendarID() */, __this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_2 = CalendarData_GetCalendarData_mDFCD051C21909262E525CC9E75728C83BD0E1904(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->get_iCurrentEra_18();
|
|
__this->set_m_currentEraValue_0(L_3);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_4 = __this->get_m_currentEraValue_0();
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_IsLeapYear_m86781F3FF822D348D336009AB1417B0169768B10 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
bool L_1 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(20 /* System.Boolean System.Globalization.Calendar::IsLeapYear(System.Int32,System.Int32) */, __this, L_0, 0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Calendar_ToDateTime_m423A49819F7055EAD7574DBBF6F514E241F74D2A (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___month1;
|
|
int32_t L_2 = ___day2;
|
|
int32_t L_3 = ___hour3;
|
|
int32_t L_4 = ___minute4;
|
|
int32_t L_5 = ___second5;
|
|
int32_t L_6 = ___millisecond6;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_7 = VirtFuncInvoker8< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(22 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, __this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, 0);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::TryToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_TryToDateTime_m4FEBD3552CF126C05B582B5A67B36E5DA5C6F96C (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, int32_t ___millisecond6, int32_t ___era7, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_TryToDateTime_m4FEBD3552CF126C05B582B5A67B36E5DA5C6F96C_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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___result8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_0 = L_1;
|
|
}
|
|
|
|
IL_000c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_2 = ___result8;
|
|
int32_t L_3 = ___year0;
|
|
int32_t L_4 = ___month1;
|
|
int32_t L_5 = ___day2;
|
|
int32_t L_6 = ___hour3;
|
|
int32_t L_7 = ___minute4;
|
|
int32_t L_8 = ___second5;
|
|
int32_t L_9 = ___millisecond6;
|
|
int32_t L_10 = ___era7;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_11 = VirtFuncInvoker8< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 , int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t >::Invoke(22 /* System.DateTime System.Globalization.Calendar::ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) */, __this, L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10);
|
|
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_2 = L_11;
|
|
V_0 = (bool)1;
|
|
goto IL_002f;
|
|
} // 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_002a;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002a:
|
|
{ // begin catch(System.ArgumentException)
|
|
V_0 = (bool)0;
|
|
goto IL_002f;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::IsValidYear(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_IsValidYear_mA38514E29C503A0A299726C95F31949715A110CA (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, int32_t ___era1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(5 /* System.DateTime System.Globalization.Calendar::get_MinSupportedDateTime() */, __this);
|
|
int32_t L_2 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, __this, L_1);
|
|
if ((((int32_t)L_0) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___year0;
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(6 /* System.DateTime System.Globalization.Calendar::get_MaxSupportedDateTime() */, __this);
|
|
int32_t L_5 = VirtFuncInvoker1< int32_t, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(18 /* System.Int32 System.Globalization.Calendar::GetYear(System.DateTime) */, __this, L_4);
|
|
return (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::IsValidMonth(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_IsValidMonth_m9123084B2E3F2BD8B1FADC1BFA343C978D63D1A4 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, int32_t ___month1, int32_t ___era2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___era2;
|
|
bool L_2 = VirtFuncInvoker2< bool, int32_t, int32_t >::Invoke(24 /* System.Boolean System.Globalization.Calendar::IsValidYear(System.Int32,System.Int32) */, __this, L_0, L_1);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___month1;
|
|
if ((((int32_t)L_3) < ((int32_t)1)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___month1;
|
|
int32_t L_5 = ___year0;
|
|
int32_t L_6 = ___era2;
|
|
int32_t L_7 = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(17 /* System.Int32 System.Globalization.Calendar::GetMonthsInYear(System.Int32,System.Int32) */, __this, L_5, L_6);
|
|
return (bool)((((int32_t)((((int32_t)L_4) > ((int32_t)L_7))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.Calendar::IsValidDay(System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Calendar_IsValidDay_mAFA172C4B8EB7CA776BCBD69B0FB782ABC52A900 (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___era3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
int32_t L_1 = ___month1;
|
|
int32_t L_2 = ___era3;
|
|
bool L_3 = VirtFuncInvoker3< bool, int32_t, int32_t, int32_t >::Invoke(25 /* System.Boolean System.Globalization.Calendar::IsValidMonth(System.Int32,System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___day2;
|
|
if ((((int32_t)L_4) < ((int32_t)1)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___day2;
|
|
int32_t L_6 = ___year0;
|
|
int32_t L_7 = ___month1;
|
|
int32_t L_8 = ___era3;
|
|
int32_t L_9 = VirtFuncInvoker3< int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Int32 System.Globalization.Calendar::GetDaysInMonth(System.Int32,System.Int32,System.Int32) */, __this, L_6, L_7, L_8);
|
|
return (bool)((((int32_t)((((int32_t)L_5) > ((int32_t)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::get_TwoDigitYearMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_get_TwoDigitYearMax_mF7A4A4F23DF96911D4D9A840CCC706997B51EC3D (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_twoDigitYearMax_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::ToFourDigitYear(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_ToFourDigitYear_m4ECF4307F3C84104730F5E998F3BD2CACACD9C1C (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, int32_t ___year0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_ToFourDigitYear_m4ECF4307F3C84104730F5E998F3BD2CACACD9C1C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
int32_t L_0 = ___year0;
|
|
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, _stringLiteral4FF0B1538469338A0073E2CDAAB6A517801B6AB4, L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Calendar_ToFourDigitYear_m4ECF4307F3C84104730F5E998F3BD2CACACD9C1C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = ___year0;
|
|
if ((((int32_t)L_3) >= ((int32_t)((int32_t)100))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Globalization.Calendar::get_TwoDigitYearMax() */, __this);
|
|
int32_t L_5 = ___year0;
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(27 /* System.Int32 System.Globalization.Calendar::get_TwoDigitYearMax() */, __this);
|
|
G_B4_0 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)100)));
|
|
if ((((int32_t)L_5) > ((int32_t)((int32_t)((int32_t)L_6%(int32_t)((int32_t)100))))))
|
|
{
|
|
G_B5_0 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)100)));
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
G_B6_0 = 1;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_7 = ___year0;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)G_B6_1, (int32_t)G_B6_0)), (int32_t)((int32_t)100))), (int32_t)L_7));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_8 = ___year0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.Calendar::GetSystemTwoDigitYearSetting(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Calendar_GetSystemTwoDigitYearSetting_m879BEF952F1099F4977662EC3DFE5D89BF9530BA (int32_t ___CalID0, int32_t ___defaultYearValue1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Calendar_GetSystemTwoDigitYearSetting_m879BEF952F1099F4977662EC3DFE5D89BF9530BA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___CalID0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = CalendarData_nativeGetTwoDigitYearMax_m5ECABEEAB85DF5A27EC509A90929CC193CACA2BB(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___defaultYearValue1;
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Globalization.CalendarData
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___saShortDates_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'saShortDates' of type 'CalendarData'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___saShortDates_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke_back(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled)
|
|
{
|
|
Exception_t* ___saShortDates_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'saShortDates' of type 'CalendarData'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___saShortDates_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CalendarData
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_pinvoke_cleanup(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Globalization.CalendarData
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___saShortDates_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'saShortDates' of type 'CalendarData'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___saShortDates_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com_back(const CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled, CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E& unmarshaled)
|
|
{
|
|
Exception_t* ___saShortDates_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'saShortDates' of type 'CalendarData'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___saShortDates_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CalendarData
|
|
IL2CPP_EXTERN_C void CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshal_com_cleanup(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Globalization.CalendarData::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__ctor_m4D3EEE01B5957453B137E5C01362BFBEF1737CE9 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_iTwoDigitYearMax_17(((int32_t)2029));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CalendarData::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__cctor_mA7D20B236BCD7799734737BAFD108C3B31D068CD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData__cctor_mA7D20B236BCD7799734737BAFD108C3B31D068CD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * V_0 = NULL;
|
|
{
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_0 = (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E *)il2cpp_codegen_object_new(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData__ctor_m4D3EEE01B5957453B137E5C01362BFBEF1737CE9(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->set_sNativeName_1(_stringLiteral67BBF11A3239F8FE8171FEE7FA8B76D4160D696E);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->set_iTwoDigitYearMax_17(((int32_t)2029));
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->set_iCurrentEra_18(1);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_4 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralC350C1F2719CE3CFCEDB3FC3D5E02625859F104B);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralC350C1F2719CE3CFCEDB3FC3D5E02625859F104B);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral7E746D340667E415DE67844CA297722F073C4EB5);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral7E746D340667E415DE67844CA297722F073C4EB5);
|
|
NullCheck(L_4);
|
|
L_4->set_saShortDates_2(L_7);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_8 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral2E5848A2AB485AC0B08CD78605681B2223757EFB);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral2E5848A2AB485AC0B08CD78605681B2223757EFB);
|
|
NullCheck(L_8);
|
|
L_8->set_saLongDates_4(L_10);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_11 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral4E0670944C1116B7F84CD30B38C4E946D59AD573);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral4E0670944C1116B7F84CD30B38C4E946D59AD573);
|
|
NullCheck(L_11);
|
|
L_11->set_saYearMonths_3(L_13);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
L_14->set_sMonthDay_5(_stringLiteralB4ED19F6FF6156C7E179A990BF73D02E8D5DF1FD);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_15 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
NullCheck(L_15);
|
|
L_15->set_saEraNames_6(L_17);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_18 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, _stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
NullCheck(L_18);
|
|
L_18->set_saAbbrevEraNames_7(L_20);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_21 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
NullCheck(L_21);
|
|
L_21->set_saAbbrevEnglishEraNames_8(L_23);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_24 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteralBC5DD045B8623DDFC4BD0BCE98CA5FDA42ACCF88);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralBC5DD045B8623DDFC4BD0BCE98CA5FDA42ACCF88);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = L_26;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, _stringLiteral932EEB1076C85E522F02E15441FA371E3FD000AC);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral932EEB1076C85E522F02E15441FA371E3FD000AC);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, _stringLiteral42E43B612A5DFAE57DDF5929F0FB945AE83CBF61);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral42E43B612A5DFAE57DDF5929F0FB945AE83CBF61);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteral5656B9B79B0316FC611A9C30D2FFAC25228B8371);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral5656B9B79B0316FC611A9C30D2FFAC25228B8371);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral76031DDF92450BA52C1E3945097079807A9065C2);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral76031DDF92450BA52C1E3945097079807A9065C2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, _stringLiteralD166E844A3F3F87149CC4F866EB998E9A751C72A);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralD166E844A3F3F87149CC4F866EB998E9A751C72A);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, _stringLiteral17063C506B81A46C2EB7716AF50CF19D4ED5A6C6);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral17063C506B81A46C2EB7716AF50CF19D4ED5A6C6);
|
|
NullCheck(L_24);
|
|
L_24->set_saDayNames_9(L_32);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_33 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, _stringLiteral48C98CAB7866E606328C99289ED24E339393B5AB);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral48C98CAB7866E606328C99289ED24E339393B5AB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_35;
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, _stringLiteral24B2A0993D0CFA93C44282D6BBA72BCF58B300D6);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral24B2A0993D0CFA93C44282D6BBA72BCF58B300D6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36;
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, _stringLiteral529541BB390C76152E313351D89DE3CD30A1C4BD);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral529541BB390C76152E313351D89DE3CD30A1C4BD);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37;
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, _stringLiteral23408B19B29E8E8495BB4B68733ADA5F85FC2FD6);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral23408B19B29E8E8495BB4B68733ADA5F85FC2FD6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, _stringLiteral3593CCD96F6C0FAD4E362D18AC37226707F2EA46);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral3593CCD96F6C0FAD4E362D18AC37226707F2EA46);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
ArrayElementTypeCheck (L_40, _stringLiteralBBD6E32EE1326237814B697269B4368033D50D2F);
|
|
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralBBD6E32EE1326237814B697269B4368033D50D2F);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, _stringLiteral6B782D41B0C29E2F39F93A8352C43300B042C6CD);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral6B782D41B0C29E2F39F93A8352C43300B042C6CD);
|
|
NullCheck(L_33);
|
|
L_33->set_saAbbrevDayNames_10(L_41);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_42 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = L_43;
|
|
NullCheck(L_44);
|
|
ArrayElementTypeCheck (L_44, _stringLiteral25BFC51C61045CC3FC21C75CFFC9743B85854F25);
|
|
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral25BFC51C61045CC3FC21C75CFFC9743B85854F25);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = L_44;
|
|
NullCheck(L_45);
|
|
ArrayElementTypeCheck (L_45, _stringLiteral91E885D8E5AFB3ADF939AE0B29774A7CDD738CE9);
|
|
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral91E885D8E5AFB3ADF939AE0B29774A7CDD738CE9);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = L_45;
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, _stringLiteralB44892B7F81948B449B1FCEB43F8115BA5FF108B);
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralB44892B7F81948B449B1FCEB43F8115BA5FF108B);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = L_46;
|
|
NullCheck(L_47);
|
|
ArrayElementTypeCheck (L_47, _stringLiteralA24AE9FAF6A4BA419BEE6DC5D1D746ACF826B198);
|
|
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralA24AE9FAF6A4BA419BEE6DC5D1D746ACF826B198);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = L_47;
|
|
NullCheck(L_48);
|
|
ArrayElementTypeCheck (L_48, _stringLiteral6929E765F6BD128088CDF81BA4805D3A84DA4E5E);
|
|
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral6929E765F6BD128088CDF81BA4805D3A84DA4E5E);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = L_48;
|
|
NullCheck(L_49);
|
|
ArrayElementTypeCheck (L_49, _stringLiteralAA77F314FAB0BD632ACFB6279E7FB2C447DD50EB);
|
|
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralAA77F314FAB0BD632ACFB6279E7FB2C447DD50EB);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_50 = L_49;
|
|
NullCheck(L_50);
|
|
ArrayElementTypeCheck (L_50, _stringLiteral50CF95CEE82204C65FD924E1AB51401C2EB0DEA6);
|
|
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral50CF95CEE82204C65FD924E1AB51401C2EB0DEA6);
|
|
NullCheck(L_42);
|
|
L_42->set_saSuperShortDayNames_11(L_50);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_51 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_52 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = L_52;
|
|
NullCheck(L_53);
|
|
ArrayElementTypeCheck (L_53, _stringLiteral7A22D73D336ABD6281D4DD71080220A230CB79DE);
|
|
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral7A22D73D336ABD6281D4DD71080220A230CB79DE);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_54 = L_53;
|
|
NullCheck(L_54);
|
|
ArrayElementTypeCheck (L_54, _stringLiteral5C3A35EF85F22D508F90171BDCB2E6D820731D20);
|
|
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral5C3A35EF85F22D508F90171BDCB2E6D820731D20);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = L_54;
|
|
NullCheck(L_55);
|
|
ArrayElementTypeCheck (L_55, _stringLiteral433632EA5CD64CD163C3A390D5E531D33DA3C5E5);
|
|
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral433632EA5CD64CD163C3A390D5E531D33DA3C5E5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_56 = L_55;
|
|
NullCheck(L_56);
|
|
ArrayElementTypeCheck (L_56, _stringLiteralA0393902DB1F516EF5F95F6830938558A88FB23C);
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralA0393902DB1F516EF5F95F6830938558A88FB23C);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_57 = L_56;
|
|
NullCheck(L_57);
|
|
ArrayElementTypeCheck (L_57, _stringLiteralC94F479833C5D401CFFDFA7AFE6C9C2D56448019);
|
|
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralC94F479833C5D401CFFDFA7AFE6C9C2D56448019);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_58 = L_57;
|
|
NullCheck(L_58);
|
|
ArrayElementTypeCheck (L_58, _stringLiteralA9DB906761699B31567727716EAA6FD19AE5F5D5);
|
|
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralA9DB906761699B31567727716EAA6FD19AE5F5D5);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_59 = L_58;
|
|
NullCheck(L_59);
|
|
ArrayElementTypeCheck (L_59, _stringLiteralDF97A42549E5C0E1753B985126565531CC9F3C56);
|
|
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralDF97A42549E5C0E1753B985126565531CC9F3C56);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = L_59;
|
|
NullCheck(L_60);
|
|
ArrayElementTypeCheck (L_60, _stringLiteral69D97C5797DC7D211AAA4E9229DB5C8466D4EDEF);
|
|
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral69D97C5797DC7D211AAA4E9229DB5C8466D4EDEF);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = L_60;
|
|
NullCheck(L_61);
|
|
ArrayElementTypeCheck (L_61, _stringLiteral1C542E79C9B4257E640CCF72974D61FD590A5C26);
|
|
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteral1C542E79C9B4257E640CCF72974D61FD590A5C26);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_62 = L_61;
|
|
NullCheck(L_62);
|
|
ArrayElementTypeCheck (L_62, _stringLiteral87206AE2363483496C099F8C3AAC5B4A8AE2A66A);
|
|
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral87206AE2363483496C099F8C3AAC5B4A8AE2A66A);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = L_62;
|
|
NullCheck(L_63);
|
|
ArrayElementTypeCheck (L_63, _stringLiteral3C5BF776F5EFCAA22D6E0FD4839DB7D2B83E52BE);
|
|
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral3C5BF776F5EFCAA22D6E0FD4839DB7D2B83E52BE);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_64 = L_63;
|
|
NullCheck(L_64);
|
|
ArrayElementTypeCheck (L_64, _stringLiteral65640C6577C9C72497525E656127B5BD1DEB6F85);
|
|
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral65640C6577C9C72497525E656127B5BD1DEB6F85);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = L_64;
|
|
String_t* L_66 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_65);
|
|
ArrayElementTypeCheck (L_65, L_66);
|
|
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)L_66);
|
|
NullCheck(L_51);
|
|
L_51->set_saMonthNames_12(L_65);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_67 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_68 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = L_68;
|
|
NullCheck(L_69);
|
|
ArrayElementTypeCheck (L_69, _stringLiteralEFED3690EA2243F5F1AC77CBB0987E5335440258);
|
|
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralEFED3690EA2243F5F1AC77CBB0987E5335440258);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_70 = L_69;
|
|
NullCheck(L_70);
|
|
ArrayElementTypeCheck (L_70, _stringLiteralDC8415CCFE52505F1D0A74025C76B3C26C88C59D);
|
|
(L_70)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDC8415CCFE52505F1D0A74025C76B3C26C88C59D);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_71 = L_70;
|
|
NullCheck(L_71);
|
|
ArrayElementTypeCheck (L_71, _stringLiteralC4BA0822462E0C373AADD5360A69F205C2A7D036);
|
|
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralC4BA0822462E0C373AADD5360A69F205C2A7D036);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_72 = L_71;
|
|
NullCheck(L_72);
|
|
ArrayElementTypeCheck (L_72, _stringLiteralBEFDE54A108CB9DC6AD6E0EBD28720531A6855E6);
|
|
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralBEFDE54A108CB9DC6AD6E0EBD28720531A6855E6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_73 = L_72;
|
|
NullCheck(L_73);
|
|
ArrayElementTypeCheck (L_73, _stringLiteralC94F479833C5D401CFFDFA7AFE6C9C2D56448019);
|
|
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralC94F479833C5D401CFFDFA7AFE6C9C2D56448019);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_74 = L_73;
|
|
NullCheck(L_74);
|
|
ArrayElementTypeCheck (L_74, _stringLiteral6D90DF3BE4D0D43B08E3FB47F55E09B5B06DAE3E);
|
|
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral6D90DF3BE4D0D43B08E3FB47F55E09B5B06DAE3E);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_75 = L_74;
|
|
NullCheck(L_75);
|
|
ArrayElementTypeCheck (L_75, _stringLiteralB737558468D75CA55B2D9185C0B55EACAEA627A0);
|
|
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralB737558468D75CA55B2D9185C0B55EACAEA627A0);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_76 = L_75;
|
|
NullCheck(L_76);
|
|
ArrayElementTypeCheck (L_76, _stringLiteral75629AF51D7C7F120DBB5B462013BFA48AF33285);
|
|
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral75629AF51D7C7F120DBB5B462013BFA48AF33285);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_77 = L_76;
|
|
NullCheck(L_77);
|
|
ArrayElementTypeCheck (L_77, _stringLiteralFDD289E370BD5CC575F48A16947D05C144EC474B);
|
|
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralFDD289E370BD5CC575F48A16947D05C144EC474B);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_78 = L_77;
|
|
NullCheck(L_78);
|
|
ArrayElementTypeCheck (L_78, _stringLiteral51327AEF9866E85EF5B5B2294A28494D2715AE59);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral51327AEF9866E85EF5B5B2294A28494D2715AE59);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_79 = L_78;
|
|
NullCheck(L_79);
|
|
ArrayElementTypeCheck (L_79, _stringLiteralBB9BFEFD5391F52BE54267E2A938A126661B0FF7);
|
|
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteralBB9BFEFD5391F52BE54267E2A938A126661B0FF7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_80 = L_79;
|
|
NullCheck(L_80);
|
|
ArrayElementTypeCheck (L_80, _stringLiteral997F59BC99B2A57280179C3CE09BA8AB57CBDF44);
|
|
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral997F59BC99B2A57280179C3CE09BA8AB57CBDF44);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_81 = L_80;
|
|
String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_81);
|
|
ArrayElementTypeCheck (L_81, L_82);
|
|
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)L_82);
|
|
NullCheck(L_67);
|
|
L_67->set_saAbbrevMonthNames_13(L_81);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_83 = V_0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_84 = V_0;
|
|
NullCheck(L_84);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_85 = L_84->get_saMonthNames_12();
|
|
NullCheck(L_83);
|
|
L_83->set_saMonthGenitiveNames_14(L_85);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_86 = V_0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_87 = V_0;
|
|
NullCheck(L_87);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_88 = L_87->get_saAbbrevMonthNames_13();
|
|
NullCheck(L_86);
|
|
L_86->set_saAbbrevMonthGenitiveNames_15(L_88);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_89 = V_0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_90 = V_0;
|
|
NullCheck(L_90);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_91 = L_90->get_saMonthNames_12();
|
|
NullCheck(L_89);
|
|
L_89->set_saLeapYearMonthNames_16(L_91);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_92 = V_0;
|
|
NullCheck(L_92);
|
|
L_92->set_bUseUserOverrides_19((bool)0);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_93 = V_0;
|
|
((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->set_Invariant_20(L_93);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CalendarData::.ctor(System.String,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData__ctor_m1E7179936DAFF53B6F9E65DDF48E3494C71FE79B (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, bool ___bUseUserOverrides2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData__ctor_m1E7179936DAFF53B6F9E65DDF48E3494C71FE79B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_iTwoDigitYearMax_17(((int32_t)2029));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
bool L_0 = ___bUseUserOverrides2;
|
|
__this->set_bUseUserOverrides_19(L_0);
|
|
String_t* L_1 = ___localeName0;
|
|
int32_t L_2 = ___calendarId1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
bool L_3 = CalendarData_nativeGetCalendarData_mEE692F005182F8E6043F10AF19937603C7CD4C26(__this, L_1, L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->get_sNativeName_1();
|
|
if (L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_sNativeName_1(L_5);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = __this->get_saShortDates_2();
|
|
if (L_6)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_7 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_7);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7->get_saShortDates_2();
|
|
__this->set_saShortDates_2(L_8);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_saYearMonths_3();
|
|
if (L_9)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_10 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_10);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10->get_saYearMonths_3();
|
|
__this->set_saYearMonths_3(L_11);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = __this->get_saLongDates_4();
|
|
if (L_12)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_13 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_13);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13->get_saLongDates_4();
|
|
__this->set_saLongDates_4(L_14);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
String_t* L_15 = __this->get_sMonthDay_5();
|
|
if (L_15)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_16 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_16);
|
|
String_t* L_17 = L_16->get_sMonthDay_5();
|
|
__this->set_sMonthDay_5(L_17);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = __this->get_saEraNames_6();
|
|
if (L_18)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_19 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_19);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19->get_saEraNames_6();
|
|
__this->set_saEraNames_6(L_20);
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = __this->get_saAbbrevEraNames_7();
|
|
if (L_21)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_22 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_22);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22->get_saAbbrevEraNames_7();
|
|
__this->set_saAbbrevEraNames_7(L_23);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = __this->get_saAbbrevEnglishEraNames_8();
|
|
if (L_24)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_25 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_25);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25->get_saAbbrevEnglishEraNames_8();
|
|
__this->set_saAbbrevEnglishEraNames_8(L_26);
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = __this->get_saDayNames_9();
|
|
if (L_27)
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_28 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_28);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_28->get_saDayNames_9();
|
|
__this->set_saDayNames_9(L_29);
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = __this->get_saAbbrevDayNames_10();
|
|
if (L_30)
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_31 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_31);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = L_31->get_saAbbrevDayNames_10();
|
|
__this->set_saAbbrevDayNames_10(L_32);
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = __this->get_saSuperShortDayNames_11();
|
|
if (L_33)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_34 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_34);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = L_34->get_saSuperShortDayNames_11();
|
|
__this->set_saSuperShortDayNames_11(L_35);
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = __this->get_saMonthNames_12();
|
|
if (L_36)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_37 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_37);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37->get_saMonthNames_12();
|
|
__this->set_saMonthNames_12(L_38);
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = __this->get_saAbbrevMonthNames_13();
|
|
if (L_39)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_40 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_40);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40->get_saAbbrevMonthNames_13();
|
|
__this->set_saAbbrevMonthNames_13(L_41);
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = __this->get_saShortDates_2();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = CultureData_ReescapeWin32Strings_mD2273680DA4E34259B37E3C499E41CB72FBE9DCF(L_42, /*hidden argument*/NULL);
|
|
__this->set_saShortDates_2(L_43);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = __this->get_saLongDates_4();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = CultureData_ReescapeWin32Strings_mD2273680DA4E34259B37E3C499E41CB72FBE9DCF(L_44, /*hidden argument*/NULL);
|
|
__this->set_saLongDates_4(L_45);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = __this->get_saYearMonths_3();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = CultureData_ReescapeWin32Strings_mD2273680DA4E34259B37E3C499E41CB72FBE9DCF(L_46, /*hidden argument*/NULL);
|
|
__this->set_saYearMonths_3(L_47);
|
|
String_t* L_48 = __this->get_sMonthDay_5();
|
|
String_t* L_49 = CultureData_ReescapeWin32String_mB6D37FC2C76F8AD4A1ECD365C36F129309FF7ED0(L_48, /*hidden argument*/NULL);
|
|
__this->set_sMonthDay_5(L_49);
|
|
int32_t L_50 = ___calendarId1;
|
|
if ((!(((uint32_t)(((int32_t)((uint16_t)L_50)))) == ((uint32_t)4))))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
bool L_51 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_IsTaiwanSku_37();
|
|
if (!L_51)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
__this->set_sNativeName_1(_stringLiteralDAE50AB6C9EE2D4025C53458EFFED3E935ECDF57);
|
|
goto IL_01c0;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_sNativeName_1(L_52);
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = __this->get_saMonthGenitiveNames_14();
|
|
if (!L_53)
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_54 = __this->get_saMonthGenitiveNames_14();
|
|
NullCheck(L_54);
|
|
int32_t L_55 = 0;
|
|
String_t* L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
|
|
bool L_57 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_56, /*hidden argument*/NULL);
|
|
if (!L_57)
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_58 = __this->get_saMonthNames_12();
|
|
__this->set_saMonthGenitiveNames_14(L_58);
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_59 = __this->get_saAbbrevMonthGenitiveNames_15();
|
|
if (!L_59)
|
|
{
|
|
goto IL_01fa;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_60 = __this->get_saAbbrevMonthGenitiveNames_15();
|
|
NullCheck(L_60);
|
|
int32_t L_61 = 0;
|
|
String_t* L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
|
|
bool L_63 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_62, /*hidden argument*/NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
|
|
IL_01fa:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_64 = __this->get_saAbbrevMonthNames_13();
|
|
__this->set_saAbbrevMonthGenitiveNames_15(L_64);
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = __this->get_saLeapYearMonthNames_16();
|
|
if (!L_65)
|
|
{
|
|
goto IL_021d;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_66 = __this->get_saLeapYearMonthNames_16();
|
|
NullCheck(L_66);
|
|
int32_t L_67 = 0;
|
|
String_t* L_68 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
|
|
bool L_69 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_68, /*hidden argument*/NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
|
|
IL_021d:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_70 = __this->get_saMonthNames_12();
|
|
__this->set_saLeapYearMonthNames_16(L_70);
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
String_t* L_71 = ___localeName0;
|
|
int32_t L_72 = ___calendarId1;
|
|
CalendarData_InitializeEraNames_m46E606CC6E045A80DDFAD7CF084AE8821AA7F4D7(__this, L_71, L_72, /*hidden argument*/NULL);
|
|
String_t* L_73 = ___localeName0;
|
|
int32_t L_74 = ___calendarId1;
|
|
CalendarData_InitializeAbbreviatedEraNames_m800E5461A6FA3B0BDA0921C5DCA722C15DBE428B(__this, L_73, L_74, /*hidden argument*/NULL);
|
|
int32_t L_75 = ___calendarId1;
|
|
if ((!(((uint32_t)L_75) == ((uint32_t)3))))
|
|
{
|
|
goto IL_024a;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_76 = JapaneseCalendar_EnglishEraNames_m1D64240112FDE6C93450D1D136DD0B33FAFC78E1(/*hidden argument*/NULL);
|
|
__this->set_saAbbrevEnglishEraNames_8(L_76);
|
|
goto IL_025e;
|
|
}
|
|
|
|
IL_024a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_77 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_78 = L_77;
|
|
NullCheck(L_78);
|
|
ArrayElementTypeCheck (L_78, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
__this->set_saAbbrevEnglishEraNames_8(L_78);
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_79 = __this->get_saEraNames_6();
|
|
NullCheck(L_79);
|
|
__this->set_iCurrentEra_18((((int32_t)((int32_t)(((RuntimeArray*)L_79)->max_length)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CalendarData::InitializeEraNames(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData_InitializeEraNames_m46E606CC6E045A80DDFAD7CF084AE8821AA7F4D7 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData_InitializeEraNames_m46E606CC6E045A80DDFAD7CF084AE8821AA7F4D7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___calendarId1;
|
|
V_0 = (((int32_t)((uint16_t)L_0)));
|
|
uint16_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_018a;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = __this->get_saEraNames_6();
|
|
if (!L_2)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = __this->get_saEraNames_6();
|
|
NullCheck(L_3);
|
|
if (!(((RuntimeArray*)L_3)->max_length))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = __this->get_saEraNames_6();
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
bool L_7 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_6, /*hidden argument*/NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
__this->set_saEraNames_6(L_9);
|
|
return;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6BCCC101797076DA3F2A8139516C93E3DA1E5603);
|
|
__this->set_saEraNames_6(L_11);
|
|
return;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteralD6F333EBFA54232DEAF561F48A1FE48509FEAE3C);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralD6F333EBFA54232DEAF561F48A1FE48509FEAE3C);
|
|
__this->set_saEraNames_6(L_13);
|
|
return;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
String_t* L_14 = ___localeName0;
|
|
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteralB37C40A058E1BE76E181791B84BF21D6FEBAF035, /*hidden argument*/NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral26FFC6C86CF4C6D53910F7890B1D0641867464F9);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral26FFC6C86CF4C6D53910F7890B1D0641867464F9);
|
|
__this->set_saEraNames_6(L_17);
|
|
return;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteral15C3735B75EA81656658DC498FA5D2B99E4B7578);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral15C3735B75EA81656658DC498FA5D2B99E4B7578);
|
|
__this->set_saEraNames_6(L_19);
|
|
return;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteralD8FE6F076D7909FF7107330CBD7235F21AF02801);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralD8FE6F076D7909FF7107330CBD7235F21AF02801);
|
|
__this->set_saEraNames_6(L_21);
|
|
return;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteralE0B41462A3EF7CD8B8DB500826656759E25CC94E);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralE0B41462A3EF7CD8B8DB500826656759E25CC94E);
|
|
__this->set_saEraNames_6(L_23);
|
|
return;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
bool L_24 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_IsTaiwanSku_37();
|
|
if (!L_24)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteral3D96CABB84A7EDD6E501F562119B3A2D8672333B);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral3D96CABB84A7EDD6E501F562119B3A2D8672333B);
|
|
__this->set_saEraNames_6(L_26);
|
|
return;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
|
|
String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_29);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_29);
|
|
__this->set_saEraNames_6(L_28);
|
|
return;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, _stringLiteralD42942B365A72FB3F39CD23DAF621580F498763E);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralD42942B365A72FB3F39CD23DAF621580F498763E);
|
|
__this->set_saEraNames_6(L_31);
|
|
return;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, _stringLiteral1D3E9162814365CA1190011A3093E38C1EF85CA0);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral1D3E9162814365CA1190011A3093E38C1EF85CA0);
|
|
__this->set_saEraNames_6(L_33);
|
|
return;
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = JapaneseCalendar_EraNames_mF5A93DD93CB95257E3245D333B117FD089EC88D9(/*hidden argument*/NULL);
|
|
__this->set_saEraNames_6(L_34);
|
|
return;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = __this->get_saEraNames_6();
|
|
if (!L_35)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = __this->get_saEraNames_6();
|
|
NullCheck(L_36);
|
|
if (!(((RuntimeArray*)L_36)->max_length))
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = __this->get_saEraNames_6();
|
|
NullCheck(L_37);
|
|
int32_t L_38 = 0;
|
|
String_t* L_39 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
bool L_40 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_39, /*hidden argument*/NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = L_41;
|
|
NullCheck(L_42);
|
|
ArrayElementTypeCheck (L_42, _stringLiteralA422FAD59698B540506986BD496D03E151AFC0A8);
|
|
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralA422FAD59698B540506986BD496D03E151AFC0A8);
|
|
__this->set_saEraNames_6(L_42);
|
|
return;
|
|
}
|
|
|
|
IL_01cb:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_43 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_43);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = L_43->get_saEraNames_6();
|
|
__this->set_saEraNames_6(L_44);
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CalendarData::InitializeAbbreviatedEraNames(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CalendarData_InitializeAbbreviatedEraNames_m800E5461A6FA3B0BDA0921C5DCA722C15DBE428B (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___calendarId1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData_InitializeAbbreviatedEraNames_m800E5461A6FA3B0BDA0921C5DCA722C15DBE428B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___calendarId1;
|
|
V_0 = (((int32_t)((uint16_t)L_0)));
|
|
uint16_t L_1 = V_0;
|
|
if ((!(((uint32_t)L_1) <= ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
uint16_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)22))))
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
uint16_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = __this->get_saAbbrevEraNames_7();
|
|
if (!L_7)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = __this->get_saAbbrevEraNames_7();
|
|
NullCheck(L_8);
|
|
if (!(((RuntimeArray*)L_8)->max_length))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = __this->get_saAbbrevEraNames_7();
|
|
NullCheck(L_9);
|
|
int32_t L_10 = 0;
|
|
String_t* L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
bool L_12 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
__this->set_saAbbrevEraNames_7(L_14);
|
|
return;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral6D95C1847219C633950F8F1CECA9761315ABFC19);
|
|
__this->set_saAbbrevEraNames_7(L_16);
|
|
return;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(JapaneseCalendar_tF2E975159C0ADA226D222CE92A068FB01A800E92_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = JapaneseCalendar_AbbrevEraNames_m8F768E0E6C938DBB7657E0EE388A6EA4CCC4AD66(/*hidden argument*/NULL);
|
|
__this->set_saAbbrevEraNames_7(L_17);
|
|
return;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
String_t* L_18 = ___localeName0;
|
|
bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteralB37C40A058E1BE76E181791B84BF21D6FEBAF035, /*hidden argument*/NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteralC0DC0AC3D1A9DF8FE9622B770DE1EA844F9F5CD2);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralC0DC0AC3D1A9DF8FE9622B770DE1EA844F9F5CD2);
|
|
__this->set_saAbbrevEraNames_7(L_21);
|
|
return;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteral41961E065ED2F6443B0078BD9AADFA75F0CEB0E6);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral41961E065ED2F6443B0078BD9AADFA75F0CEB0E6);
|
|
__this->set_saAbbrevEraNames_7(L_23);
|
|
return;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->set_saAbbrevEraNames_7(L_24);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = __this->get_saEraNames_6();
|
|
NullCheck(L_25);
|
|
int32_t L_26 = 0;
|
|
String_t* L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_28) == ((uint32_t)4))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = __this->get_saAbbrevEraNames_7();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = __this->get_saEraNames_6();
|
|
NullCheck(L_30);
|
|
int32_t L_31 = 0;
|
|
String_t* L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
|
|
NullCheck(L_32);
|
|
String_t* L_33 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_32, 2, 2, /*hidden argument*/NULL);
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, L_33);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_33);
|
|
return;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = __this->get_saAbbrevEraNames_7();
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = __this->get_saEraNames_6();
|
|
NullCheck(L_35);
|
|
int32_t L_36 = 0;
|
|
String_t* L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, L_37);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_37);
|
|
return;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = __this->get_saAbbrevEraNames_7();
|
|
if (!L_38)
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = __this->get_saAbbrevEraNames_7();
|
|
NullCheck(L_39);
|
|
if (!(((RuntimeArray*)L_39)->max_length))
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = __this->get_saAbbrevEraNames_7();
|
|
NullCheck(L_40);
|
|
int32_t L_41 = 0;
|
|
String_t* L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
bool L_43 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_42, /*hidden argument*/NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = __this->get_saEraNames_6();
|
|
__this->set_saAbbrevEraNames_7(L_44);
|
|
return;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = __this->get_saEraNames_6();
|
|
__this->set_saAbbrevEraNames_7(L_45);
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.CalendarData System.Globalization.CalendarData::GetCalendarData(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * CalendarData_GetCalendarData_mDFCD051C21909262E525CC9E75728C83BD0E1904 (int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData_GetCalendarData_mDFCD051C21909262E525CC9E75728C83BD0E1904_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
String_t* L_1 = CalendarData_CalendarIdToCultureName_mA95C989E84F938AF02F385133E96A3BE054C129B(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_3 = L_2->get_m_cultureData_28();
|
|
int32_t L_4 = ___calendarId0;
|
|
NullCheck(L_3);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_5 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CalendarData::CalendarIdToCultureName(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CalendarData_CalendarIdToCultureName_mA95C989E84F938AF02F385133E96A3BE054C129B (int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CalendarData_CalendarIdToCultureName_mA95C989E84F938AF02F385133E96A3BE054C129B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
return _stringLiteral1F4876FD676D03AC09FB1856159B448B0D2A55AE;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return _stringLiteralC525149EB1C2E0B57FE563AD7B4D9E45A646784F;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
return _stringLiteralFB157325FE225946421F77EC1F8BF9F7F98E81B9;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
return _stringLiteral1EBE2C76316035130524FC185DA3EF43943BABBC;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
return _stringLiteralE758F73AF56E73D52D2255C99EF438305E8533BB;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return _stringLiteralC700DC1C6745C39929C4B490A50F1EF4B6DE67F1;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
return _stringLiteral5E5C4B3CD84D07CDDD5F796A0ED208357AE2B291;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
return _stringLiteral157562C9A22C3136F032CA6820849E34DFEE3370;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
return _stringLiteralB07EE427B13FDA8C265DAACE035CBEF440CB3F7B;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
return _stringLiteral5A7BD4149D0D34D3EC86181CDAB1CB8DD3F441D7;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CalendarData::nativeGetTwoDigitYearMax(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CalendarData_nativeGetTwoDigitYearMax_m5ECABEEAB85DF5A27EC509A90929CC193CACA2BB (int32_t ___calID0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (-1);
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CalendarData::nativeGetCalendarData(System.Globalization.CalendarData,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CalendarData_nativeGetCalendarData_mEE692F005182F8E6043F10AF19937603C7CD4C26 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * ___data0, String_t* ___localeName1, int32_t ___calendarId2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_0 = ___data0;
|
|
String_t* L_1 = ___localeName1;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_1, /*hidden argument*/NULL);
|
|
int32_t L_3 = ___calendarId2;
|
|
NullCheck(L_0);
|
|
bool L_4 = CalendarData_fill_calendar_data_mF4AB4B24E8FB38D2257AED30A15B690F4B9C49E6(L_0, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CalendarData::fill_calendar_data(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CalendarData_fill_calendar_data_mF4AB4B24E8FB38D2257AED30A15B690F4B9C49E6 (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * __this, String_t* ___localeName0, int32_t ___datetimeIndex1, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*CalendarData_fill_calendar_data_mF4AB4B24E8FB38D2257AED30A15B690F4B9C49E6_ftn) (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E *, String_t*, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((CalendarData_fill_calendar_data_mF4AB4B24E8FB38D2257AED30A15B690F4B9C49E6_ftn)mscorlib::System::Globalization::CalendarData::fill_calendar_data) (__this, ___localeName0, ___datetimeIndex1);
|
|
}
|
|
#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.Int32 System.Globalization.CharUnicodeInfo::InternalConvertToUtf32(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalConvertToUtf32_m78237099749C0BFC0E5345D2B18F39561E66CE57 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_InternalConvertToUtf32_m78237099749C0BFC0E5345D2B18F39561E66CE57_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), _stringLiteral63421775BF8EBC09027CFFC40F85F93CF0EC57EA, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___index1;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___index1;
|
|
String_t* L_3 = ___s0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0);
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)G_B3_0, _stringLiteralDDECD1B789B8A6D1B22C1C2B6E877A82A395F718, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___index1;
|
|
String_t* L_6 = ___s0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___s0;
|
|
int32_t L_9 = ___index1;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)55296)));
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) < ((int32_t)0)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) > ((int32_t)((int32_t)1023))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___s0;
|
|
int32_t L_14 = ___index1;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)((int32_t)56320)));
|
|
int32_t L_16 = V_1;
|
|
if ((((int32_t)L_16) < ((int32_t)0)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)L_17) > ((int32_t)((int32_t)1023))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = V_1;
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)((int32_t)1024))), (int32_t)L_19)), (int32_t)((int32_t)65536)));
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
String_t* L_20 = ___s0;
|
|
int32_t L_21 = ___index1;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CharUnicodeInfo::IsWhiteSpace(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharUnicodeInfo_IsWhiteSpace_m25E8778340A684D0C0E0E66BAF48B5668468C55B (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_IsWhiteSpace_m25E8778340A684D0C0E0E66BAF48B5668468C55B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), _stringLiteral94732D2716FA92291229FBBA017D7D99A0684F3F, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___index1;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___index1;
|
|
String_t* L_3 = ___s0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0);
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)G_B3_0, _stringLiteral36B30A763613205793C862E9B321707799F3267D, /*hidden argument*/NULL);
|
|
String_t* L_5 = ___s0;
|
|
int32_t L_6 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
int32_t L_7 = CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224(L_5, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
int32_t L_8 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)11)))) <= ((uint32_t)2))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CharUnicodeInfo::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CharUnicodeInfo_IsWhiteSpace_m746D142522BF05468B06174B025F9049EAE2A780 (Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_IsWhiteSpace_m746D142522BF05468B06174B025F9049EAE2A780_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
Il2CppChar L_0 = ___c0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = CharUnicodeInfo_GetUnicodeCategory_mC5602CC632FDD7E8690D8DEF9A5F76A49A6F4C4C(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)11)))) <= ((uint32_t)2))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::GetUnicodeCategory(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_GetUnicodeCategory_mC5602CC632FDD7E8690D8DEF9A5F76A49A6F4C4C (Il2CppChar ___ch0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_GetUnicodeCategory_mC5602CC632FDD7E8690D8DEF9A5F76A49A6F4C4C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Il2CppChar L_0 = ___ch0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::GetUnicodeCategory(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___index1;
|
|
String_t* L_3 = ___s0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_2) >= ((uint32_t)L_4))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, CharUnicodeInfo_GetUnicodeCategory_m0A7D6F95B25E74A83D25C440EB089151076DF224_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_6 = ___s0;
|
|
int32_t L_7 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
int32_t L_8 = CharUnicodeInfo_InternalGetUnicodeCategory_m94698AE2E38DC942BEABD312ACC55FD82EF98E68(L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::InternalGetUnicodeCategory(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9 (int32_t ___ch0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___ch0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
uint8_t L_1 = CharUnicodeInfo_InternalGetCategoryValue_m70C922D12420DD22399D84B5CA900F80FD0F30FE(L_0, 0, /*hidden argument*/NULL);
|
|
return (int32_t)(L_1);
|
|
}
|
|
}
|
|
// System.Byte System.Globalization.CharUnicodeInfo::InternalGetCategoryValue(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t CharUnicodeInfo_InternalGetCategoryValue_m70C922D12420DD22399D84B5CA900F80FD0F30FE (int32_t ___ch0, int32_t ___offset1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_InternalGetCategoryValue_m70C922D12420DD22399D84B5CA900F80FD0F30FE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
uint16_t* V_1 = NULL;
|
|
uint8_t* V_2 = NULL;
|
|
uint8_t V_3 = 0x0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___ch0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___ch0;
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)1114111)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)G_B3_0, _stringLiteral3B45D1AAB32F551A0B6E0607F82512D790385944, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_2 = ((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->get_s_pCategoryLevel1Index_0();
|
|
int32_t L_3 = ___ch0;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = ((int32_t)((int32_t)L_3>>(int32_t)8));
|
|
uint16_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = L_5;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = ((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->get_s_pCategoryLevel1Index_0();
|
|
uint16_t L_7 = V_0;
|
|
int32_t L_8 = ___ch0;
|
|
NullCheck(L_6);
|
|
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8>>(int32_t)4))&(int32_t)((int32_t)15)))));
|
|
uint16_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
V_0 = L_10;
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_11 = ((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->get_s_pCategoryLevel1Index_0();
|
|
uint16_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
V_1 = (uint16_t*)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)));
|
|
uint16_t* L_13 = V_1;
|
|
V_2 = (uint8_t*)(((uintptr_t)L_13));
|
|
uint8_t* L_14 = V_2;
|
|
int32_t L_15 = ___ch0;
|
|
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)15))))));
|
|
V_3 = (uint8_t)L_16;
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->get_s_pCategoriesValue_1();
|
|
uint8_t L_18 = V_3;
|
|
int32_t L_19 = ___offset1;
|
|
NullCheck(L_17);
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)), (int32_t)L_19));
|
|
uint8_t L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Globalization.UnicodeCategory System.Globalization.CharUnicodeInfo::InternalGetUnicodeCategory(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharUnicodeInfo_InternalGetUnicodeCategory_m94698AE2E38DC942BEABD312ACC55FD82EF98E68 (String_t* ___value0, int32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo_InternalGetUnicodeCategory_m94698AE2E38DC942BEABD312ACC55FD82EF98E68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), _stringLiteral432F40DA13A412CABAD63F5524F00CC2C8992AC3, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___index1;
|
|
String_t* L_2 = ___value0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D((bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), _stringLiteral9483BDD3D2B438AB667226C5A0CD8CC30D9BAFB2, /*hidden argument*/NULL);
|
|
String_t* L_4 = ___value0;
|
|
int32_t L_5 = ___index1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var);
|
|
int32_t L_6 = CharUnicodeInfo_InternalConvertToUtf32_m78237099749C0BFC0E5345D2B18F39561E66CE57(L_4, L_5, /*hidden argument*/NULL);
|
|
int32_t L_7 = CharUnicodeInfo_InternalGetUnicodeCategory_m2F385E842FECF592E5F45027976E6126084657B9(L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CharUnicodeInfo::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharUnicodeInfo__cctor_m8259FDC09EDFACA28B7AADC1D444DF5FDA14376D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CharUnicodeInfo__cctor_m8259FDC09EDFACA28B7AADC1D444DF5FDA14376D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10626));
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_1 = L_0;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____811A927B7DADD378BE60BBDE794B9277AA9B50EC_67_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
|
|
((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->set_s_pCategoryLevel1Index_0(L_1);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)162));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____B8864ACB9DD69E3D42151513C840AAE270BF21C8_105_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
|
|
((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->set_s_pCategoriesValue_1(L_4);
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)5807));
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_7 = L_6;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____F073AA332018FDA0D572E99448FFF1D6422BD520_138_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL);
|
|
((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->set_s_pNumericLevel1Index_2(L_7);
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1080));
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_41_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL);
|
|
((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->set_s_pNumericValues_3(L_10);
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_12 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)160));
|
|
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_13 = L_12;
|
|
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_14 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_28_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL);
|
|
((CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_StaticFields*)il2cpp_codegen_static_fields_for(CharUnicodeInfo_t753A11F0CF6C79D3C262266DAA5FD2A8FD40085F_il2cpp_TypeInfo_var))->set_s_pDigitValues_4(L_13);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Globalization.CharUnicodeInfo_Debug::Assert(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m634F0CA58C10F7A86622FAD0D756879FA301A80D (bool ___condition0, String_t* ___message1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Globalization.CodePageDataItem::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodePageDataItem__ctor_m2A8D39A60B9EA6B5FEC726EA38D6BCBEB47ED051 (CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * __this, int32_t ___dataIndex0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CodePageDataItem__ctor_m2A8D39A60B9EA6B5FEC726EA38D6BCBEB47ED051_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___dataIndex0;
|
|
__this->set_m_dataIndex_0(L_0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
|
|
InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* L_1 = ((EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields*)il2cpp_codegen_static_fields_for(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var))->get_codePageDataPtr_1();
|
|
int32_t L_2 = ___dataIndex0;
|
|
NullCheck(L_1);
|
|
uint16_t L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_uiFamilyCodePage_1();
|
|
__this->set_m_uiFamilyCodePage_1(L_3);
|
|
InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* L_4 = ((EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields*)il2cpp_codegen_static_fields_for(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var))->get_codePageDataPtr_1();
|
|
int32_t L_5 = ___dataIndex0;
|
|
NullCheck(L_4);
|
|
uint32_t L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_flags_2();
|
|
__this->set_m_flags_5(L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CodePageDataItem::CreateString(System.String,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1 (String_t* ___pStrings0, uint32_t ___index1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___pStrings0;
|
|
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)124)))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___pStrings0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ((CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields*)il2cpp_codegen_static_fields_for(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var))->get_sep_6();
|
|
NullCheck(L_2);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A(L_2, L_3, 1, /*hidden argument*/NULL);
|
|
uint32_t L_5 = ___index1;
|
|
NullCheck(L_4);
|
|
uint32_t L_6 = L_5;
|
|
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
return L_7;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_8 = ___pStrings0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CodePageDataItem::get_WebName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodePageDataItem_get_WebName_mB509120CBD0AB217D8F390CBD54697B6657D3DB0 (CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CodePageDataItem_get_WebName_mB509120CBD0AB217D8F390CBD54697B6657D3DB0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->get_m_webName_2();
|
|
if (L_0)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
|
|
InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* L_1 = ((EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields*)il2cpp_codegen_static_fields_for(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var))->get_codePageDataPtr_1();
|
|
int32_t L_2 = __this->get_m_dataIndex_0();
|
|
NullCheck(L_1);
|
|
String_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_Names_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1(L_3, 0, /*hidden argument*/NULL);
|
|
__this->set_m_webName_2(L_4);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_5 = __this->get_m_webName_2();
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CodePageDataItem::get_HeaderName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CodePageDataItem_get_HeaderName_m824FBBF5E01F47605BC8C84D6CDF21C945640C6B (CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CodePageDataItem_get_HeaderName_m824FBBF5E01F47605BC8C84D6CDF21C945640C6B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->get_m_headerName_3();
|
|
if (L_0)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var);
|
|
InternalCodePageDataItemU5BU5D_t94CE8C20C6D99D9F2F13E2E7FA2C44007AE27834* L_1 = ((EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_StaticFields*)il2cpp_codegen_static_fields_for(EncodingTable_t22A8552898CDE776E92D442768930CF463B8032D_il2cpp_TypeInfo_var))->get_codePageDataPtr_1();
|
|
int32_t L_2 = __this->get_m_dataIndex_0();
|
|
NullCheck(L_1);
|
|
String_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_Names_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var);
|
|
String_t* L_4 = CodePageDataItem_CreateString_mD0BF9DD058DEE819DA824DA84E9376097EDA31F1(L_3, 1, /*hidden argument*/NULL);
|
|
__this->set_m_headerName_3(L_4);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_5 = __this->get_m_headerName_3();
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CodePageDataItem::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CodePageDataItem__cctor_m9E0B15DA37105ED491D75EACDD1BD75F5F476650 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CodePageDataItem__cctor_m9E0B15DA37105ED491D75EACDD1BD75F5F476650_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)124));
|
|
((CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_StaticFields*)il2cpp_codegen_static_fields_for(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB_il2cpp_TypeInfo_var))->set_sep_6(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Globalization.CompareInfo::.ctor(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo__ctor_m40F691A2A633813B265160FDD1976A1F0AF3311D (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = L_0->get_m_name_13();
|
|
__this->set_m_name_3(L_1);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = CultureInfo_get_SortName_m781E78F10C18827A614272C7AB621683BFA968A5_inline(L_2, /*hidden argument*/NULL);
|
|
__this->set_m_sortName_4(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.CompareInfo System.Globalization.CompareInfo::GetCompareInfo(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * CompareInfo_GetCompareInfo_mC5A4E1B529C9E7B3CD7A5892F8FBA6DE2D080D1F (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_GetCompareInfo_mC5A4E1B529C9E7B3CD7A5892F8FBA6DE2D080D1F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompareInfo_GetCompareInfo_mC5A4E1B529C9E7B3CD7A5892F8FBA6DE2D080D1F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___name0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_2, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::OnDeserializing(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_OnDeserializing_mBD5AA489F136E178A560015523D8002943E247A0 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_name_3((String_t*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::OnDeserialized()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get_m_name_3();
|
|
if (L_0)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_culture_6();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->get_m_name_13();
|
|
__this->set_m_name_3(L_4);
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_5 = __this->get_m_name_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = CultureInfo_get_SortName_m781E78F10C18827A614272C7AB621683BFA968A5_inline(L_7, /*hidden argument*/NULL);
|
|
__this->set_m_sortName_4(L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::OnDeserialized(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_OnDeserialized_mE0CB0B2DFFDF3C7DD7A6925D6D4F9765F60E9CC3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::OnSerializing(System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_OnSerializing_mFF6C35B93E67401EE91F4D8547EE34F3D4899BC8 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___ctx0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_OnSerializing_mFF6C35B93E67401EE91F4D8547EE34F3D4899BC8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Globalization.CompareInfo::get_Name() */, __this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Globalization.CultureInfo::get_LCID() */, L_1);
|
|
__this->set_culture_6(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_System_Runtime_Serialization_IDeserializationCallback_OnDeserialization_mC5BD6E336F3B16DAEBA0D3CD79935B224E53D2B0 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CompareInfo_OnDeserialized_m413EBD4F2FEB829F421E2090010B8EA0EF46119B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CompareInfo::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CompareInfo_get_Name_mFC962E79B2133D59E2C83BA5BF70995D3147B8EC (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_get_Name_mFC962E79B2133D59E2C83BA5BF70995D3147B8EC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->get_m_name_3();
|
|
bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteral4474ABE156E995800F623A46EB81155997101DC5, /*hidden argument*/NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->get_m_name_3();
|
|
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral16DA788082C4C9A5A70A491C6444E6C78CC150C5, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
String_t* L_4 = __this->get_m_name_3();
|
|
return L_4;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
String_t* L_5 = __this->get_m_sortName_4();
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_m0DD92FC343A9E2E93928B829B592686AA27E1B8E (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___string10, String_t* ___string21, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___string10;
|
|
String_t* L_1 = ___string21;
|
|
int32_t L_2 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, __this, L_0, L_1, 0);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___string10, String_t* ___string21, int32_t ___options2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___options2;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___string10;
|
|
String_t* L_2 = ___string21;
|
|
int32_t L_3 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_1, L_2, 5, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_4 = ___options2;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___options2;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral5F2E1F9EF87CD5FC39B67305FB0FE704DF157992, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
String_t* L_8 = ___string10;
|
|
String_t* L_9 = ___string21;
|
|
int32_t L_10 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_8, L_9, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_11 = ___options2;
|
|
if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)-536870944))))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_13 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_13, L_12, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, CompareInfo_Compare_m59ABC53310F6E2C9EF5363D4D4BFEF51A30A6C41_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
String_t* L_14 = ___string10;
|
|
if (L_14)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___string21;
|
|
if (L_15)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
String_t* L_16 = ___string21;
|
|
if (L_16)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
String_t* L_17 = ___string10;
|
|
String_t* L_18 = ___string10;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
String_t* L_20 = ___string21;
|
|
String_t* L_21 = ___string21;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
|
|
int32_t L_23 = ___options2;
|
|
int32_t L_24 = CompareInfo_internal_compare_switch_m01ABB70A6962856A9FFD4428A236E3DA2DB9DCC4(__this, L_17, 0, L_19, L_20, 0, L_22, L_23, /*hidden argument*/NULL);
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___string10, int32_t ___offset11, int32_t ___length12, String_t* ___string23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
String_t* G_B3_1 = NULL;
|
|
int32_t G_B3_2 = 0;
|
|
String_t* G_B3_3 = NULL;
|
|
int32_t G_B2_0 = 0;
|
|
String_t* G_B2_1 = NULL;
|
|
int32_t G_B2_2 = 0;
|
|
String_t* G_B2_3 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B4_1 = 0;
|
|
String_t* G_B4_2 = NULL;
|
|
int32_t G_B4_3 = 0;
|
|
String_t* G_B4_4 = NULL;
|
|
String_t* G_B15_0 = NULL;
|
|
String_t* G_B21_0 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B25_1 = 0;
|
|
int32_t G_B29_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B30_0 = 0;
|
|
int32_t G_B30_1 = 0;
|
|
{
|
|
int32_t L_0 = ___options6;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___string10;
|
|
int32_t L_2 = ___offset11;
|
|
String_t* L_3 = ___string23;
|
|
int32_t L_4 = ___offset24;
|
|
int32_t L_5 = ___length12;
|
|
int32_t L_6 = ___length25;
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = L_3;
|
|
G_B2_2 = L_2;
|
|
G_B2_3 = L_1;
|
|
if ((((int32_t)L_5) < ((int32_t)L_6)))
|
|
{
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = L_3;
|
|
G_B3_2 = L_2;
|
|
G_B3_3 = L_1;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = ___length25;
|
|
G_B4_0 = L_7;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
G_B4_3 = G_B2_2;
|
|
G_B4_4 = G_B2_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_8 = ___length12;
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B3_0;
|
|
G_B4_2 = G_B3_1;
|
|
G_B4_3 = G_B3_2;
|
|
G_B4_4 = G_B3_3;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_9 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(G_B4_4, G_B4_3, G_B4_2, G_B4_1, G_B4_0, 5, /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
int32_t L_10 = ___length12;
|
|
int32_t L_11 = ___length25;
|
|
if ((((int32_t)L_10) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
if (L_12)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = ___length12;
|
|
int32_t L_14 = ___length25;
|
|
if ((((int32_t)L_13) > ((int32_t)L_14)))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
int32_t L_16 = ___length12;
|
|
if ((((int32_t)L_16) < ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___length25;
|
|
if ((((int32_t)L_17) >= ((int32_t)0)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_18 = ___length12;
|
|
if ((((int32_t)L_18) < ((int32_t)0)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = _stringLiteral3E84966EDA4965346B1B65E8FF71B6DBD7DB4B73;
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
G_B15_0 = _stringLiteral4319F745CDC4FD40114E0D897B2013145BAEB728;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, G_B15_0, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_21 = ___offset11;
|
|
if ((((int32_t)L_21) < ((int32_t)0)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = ___offset24;
|
|
if ((((int32_t)L_22) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_23 = ___offset11;
|
|
if ((((int32_t)L_23) < ((int32_t)0)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
G_B21_0 = _stringLiteralAB3DFA7772E82AEBC308D16B390DC7A630733224;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
G_B21_0 = _stringLiteral333C11801925CEAB22DD74C93D7617C041F0FA70;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_25 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_25, G_B21_0, L_24, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
int32_t L_26 = ___offset11;
|
|
String_t* L_27 = ___string10;
|
|
G_B23_0 = L_26;
|
|
if (!L_27)
|
|
{
|
|
G_B24_0 = L_26;
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = ___string10;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
|
|
G_B25_0 = L_29;
|
|
G_B25_1 = G_B23_0;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B25_0 = 0;
|
|
G_B25_1 = G_B24_0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
int32_t L_30 = ___length12;
|
|
if ((((int32_t)G_B25_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)G_B25_0, (int32_t)L_30)))))
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98CFE5E917B6BC87FA117F28F39F6E8B09499151, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_32 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_32, _stringLiteral4B35BE0F7818DF6954737AB957F691EB72A389D2, L_31, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
int32_t L_33 = ___offset24;
|
|
String_t* L_34 = ___string23;
|
|
G_B28_0 = L_33;
|
|
if (!L_34)
|
|
{
|
|
G_B29_0 = L_33;
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = ___string23;
|
|
NullCheck(L_35);
|
|
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL);
|
|
G_B30_0 = L_36;
|
|
G_B30_1 = G_B28_0;
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
G_B30_0 = 0;
|
|
G_B30_1 = G_B29_0;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
int32_t L_37 = ___length25;
|
|
if ((((int32_t)G_B30_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)G_B30_0, (int32_t)L_37)))))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_38 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral98CFE5E917B6BC87FA117F28F39F6E8B09499151, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_39 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_39, _stringLiteral62FB1585FD37A03B137AFEEEDAADA345F5537A00, L_38, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
int32_t L_40 = ___options6;
|
|
if (!((int32_t)((int32_t)L_40&(int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = ___options6;
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral5F2E1F9EF87CD5FC39B67305FB0FE704DF157992, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_43 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_43, L_42, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
int32_t L_44 = ___options6;
|
|
if (!((int32_t)((int32_t)L_44&(int32_t)((int32_t)-536870944))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_45 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_46 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_46, L_45, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, CompareInfo_Compare_mAC04DBE0A3F60A59E0A9632DA1E875936A991769_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
String_t* L_47 = ___string10;
|
|
if (L_47)
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_48 = ___string23;
|
|
if (L_48)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
String_t* L_49 = ___string23;
|
|
if (L_49)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
int32_t L_50 = ___options6;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)1073741824)))))
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_51 = ___string10;
|
|
int32_t L_52 = ___offset11;
|
|
int32_t L_53 = ___length12;
|
|
String_t* L_54 = ___string23;
|
|
int32_t L_55 = ___offset24;
|
|
int32_t L_56 = ___length25;
|
|
int32_t L_57 = CompareInfo_CompareOrdinal_m24ACA925A5FCCC037322C115EE2B987AA6B6238E(L_51, L_52, L_53, L_54, L_55, L_56, /*hidden argument*/NULL);
|
|
return L_57;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
String_t* L_58 = ___string10;
|
|
int32_t L_59 = ___offset11;
|
|
int32_t L_60 = ___length12;
|
|
String_t* L_61 = ___string23;
|
|
int32_t L_62 = ___offset24;
|
|
int32_t L_63 = ___length25;
|
|
int32_t L_64 = ___options6;
|
|
int32_t L_65 = CompareInfo_internal_compare_switch_m01ABB70A6962856A9FFD4428A236E3DA2DB9DCC4(__this, L_58, L_59, L_60, L_61, L_62, L_63, L_64, /*hidden argument*/NULL);
|
|
return L_65;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::CompareOrdinal(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_CompareOrdinal_m24ACA925A5FCCC037322C115EE2B987AA6B6238E (String_t* ___string10, int32_t ___offset11, int32_t ___length12, String_t* ___string23, int32_t ___offset24, int32_t ___length25, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
String_t* G_B2_1 = NULL;
|
|
int32_t G_B2_2 = 0;
|
|
String_t* G_B2_3 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
String_t* G_B1_1 = NULL;
|
|
int32_t G_B1_2 = 0;
|
|
String_t* G_B1_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
String_t* G_B3_2 = NULL;
|
|
int32_t G_B3_3 = 0;
|
|
String_t* G_B3_4 = NULL;
|
|
{
|
|
String_t* L_0 = ___string10;
|
|
int32_t L_1 = ___offset11;
|
|
String_t* L_2 = ___string23;
|
|
int32_t L_3 = ___offset24;
|
|
int32_t L_4 = ___length12;
|
|
int32_t L_5 = ___length25;
|
|
G_B1_0 = L_3;
|
|
G_B1_1 = L_2;
|
|
G_B1_2 = L_1;
|
|
G_B1_3 = L_0;
|
|
if ((((int32_t)L_4) < ((int32_t)L_5)))
|
|
{
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = L_2;
|
|
G_B2_2 = L_1;
|
|
G_B2_3 = L_0;
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___length25;
|
|
G_B3_0 = L_6;
|
|
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_000f;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_7 = ___length12;
|
|
G_B3_0 = L_7;
|
|
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_000f:
|
|
{
|
|
int32_t L_8 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
int32_t L_9 = ___length12;
|
|
int32_t L_10 = ___length25;
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___length12;
|
|
int32_t L_13 = ___length25;
|
|
if ((((int32_t)L_12) > ((int32_t)L_13)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, String_t* ___prefix1, int32_t ___options2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___prefix1;
|
|
if (L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_2 = ___source0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralB4EBFE34D0FA97F0DD2BB1234FAD8F59805F4E8D;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
G_B5_0 = _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_5 = ___prefix1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_7 = ___options2;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___source0;
|
|
String_t* L_9 = ___prefix1;
|
|
NullCheck(L_8);
|
|
bool L_10 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_8, L_9, 5, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_11 = ___options2;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)1073741824)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___source0;
|
|
String_t* L_13 = ___prefix1;
|
|
NullCheck(L_12);
|
|
bool L_14 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_12, L_13, 4, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_15 = ___options2;
|
|
if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)-32))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_17, L_16, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, CompareInfo_IsPrefix_mE42FE270F838D80C155AEC219DC2558F3F34BD36_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
bool L_18 = CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F(/*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_19 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_20 = ___source0;
|
|
String_t* L_21 = ___prefix1;
|
|
int32_t L_22 = ___options2;
|
|
NullCheck(L_19);
|
|
bool L_23 = SimpleCollator_IsPrefix_m596901F0E55A9B66EF20B0F8057D6B3FE08311F3(L_19, L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
String_t* L_24 = ___source0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
String_t* L_26 = ___prefix1;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_25) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
String_t* L_28 = ___source0;
|
|
String_t* L_29 = ___prefix1;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
|
|
String_t* L_31 = ___prefix1;
|
|
String_t* L_32 = ___prefix1;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
|
|
int32_t L_34 = ___options2;
|
|
int32_t L_35 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_28, 0, L_30, L_31, 0, L_33, L_34);
|
|
return (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, String_t* ___suffix1, int32_t ___options2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___suffix1;
|
|
if (L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_2 = ___source0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralEC87FACA4CBAD909219BBCEA9DBBE370A9F8C690;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
G_B5_0 = _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF81B4F09A85F55DDC3FFCA77898383A75640AA15, /*hidden argument*/NULL);
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_5 = ___suffix1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_7 = ___options2;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___source0;
|
|
String_t* L_9 = ___suffix1;
|
|
NullCheck(L_8);
|
|
bool L_10 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_8, L_9, 5, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_11 = ___options2;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)1073741824)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___source0;
|
|
String_t* L_13 = ___suffix1;
|
|
NullCheck(L_12);
|
|
bool L_14 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(L_12, L_13, 4, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_15 = ___options2;
|
|
if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)-32))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_17, L_16, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, CompareInfo_IsSuffix_mB734AA0C74DB63689303C1A99E9D0C00D53C2EEA_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
bool L_18 = CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F(/*hidden argument*/NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_19 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_20 = ___source0;
|
|
String_t* L_21 = ___suffix1;
|
|
int32_t L_22 = ___options2;
|
|
NullCheck(L_19);
|
|
bool L_23 = SimpleCollator_IsSuffix_m64ABA9957E9682D391102722BE959AC52602E7A2(L_19, L_20, L_21, L_22, /*hidden argument*/NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
String_t* L_24 = ___source0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
String_t* L_26 = ___suffix1;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_25) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
String_t* L_28 = ___source0;
|
|
String_t* L_29 = ___source0;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
|
|
String_t* L_31 = ___suffix1;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
|
|
String_t* L_33 = ___suffix1;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL);
|
|
String_t* L_35 = ___suffix1;
|
|
String_t* L_36 = ___suffix1;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_36, /*hidden argument*/NULL);
|
|
int32_t L_38 = ___options2;
|
|
int32_t L_39 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, __this, L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_32)), L_34, L_35, 0, L_37, L_38);
|
|
return (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, int32_t ___options4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
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, _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___value1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___startIndex2;
|
|
String_t* L_5 = ___source0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_4) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_9 = ___source0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___value1;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_13 = ___startIndex2;
|
|
if ((((int32_t)L_13) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_16 = ___count3;
|
|
if ((((int32_t)L_16) < ((int32_t)0)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = ___startIndex2;
|
|
String_t* L_18 = ___source0;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|
int32_t L_20 = ___count3;
|
|
if ((((int32_t)L_17) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_21, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_23 = ___options4;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___source0;
|
|
String_t* L_25 = ___value1;
|
|
int32_t L_26 = ___startIndex2;
|
|
int32_t L_27 = ___count3;
|
|
NullCheck(L_24);
|
|
int32_t L_28 = String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC(L_24, L_25, L_26, L_27, 5, /*hidden argument*/NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
int32_t L_29 = ___options4;
|
|
if (!((int32_t)((int32_t)L_29&(int32_t)((int32_t)-32))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = ___options4;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_32, L_31, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, CompareInfo_IndexOf_mB9461B9D33A8AF04CBDA5BA299A5267C99E276DB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
String_t* L_33 = ___source0;
|
|
int32_t L_34 = ___startIndex2;
|
|
int32_t L_35 = ___count3;
|
|
String_t* L_36 = ___value1;
|
|
int32_t L_37 = ___options4;
|
|
int32_t L_38 = CompareInfo_internal_index_switch_m2F1E3B731F1409587BB371D7DAFAA831A3064D27(__this, L_33, L_34, L_35, L_36, L_37, (bool)1, /*hidden argument*/NULL);
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, int32_t ___options4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
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, _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___value1;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_4 = ___options4;
|
|
if (!((int32_t)((int32_t)L_4&(int32_t)((int32_t)-32))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___options4;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)1073741824))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___options4;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)268435456))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_7, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
String_t* L_9 = ___source0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = ___startIndex2;
|
|
if ((((int32_t)L_11) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___startIndex2;
|
|
if (L_12)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
String_t* L_13 = ___value1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_15 = ___startIndex2;
|
|
if ((((int32_t)L_15) < ((int32_t)0)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___startIndex2;
|
|
String_t* L_17 = ___source0;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_16) <= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_19, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
int32_t L_21 = ___startIndex2;
|
|
String_t* L_22 = ___source0;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_23))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = ___startIndex2;
|
|
___startIndex2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
|
|
int32_t L_25 = ___count3;
|
|
if ((((int32_t)L_25) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = ___count3;
|
|
___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1));
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
String_t* L_27 = ___value1;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_29 = ___count3;
|
|
if ((((int32_t)L_29) < ((int32_t)0)))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = ___startIndex2;
|
|
int32_t L_31 = ___count3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), (int32_t)1))) < ((int32_t)0)))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = ___startIndex2;
|
|
return L_32;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
int32_t L_33 = ___count3;
|
|
if ((((int32_t)L_33) < ((int32_t)0)))
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_34 = ___startIndex2;
|
|
int32_t L_35 = ___count3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), (int32_t)1))) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
String_t* L_36 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL);
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_37 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_37, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_36, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, CompareInfo_LastIndexOf_mACB90E30C378E95541AED0E468AF1C87BB2BA794_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
int32_t L_38 = ___options4;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)268435456)))))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = ___source0;
|
|
String_t* L_40 = ___value1;
|
|
int32_t L_41 = ___startIndex2;
|
|
int32_t L_42 = ___count3;
|
|
NullCheck(L_39);
|
|
int32_t L_43 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(L_39, L_40, L_41, L_42, 5, /*hidden argument*/NULL);
|
|
return L_43;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
String_t* L_44 = ___source0;
|
|
int32_t L_45 = ___startIndex2;
|
|
int32_t L_46 = ___count3;
|
|
String_t* L_47 = ___value1;
|
|
int32_t L_48 = ___options4;
|
|
int32_t L_49 = CompareInfo_internal_index_switch_m2F1E3B731F1409587BB371D7DAFAA831A3064D27(__this, L_44, L_45, L_46, L_47, L_48, (bool)0, /*hidden argument*/NULL);
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Globalization.SortKey System.Globalization.CompareInfo::GetSortKey(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * CompareInfo_GetSortKey_m04E8E036BF5C113110681966EC4F444ABEBB5478 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
int32_t L_1 = ___options1;
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_2 = CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Globalization.SortKey System.Globalization.CompareInfo::CreateSortKey(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
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, _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___options1;
|
|
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)-536870944))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*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, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CompareInfo_CreateSortKey_mB9279DED2BF48C87A5BE47EAC7F65A13601B10B3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
String_t* L_5 = ___source0;
|
|
bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
___source0 = _stringLiteral5BA93C9DB0CFF93F52B521D7420E43F6EDA2784F;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
String_t* L_7 = ___source0;
|
|
int32_t L_8 = ___options1;
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_9 = CompareInfo_CreateSortKeyCore_m6C1597391D8D5ED265849A82F697777EF86D5FE8(__this, L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CompareInfo::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareInfo_Equals_mF526077826434AF3DD65619A2C6BEAC7ABFE082C (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_Equals_mF526077826434AF3DD65619A2C6BEAC7ABFE082C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
V_0 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 *)IsInstClass((RuntimeObject*)L_0, CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var));
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Globalization.CompareInfo::get_Name() */, __this);
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Globalization.CompareInfo::get_Name() */, L_3);
|
|
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCode_m49D4FC2C50E5DF1C2FB30234D8B1D5F624393EE7 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Globalization.CompareInfo::get_Name() */, __this);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m91DE0691957416A2BBC9AADD8D4AE2A2885A5AB3 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
int32_t L_1 = ___options1;
|
|
int32_t L_2 = CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142(__this, L_0, L_1, (bool)0, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::GetHashCodeOfString(System.String,System.Globalization.CompareOptions,System.Boolean,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, bool ___forceRandomizedHashing2, int64_t ___additionalEntropy3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___source0;
|
|
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, _stringLiteral828D338A9B04221C9CBE286F50CD389F68DE4ECF, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_2 = ___options1;
|
|
if (!((int32_t)((int32_t)L_2&(int32_t)((int32_t)-32))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral037F9AF09B79E62522526C02A67EFD7B1E70AEAC, /*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, _stringLiteral513F8DE9259FE7658FE14D1352C54CCF070E911F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CompareInfo_GetHashCodeOfString_m18B1AAFA96BF106798A70C8FD6ACCA286BA5A142_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_5 = ___source0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
String_t* L_7 = ___source0;
|
|
int32_t L_8 = ___options1;
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_9 = VirtFuncInvoker2< SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 *, String_t*, int32_t >::Invoke(13 /* System.Globalization.SortKey System.Globalization.CompareInfo::GetSortKey(System.String,System.Globalization.CompareOptions) */, __this, L_7, L_8);
|
|
NullCheck(L_9);
|
|
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_9);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CompareInfo::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CompareInfo_ToString_m770A27E70F7B8FB598E0EF85A554677F7CAB82C9 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_ToString_m770A27E70F7B8FB598E0EF85A554677F7CAB82C9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Globalization.CompareInfo::get_Name() */, __this);
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD9977C4ABA9BD29906A95DAC37967CFF847F0EC5, L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CompareInfo::get_UseManagedCollation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
bool L_0 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_managedCollationChecked_24();
|
|
if (L_0)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = Environment_internalGetEnvironmentVariable_m49ACD082ABE4C40D49DC9CEE88AB3DCC402D6972(_stringLiteral9377E60A3330B8DCBA93D22F00E784D5E303A292, /*hidden argument*/NULL);
|
|
bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_il2cpp_TypeInfo_var);
|
|
bool L_3 = MSCompatUnicodeTable_get_IsReady_mFFB82666A060D9A75368AA858810C41008CDD294_inline(/*hidden argument*/NULL);
|
|
G_B4_0 = ((int32_t)(L_3));
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->set_managedCollation_23((bool)G_B4_0);
|
|
((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->set_managedCollationChecked_24((bool)1);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
bool L_4 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_managedCollation_23();
|
|
return L_4;
|
|
}
|
|
}
|
|
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::GetCollator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * 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);
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_0 = __this->get_collator_21();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_1 = __this->get_collator_21();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_2 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_collators_22();
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_3 = StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline(/*hidden argument*/NULL);
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_4 = (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *)il2cpp_codegen_object_new(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mAABE195367CBB1AFADF65A68610C2C3E5446FA43(L_4, L_3, /*hidden argument*/Dictionary_2__ctor_mAABE195367CBB1AFADF65A68610C2C3E5446FA43_RuntimeMethod_var);
|
|
InterlockedCompareExchangeImpl<Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *>((Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 **)(((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_address_of_collators_22()), L_4, (Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 *)NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_5 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_collators_22();
|
|
V_0 = L_5;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0034:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_6 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_6, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_7 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_collators_22();
|
|
String_t* L_8 = __this->get_m_sortName_4();
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** L_9 = __this->get_address_of_collator_21();
|
|
NullCheck(L_7);
|
|
bool L_10 = Dictionary_2_TryGetValue_mA0C2ACFD76D61DA29EA3D190AFD906C75A3C9B51(L_7, L_8, (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 **)L_9, /*hidden argument*/Dictionary_2_TryGetValue_mA0C2ACFD76D61DA29EA3D190AFD906C75A3C9B51_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_11 = __this->get_m_name_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350(L_11, /*hidden argument*/NULL);
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_13 = (SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 *)il2cpp_codegen_object_new(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89_il2cpp_TypeInfo_var);
|
|
SimpleCollator__ctor_m425CCCFC8354699C91043D289C2DD7A20F437298(L_13, L_12, /*hidden argument*/NULL);
|
|
__this->set_collator_21(L_13);
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_14 = ((CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields*)il2cpp_codegen_static_fields_for(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var))->get_collators_22();
|
|
String_t* L_15 = __this->get_m_sortName_4();
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_16 = __this->get_collator_21();
|
|
NullCheck(L_14);
|
|
Dictionary_2_set_Item_mA93729C8731ED32F7F1DAD2154CEFC6236707CE1(L_14, L_15, L_16, /*hidden argument*/Dictionary_2_set_Item_mA93729C8731ED32F7F1DAD2154CEFC6236707CE1_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
IL2CPP_LEAVE(0x8C, FINALLY_0082);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0082;
|
|
}
|
|
|
|
FINALLY_0082:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_17 = V_1;
|
|
if (!L_17)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * L_18 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_18, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
IL2CPP_END_FINALLY(130)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(130)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x8C, IL_008c)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_19 = __this->get_collator_21();
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Globalization.SortKey System.Globalization.CompareInfo::CreateSortKeyCore(System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * CompareInfo_CreateSortKeyCore_m6C1597391D8D5ED265849A82F697777EF86D5FE8 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___options1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo_CreateSortKeyCore_m6C1597391D8D5ED265849A82F697777EF86D5FE8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * V_0 = NULL;
|
|
{
|
|
bool L_0 = CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F(/*hidden argument*/NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_1 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___source0;
|
|
int32_t L_3 = ___options1;
|
|
NullCheck(L_1);
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_4 = SimpleCollator_GetSortKey_m016BF061CEA62BF2E99B122B913C43FB1643F1A0(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_5 = __this->get_culture_6();
|
|
String_t* L_6 = ___source0;
|
|
int32_t L_7 = ___options1;
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_8 = (SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 *)il2cpp_codegen_object_new(SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9_il2cpp_TypeInfo_var);
|
|
SortKey__ctor_m9DDF38B93F6C34DD3F7FF538B7C4E1BC9629CCF3(L_8, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_9 = V_0;
|
|
String_t* L_10 = ___source0;
|
|
int32_t L_11 = ___options1;
|
|
CompareInfo_assign_sortkey_m343AC3670D7F354B4767412AECB8D698FE267DAC(__this, L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
SortKey_tD5C96B638D8C6D0C4C2F49F27387D51202D78FD9 * L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index_switch(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_switch_m2F1E3B731F1409587BB371D7DAFAA831A3064D27 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___opt4;
|
|
bool L_1 = ___first5;
|
|
if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)((int32_t)1073741824)))? 1 : 0)&(int32_t)L_1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___s10;
|
|
String_t* L_3 = ___s23;
|
|
int32_t L_4 = ___sindex1;
|
|
int32_t L_5 = ___count2;
|
|
NullCheck(L_2);
|
|
int32_t L_6 = String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0(L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_7 = CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F(/*hidden argument*/NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___s10;
|
|
int32_t L_9 = ___sindex1;
|
|
int32_t L_10 = ___count2;
|
|
String_t* L_11 = ___s23;
|
|
int32_t L_12 = ___opt4;
|
|
bool L_13 = ___first5;
|
|
int32_t L_14 = CompareInfo_internal_index_mC84E39918F364D80B7D6BFD8BD9B301A5246A5BA(__this, L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
String_t* L_15 = ___s10;
|
|
int32_t L_16 = ___sindex1;
|
|
int32_t L_17 = ___count2;
|
|
String_t* L_18 = ___s23;
|
|
int32_t L_19 = ___opt4;
|
|
bool L_20 = ___first5;
|
|
int32_t L_21 = CompareInfo_internal_index_managed_m778771910402DCA9C9FC647B64DDAADDC0BB7196(__this, L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare_switch(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_switch_m01ABB70A6962856A9FFD4428A236E3DA2DB9DCC4 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = CompareInfo_get_UseManagedCollation_mE3EDFF2DB83257810C9BEA1A09987D669F45EB2F(/*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___str10;
|
|
int32_t L_2 = ___offset11;
|
|
int32_t L_3 = ___length12;
|
|
String_t* L_4 = ___str23;
|
|
int32_t L_5 = ___offset24;
|
|
int32_t L_6 = ___length25;
|
|
int32_t L_7 = ___options6;
|
|
int32_t L_8 = CompareInfo_internal_compare_m89017707030EDFA08245A84B2F4D786AAC7CFEEE(__this, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_9 = ___str10;
|
|
int32_t L_10 = ___offset11;
|
|
int32_t L_11 = ___length12;
|
|
String_t* L_12 = ___str23;
|
|
int32_t L_13 = ___offset24;
|
|
int32_t L_14 = ___length25;
|
|
int32_t L_15 = ___options6;
|
|
int32_t L_16 = CompareInfo_internal_compare_managed_mCE97B39EB5C1BE15E1E2D74BD023F8B0535E7607(__this, L_9, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare_managed(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_managed_mCE97B39EB5C1BE15E1E2D74BD023F8B0535E7607 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_0 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_1 = ___str10;
|
|
int32_t L_2 = ___offset11;
|
|
int32_t L_3 = ___length12;
|
|
String_t* L_4 = ___str23;
|
|
int32_t L_5 = ___offset24;
|
|
int32_t L_6 = ___length25;
|
|
int32_t L_7 = ___options6;
|
|
NullCheck(L_0);
|
|
int32_t L_8 = SimpleCollator_Compare_mEDE295E6D8B3ACB2378D50267659C9203ACBD795(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index_managed(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_managed_m778771910402DCA9C9FC647B64DDAADDC0BB7196 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___s10, int32_t ___sindex1, int32_t ___count2, String_t* ___s23, int32_t ___opt4, bool ___first5, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___first5;
|
|
if (L_0)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_1 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___s10;
|
|
String_t* L_3 = ___s23;
|
|
int32_t L_4 = ___sindex1;
|
|
int32_t L_5 = ___count2;
|
|
int32_t L_6 = ___opt4;
|
|
NullCheck(L_1);
|
|
int32_t L_7 = SimpleCollator_LastIndexOf_m86547689DF681227BFE04C802D2BFB8560F9EE84(L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * L_8 = CompareInfo_GetCollator_m3566663FC53B48F661AD6F416AD024758493F933(__this, /*hidden argument*/NULL);
|
|
String_t* L_9 = ___s10;
|
|
String_t* L_10 = ___s23;
|
|
int32_t L_11 = ___sindex1;
|
|
int32_t L_12 = ___count2;
|
|
int32_t L_13 = ___opt4;
|
|
NullCheck(L_8);
|
|
int32_t L_14 = SimpleCollator_IndexOf_mD91169E7D477C503B2DED708B19CE36FF63C6856(L_8, L_9, L_10, L_11, L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::assign_sortkey(System.Object,System.String,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo_assign_sortkey_m343AC3670D7F354B4767412AECB8D698FE267DAC (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, RuntimeObject * ___key0, String_t* ___source1, int32_t ___options2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*CompareInfo_assign_sortkey_m343AC3670D7F354B4767412AECB8D698FE267DAC_ftn) (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 *, RuntimeObject *, String_t*, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((CompareInfo_assign_sortkey_m343AC3670D7F354B4767412AECB8D698FE267DAC_ftn)mscorlib::System::Globalization::CompareInfo::assign_sortkey) (__this, ___key0, ___source1, ___options2);
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_compare_m89017707030EDFA08245A84B2F4D786AAC7CFEEE (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___str10, int32_t ___offset11, int32_t ___length12, String_t* ___str23, int32_t ___offset24, int32_t ___length25, int32_t ___options6, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*CompareInfo_internal_compare_m89017707030EDFA08245A84B2F4D786AAC7CFEEE_ftn) (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 *, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((CompareInfo_internal_compare_m89017707030EDFA08245A84B2F4D786AAC7CFEEE_ftn)mscorlib::System::Globalization::CompareInfo::internal_compare) (__this, ___str10, ___offset11, ___length12, ___str23, ___offset24, ___length25, ___options6);
|
|
}
|
|
// System.Int32 System.Globalization.CompareInfo::internal_index(System.String,System.Int32,System.Int32,System.String,System.Globalization.CompareOptions,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompareInfo_internal_index_mC84E39918F364D80B7D6BFD8BD9B301A5246A5BA (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, String_t* ___source0, int32_t ___sindex1, int32_t ___count2, String_t* ___value3, int32_t ___options4, bool ___first5, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*CompareInfo_internal_index_mC84E39918F364D80B7D6BFD8BD9B301A5246A5BA_ftn) (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 *, String_t*, int32_t, int32_t, String_t*, int32_t, bool);
|
|
using namespace il2cpp::icalls;
|
|
return ((CompareInfo_internal_index_mC84E39918F364D80B7D6BFD8BD9B301A5246A5BA_ftn)mscorlib::System::Globalization::CompareInfo::internal_index) (__this, ___source0, ___sindex1, ___count2, ___value3, ___options4, ___first5);
|
|
}
|
|
// System.Void System.Globalization.CompareInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompareInfo__ctor_m841EB6DC314800AC90C16EDB259B8DBB3BCFA152 (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CompareInfo__ctor_m841EB6DC314800AC90C16EDB259B8DBB3BCFA152_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_raise_profile_exception(CompareInfo__ctor_m841EB6DC314800AC90C16EDB259B8DBB3BCFA152_RuntimeMethod_var);
|
|
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.Globalization.CultureData
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke_back(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled)
|
|
{
|
|
Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CultureData
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_pinvoke_cleanup(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Globalization.CultureData
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com_back(const CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled, CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD& unmarshaled)
|
|
{
|
|
Exception_t* ___calendars_8Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'calendars' of type 'CultureData': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___calendars_8Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CultureData
|
|
IL2CPP_EXTERN_C void CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshal_com_cleanup(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Globalization.CultureData::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData__ctor_m9539CD43B02AE68B2C434DDBD25C184F81D305F7 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___name0;
|
|
__this->set_sRealName_10(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.CultureData System.Globalization.CultureData::get_Invariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * V_0 = NULL;
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_0 = ((CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var))->get_s_Invariant_20();
|
|
if (L_0)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_1 = (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *)il2cpp_codegen_object_new(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var);
|
|
CultureData__ctor_m9539CD43B02AE68B2C434DDBD25C184F81D305F7(L_1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->set_sISO639Language_9(_stringLiteral2B946DDAE90DF50F553375CBADEDE63EF5DCC8B0);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->set_sAM1159_0(_stringLiteral80D305C58F97EDFAE92A3627F5A66D9BEF4D8D46);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
L_4->set_sPM2359_1(_stringLiteral0C95DC6163FF0D09E82F44E7C50DB7AD6B089BF3);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
L_5->set_sTimeSeparator_2(_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_6 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralDCE54DCDAC85F06A19366C606042058BAD8C84C6);
|
|
NullCheck(L_6);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_6->set_saLongTimes_3(L_8);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_9 = V_0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral9668F5AFB09CB71590DEF7092FE1DFF18C8CFD93);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9668F5AFB09CB71590DEF7092FE1DFF18C8CFD93);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral00C884B89D35CC8426615D8A6FAE93EBF3B05002);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral00C884B89D35CC8426615D8A6FAE93EBF3B05002);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral69AC9994E0D1CB84E9D669441BEE5CC864EFC149);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral69AC9994E0D1CB84E9D669441BEE5CC864EFC149);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteralBB3FAFAA5C2E9BF195FEBC025DC0AE5FA6835164);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralBB3FAFAA5C2E9BF195FEBC025DC0AE5FA6835164);
|
|
NullCheck(L_9);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_9->set_saShortTimes_4(L_14);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
L_15->set_iFirstDayOfWeek_5(0);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
L_16->set_iFirstWeekOfYear_6(0);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_17 = V_0;
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)1);
|
|
NullCheck(L_17);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_17->set_waCalendars_7(L_19);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_20 = V_0;
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_21 = (CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD*)(CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD*)SZArrayNew(CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)23));
|
|
NullCheck(L_20);
|
|
L_20->set_calendars_8(L_21);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_23 = L_22->get_calendars_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_24 = ((CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_StaticFields*)il2cpp_codegen_static_fields_for(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var))->get_Invariant_20();
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_24);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E *)L_24);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
L_25->set_iDefaultAnsiCodePage_14(((int32_t)1252));
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_26 = V_0;
|
|
NullCheck(L_26);
|
|
L_26->set_iDefaultOemCodePage_15(((int32_t)437));
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_27 = V_0;
|
|
NullCheck(L_27);
|
|
L_27->set_iDefaultMacCodePage_16(((int32_t)10000));
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_28 = V_0;
|
|
NullCheck(L_28);
|
|
L_28->set_iDefaultEbcdicCodePage_17(((int32_t)37));
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_29 = V_0;
|
|
NullCheck(L_29);
|
|
L_29->set_sListSeparator_19(_stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_30 = V_0;
|
|
InterlockedCompareExchangeImpl<CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *>((CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD **)(((CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var))->get_address_of_s_Invariant_20()), L_30, (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *)NULL);
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_31 = ((CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_StaticFields*)il2cpp_codegen_static_fields_for(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var))->get_s_Invariant_20();
|
|
return L_31;
|
|
}
|
|
}
|
|
// System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_GetCultureData_m1B3DCE6496E27A5D114D003683EA8E0D64F88ED3 (String_t* ___cultureName0, bool ___useUserOverride1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_GetCultureData_m1B3DCE6496E27A5D114D003683EA8E0D64F88ED3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * 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)
|
|
String_t* L_0 = ___cultureName0;
|
|
bool L_1 = ___useUserOverride1;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m2E0A32E821294B92622538611A6686F1C0CB376D(L_2, L_0, L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_3 = L_2->get_m_cultureData_28();
|
|
V_0 = L_3;
|
|
goto IL_0014;
|
|
} // 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_000f;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000f:
|
|
{ // begin catch(System.Object)
|
|
V_0 = (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *)NULL;
|
|
goto IL_0014;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0014:
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.String,System.Boolean,System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3 (String_t* ___cultureName0, bool ___useUserOverride1, int32_t ___datetimeIndex2, int32_t ___calendarId3, int32_t ___numberIndex4, String_t* ___iso2lang5, int32_t ___ansiCodePage6, int32_t ___oemCodePage7, int32_t ___macCodePage8, int32_t ___ebcdicCodePage9, bool ___rightToLeft10, String_t* ___listSeparator11, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___cultureName0;
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_2 = CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2(/*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_3 = ___cultureName0;
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_4 = (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *)il2cpp_codegen_object_new(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_il2cpp_TypeInfo_var);
|
|
CultureData__ctor_m9539CD43B02AE68B2C434DDBD25C184F81D305F7(L_4, L_3, /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_5 = L_4;
|
|
int32_t L_6 = ___datetimeIndex2;
|
|
NullCheck(L_5);
|
|
CultureData_fill_culture_data_mB5A00192EF19292C1AFD42E8D805F9F5F86EAC5B(L_5, L_6, /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_7 = L_5;
|
|
bool L_8 = ___useUserOverride1;
|
|
NullCheck(L_7);
|
|
L_7->set_bUseOverrides_11(L_8);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_9 = L_7;
|
|
int32_t L_10 = ___calendarId3;
|
|
NullCheck(L_9);
|
|
L_9->set_calendarId_12(L_10);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_11 = L_9;
|
|
int32_t L_12 = ___numberIndex4;
|
|
NullCheck(L_11);
|
|
L_11->set_numberIndex_13(L_12);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_13 = L_11;
|
|
String_t* L_14 = ___iso2lang5;
|
|
NullCheck(L_13);
|
|
L_13->set_sISO639Language_9(L_14);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_15 = L_13;
|
|
int32_t L_16 = ___ansiCodePage6;
|
|
NullCheck(L_15);
|
|
L_15->set_iDefaultAnsiCodePage_14(L_16);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_17 = L_15;
|
|
int32_t L_18 = ___oemCodePage7;
|
|
NullCheck(L_17);
|
|
L_17->set_iDefaultOemCodePage_15(L_18);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_19 = L_17;
|
|
int32_t L_20 = ___macCodePage8;
|
|
NullCheck(L_19);
|
|
L_19->set_iDefaultMacCodePage_16(L_20);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_21 = L_19;
|
|
int32_t L_22 = ___ebcdicCodePage9;
|
|
NullCheck(L_21);
|
|
L_21->set_iDefaultEbcdicCodePage_17(L_22);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_23 = L_21;
|
|
bool L_24 = ___rightToLeft10;
|
|
NullCheck(L_23);
|
|
L_23->set_isRightToLeft_18(L_24);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_25 = L_23;
|
|
String_t* L_26 = ___listSeparator11;
|
|
NullCheck(L_25);
|
|
L_25->set_sListSeparator_19(L_26);
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Globalization.CultureData System.Globalization.CultureData::GetCultureData(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * CultureData_GetCultureData_m74BFC620E33FDE6A7B991CCEF7BCD7DF4E86E65C (int32_t ___culture0, bool ___bUseUserOverride1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureData::fill_culture_data(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_culture_data_mB5A00192EF19292C1AFD42E8D805F9F5F86EAC5B (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___datetimeIndex0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*CultureData_fill_culture_data_mB5A00192EF19292C1AFD42E8D805F9F5F86EAC5B_ftn) (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD *, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((CultureData_fill_culture_data_mB5A00192EF19292C1AFD42E8D805F9F5F86EAC5B_ftn)mscorlib::System::Globalization::CultureData::fill_culture_data) (__this, ___datetimeIndex0);
|
|
}
|
|
// System.Globalization.CalendarData System.Globalization.CultureData::GetCalendar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_1 = __this->get_calendars_8();
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_2 = (CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD*)(CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD*)SZArrayNew(CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)23));
|
|
__this->set_calendars_8(L_2);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_3 = __this->get_calendars_8();
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_1 = L_6;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_7 = V_1;
|
|
if (L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->get_sRealName_10();
|
|
int32_t L_9 = ___calendarId0;
|
|
bool L_10 = __this->get_bUseOverrides_11();
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_11 = (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E *)il2cpp_codegen_object_new(CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E_il2cpp_TypeInfo_var);
|
|
CalendarData__ctor_m1E7179936DAFF53B6F9E65DDF48E3494C71FE79B(L_11, L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
V_1 = L_11;
|
|
CalendarDataU5BU5D_t97B534060896C542563D812BB6E4B3CB688B92AD* L_12 = __this->get_calendars_8();
|
|
int32_t L_13 = V_0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_14 = V_1;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_14);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E *)L_14);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::get_LongTimes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_get_LongTimes_m43FA54C0BC01870A8A63419F95F94556585C8752 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_saLongTimes_3();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::get_ShortTimes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_get_ShortTimes_m017FC0627B0B53A35A22AA4A7D18D93732C1FAC2 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_saShortTimes_4();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_SISO639LANGNAME()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SISO639LANGNAME_m7B1E85711D78CECA25FC025622B56C4E1530DDCE (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sISO639Language_9();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureData::get_IFIRSTDAYOFWEEK()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_IFIRSTDAYOFWEEK_mB92C549DBEF6FBE8A84690C343E1288966FA8FA9 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_iFirstDayOfWeek_5();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureData::get_IFIRSTWEEKOFYEAR()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_IFIRSTWEEKOFYEAR_m8E49C0CE2B2F0A537ACADC32C65E83CB368F7929 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_iFirstWeekOfYear_6();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_SAM1159()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SAM1159_m9E04185F6CA0D3C2D50F1B6DEC4380AC25D02B22 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sAM1159_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_SPM2359()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SPM2359_mB686204C591F87E83360BA32FB82AE388A4AE1A0 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sPM2359_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_TimeSeparator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_TimeSeparator_m24F20722E536525E7FA458B57A3F4BB04EE346B4 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sTimeSeparator_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32[] System.Globalization.CultureData::get_CalendarIds()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* CultureData_get_CalendarIds_m3A2F9565FF53E46549322C7AE151A6CE11453A68 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_get_CalendarIds_m3A2F9565FF53E46549322C7AE151A6CE11453A68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_waCalendars_7();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = __this->get_sISO639Language_9();
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral84572EF2253EF81E2D8CD8C65849F4D9A3881F47, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral68A5D7A179F27B047CF588C7CF817EABE6480C78, /*hidden argument*/NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_7 = L_6;
|
|
int32_t L_8 = __this->get_calendarId_12();
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_8);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = L_7;
|
|
NullCheck(L_9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)3);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_waCalendars_7(L_9);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_10 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = L_10;
|
|
int32_t L_12 = __this->get_calendarId_12();
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_12);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_13 = L_11;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)4);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_waCalendars_7(L_13);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_14 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = L_14;
|
|
int32_t L_16 = __this->get_calendarId_12();
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_16);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_waCalendars_7(L_15);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = __this->get_waCalendars_7();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureData::get_IsInvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_IsInvariantCulture_m1B4DB4D6B3E7F45E5A4CBF3B52418F85654A8511 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sRealName_10();
|
|
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_CultureName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_CultureName_mEC916D6C4B4989D1FE2E0B8BE97C7B37187A93D7 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sRealName_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_SCOMPAREINFO()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_SCOMPAREINFO_mBD9111735D607E7A3B82CC129C2E3A07AAE77DCC (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_get_SCOMPAREINFO_mBD9111735D607E7A3B82CC129C2E3A07AAE77DCC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::get_STEXTINFO()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_get_STEXTINFO_mA57C294417ED2CE9B60426E9746CA9D245F52AC1 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_sRealName_10();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureData::get_ILANGUAGE()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_get_ILANGUAGE_mE96C7B05A5DD0A616412F354D86C96BDE6E0DEFB (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureData::get_UseUserOverride()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureData_get_UseUserOverride_mC7ADCEA4688643BCB92B584204CEF63B7038DA3E (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_bUseOverrides_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::EraNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_EraNames_mD57BE9CB701B570B4FAD78BA657232E582C942E9 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saEraNames_6();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::AbbrevEraNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_AbbrevEraNames_m669EC0BA2D40191F94ED3B9982CC203F544A927E (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saAbbrevEraNames_7();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::AbbreviatedEnglishEraNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_AbbreviatedEnglishEraNames_m37C656BA714F3A2372C02A82FC60BAA1B0AE3185 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saAbbrevEnglishEraNames_8();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::ShortDates(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_ShortDates_m7FBE145E39B16E22805F94780DE02076923E105F (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saShortDates_2();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::LongDates(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_LongDates_mED9B2B48E52B37F31CA2F19937F16D1B7B9DE239 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saLongDates_4();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::YearMonths(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_YearMonths_mD403080057D9E6D23A0A9F1757CB6625CB586B8E (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saYearMonths_3();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::DayNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_DayNames_mCE241ED65748EB670EBAC82B4DF779E383F74576 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saDayNames_9();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::AbbreviatedDayNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_AbbreviatedDayNames_mC4057A1EAA2B1FB00D67245318BDE70E505ED408 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saAbbrevDayNames_10();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::MonthNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_MonthNames_m94257FF1F1270E4802A4A1A285A219CF64D0766E (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saMonthNames_12();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::GenitiveMonthNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_GenitiveMonthNames_mFECFB640D0D6958F0E9474A98B891108115607F7 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saMonthGenitiveNames_14();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::AbbreviatedMonthNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_AbbreviatedMonthNames_m28FDF95DD401D3DC5D23F4FDD0CFB8F47FBA662C (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saAbbrevMonthNames_13();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::AbbreviatedGenitiveMonthNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_AbbreviatedGenitiveMonthNames_m1AE49FB4E8E73A2108787BA69BBC39972D9D9AD3 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saAbbrevMonthGenitiveNames_15();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::LeapYearMonthNames(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_LeapYearMonthNames_m2C93421105FE34D49744235463BD171B3BA26044 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1->get_saLeapYearMonthNames_16();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::MonthDay(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_MonthDay_m77F5D822A97B620D0A39C2BFB6A7441760593817 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
CalendarData_t1D4C55E2ECDDE4EB7B69C75D0E28AA0AF9952B3E * L_1 = CultureData_GetCalendar_mB4F2D5CDF5ACA790475C2BDC168290047AEB6DF5(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = L_1->get_sMonthDay_5();
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::DateSeparator(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_DateSeparator_m5F5419939B7780DE45E596BDD6CC0049A226DADF (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, int32_t ___calendarId0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___calendarId0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = CultureData_ShortDates_m7FBE145E39B16E22805F94780DE02076923E105F(__this, L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = 0;
|
|
String_t* L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
String_t* L_4 = CultureData_GetDateSeparator_mD5E28AEE467461D6C40A71B602E1614DBACD0C7A(L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::GetDateSeparator(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetDateSeparator_mD5E28AEE467461D6C40A71B602E1614DBACD0C7A (String_t* ___format0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_GetDateSeparator_mD5E28AEE467461D6C40A71B602E1614DBACD0C7A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
String_t* L_1 = CultureData_GetSeparator_mACCAE678CE480061ECBB39CF55D3F24B6010C86E(L_0, _stringLiteral8007D5EF56E6D183A57679CABA3D020569292421, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::GetSeparator(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_GetSeparator_mACCAE678CE480061ECBB39CF55D3F24B6010C86E (String_t* ___format0, String_t* ___timeParts1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_GetSeparator_mACCAE678CE480061ECBB39CF55D3F24B6010C86E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
String_t* L_0 = ___format0;
|
|
String_t* L_1 = ___timeParts1;
|
|
int32_t L_2 = CultureData_IndexOfTimePart_m16DA750A4B362919C9EE4BE95FE8ECF9F7B1C211(L_0, 0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___format0;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
|
|
int32_t L_8 = V_0;
|
|
String_t* L_9 = ___format0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_8) >= ((int32_t)L_10)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___format0;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
|
|
Il2CppChar L_14 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_2 = L_15;
|
|
int32_t L_16 = V_2;
|
|
String_t* L_17 = ___format0;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_16) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ___format0;
|
|
int32_t L_20 = V_2;
|
|
String_t* L_21 = ___timeParts1;
|
|
int32_t L_22 = CultureData_IndexOfTimePart_m16DA750A4B362919C9EE4BE95FE8ECF9F7B1C211(L_19, L_20, L_21, /*hidden argument*/NULL);
|
|
V_3 = L_22;
|
|
int32_t L_23 = V_3;
|
|
if ((((int32_t)L_23) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___format0;
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = V_3;
|
|
String_t* L_27 = CultureData_UnescapeNlsString_m4EFB84A3ADD0A0F4B078EB03DB1F2B504F5CD440(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)), /*hidden argument*/NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureData::IndexOfTimePart(System.String,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureData_IndexOfTimePart_m16DA750A4B362919C9EE4BE95FE8ECF9F7B1C211 (String_t* ___format0, int32_t ___startIndex1, String_t* ___timeParts2, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
V_0 = (bool)0;
|
|
int32_t L_0 = ___startIndex1;
|
|
V_1 = L_0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
bool L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___timeParts2;
|
|
String_t* L_3 = ___format0;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_6 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_2, L_5, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
String_t* L_8 = ___format0;
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
Il2CppChar L_11 = V_2;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_2;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
String_t* L_14 = ___format0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) >= ((int32_t)L_15)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
|
|
String_t* L_17 = ___format0;
|
|
int32_t L_18 = V_1;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_18, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
Il2CppChar L_20 = V_2;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_2;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
bool L_23 = V_0;
|
|
V_0 = (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_25 = V_1;
|
|
String_t* L_26 = ___format0;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_25) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::UnescapeNlsString(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_UnescapeNlsString_m4EFB84A3ADD0A0F4B078EB03DB1F2B504F5CD440 (String_t* ___str0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureData_UnescapeNlsString_m4EFB84A3ADD0A0F4B078EB03DB1F2B504F5CD440_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
V_0 = (StringBuilder_t *)NULL;
|
|
int32_t L_0 = ___start1;
|
|
V_1 = L_0;
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
String_t* L_1 = ___str0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
Il2CppChar L_4 = V_2;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_2;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)92))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
StringBuilder_t * L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___str0;
|
|
int32_t L_8 = ___start1;
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = ___start1;
|
|
String_t* L_11 = ___str0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245(L_13, L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
StringBuilder_t * L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___str0;
|
|
int32_t L_16 = ___start1;
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = ___start1;
|
|
String_t* L_19 = ___str0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
|
|
StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m105DFD306CF1352C62553EED8AC7ABAAC62B7245(L_21, L_15, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), L_20, /*hidden argument*/NULL);
|
|
V_0 = L_21;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
int32_t L_23 = V_1;
|
|
String_t* L_24 = ___str0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_23) >= ((int32_t)L_25)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_26 = V_0;
|
|
String_t* L_27 = ___str0;
|
|
int32_t L_28 = V_1;
|
|
NullCheck(L_27);
|
|
Il2CppChar L_29 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, L_28, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_26, L_29, /*hidden argument*/NULL);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
StringBuilder_t * L_30 = V_0;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t * L_31 = V_0;
|
|
String_t* L_32 = ___str0;
|
|
int32_t L_33 = V_1;
|
|
NullCheck(L_32);
|
|
Il2CppChar L_34 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_31, L_34, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
int32_t L_35 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_36 = V_1;
|
|
String_t* L_37 = ___str0;
|
|
NullCheck(L_37);
|
|
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_36) >= ((int32_t)L_38)))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_1;
|
|
int32_t L_40 = ___end2;
|
|
if ((((int32_t)L_39) <= ((int32_t)L_40)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
StringBuilder_t * L_41 = V_0;
|
|
if (L_41)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = ___str0;
|
|
int32_t L_43 = ___start1;
|
|
int32_t L_44 = ___end2;
|
|
int32_t L_45 = ___start1;
|
|
NullCheck(L_42);
|
|
String_t* L_46 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_42, L_43, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), (int32_t)1)), /*hidden argument*/NULL);
|
|
return L_46;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
StringBuilder_t * L_47 = V_0;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
|
|
return L_48;
|
|
}
|
|
}
|
|
// System.String[] System.Globalization.CultureData::ReescapeWin32Strings(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* CultureData_ReescapeWin32Strings_mD2273680DA4E34259B37E3C499E41CB72FBE9DCF (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___array0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureData::ReescapeWin32String(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureData_ReescapeWin32String_mB6D37FC2C76F8AD4A1ECD365C36F129309FF7ED0 (String_t* ___str0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___str0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureData::GetNFIValues(System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_GetNFIValues_m4CE4924FED55C249F382F084C8DD28C491C77CF7 (CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * __this, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = CultureData_get_IsInvariantCulture_m1B4DB4D6B3E7F45E5A4CBF3B52418F85654A8511(__this, /*hidden argument*/NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = ___nfi0;
|
|
int32_t L_2 = __this->get_numberIndex_13();
|
|
CultureData_fill_number_data_m8954F550701C29FC9211EC56C16860728DF88C74(L_1, L_2, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___nfi0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = ___nfi0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->get_numberDecimalDigits_21();
|
|
NullCheck(L_3);
|
|
L_3->set_percentDecimalDigits_28(L_5);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = ___nfi0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = ___nfi0;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = L_7->get_numberDecimalSeparator_6();
|
|
NullCheck(L_6);
|
|
L_6->set_percentDecimalSeparator_15(L_8);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = ___nfi0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = ___nfi0;
|
|
NullCheck(L_10);
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = L_10->get_numberGroupSizes_1();
|
|
NullCheck(L_9);
|
|
L_9->set_percentGroupSizes_3(L_11);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = ___nfi0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = ___nfi0;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->get_numberGroupSeparator_7();
|
|
NullCheck(L_12);
|
|
L_12->set_percentGroupSeparator_16(L_14);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureData::fill_number_data(System.Globalization.NumberFormatInfo,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureData_fill_number_data_m8954F550701C29FC9211EC56C16860728DF88C74 (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___nfi0, int32_t ___numberIndex1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*CultureData_fill_number_data_m8954F550701C29FC9211EC56C16860728DF88C74_ftn) (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
((CultureData_fill_number_data_m8954F550701C29FC9211EC56C16860728DF88C74_ftn)mscorlib::System::Globalization::CultureData::fill_number_data) (___nfi0, ___numberIndex1);
|
|
}
|
|
#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.CultureInfo
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke_back(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled)
|
|
{
|
|
Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CultureInfo
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_pinvoke_cleanup(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: System.Globalization.CultureInfo
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com_back(const CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F& unmarshaled)
|
|
{
|
|
Exception_t* ___numInfo_10Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'numInfo' of type 'CultureInfo'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___numInfo_10Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Globalization.CultureInfo
|
|
IL2CPP_EXTERN_C void CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshal_com_cleanup(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_invariant_culture_info_0();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentUICulture_mE132DCAF12CBF24E1FC0AF90BB6F33739F416487 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_0 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = Thread_get_CurrentUICulture_m7D91997747DB8A3780F0305A337D5389DB58194F(L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_default_current_culture_2();
|
|
if (!L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_default_current_culture_2();
|
|
return L_1;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = CultureInfo_get_current_locale_name_m52E258D7D881B045E23E2F03438278B323D227F0(/*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
V_1 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL;
|
|
String_t* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
|
|
IL_0018:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
String_t* L_4 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4(L_4, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
goto IL_0024;
|
|
} // 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_0021;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{ // begin catch(System.Object)
|
|
goto IL_0024;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0024:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_1;
|
|
NullCheck(L_8);
|
|
L_8->set_m_isReadOnly_3((bool)1);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = V_1;
|
|
NullCheck(L_9);
|
|
L_9->set_m_useUserOverride_9((bool)1);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->set_default_current_culture_2(L_10);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::ConstructCurrentUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureInfo::get_Territory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Territory_m1E9F7B4E458F342CEA9E603E64E3333B052F4ECF (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_territory_19();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureInfo::get_LCID()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_LCID_m9827C1ED0F4173CF0A221F4A8A1EC3DEE2F7FD9F (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_cultureID_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureInfo::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_Name_m5CEC5E0ABB7D6123CF4BA51D97B65BEBFA4115BC (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_name_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::get_Calendar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * CultureInfo_get_Calendar_m01BBA7A4A0EA33ED2DA95064854E6F40D02EF148 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_Calendar_m01BBA7A4A0EA33ED2DA95064854E6F40D02EF148_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_0 = __this->get_calendar_24();
|
|
if (L_0)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_constructed_26();
|
|
if (L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = __this->get_default_calendar_type_8();
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_3 = CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5(L_2, /*hidden argument*/NULL);
|
|
__this->set_calendar_24(L_3);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_4 = __this->get_calendar_24();
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_Parent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_Parent_mC53F1079C92D8FF715455351A441D5ABE9A81404 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_Parent_mC53F1079C92D8FF715455351A441D5ABE9A81404_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = __this->get_parent_culture_25();
|
|
if (L_0)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_constructed_26();
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_2 = __this->get_parent_lcid_5();
|
|
int32_t L_3 = __this->get_cultureID_4();
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->get_parent_lcid_5();
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)31748)))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this);
|
|
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)121)))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3(L_9, _stringLiteralACDFC66F796B9E1C4B085C5020F49141AC958E56, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = L_9;
|
|
V_0 = L_10;
|
|
__this->set_parent_culture_25(L_10);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
int32_t L_12 = __this->get_parent_lcid_5();
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)4))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this);
|
|
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Globalization.CultureInfo::get_EnglishName() */, __this);
|
|
NullCheck(L_14);
|
|
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)121)))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3(L_17, _stringLiteralE3F97143EC1DC6EBAE80C0F780960C5E77357AF6, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = L_17;
|
|
V_0 = L_18;
|
|
__this->set_parent_culture_25(L_18);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
return (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)NULL;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
int32_t L_20 = __this->get_parent_lcid_5();
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)127)))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_21 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
__this->set_parent_culture_25(L_21);
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_22 = __this->get_cultureID_4();
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)127)))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
__this->set_parent_culture_25(__this);
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
int32_t L_23 = __this->get_cultureID_4();
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)1028)))))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3(L_24, _stringLiteral4474ABE156E995800F623A46EB81155997101DC5, /*hidden argument*/NULL);
|
|
__this->set_parent_culture_25(L_24);
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
int32_t L_25 = __this->get_parent_lcid_5();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m0CC8F74A7489CB5BF1A66B3B42A684A8E32D5A0D(L_26, L_25, /*hidden argument*/NULL);
|
|
__this->set_parent_culture_25(L_26);
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_27 = __this->get_parent_culture_25();
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * CultureInfo_get_TextInfo_mEB952D53FF72A73B12FB06BA26993B9227B7E093 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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);
|
|
{
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_0 = __this->get_textInfo_12();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_constructed_26();
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_3 = __this->get_textInfo_12();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_3)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
bool L_4 = __this->get_m_isReadOnly_3();
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_5 = CultureInfo_CreateTextInfo_m0B5E333683897377F1AB07613B633E5DC5A5C899(__this, L_4, /*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_textInfo_12(L_5);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
IL2CPP_LEAVE(0x4E, FINALLY_0044);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0044;
|
|
}
|
|
|
|
FINALLY_0044:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
IL2CPP_END_FINALLY(68)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(68)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x4E, IL_004e)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_8 = __this->get_textInfo_12();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Object System.Globalization.CultureInfo::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_Clone_m6E4DF45077A8E530A0B765E5D83E54074BB17425 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_Clone_m6E4DF45077A8E530A0B765E5D83E54074BB17425_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
{
|
|
bool L_0 = __this->get_constructed_26();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject * L_1 = Object_MemberwiseClone_m1DAC4538CD68D4CF4DC5B04E4BBE86D470948B28(__this, /*hidden argument*/NULL);
|
|
V_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_1, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
L_2->set_m_isReadOnly_3((bool)0);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
L_3->set_cached_serialized_form_27((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
|
|
bool L_4 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, __this);
|
|
if (L_4)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = V_0;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = VirtFuncInvoker0< NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this);
|
|
NullCheck(L_6);
|
|
RuntimeObject * L_7 = NumberFormatInfo_Clone_m1FCF29B5DCBF457C95C97A0CD047FBF4252AEF95(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
VirtActionInvoker1< NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(15 /* System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo) */, L_5, ((NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)CastclassSealed((RuntimeObject*)L_7, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var)));
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_0;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = VirtFuncInvoker0< DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this);
|
|
NullCheck(L_9);
|
|
RuntimeObject * L_10 = DateTimeFormatInfo_Clone_m72D6280296E849FF0BD23A282C1B5ECC81EAF6BA(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
VirtActionInvoker1< DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * >::Invoke(17 /* System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo) */, L_8, ((DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)CastclassSealed((RuntimeObject*)L_10, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_Equals_m0D77429DEE596910597D314AD2B2475426A7C739 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_Equals_m0D77429DEE596910597D314AD2B2475426A7C739_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
{
|
|
RuntimeObject * L_0 = ___value0;
|
|
V_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)IsInstClass((RuntimeObject*)L_0, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->get_cultureID_4();
|
|
int32_t L_4 = __this->get_cultureID_4();
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->get_m_name_13();
|
|
String_t* L_7 = __this->get_m_name_13();
|
|
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo[] System.Globalization.CultureInfo::GetCultures(System.Globalization.CultureTypes)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* CultureInfo_GetCultures_mF06FF1D19C1F6626A89ECAEEC152194FEE7EDEC6 (int32_t ___types0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_GetCultures_mF06FF1D19C1F6626A89ECAEEC152194FEE7EDEC6_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_4 = NULL;
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Il2CppChar V_6 = 0x0;
|
|
{
|
|
int32_t L_0 = ___types0;
|
|
int32_t L_1 = ___types0;
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_2 = ___types0;
|
|
V_1 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
|
|
int32_t L_3 = ((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
bool L_5 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_6 = CultureInfo_internal_get_cultures_m136531F401158BCABA50D2A66FEB455552244D1E((bool)L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
V_3 = 0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
if (!(((RuntimeArray*)L_7)->max_length))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_8 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = 0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
if (L_10)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_11 = V_2;
|
|
int32_t L_12 = V_3;
|
|
int32_t L_13 = L_12;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Globalization.CultureInfo::Clone() */, L_14);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_15, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)));
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_15, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var)));
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_16 = V_2;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
V_4 = L_19;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = V_4;
|
|
NullCheck(L_20);
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_21 = CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB(L_20, /*hidden argument*/NULL);
|
|
V_5 = L_21;
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_22 = V_2;
|
|
int32_t L_23 = V_3;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = V_4;
|
|
NullCheck(L_26);
|
|
String_t* L_27 = L_26->get_m_name_13();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_28 = V_4;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->get_datetime_index_6();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_30 = V_4;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F(L_30, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = V_4;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = L_32->get_number_index_7();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = V_4;
|
|
NullCheck(L_34);
|
|
String_t* L_35 = L_34->get_iso2lang_17();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_36 = V_5;
|
|
int32_t L_37 = L_36.get_ansi_0();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_38 = V_5;
|
|
int32_t L_39 = L_38.get_oem_3();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_40 = V_5;
|
|
int32_t L_41 = L_40.get_mac_2();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_42 = V_5;
|
|
int32_t L_43 = L_42.get_ebcdic_1();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_44 = V_5;
|
|
bool L_45 = L_44.get_right_to_left_4();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_46 = V_5;
|
|
uint8_t L_47 = L_46.get_list_sep_5();
|
|
V_6 = L_47;
|
|
String_t* L_48 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_6), /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_49 = CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3(L_27, (bool)0, L_29, L_31, L_33, L_35, L_37, L_39, L_41, L_43, L_45, L_48, /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
L_25->set_m_cultureData_28(L_49);
|
|
int32_t L_50 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
int32_t L_51 = V_3;
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_52 = V_2;
|
|
NullCheck(L_52);
|
|
if ((((int32_t)L_51) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* L_53 = V_2;
|
|
return L_53;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo_Data System.Globalization.CultureInfo::GetTextInfoData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = __this->get_textinfo_data_22();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_1 = (*(Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F *)L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureInfo::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_GetHashCode_mC9CB15FA95565104983B939103986954FEAE4A7B (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t* L_0 = __this->get_address_of_cultureID_4();
|
|
int32_t L_1 = Int32_GetHashCode_m245C424ECE351E5FE3277A88EEB02132DAB8C25A((int32_t*)L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::ReadOnly(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_ReadOnly_m794584C344F127E7918300FC386B852A93BB98F8 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___ci0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_ReadOnly_m794584C344F127E7918300FC386B852A93BB98F8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___ci0;
|
|
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, _stringLiteral5A4FE08359C7F97380E408C717EF42C86939CD86, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo_ReadOnly_m794584C344F127E7918300FC386B852A93BB98F8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___ci0;
|
|
NullCheck(L_2);
|
|
bool L_3 = L_2->get_m_isReadOnly_3();
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ___ci0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = ___ci0;
|
|
NullCheck(L_5);
|
|
RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(11 /* System.Object System.Globalization.CultureInfo::Clone() */, L_5);
|
|
V_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)CastclassClass((RuntimeObject*)L_6, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var));
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
L_7->set_m_isReadOnly_3((bool)1);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = L_8->get_numInfo_10();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_9)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = V_0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_0;
|
|
NullCheck(L_11);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_12 = L_11->get_numInfo_10();
|
|
il2cpp_codegen_memory_barrier();
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = NumberFormatInfo_ReadOnly_m0E875B6C490E874D31C6557CC0400404EFD9669D(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_10->set_numInfo_10(L_13);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_15 = L_14->get_dateTimeInfo_11();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_15)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_16 = V_0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_17 = V_0;
|
|
NullCheck(L_17);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_18 = L_17->get_dateTimeInfo_11();
|
|
il2cpp_codegen_memory_barrier();
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_19 = DateTimeFormatInfo_ReadOnly_m749937E9D3A4CD08F5CF65E098491F2961CB3777(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_16->set_dateTimeInfo_11(L_19);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = V_0;
|
|
NullCheck(L_20);
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_21 = L_20->get_textInfo_12();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_21)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = V_0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = V_0;
|
|
NullCheck(L_23);
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_24 = L_23->get_textInfo_12();
|
|
il2cpp_codegen_memory_barrier();
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_25 = TextInfo_ReadOnly_mCDCA872FFA9D88C1383A537A12B96EE8328E14C9(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
il2cpp_codegen_memory_barrier();
|
|
L_22->set_textInfo_12(L_25);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = V_0;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureInfo::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_ToString_m35C04764D4ABE6BF900834A16E17158D769E940D (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_name_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * CultureInfo_get_CompareInfo_m6D81E94CA56589276E4A0C07A91AA41D1CE7ED70 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_CompareInfo_m6D81E94CA56589276E4A0C07A91AA41D1CE7ED70_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * 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);
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get_compareInfo_21();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->get_constructed_26();
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = V_0;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_3 = __this->get_compareInfo_21();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = (CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 *)il2cpp_codegen_object_new(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_il2cpp_TypeInfo_var);
|
|
CompareInfo__ctor_m40F691A2A633813B265160FDD1976A1F0AF3311D(L_4, __this, /*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_compareInfo_21(L_4);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
IL2CPP_LEAVE(0x48, FINALLY_003e);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_003e;
|
|
}
|
|
|
|
FINALLY_003e:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = V_0;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
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:
|
|
{
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_7 = __this->get_compareInfo_21();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_IsNeutralCulture_mDC2B2D6F7E3ACF1D65E602068D2BCE84153A1C89 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_cultureID_4();
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)127)))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
bool L_1 = __this->get_constructed_26();
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
String_t* L_2 = __this->get_territory_19();
|
|
return (bool)((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::CheckNeutral()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckNeutral_m0F6A6CDCC31198E34F2AE8E9243F662A79E0C3B3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * CultureInfo_get_NumberFormat_mFAC77DF833F23FA2127287AFBE3AB030E2814711 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_NumberFormat_mFAC77DF833F23FA2127287AFBE3AB030E2814711_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * V_0 = NULL;
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = __this->get_numInfo_10();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (L_0)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_1 = __this->get_m_cultureData_28();
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)il2cpp_codegen_object_new(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var);
|
|
NumberFormatInfo__ctor_m844D810C844346CAE534279B4B81FCF3D2549CFB(L_2, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = V_0;
|
|
bool L_4 = __this->get_m_isReadOnly_3();
|
|
NullCheck(L_3);
|
|
L_3->set_isReadOnly_30(L_4);
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = V_0;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_numInfo_10(L_5);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = __this->get_numInfo_10();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::set_NumberFormat(System.Globalization.NumberFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_constructed_26();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_1 = __this->get_m_isReadOnly_3();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral3470119F1361E9FB958E1C5BEFC19520B7D8EF98, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = ___value0;
|
|
if (L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralECDF9A9CFF400558A75967F58230DD71E6503677, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CultureInfo_set_NumberFormat_m72589980CF1893EA4B55D34A4573AD909439D44B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_5 = ___value0;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_numInfo_10(L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * CultureInfo_get_DateTimeFormat_m75B764A308557045E4404AA5C42E803CBE46A299 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_DateTimeFormat_m75B764A308557045E4404AA5C42E803CBE46A299_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * V_0 = NULL;
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_0 = __this->get_dateTimeInfo_11();
|
|
il2cpp_codegen_memory_barrier();
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = __this->get_dateTimeInfo_11();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_2 = __this->get_constructed_26();
|
|
if (L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
CultureInfo_CheckNeutral_m0F6A6CDCC31198E34F2AE8E9243F662A79E0C3B3(__this, /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_3 = __this->get_m_cultureData_28();
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * L_4 = VirtFuncInvoker0< Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * >::Invoke(8 /* System.Globalization.Calendar System.Globalization.CultureInfo::get_Calendar() */, __this);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F *)il2cpp_codegen_object_new(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_il2cpp_TypeInfo_var);
|
|
DateTimeFormatInfo__ctor_mC9584993071ECE1F6F85A35B1521B976882FE7A3(L_5, L_3, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = V_0;
|
|
bool L_7 = __this->get_m_isReadOnly_3();
|
|
NullCheck(L_6);
|
|
L_6->set_m_isReadOnly_44(L_7);
|
|
Thread_MemoryBarrier_mAB9F6B8404ACCE0D17BEDBD656782FEDDBC9FB8A(/*hidden argument*/NULL);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_8 = V_0;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_dateTimeInfo_11(L_8);
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = __this->get_dateTimeInfo_11();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::set_DateTimeFormat(System.Globalization.DateTimeFormatInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->get_constructed_26();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_1 = __this->get_m_isReadOnly_3();
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral3470119F1361E9FB958E1C5BEFC19520B7D8EF98, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___value0;
|
|
if (L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_4, _stringLiteralF7341B4DDAE7217C23B2CF13BB7B0F50C417A033, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CultureInfo_set_DateTimeFormat_m32CD08DCBA7F4B92401AFD8A842A489E32AC8B35_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_5 = ___value0;
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_dateTimeInfo_11(L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureInfo::get_EnglishName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_EnglishName_m6D5B2337A52B3AC19E8CA364C089F2B0A62DFDC7 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_constructed_26();
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_1 = __this->get_englishname_14();
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::get_IsReadOnly()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_IsReadOnly_m527F0337C516B57391AD20A70BF18FF7B0AC4849 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_isReadOnly_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object System.Globalization.CultureInfo::GetFormat(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CultureInfo_GetFormat_m78A6C10DD01640647F452D3EC122F2EFEDCAD9F0 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, Type_t * ___formatType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_GetFormat_m78A6C10DD01640647F452D3EC122F2EFEDCAD9F0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
V_0 = NULL;
|
|
Type_t * L_0 = ___formatType0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
|
|
bool L_3 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_0, L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = VirtFuncInvoker0< NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, __this);
|
|
V_0 = L_4;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Type_t * L_5 = ___formatType0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
|
|
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, L_7, /*hidden argument*/NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_9 = VirtFuncInvoker0< DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * >::Invoke(16 /* System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo::get_DateTimeFormat() */, __this);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
RuntimeObject * L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::Construct()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_Construct_m2CDEE423E209F524F37670732A65BE1C06E5A64B (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_cultureID_4();
|
|
CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8(__this, L_0, /*hidden argument*/NULL);
|
|
__this->set_constructed_26((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_lcid(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___lcid0, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8_ftn) (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_lcid) (__this, ___lcid0);
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::construct_internal_locale_from_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0_ftn) (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *, String_t*);
|
|
using namespace il2cpp::icalls;
|
|
return ((CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0_ftn)mscorlib::System::Globalization::CultureInfo::construct_internal_locale_from_name) (__this, ___name0);
|
|
}
|
|
// System.String System.Globalization.CultureInfo::get_current_locale_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_current_locale_name_m52E258D7D881B045E23E2F03438278B323D227F0 (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*CultureInfo_get_current_locale_name_m52E258D7D881B045E23E2F03438278B323D227F0_ftn) ();
|
|
using namespace il2cpp::icalls;
|
|
return ((CultureInfo_get_current_locale_name_m52E258D7D881B045E23E2F03438278B323D227F0_ftn)mscorlib::System::Globalization::CultureInfo::get_current_locale_name) ();
|
|
}
|
|
// System.Globalization.CultureInfo[] System.Globalization.CultureInfo::internal_get_cultures(System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* CultureInfo_internal_get_cultures_m136531F401158BCABA50D2A66FEB455552244D1E (bool ___neutral0, bool ___specific1, bool ___installed2, const RuntimeMethod* method)
|
|
{
|
|
typedef CultureInfoU5BU5D_t5ABD12F26C65E5F6F3E7916401EAA322BA2BDF31* (*CultureInfo_internal_get_cultures_m136531F401158BCABA50D2A66FEB455552244D1E_ftn) (bool, bool, bool);
|
|
using namespace il2cpp::icalls;
|
|
return ((CultureInfo_internal_get_cultures_m136531F401158BCABA50D2A66FEB455552244D1E_ftn)mscorlib::System::Globalization::CultureInfo::internal_get_cultures) (___neutral0, ___specific1, ___installed2);
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::ConstructInvariant(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, bool ___read_only0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
__this->set_cultureID_4(((int32_t)127));
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_numInfo_10(L_0);
|
|
bool L_1 = ___read_only0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = __this->get_numInfo_10();
|
|
il2cpp_codegen_memory_barrier();
|
|
NullCheck(L_2);
|
|
RuntimeObject * L_3 = NumberFormatInfo_Clone_m1FCF29B5DCBF457C95C97A0CD047FBF4252AEF95(L_2, /*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_numInfo_10(((NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 *)CastclassSealed((RuntimeObject*)L_3, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_il2cpp_TypeInfo_var)));
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_4 = TextInfo_get_Invariant_m6020FDD7232184775D57CA6BA4A6B00FADEF4E66(/*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->set_textInfo_12(L_4);
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_name_13(L_5);
|
|
String_t* L_6 = _stringLiteralCE1DDF44C11C095A333A8053DF423CCC278000D1;
|
|
V_0 = L_6;
|
|
__this->set_nativename_15(L_6);
|
|
String_t* L_7 = V_0;
|
|
__this->set_englishname_14(L_7);
|
|
__this->set_iso3lang_16(_stringLiteralFF3EC9FFE170FAC43619C3E91AF20AB3D231EAD7);
|
|
__this->set_iso2lang_17(_stringLiteral2B946DDAE90DF50F553375CBADEDE63EF5DCC8B0);
|
|
__this->set_win3lang_18(_stringLiteralFF3EC9FFE170FAC43619C3E91AF20AB3D231EAD7);
|
|
__this->set_default_calendar_type_8(((int32_t)257));
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.TextInfo System.Globalization.CultureInfo::CreateTextInfo(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * CultureInfo_CreateTextInfo_m0B5E333683897377F1AB07613B633E5DC5A5C899 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, bool ___readOnly0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateTextInfo_m0B5E333683897377F1AB07613B633E5DC5A5C899_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_0 = __this->get_m_cultureData_28();
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_1 = (TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 *)il2cpp_codegen_object_new(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_il2cpp_TypeInfo_var);
|
|
TextInfo__ctor_m3E40F2E6D4A5EA5833D3AA6D3BD66DC37F450902(L_1, L_0, /*hidden argument*/NULL);
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_2 = L_1;
|
|
bool L_3 = ___readOnly0;
|
|
NullCheck(L_2);
|
|
TextInfo_SetReadOnlyState_mAC959762A86242FA9594A3872EB4126401DF0AA7_inline(L_2, L_3, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m0CC8F74A7489CB5BF1A66B3B42A684A8E32D5A0D (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___culture0;
|
|
CultureInfo__ctor_m09E9A526FDC6747F93D8CE3B370D92339E97FF8A(__this, L_0, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m09E9A526FDC6747F93D8CE3B370D92339E97FF8A (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, bool ___useUserOverride1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___culture0;
|
|
bool L_1 = ___useUserOverride1;
|
|
CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, int32_t ___culture0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___culture0;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
__this->set_constructed_26((bool)1);
|
|
bool L_2 = ___read_only2;
|
|
__this->set_m_isReadOnly_3(L_2);
|
|
bool L_3 = ___useUserOverride1;
|
|
__this->set_m_useUserOverride_9(L_3);
|
|
int32_t L_4 = ___culture0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)127)))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_5 = CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2(/*hidden argument*/NULL);
|
|
__this->set_m_cultureData_28(L_5);
|
|
bool L_6 = ___read_only2;
|
|
CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC(__this, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_7 = ___culture0;
|
|
bool L_8 = CultureInfo_construct_internal_locale_from_lcid_mAB73794CE4DBC7F5B3931D6C1F71111925267BA8(__this, L_7, /*hidden argument*/NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_11 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___culture0), L_10, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
String_t* L_13 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&___culture0), _stringLiteralD3BB58F43423756E664BDFC3FC3F45439766807B, L_12, /*hidden argument*/NULL);
|
|
String_t* L_14 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_9, _stringLiteralF43B7AB1399EFF35D14C150D33C6023CEAB1E49C, L_11, L_13, /*hidden argument*/NULL);
|
|
V_1 = L_14;
|
|
String_t* L_15 = V_1;
|
|
CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 * L_16 = (CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 *)il2cpp_codegen_object_new(CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201_il2cpp_TypeInfo_var);
|
|
CultureNotFoundException__ctor_mFEE61B0E4943A9273A64AEDB3D122570115BB1E7(L_16, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_17 = CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB(__this, /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
String_t* L_18 = __this->get_m_name_13();
|
|
bool L_19 = __this->get_m_useUserOverride_9();
|
|
int32_t L_20 = __this->get_datetime_index_6();
|
|
int32_t L_21 = CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F(__this, /*hidden argument*/NULL);
|
|
int32_t L_22 = __this->get_number_index_7();
|
|
String_t* L_23 = __this->get_iso2lang_17();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_24 = V_0;
|
|
int32_t L_25 = L_24.get_ansi_0();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_26 = V_0;
|
|
int32_t L_27 = L_26.get_oem_3();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_28 = V_0;
|
|
int32_t L_29 = L_28.get_mac_2();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_30 = V_0;
|
|
int32_t L_31 = L_30.get_ebcdic_1();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_32 = V_0;
|
|
bool L_33 = L_32.get_right_to_left_4();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_34 = V_0;
|
|
uint8_t L_35 = L_34.get_list_sep_5();
|
|
V_2 = L_35;
|
|
String_t* L_36 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_2), /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_37 = CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3(L_18, L_19, L_20, L_21, L_22, L_23, L_25, L_27, L_29, L_31, L_33, L_36, /*hidden argument*/NULL);
|
|
__this->set_m_cultureData_28(L_37);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mA0E7CC1F0262900B57C2CD04E1FEB30FD87281C3 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
CultureInfo__ctor_m2E0A32E821294B92622538611A6686F1C0CB376D(__this, L_0, (bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m2E0A32E821294B92622538611A6686F1C0CB376D (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, bool ___useUserOverride1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
bool L_1 = ___useUserOverride1;
|
|
CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor(System.String,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, String_t* ___name0, bool ___useUserOverride1, bool ___read_only2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = ___name0;
|
|
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, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
__this->set_constructed_26((bool)1);
|
|
bool L_2 = ___read_only2;
|
|
__this->set_m_isReadOnly_3(L_2);
|
|
bool L_3 = ___useUserOverride1;
|
|
__this->set_m_useUserOverride_9(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|
bool L_7 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_4, L_6, /*hidden argument*/NULL);
|
|
__this->set_m_isInherited_29(L_7);
|
|
String_t* L_8 = ___name0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_10 = CultureData_get_Invariant_m763434327D22085941467F64DF03695280560BF2(/*hidden argument*/NULL);
|
|
__this->set_m_cultureData_28(L_10);
|
|
bool L_11 = ___read_only2;
|
|
CultureInfo_ConstructInvariant_mC8F9E554C7A99ED3013F9D3A35257E3F68C8EECC(__this, L_11, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
String_t* L_12 = ___name0;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_12, /*hidden argument*/NULL);
|
|
bool L_14 = CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0(__this, L_13, /*hidden argument*/NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___name0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Exception_t * L_16 = CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F(L_15, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_17 = CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB(__this, /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
String_t* L_18 = __this->get_m_name_13();
|
|
bool L_19 = ___useUserOverride1;
|
|
int32_t L_20 = __this->get_datetime_index_6();
|
|
int32_t L_21 = CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F(__this, /*hidden argument*/NULL);
|
|
int32_t L_22 = __this->get_number_index_7();
|
|
String_t* L_23 = __this->get_iso2lang_17();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_24 = V_0;
|
|
int32_t L_25 = L_24.get_ansi_0();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_26 = V_0;
|
|
int32_t L_27 = L_26.get_oem_3();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_28 = V_0;
|
|
int32_t L_29 = L_28.get_mac_2();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_30 = V_0;
|
|
int32_t L_31 = L_30.get_ebcdic_1();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_32 = V_0;
|
|
bool L_33 = L_32.get_right_to_left_4();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_34 = V_0;
|
|
uint8_t L_35 = L_34.get_list_sep_5();
|
|
V_1 = L_35;
|
|
String_t* L_36 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_1), /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_37 = CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3(L_18, L_19, L_20, L_21, L_22, L_23, L_25, L_27, L_29, L_31, L_33, L_36, /*hidden argument*/NULL);
|
|
__this->set_m_cultureData_28(L_37);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__ctor_m767ADA2E60C7290C931818B8A74CB97F62D68784 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
__this->set_constructed_26((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::insert_into_shared_tables(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___c0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * L_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_number_35();
|
|
if (L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * L_1 = (Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B *)il2cpp_codegen_object_new(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mA812A0CB1A5CB9BA3A884A21466D42A3DEA904E1(L_1, /*hidden argument*/Dictionary_2__ctor_mA812A0CB1A5CB9BA3A884A21466D42A3DEA904E1_RuntimeMethod_var);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->set_shared_by_number_35(L_1);
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * L_2 = (Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 *)il2cpp_codegen_object_new(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mBF9A900B3B8847E348C1773F43385EE5BC3AAA31(L_2, /*hidden argument*/Dictionary_2__ctor_mBF9A900B3B8847E348C1773F43385EE5BC3AAA31_RuntimeMethod_var);
|
|
((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->set_shared_by_name_36(L_2);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * L_3 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_number_35();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = ___c0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->get_cultureID_4();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = ___c0;
|
|
NullCheck(L_3);
|
|
Dictionary_2_set_Item_m65242B9CF4ACB6582999F82115A37FCD04AB9DAE(L_3, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m65242B9CF4ACB6582999F82115A37FCD04AB9DAE_RuntimeMethod_var);
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * L_7 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_name_36();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___c0;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->get_m_name_13();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = ___c0;
|
|
NullCheck(L_7);
|
|
Dictionary_2_set_Item_m4B3D69E456044B1798A53E8872F072E5835BF68E(L_7, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m4B3D69E456044B1798A53E8872F072E5835BF68E_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C (int32_t ___culture0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
bool V_2 = false;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
int32_t L_0 = ___culture0;
|
|
if ((((int32_t)L_0) >= ((int32_t)1)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, _stringLiteralD5DF16A053AC14B040C62E79CA35CBD99E8BA7C8, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo_GetCultureInfo_mA907D8B043126761BA2C2ABCD1A3AB503371530C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_table_lock_1();
|
|
V_1 = L_2;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_3 = V_1;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_2), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * L_4 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_number_35();
|
|
if (!L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * L_5 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_number_35();
|
|
int32_t L_6 = ___culture0;
|
|
NullCheck(L_5);
|
|
bool L_7 = Dictionary_2_TryGetValue_m6379EC5BB82E29FD6BE13C2B512D592A077864E2(L_5, L_6, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m6379EC5BB82E29FD6BE13C2B512D592A077864E2_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_0;
|
|
V_3 = L_8;
|
|
IL2CPP_LEAVE(0x5B, FINALLY_0051);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_9 = ___culture0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF(L_10, L_9, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C(L_11, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = V_0;
|
|
V_3 = L_12;
|
|
IL2CPP_LEAVE(0x5B, FINALLY_0051);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0051;
|
|
}
|
|
|
|
FINALLY_0051:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
RuntimeObject * L_14 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
IL2CPP_END_FINALLY(81)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(81)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5B, IL_005b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::GetCultureInfo(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350 (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_0 = NULL;
|
|
RuntimeObject * V_1 = NULL;
|
|
bool V_2 = false;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_3 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo_GetCultureInfo_mC35FFFC4C2C9F4A4D5BC19E483464978E25E7350_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_table_lock_1();
|
|
V_1 = L_2;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_0016:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
RuntimeObject * L_3 = V_1;
|
|
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_2), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * L_4 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_name_36();
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * L_5 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_shared_by_name_36();
|
|
String_t* L_6 = ___name0;
|
|
NullCheck(L_5);
|
|
bool L_7 = Dictionary_2_TryGetValue_m1129EEC4610C004A4331110B9C566D1057D5AFD8(L_5, L_6, (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1129EEC4610C004A4331110B9C566D1057D5AFD8_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = V_0;
|
|
V_3 = L_8;
|
|
IL2CPP_LEAVE(0x55, FINALLY_004b);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_9 = ___name0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988(L_10, L_9, (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_insert_into_shared_tables_mEF7A50DE94D03F4C663AEC7D7E23A0BD309F872C(L_11, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_12 = V_0;
|
|
V_3 = L_12;
|
|
IL2CPP_LEAVE(0x55, FINALLY_004b);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_004b;
|
|
}
|
|
|
|
FINALLY_004b:
|
|
{ // begin finally (depth: 1)
|
|
{
|
|
bool L_13 = V_2;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
RuntimeObject * L_14 = V_1;
|
|
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
IL2CPP_END_FINALLY(75)
|
|
}
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(75)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x55, IL_0055)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = V_3;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateCulture(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_CreateCulture_m607F16CB58D85A64B5304A37ADDABB2018C6F687 (String_t* ___name0, bool ___reference1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateCulture_m607F16CB58D85A64B5304A37ADDABB2018C6F687_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = ___reference1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = V_2;
|
|
if (L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 1;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_1 = (bool)G_B4_0;
|
|
V_0 = (bool)0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_0 = (bool)0;
|
|
bool L_4 = V_2;
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = 1;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
V_1 = (bool)G_B8_0;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
String_t* L_5 = ___name0;
|
|
bool L_6 = V_1;
|
|
bool L_7 = V_0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_mE2FDB21C08A492242FF7269518374D18321D9988(L_8, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCulture(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4 (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * V_1 = NULL;
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___name0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = ___name0;
|
|
V_0 = L_5;
|
|
String_t* L_6 = ___name0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_6, /*hidden argument*/NULL);
|
|
___name0 = L_7;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m767ADA2E60C7290C931818B8A74CB97F62D68784(L_8, /*hidden argument*/NULL);
|
|
V_1 = L_8;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = V_1;
|
|
String_t* L_10 = ___name0;
|
|
NullCheck(L_9);
|
|
bool L_11 = CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0(L_9, L_10, /*hidden argument*/NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = ___name0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
|
|
int32_t L_14 = V_3;
|
|
if ((((int32_t)L_14) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = V_1;
|
|
String_t* L_16 = ___name0;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
String_t* L_18 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_16, 0, L_17, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
bool L_19 = CultureInfo_construct_internal_locale_from_name_m2CCD5D99A5E0BC0ACBE22473DB4F11D979526AC0(L_15, L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_20 = ___name0;
|
|
int32_t L_21 = V_3;
|
|
NullCheck(L_20);
|
|
int32_t L_22 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_20, ((int32_t)45), ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t L_23 = L_22;
|
|
V_3 = L_23;
|
|
if ((((int32_t)L_23) > ((int32_t)0)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
int32_t L_24 = V_3;
|
|
if ((((int32_t)L_24) > ((int32_t)0)))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
Exception_t * L_26 = CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F(L_25, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, CultureInfo_CreateSpecificCulture_m53BBE5D365265FE50F6D66B1B6B84909A2F012A4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_27 = V_1;
|
|
NullCheck(L_27);
|
|
bool L_28 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Globalization.CultureInfo::get_IsNeutralCulture() */, L_27);
|
|
if (!L_28)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = V_1;
|
|
NullCheck(L_29);
|
|
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_29);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_31 = CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED(L_30, /*hidden argument*/NULL);
|
|
V_1 = L_31;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = V_1;
|
|
NullCheck(L_32);
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_33 = CultureInfo_GetTextInfoData_m8726A60555228979CB16047C14759C7A8D7A10CB(L_32, /*hidden argument*/NULL);
|
|
V_2 = L_33;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_34 = V_1;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = V_1;
|
|
NullCheck(L_35);
|
|
String_t* L_36 = L_35->get_m_name_13();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_37 = V_1;
|
|
NullCheck(L_37);
|
|
int32_t L_38 = L_37->get_datetime_index_6();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_39 = V_1;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F(L_39, /*hidden argument*/NULL);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_41 = V_1;
|
|
NullCheck(L_41);
|
|
int32_t L_42 = L_41->get_number_index_7();
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_43 = V_1;
|
|
NullCheck(L_43);
|
|
String_t* L_44 = L_43->get_iso2lang_17();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_45 = V_2;
|
|
int32_t L_46 = L_45.get_ansi_0();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_47 = V_2;
|
|
int32_t L_48 = L_47.get_oem_3();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_49 = V_2;
|
|
int32_t L_50 = L_49.get_mac_2();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_51 = V_2;
|
|
int32_t L_52 = L_51.get_ebcdic_1();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_53 = V_2;
|
|
bool L_54 = L_53.get_right_to_left_4();
|
|
Data_t25CAFAACB31D34B4A9385638281C56D4D250BA2F L_55 = V_2;
|
|
uint8_t L_56 = L_55.get_list_sep_5();
|
|
V_4 = L_56;
|
|
String_t* L_57 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_4), /*hidden argument*/NULL);
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * L_58 = CultureData_GetCultureData_m2F3659A1E1ED0DBC60A58EBABDBFFD6797610AE3(L_36, (bool)0, L_38, L_40, L_42, L_44, L_46, L_48, L_50, L_52, L_54, L_57, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
L_34->set_m_cultureData_28(L_58);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_59 = V_1;
|
|
return L_59;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::CreateSpecificCultureFromNeutral(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_0, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
String_t* L_2 = V_1;
|
|
uint32_t L_3 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m5C1A2CA6703F0D94CE54FF9003154837BB1CDF9A(L_2, /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
uint32_t L_4 = V_2;
|
|
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)1344898993)))))
|
|
{
|
|
goto IL_04d3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_5 = V_2;
|
|
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)1128614327)))))
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_6 = V_2;
|
|
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)1025408520)))))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_7 = V_2;
|
|
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)975938470)))))
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_8 = V_2;
|
|
if ((!(((uint32_t)L_8) <= ((uint32_t)((int32_t)926444256)))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_9 = V_2;
|
|
if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)896475900)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_10 = V_2;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)275533995))))
|
|
{
|
|
goto IL_1091;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_11 = V_2;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)896475900))))
|
|
{
|
|
goto IL_09d7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
uint32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)925484199))))
|
|
{
|
|
goto IL_0faa;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_13 = V_2;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)926444256))))
|
|
{
|
|
goto IL_0d9d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
uint32_t L_14 = V_2;
|
|
if ((!(((uint32_t)L_14) <= ((uint32_t)((int32_t)944060518)))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_15 = V_2;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)942383232))))
|
|
{
|
|
goto IL_0a55;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_16 = V_2;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)944060518))))
|
|
{
|
|
goto IL_131c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
uint32_t L_17 = V_2;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)944899161))))
|
|
{
|
|
goto IL_11b7;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_18 = V_2;
|
|
if ((((int32_t)L_18) == ((int32_t)((int32_t)975938470))))
|
|
{
|
|
goto IL_0a6a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
uint32_t L_19 = V_2;
|
|
if ((!(((uint32_t)L_19) <= ((uint32_t)((int32_t)996684602)))))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_20 = V_2;
|
|
if ((!(((uint32_t)L_20) <= ((uint32_t)((int32_t)977615756)))))
|
|
{
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_21 = V_2;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)976777113))))
|
|
{
|
|
goto IL_0db2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_22 = V_2;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)977615756))))
|
|
{
|
|
goto IL_1346;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
uint32_t L_23 = V_2;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)991980614))))
|
|
{
|
|
goto IL_0ca1;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_24 = V_2;
|
|
if ((((int32_t)L_24) == ((int32_t)((int32_t)996684602))))
|
|
{
|
|
goto IL_0fbf;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
uint32_t L_25 = V_2;
|
|
if ((!(((uint32_t)L_25) <= ((uint32_t)((int32_t)1011170994)))))
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_26 = V_2;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)1009493708))))
|
|
{
|
|
goto IL_0a40;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_27 = V_2;
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)1011170994))))
|
|
{
|
|
goto IL_1331;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
uint32_t L_28 = V_2;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)1011465184))))
|
|
{
|
|
goto IL_1481;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_29 = V_2;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)1012009637))))
|
|
{
|
|
goto IL_11e1;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_30 = V_2;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)1025408520))))
|
|
{
|
|
goto IL_13ee;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
uint32_t L_31 = V_2;
|
|
if ((!(((uint32_t)L_31) <= ((uint32_t)((int32_t)1092248970)))))
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_32 = V_2;
|
|
if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)1058693732)))))
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_33 = V_2;
|
|
if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)1044726232)))))
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_34 = V_2;
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)1044181779))))
|
|
{
|
|
goto IL_0e6f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_35 = V_2;
|
|
if ((((int32_t)L_35) == ((int32_t)((int32_t)1044726232))))
|
|
{
|
|
goto IL_1385;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
uint32_t L_36 = V_2;
|
|
if ((((int32_t)L_36) == ((int32_t)((int32_t)1045564875))))
|
|
{
|
|
goto IL_120b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_37 = V_2;
|
|
if ((((int32_t)L_37) == ((int32_t)((int32_t)1058693732))))
|
|
{
|
|
goto IL_0ba5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
uint32_t L_38 = V_2;
|
|
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)1076162899)))))
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_39 = V_2;
|
|
if ((((int32_t)L_39) == ((int32_t)((int32_t)1075868709))))
|
|
{
|
|
goto IL_0c8c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_40 = V_2;
|
|
if ((((int32_t)L_40) == ((int32_t)((int32_t)1076162899))))
|
|
{
|
|
goto IL_09ad;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
uint32_t L_41 = V_2;
|
|
if ((((int32_t)L_41) == ((int32_t)((int32_t)1079120113))))
|
|
{
|
|
goto IL_11f6;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_42 = V_2;
|
|
if ((((int32_t)L_42) == ((int32_t)((int32_t)1087741671))))
|
|
{
|
|
goto IL_0a16;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_43 = V_2;
|
|
if ((((int32_t)L_43) == ((int32_t)((int32_t)1092248970))))
|
|
{
|
|
goto IL_0bba;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
uint32_t L_44 = V_2;
|
|
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)1110556780)))))
|
|
{
|
|
goto IL_022d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_45 = V_2;
|
|
if ((!(((uint32_t)L_45) <= ((uint32_t)((int32_t)1095059089)))))
|
|
{
|
|
goto IL_0212;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_46 = V_2;
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)1094514636))))
|
|
{
|
|
goto IL_0eae;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_47 = V_2;
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)1095059089))))
|
|
{
|
|
goto IL_1370;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
uint32_t L_48 = V_2;
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)1110159422))))
|
|
{
|
|
goto IL_0a94;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_49 = V_2;
|
|
if ((((int32_t)L_49) == ((int32_t)((int32_t)1110556780))))
|
|
{
|
|
goto IL_0f17;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_022d:
|
|
{
|
|
uint32_t L_50 = V_2;
|
|
if ((!(((uint32_t)L_50) <= ((uint32_t)((int32_t)1126201566)))))
|
|
{
|
|
goto IL_0250;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_51 = V_2;
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)1111292255))))
|
|
{
|
|
goto IL_0ec3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_52 = V_2;
|
|
if ((((int32_t)L_52) == ((int32_t)((int32_t)1126201566))))
|
|
{
|
|
goto IL_0cb6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0250:
|
|
{
|
|
uint32_t L_53 = V_2;
|
|
if ((((int32_t)L_53) == ((int32_t)((int32_t)1126937041))))
|
|
{
|
|
goto IL_0a7f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_54 = V_2;
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)1128069874))))
|
|
{
|
|
goto IL_0e84;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_55 = V_2;
|
|
if ((((int32_t)L_55) == ((int32_t)((int32_t)1128614327))))
|
|
{
|
|
goto IL_139a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0276:
|
|
{
|
|
uint32_t L_56 = V_2;
|
|
if ((!(((uint32_t)L_56) <= ((uint32_t)((int32_t)1213341065)))))
|
|
{
|
|
goto IL_03aa;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_57 = V_2;
|
|
if ((!(((uint32_t)L_57) <= ((uint32_t)((int32_t)1177122803)))))
|
|
{
|
|
goto IL_031b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_58 = V_2;
|
|
if ((!(((uint32_t)L_58) <= ((uint32_t)((int32_t)1162022470)))))
|
|
{
|
|
goto IL_02d2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_59 = V_2;
|
|
if ((!(((uint32_t)L_59) <= ((uint32_t)((int32_t)1144553303)))))
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_60 = V_2;
|
|
if ((((int32_t)L_60) == ((int32_t)((int32_t)1129452970))))
|
|
{
|
|
goto IL_1220;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_61 = V_2;
|
|
if ((((int32_t)L_61) == ((int32_t)((int32_t)1144553303))))
|
|
{
|
|
goto IL_0dc7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
uint32_t L_62 = V_2;
|
|
if ((((int32_t)L_62) == ((int32_t)((int32_t)1144847493))))
|
|
{
|
|
goto IL_0e99;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_63 = V_2;
|
|
if ((((int32_t)L_63) == ((int32_t)((int32_t)1162022470))))
|
|
{
|
|
goto IL_142d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_02d2:
|
|
{
|
|
uint32_t L_64 = V_2;
|
|
if ((!(((uint32_t)L_64) <= ((uint32_t)((int32_t)1163008208)))))
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_65 = V_2;
|
|
if ((((int32_t)L_65) == ((int32_t)((int32_t)1162757945))))
|
|
{
|
|
goto IL_10e5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_66 = V_2;
|
|
if ((((int32_t)L_66) == ((int32_t)((int32_t)1163008208))))
|
|
{
|
|
goto IL_129e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
uint32_t L_67 = V_2;
|
|
if ((((int32_t)L_67) == ((int32_t)((int32_t)1164435231))))
|
|
{
|
|
goto IL_14d5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_68 = V_2;
|
|
if ((((int32_t)L_68) == ((int32_t)((int32_t)1176137065))))
|
|
{
|
|
goto IL_0bcf;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_69 = V_2;
|
|
if ((((int32_t)L_69) == ((int32_t)((int32_t)1177122803))))
|
|
{
|
|
goto IL_0b27;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
uint32_t L_70 = V_2;
|
|
if ((!(((uint32_t)L_70) <= ((uint32_t)((int32_t)1195724803)))))
|
|
{
|
|
goto IL_0361;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_71 = V_2;
|
|
if ((!(((uint32_t)L_71) <= ((uint32_t)((int32_t)1194444875)))))
|
|
{
|
|
goto IL_0346;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_72 = V_2;
|
|
if ((((int32_t)L_72) == ((int32_t)((int32_t)1192914684))))
|
|
{
|
|
goto IL_0be4;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_73 = V_2;
|
|
if ((((int32_t)L_73) == ((int32_t)((int32_t)1194444875))))
|
|
{
|
|
goto IL_0f02;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
uint32_t L_74 = V_2;
|
|
if ((((int32_t)L_74) == ((int32_t)((int32_t)1194886160))))
|
|
{
|
|
goto IL_0df1;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_75 = V_2;
|
|
if ((((int32_t)L_75) == ((int32_t)((int32_t)1195724803))))
|
|
{
|
|
goto IL_13af;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0361:
|
|
{
|
|
uint32_t L_76 = V_2;
|
|
if ((!(((uint32_t)L_76) <= ((uint32_t)((int32_t)1211324057)))))
|
|
{
|
|
goto IL_0384;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_77 = V_2;
|
|
if ((((int32_t)L_77) == ((int32_t)((int32_t)1209692303))))
|
|
{
|
|
goto IL_0bf9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_78 = V_2;
|
|
if ((((int32_t)L_78) == ((int32_t)((int32_t)1211324057))))
|
|
{
|
|
goto IL_0e1b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0384:
|
|
{
|
|
uint32_t L_79 = V_2;
|
|
if ((((int32_t)L_79) == ((int32_t)((int32_t)1211663779))))
|
|
{
|
|
goto IL_0e06;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_80 = V_2;
|
|
if ((((int32_t)L_80) == ((int32_t)((int32_t)1211957969))))
|
|
{
|
|
goto IL_0e5a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_81 = V_2;
|
|
if ((((int32_t)L_81) == ((int32_t)((int32_t)1213341065))))
|
|
{
|
|
goto IL_1289;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_03aa:
|
|
{
|
|
uint32_t L_82 = V_2;
|
|
if ((!(((uint32_t)L_82) <= ((uint32_t)((int32_t)1277200137)))))
|
|
{
|
|
goto IL_0444;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_83 = V_2;
|
|
if ((!(((uint32_t)L_83) <= ((uint32_t)((int32_t)1231251517)))))
|
|
{
|
|
goto IL_03fb;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_84 = V_2;
|
|
if ((!(((uint32_t)L_84) <= ((uint32_t)((int32_t)1227161470)))))
|
|
{
|
|
goto IL_03e0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_85 = V_2;
|
|
if ((((int32_t)L_85) == ((int32_t)((int32_t)1213488160))))
|
|
{
|
|
goto IL_118d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_86 = V_2;
|
|
if ((((int32_t)L_86) == ((int32_t)((int32_t)1227161470))))
|
|
{
|
|
goto IL_0998;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_03e0:
|
|
{
|
|
uint32_t L_87 = V_2;
|
|
if ((((int32_t)L_87) == ((int32_t)((int32_t)1230118684))))
|
|
{
|
|
goto IL_12dd;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_88 = V_2;
|
|
if ((((int32_t)L_88) == ((int32_t)((int32_t)1231251517))))
|
|
{
|
|
goto IL_14ab;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_03fb:
|
|
{
|
|
uint32_t L_89 = V_2;
|
|
if ((!(((uint32_t)L_89) <= ((uint32_t)((int32_t)1246896303)))))
|
|
{
|
|
goto IL_041e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_90 = V_2;
|
|
if ((((int32_t)L_90) == ((int32_t)((int32_t)1237973804))))
|
|
{
|
|
goto IL_146c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_91 = V_2;
|
|
if ((((int32_t)L_91) == ((int32_t)((int32_t)1246896303))))
|
|
{
|
|
goto IL_12f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_041e:
|
|
{
|
|
uint32_t L_92 = V_2;
|
|
if ((((int32_t)L_92) == ((int32_t)((int32_t)1247043398))))
|
|
{
|
|
goto IL_11a2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_93 = V_2;
|
|
if ((((int32_t)L_93) == ((int32_t)((int32_t)1260172255))))
|
|
{
|
|
goto IL_0b90;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_94 = V_2;
|
|
if ((((int32_t)L_94) == ((int32_t)((int32_t)1277200137))))
|
|
{
|
|
goto IL_0ce0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0444:
|
|
{
|
|
uint32_t L_95 = V_2;
|
|
if ((!(((uint32_t)L_95) <= ((uint32_t)((int32_t)1296390517)))))
|
|
{
|
|
goto IL_048a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_96 = V_2;
|
|
if ((!(((uint32_t)L_96) <= ((uint32_t)((int32_t)1278921350)))))
|
|
{
|
|
goto IL_046f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_97 = V_2;
|
|
if ((((int32_t)L_97) == ((int32_t)((int32_t)1277347232))))
|
|
{
|
|
goto IL_0c77;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_98 = V_2;
|
|
if ((((int32_t)L_98) == ((int32_t)((int32_t)1278921350))))
|
|
{
|
|
goto IL_0d73;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_046f:
|
|
{
|
|
uint32_t L_99 = V_2;
|
|
if ((((int32_t)L_99) == ((int32_t)((int32_t)1296243422))))
|
|
{
|
|
goto IL_1442;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_100 = V_2;
|
|
if ((((int32_t)L_100) == ((int32_t)((int32_t)1296390517))))
|
|
{
|
|
goto IL_13c4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_048a:
|
|
{
|
|
uint32_t L_101 = V_2;
|
|
if ((!(((uint32_t)L_101) <= ((uint32_t)((int32_t)1312329493)))))
|
|
{
|
|
goto IL_04ad;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_102 = V_2;
|
|
if ((((int32_t)L_102) == ((int32_t)((int32_t)1311490850))))
|
|
{
|
|
goto IL_0abe;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_103 = V_2;
|
|
if ((((int32_t)L_103) == ((int32_t)((int32_t)1312329493))))
|
|
{
|
|
goto IL_0ddc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_04ad:
|
|
{
|
|
uint32_t L_104 = V_2;
|
|
if ((((int32_t)L_104) == ((int32_t)((int32_t)1328268469))))
|
|
{
|
|
goto IL_0aa9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_105 = V_2;
|
|
if ((((int32_t)L_105) == ((int32_t)((int32_t)1329254207))))
|
|
{
|
|
goto IL_0d49;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_106 = V_2;
|
|
if ((((int32_t)L_106) == ((int32_t)((int32_t)1344898993))))
|
|
{
|
|
goto IL_0b3c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_04d3:
|
|
{
|
|
uint32_t L_107 = V_2;
|
|
if ((!(((uint32_t)L_107) <= ((uint32_t)((int32_t)1646454850)))))
|
|
{
|
|
goto IL_073b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_108 = V_2;
|
|
if ((!(((uint32_t)L_108) <= ((uint32_t)((int32_t)1545391778)))))
|
|
{
|
|
goto IL_0612;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_109 = V_2;
|
|
if ((!(((uint32_t)L_109) <= ((uint32_t)((int32_t)1462636516)))))
|
|
{
|
|
goto IL_0583;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_110 = V_2;
|
|
if ((!(((uint32_t)L_110) <= ((uint32_t)((int32_t)1428492898)))))
|
|
{
|
|
goto IL_053a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_111 = V_2;
|
|
if ((!(((uint32_t)L_111) <= ((uint32_t)((int32_t)1347311754)))))
|
|
{
|
|
goto IL_051f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_112 = V_2;
|
|
if ((((int32_t)L_112) == ((int32_t)((int32_t)1346178921))))
|
|
{
|
|
goto IL_0eed;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_113 = V_2;
|
|
if ((((int32_t)L_113) == ((int32_t)((int32_t)1347311754))))
|
|
{
|
|
goto IL_10d0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_051f:
|
|
{
|
|
uint32_t L_114 = V_2;
|
|
if ((((int32_t)L_114) == ((int32_t)((int32_t)1424802581))))
|
|
{
|
|
goto IL_135b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_115 = V_2;
|
|
if ((((int32_t)L_115) == ((int32_t)((int32_t)1428492898))))
|
|
{
|
|
goto IL_0a01;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_053a:
|
|
{
|
|
uint32_t L_116 = V_2;
|
|
if ((!(((uint32_t)L_116) <= ((uint32_t)((int32_t)1429850248)))))
|
|
{
|
|
goto IL_055d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_117 = V_2;
|
|
if ((((int32_t)L_117) == ((int32_t)((int32_t)1429081278))))
|
|
{
|
|
goto IL_0fe9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_118 = V_2;
|
|
if ((((int32_t)L_118) == ((int32_t)((int32_t)1429850248))))
|
|
{
|
|
goto IL_0ccb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_055d:
|
|
{
|
|
uint32_t L_119 = V_2;
|
|
if ((((int32_t)L_119) == ((int32_t)((int32_t)1445858897))))
|
|
{
|
|
goto IL_0ffe;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_120 = V_2;
|
|
if ((((int32_t)L_120) == ((int32_t)((int32_t)1461901041))))
|
|
{
|
|
goto IL_0c62;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_121 = V_2;
|
|
if ((((int32_t)L_121) == ((int32_t)((int32_t)1462636516))))
|
|
{
|
|
goto IL_1013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0583:
|
|
{
|
|
uint32_t L_122 = V_2;
|
|
if ((!(((uint32_t)L_122) <= ((uint32_t)((int32_t)1479958588)))))
|
|
{
|
|
goto IL_05c9;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_123 = V_2;
|
|
if ((!(((uint32_t)L_123) <= ((uint32_t)((int32_t)1478281302)))))
|
|
{
|
|
goto IL_05ae;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_124 = V_2;
|
|
if ((((int32_t)L_124) == ((int32_t)((int32_t)1463180969))))
|
|
{
|
|
goto IL_1028;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_125 = V_2;
|
|
if ((((int32_t)L_125) == ((int32_t)((int32_t)1478281302))))
|
|
{
|
|
goto IL_0b51;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_05ae:
|
|
{
|
|
uint32_t L_126 = V_2;
|
|
if ((((int32_t)L_126) == ((int32_t)((int32_t)1479119945))))
|
|
{
|
|
goto IL_0afd;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_127 = V_2;
|
|
if ((((int32_t)L_127) == ((int32_t)((int32_t)1479958588))))
|
|
{
|
|
goto IL_103d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_05c9:
|
|
{
|
|
uint32_t L_128 = V_2;
|
|
if ((!(((uint32_t)L_128) <= ((uint32_t)((int32_t)1483209992)))))
|
|
{
|
|
goto IL_05ec;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_129 = V_2;
|
|
if ((((int32_t)L_129) == ((int32_t)((int32_t)1480252778))))
|
|
{
|
|
goto IL_0d88;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_130 = V_2;
|
|
if ((((int32_t)L_130) == ((int32_t)((int32_t)1483209992))))
|
|
{
|
|
goto IL_153e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_05ec:
|
|
{
|
|
uint32_t L_131 = V_2;
|
|
if ((((int32_t)L_131) == ((int32_t)((int32_t)1514352469))))
|
|
{
|
|
goto IL_1403;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_132 = V_2;
|
|
if ((((int32_t)L_132) == ((int32_t)((int32_t)1529997255))))
|
|
{
|
|
goto IL_0f41;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_133 = V_2;
|
|
if ((((int32_t)L_133) == ((int32_t)((int32_t)1545391778))))
|
|
{
|
|
goto IL_0b66;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0612:
|
|
{
|
|
uint32_t L_134 = V_2;
|
|
if ((!(((uint32_t)L_134) <= ((uint32_t)((int32_t)1579491469)))))
|
|
{
|
|
goto IL_06ac;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_135 = V_2;
|
|
if ((!(((uint32_t)L_135) <= ((uint32_t)((int32_t)1551553596)))))
|
|
{
|
|
goto IL_0663;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_136 = V_2;
|
|
if ((!(((uint32_t)L_136) <= ((uint32_t)((int32_t)1546524611)))))
|
|
{
|
|
goto IL_0648;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_137 = V_2;
|
|
if ((((int32_t)L_137) == ((int32_t)((int32_t)1545789136))))
|
|
{
|
|
goto IL_0c23;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_138 = V_2;
|
|
if ((((int32_t)L_138) == ((int32_t)((int32_t)1546524611))))
|
|
{
|
|
goto IL_0f56;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0648:
|
|
{
|
|
uint32_t L_139 = V_2;
|
|
if ((((int32_t)L_139) == ((int32_t)((int32_t)1547363254))))
|
|
{
|
|
goto IL_0d1f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_140 = V_2;
|
|
if ((((int32_t)L_140) == ((int32_t)((int32_t)1551553596))))
|
|
{
|
|
goto IL_10fa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0663:
|
|
{
|
|
uint32_t L_141 = V_2;
|
|
if ((!(((uint32_t)L_141) <= ((uint32_t)((int32_t)1563552493)))))
|
|
{
|
|
goto IL_0686;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_142 = V_2;
|
|
if ((((int32_t)L_142) == ((int32_t)((int32_t)1562713850))))
|
|
{
|
|
goto IL_09c2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_143 = V_2;
|
|
if ((((int32_t)L_143) == ((int32_t)((int32_t)1563552493))))
|
|
{
|
|
goto IL_0f2c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0686:
|
|
{
|
|
uint32_t L_144 = V_2;
|
|
if ((((int32_t)L_144) == ((int32_t)((int32_t)1563699588))))
|
|
{
|
|
goto IL_10bb;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_145 = V_2;
|
|
if ((((int32_t)L_145) == ((int32_t)((int32_t)1565420801))))
|
|
{
|
|
goto IL_1124;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_146 = V_2;
|
|
if ((((int32_t)L_146) == ((int32_t)((int32_t)1579491469))))
|
|
{
|
|
goto IL_09ec;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_06ac:
|
|
{
|
|
uint32_t L_147 = V_2;
|
|
if ((!(((uint32_t)L_147) <= ((uint32_t)((int32_t)1596857468)))))
|
|
{
|
|
goto IL_06f2;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_148 = V_2;
|
|
if ((!(((uint32_t)L_148) <= ((uint32_t)((int32_t)1581462945)))))
|
|
{
|
|
goto IL_06d7;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_149 = V_2;
|
|
if ((((int32_t)L_149) == ((int32_t)((int32_t)1580079849))))
|
|
{
|
|
goto IL_0f6b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_150 = V_2;
|
|
if ((((int32_t)L_150) == ((int32_t)((int32_t)1581462945))))
|
|
{
|
|
goto IL_1418;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_06d7:
|
|
{
|
|
uint32_t L_151 = V_2;
|
|
if ((((int32_t)L_151) == ((int32_t)((int32_t)1582198420))))
|
|
{
|
|
goto IL_110f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_152 = V_2;
|
|
if ((((int32_t)L_152) == ((int32_t)((int32_t)1596857468))))
|
|
{
|
|
goto IL_0f80;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_06f2:
|
|
{
|
|
uint32_t L_153 = V_2;
|
|
if ((!(((uint32_t)L_153) <= ((uint32_t)((int32_t)1616151016)))))
|
|
{
|
|
goto IL_0715;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_154 = V_2;
|
|
if ((((int32_t)L_154) == ((int32_t)((int32_t)1614473730))))
|
|
{
|
|
goto IL_0cf5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_155 = V_2;
|
|
if ((((int32_t)L_155) == ((int32_t)((int32_t)1616151016))))
|
|
{
|
|
goto IL_1163;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0715:
|
|
{
|
|
uint32_t L_156 = V_2;
|
|
if ((((int32_t)L_156) == ((int32_t)((int32_t)1630412706))))
|
|
{
|
|
goto IL_0f95;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_157 = V_2;
|
|
if ((((int32_t)L_157) == ((int32_t)((int32_t)1630957159))))
|
|
{
|
|
goto IL_1052;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_158 = V_2;
|
|
if ((((int32_t)L_158) == ((int32_t)((int32_t)1646454850))))
|
|
{
|
|
goto IL_0c4d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_073b:
|
|
{
|
|
uint32_t L_159 = V_2;
|
|
if ((!(((uint32_t)L_159) <= ((uint32_t)((int32_t)-1282466426)))))
|
|
{
|
|
goto IL_086f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_160 = V_2;
|
|
if ((!(((uint32_t)L_160) <= ((uint32_t)((int32_t)1748694682)))))
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_161 = V_2;
|
|
if ((!(((uint32_t)L_161) <= ((uint32_t)((int32_t)1649706254)))))
|
|
{
|
|
goto IL_0797;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_162 = V_2;
|
|
if ((!(((uint32_t)L_162) <= ((uint32_t)((int32_t)1647734778)))))
|
|
{
|
|
goto IL_077c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_163 = V_2;
|
|
if ((((int32_t)L_163) == ((int32_t)((int32_t)1646896135))))
|
|
{
|
|
goto IL_0b12;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_164 = V_2;
|
|
if ((((int32_t)L_164) == ((int32_t)((int32_t)1647734778))))
|
|
{
|
|
goto IL_107c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_077c:
|
|
{
|
|
uint32_t L_165 = V_2;
|
|
if ((((int32_t)L_165) == ((int32_t)((int32_t)1648867611))))
|
|
{
|
|
goto IL_1496;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_166 = V_2;
|
|
if ((((int32_t)L_166) == ((int32_t)((int32_t)1649706254))))
|
|
{
|
|
goto IL_1178;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0797:
|
|
{
|
|
uint32_t L_167 = V_2;
|
|
if ((!(((uint32_t)L_167) <= ((uint32_t)((int32_t)1664512397)))))
|
|
{
|
|
goto IL_07ba;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_168 = V_2;
|
|
if ((((int32_t)L_168) == ((int32_t)((int32_t)1650441729))))
|
|
{
|
|
goto IL_14c0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_169 = V_2;
|
|
if ((((int32_t)L_169) == ((int32_t)((int32_t)1664512397))))
|
|
{
|
|
goto IL_1067;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_07ba:
|
|
{
|
|
uint32_t L_170 = V_2;
|
|
if ((((int32_t)L_170) == ((int32_t)((int32_t)1680010088))))
|
|
{
|
|
goto IL_0c0e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_171 = V_2;
|
|
if ((((int32_t)L_171) == ((int32_t)((int32_t)1680473867))))
|
|
{
|
|
goto IL_0e30;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_172 = V_2;
|
|
if ((((int32_t)L_172) == ((int32_t)((int32_t)1748694682))))
|
|
{
|
|
goto IL_0d34;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_07e0:
|
|
{
|
|
uint32_t L_173 = V_2;
|
|
if ((!(((uint32_t)L_173) <= ((uint32_t)((int32_t)2046577884)))))
|
|
{
|
|
goto IL_0826;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_174 = V_2;
|
|
if ((!(((uint32_t)L_174) <= ((uint32_t)((int32_t)1816099348)))))
|
|
{
|
|
goto IL_080b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_175 = V_2;
|
|
if ((((int32_t)L_175) == ((int32_t)((int32_t)1790977000))))
|
|
{
|
|
goto IL_0ae8;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_176 = V_2;
|
|
if ((((int32_t)L_176) == ((int32_t)((int32_t)1816099348))))
|
|
{
|
|
goto IL_0e45;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_080b:
|
|
{
|
|
uint32_t L_177 = V_2;
|
|
if ((((int32_t)L_177) == ((int32_t)((int32_t)1848919111))))
|
|
{
|
|
goto IL_10a6;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_178 = V_2;
|
|
if ((((int32_t)L_178) == ((int32_t)((int32_t)2046577884))))
|
|
{
|
|
goto IL_0ed8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0826:
|
|
{
|
|
uint32_t L_179 = V_2;
|
|
if ((!(((uint32_t)L_179) <= ((uint32_t)((int32_t)-2097029397)))))
|
|
{
|
|
goto IL_0849;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_180 = V_2;
|
|
if ((((int32_t)L_180) == ((int32_t)((int32_t)-2114506301))))
|
|
{
|
|
goto IL_1514;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_181 = V_2;
|
|
if ((((int32_t)L_181) == ((int32_t)((int32_t)-2097029397))))
|
|
{
|
|
goto IL_1529;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0849:
|
|
{
|
|
uint32_t L_182 = V_2;
|
|
if ((((int32_t)L_182) == ((int32_t)((int32_t)-2030618206))))
|
|
{
|
|
goto IL_14ea;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_183 = V_2;
|
|
if ((((int32_t)L_183) == ((int32_t)((int32_t)-2013141302))))
|
|
{
|
|
goto IL_14ff;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_184 = V_2;
|
|
if ((((int32_t)L_184) == ((int32_t)((int32_t)-1282466426))))
|
|
{
|
|
goto IL_12c8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_086f:
|
|
{
|
|
uint32_t L_185 = V_2;
|
|
if ((!(((uint32_t)L_185) <= ((uint32_t)((int32_t)-499364495)))))
|
|
{
|
|
goto IL_0909;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_186 = V_2;
|
|
if ((!(((uint32_t)L_186) <= ((uint32_t)((int32_t)-1000824663)))))
|
|
{
|
|
goto IL_08c0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_187 = V_2;
|
|
if ((!(((uint32_t)L_187) <= ((uint32_t)((int32_t)-1070508222)))))
|
|
{
|
|
goto IL_08a5;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_188 = V_2;
|
|
if ((((int32_t)L_188) == ((int32_t)((int32_t)-1120547033))))
|
|
{
|
|
goto IL_0ad3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_189 = V_2;
|
|
if ((((int32_t)L_189) == ((int32_t)((int32_t)-1070508222))))
|
|
{
|
|
goto IL_13d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_08a5:
|
|
{
|
|
uint32_t L_190 = V_2;
|
|
if ((((int32_t)L_190) == ((int32_t)((int32_t)-1054646714))))
|
|
{
|
|
goto IL_0b7b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_191 = V_2;
|
|
if ((((int32_t)L_191) == ((int32_t)((int32_t)-1000824663))))
|
|
{
|
|
goto IL_1307;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_08c0:
|
|
{
|
|
uint32_t L_192 = V_2;
|
|
if ((!(((uint32_t)L_192) <= ((uint32_t)((int32_t)-635659997)))))
|
|
{
|
|
goto IL_08e3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_193 = V_2;
|
|
if ((((int32_t)L_193) == ((int32_t)((int32_t)-958094860))))
|
|
{
|
|
goto IL_0c38;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_194 = V_2;
|
|
if ((((int32_t)L_194) == ((int32_t)((int32_t)-635659997))))
|
|
{
|
|
goto IL_11cc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_08e3:
|
|
{
|
|
uint32_t L_195 = V_2;
|
|
if ((((int32_t)L_195) == ((int32_t)((int32_t)-616910902))))
|
|
{
|
|
goto IL_1274;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_196 = V_2;
|
|
if ((((int32_t)L_196) == ((int32_t)((int32_t)-533022807))))
|
|
{
|
|
goto IL_125f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_197 = V_2;
|
|
if ((((int32_t)L_197) == ((int32_t)((int32_t)-499364495))))
|
|
{
|
|
goto IL_12b3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0909:
|
|
{
|
|
uint32_t L_198 = V_2;
|
|
if ((!(((uint32_t)L_198) <= ((uint32_t)((int32_t)-341932697)))))
|
|
{
|
|
goto IL_094f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_199 = V_2;
|
|
if ((!(((uint32_t)L_199) <= ((uint32_t)((int32_t)-382024236)))))
|
|
{
|
|
goto IL_0934;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_200 = V_2;
|
|
if ((((int32_t)L_200) == ((int32_t)((int32_t)-465912331))))
|
|
{
|
|
goto IL_124a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_201 = V_2;
|
|
if ((((int32_t)L_201) == ((int32_t)((int32_t)-382024236))))
|
|
{
|
|
goto IL_1235;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0934:
|
|
{
|
|
uint32_t L_202 = V_2;
|
|
if ((((int32_t)L_202) == ((int32_t)((int32_t)-376555237))))
|
|
{
|
|
goto IL_1457;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_203 = V_2;
|
|
if ((((int32_t)L_203) == ((int32_t)((int32_t)-341932697))))
|
|
{
|
|
goto IL_0fd4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_094f:
|
|
{
|
|
uint32_t L_204 = V_2;
|
|
if ((!(((uint32_t)L_204) <= ((uint32_t)((int32_t)-253670045)))))
|
|
{
|
|
goto IL_0972;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_205 = V_2;
|
|
if ((((int32_t)L_205) == ((int32_t)((int32_t)-295804760))))
|
|
{
|
|
goto IL_0a2b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_206 = V_2;
|
|
if ((((int32_t)L_206) == ((int32_t)((int32_t)-253670045))))
|
|
{
|
|
goto IL_114e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0972:
|
|
{
|
|
uint32_t L_207 = V_2;
|
|
if ((((int32_t)L_207) == ((int32_t)((int32_t)-191759542))))
|
|
{
|
|
goto IL_0d5e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_208 = V_2;
|
|
if ((((int32_t)L_208) == ((int32_t)((int32_t)-18783379))))
|
|
{
|
|
goto IL_1139;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_209 = V_2;
|
|
if ((((int32_t)L_209) == ((int32_t)((int32_t)-14695608))))
|
|
{
|
|
goto IL_0d0a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0998:
|
|
{
|
|
String_t* L_210 = V_1;
|
|
bool L_211 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_210, _stringLiteralD1E622507595486EE06DB24B1DEBF11064EDD2BA, /*hidden argument*/NULL);
|
|
if (L_211)
|
|
{
|
|
goto IL_1553;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_09ad:
|
|
{
|
|
String_t* L_212 = V_1;
|
|
bool L_213 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_212, _stringLiteral96E8155732E8324AE26F64D4516EB6FE696AC84F, /*hidden argument*/NULL);
|
|
if (L_213)
|
|
{
|
|
goto IL_155e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_09c2:
|
|
{
|
|
String_t* L_214 = V_1;
|
|
bool L_215 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_214, _stringLiteral23D8E0156062165CA3736E9F1E364D414E1D82D5, /*hidden argument*/NULL);
|
|
if (L_215)
|
|
{
|
|
goto IL_1569;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_09d7:
|
|
{
|
|
String_t* L_216 = V_1;
|
|
bool L_217 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_216, _stringLiteral61976AAFF28A81901A73362730198145C0AB9C34, /*hidden argument*/NULL);
|
|
if (L_217)
|
|
{
|
|
goto IL_1574;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_09ec:
|
|
{
|
|
String_t* L_218 = V_1;
|
|
bool L_219 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_218, _stringLiteralDF211CCDD94A63E0BCB9E6AE427A249484A49D60, /*hidden argument*/NULL);
|
|
if (L_219)
|
|
{
|
|
goto IL_157f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a01:
|
|
{
|
|
String_t* L_220 = V_1;
|
|
bool L_221 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_220, _stringLiteral90283840D90DE49B8E7984BD99B47FEE0D4BD50D, /*hidden argument*/NULL);
|
|
if (L_221)
|
|
{
|
|
goto IL_158a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a16:
|
|
{
|
|
String_t* L_222 = V_1;
|
|
bool L_223 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_222, _stringLiteralC536A5B711D78952DB32526FE657F09BBA77D40E, /*hidden argument*/NULL);
|
|
if (L_223)
|
|
{
|
|
goto IL_1595;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a2b:
|
|
{
|
|
String_t* L_224 = V_1;
|
|
bool L_225 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_224, _stringLiteralD469BAA564444757FE1336FBE5C7F368961D4E63, /*hidden argument*/NULL);
|
|
if (L_225)
|
|
{
|
|
goto IL_15a0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a40:
|
|
{
|
|
String_t* L_226 = V_1;
|
|
bool L_227 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_226, _stringLiteral6C0596B8AC609191181A90517D51C0B486F23799, /*hidden argument*/NULL);
|
|
if (L_227)
|
|
{
|
|
goto IL_15ab;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a55:
|
|
{
|
|
String_t* L_228 = V_1;
|
|
bool L_229 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_228, _stringLiteral986B1BC1EB8DE89643C50722910F99001C232865, /*hidden argument*/NULL);
|
|
if (L_229)
|
|
{
|
|
goto IL_15b6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a6a:
|
|
{
|
|
String_t* L_230 = V_1;
|
|
bool L_231 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_230, _stringLiteral80F87C8847DA6C872CE2FC9FEC0A98A73EBC578D, /*hidden argument*/NULL);
|
|
if (L_231)
|
|
{
|
|
goto IL_15c1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a7f:
|
|
{
|
|
String_t* L_232 = V_1;
|
|
bool L_233 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_232, _stringLiteral19F38987EAFA5D20A236297A8DE89EBF546129A0, /*hidden argument*/NULL);
|
|
if (L_233)
|
|
{
|
|
goto IL_15cc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0a94:
|
|
{
|
|
String_t* L_234 = V_1;
|
|
bool L_235 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_234, _stringLiteralDC45FE023482B3B890B5E574E53C1D051F45B1EF, /*hidden argument*/NULL);
|
|
if (L_235)
|
|
{
|
|
goto IL_15d7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0aa9:
|
|
{
|
|
String_t* L_236 = V_1;
|
|
bool L_237 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_236, _stringLiteral3EB65786145ECB71E9DCBB3A09F06A0B3A6C4D2D, /*hidden argument*/NULL);
|
|
if (L_237)
|
|
{
|
|
goto IL_15e2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0abe:
|
|
{
|
|
String_t* L_238 = V_1;
|
|
bool L_239 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_238, _stringLiteralF33330B10957C582B7110E1DAD156A42ADEEE683, /*hidden argument*/NULL);
|
|
if (L_239)
|
|
{
|
|
goto IL_15ed;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ad3:
|
|
{
|
|
String_t* L_240 = V_1;
|
|
bool L_241 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_240, _stringLiteral22EC379C4373969975B9A3C782C8CE57B25EF1DD, /*hidden argument*/NULL);
|
|
if (L_241)
|
|
{
|
|
goto IL_15f8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ae8:
|
|
{
|
|
String_t* L_242 = V_1;
|
|
bool L_243 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_242, _stringLiteralAFBD161F64FD2F3CC50441DC9D75E272141B2421, /*hidden argument*/NULL);
|
|
if (L_243)
|
|
{
|
|
goto IL_1603;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0afd:
|
|
{
|
|
String_t* L_244 = V_1;
|
|
bool L_245 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_244, _stringLiteral1C42C72CF95AA1B76609B585B34BAF6B501D713E, /*hidden argument*/NULL);
|
|
if (L_245)
|
|
{
|
|
goto IL_160e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b12:
|
|
{
|
|
String_t* L_246 = V_1;
|
|
bool L_247 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_246, _stringLiteral87DDA20416649F2A6A1B03D4E13D48A80B1A357F, /*hidden argument*/NULL);
|
|
if (L_247)
|
|
{
|
|
goto IL_1619;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b27:
|
|
{
|
|
String_t* L_248 = V_1;
|
|
bool L_249 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_248, _stringLiteral67F994533A5D976EED69AEAE05E381BF6FA851E8, /*hidden argument*/NULL);
|
|
if (L_249)
|
|
{
|
|
goto IL_1624;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b3c:
|
|
{
|
|
String_t* L_250 = V_1;
|
|
bool L_251 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_250, _stringLiteral31ACE4AD1831AAE866CD7951A842CA3E38F21981, /*hidden argument*/NULL);
|
|
if (L_251)
|
|
{
|
|
goto IL_162f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b51:
|
|
{
|
|
String_t* L_252 = V_1;
|
|
bool L_253 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_252, _stringLiteralCDD4F874095045F4AE6670038CBBD05FAC9D4802, /*hidden argument*/NULL);
|
|
if (L_253)
|
|
{
|
|
goto IL_163a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b66:
|
|
{
|
|
String_t* L_254 = V_1;
|
|
bool L_255 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_254, _stringLiteral600CCD1B71569232D01D110BC63E906BEAB04D8C, /*hidden argument*/NULL);
|
|
if (L_255)
|
|
{
|
|
goto IL_1645;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b7b:
|
|
{
|
|
String_t* L_256 = V_1;
|
|
bool L_257 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_256, _stringLiteral0E168CDF1DBF843BDBE1D9FBA40B3861180C0DDE, /*hidden argument*/NULL);
|
|
if (L_257)
|
|
{
|
|
goto IL_1650;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0b90:
|
|
{
|
|
String_t* L_258 = V_1;
|
|
bool L_259 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_258, _stringLiteralD7D2E6B3863B2910D2CA34828BC651C85D88DF6F, /*hidden argument*/NULL);
|
|
if (L_259)
|
|
{
|
|
goto IL_165b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ba5:
|
|
{
|
|
String_t* L_260 = V_1;
|
|
bool L_261 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_260, _stringLiteral4F1EA4F09DB2AAAFB0A92C0B9E57751121ED6647, /*hidden argument*/NULL);
|
|
if (L_261)
|
|
{
|
|
goto IL_1666;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0bba:
|
|
{
|
|
String_t* L_262 = V_1;
|
|
bool L_263 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_262, _stringLiteral094B0FE0E302854AF1311AFAB85B5203BA457A3B, /*hidden argument*/NULL);
|
|
if (L_263)
|
|
{
|
|
goto IL_1671;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0bcf:
|
|
{
|
|
String_t* L_264 = V_1;
|
|
bool L_265 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_264, _stringLiteral09CD68A2A77B22A312DDED612DD0D9988685189F, /*hidden argument*/NULL);
|
|
if (L_265)
|
|
{
|
|
goto IL_167c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0be4:
|
|
{
|
|
String_t* L_266 = V_1;
|
|
bool L_267 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_266, _stringLiteralA5BC1D9B2AE74E7A8A249659C13B14F5C2EAC13F, /*hidden argument*/NULL);
|
|
if (L_267)
|
|
{
|
|
goto IL_1687;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0bf9:
|
|
{
|
|
String_t* L_268 = V_1;
|
|
bool L_269 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_268, _stringLiteral608E01334F5575F10813EFA40CE0102F2DC0A75E, /*hidden argument*/NULL);
|
|
if (L_269)
|
|
{
|
|
goto IL_1692;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c0e:
|
|
{
|
|
String_t* L_270 = V_1;
|
|
bool L_271 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_270, _stringLiteral215A956168F77421253E947C2436371D56AA7EA1, /*hidden argument*/NULL);
|
|
if (L_271)
|
|
{
|
|
goto IL_169d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c23:
|
|
{
|
|
String_t* L_272 = V_1;
|
|
bool L_273 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_272, _stringLiteral6B163FA3BAD47A62474AFCB81FB9F27BCB549D82, /*hidden argument*/NULL);
|
|
if (L_273)
|
|
{
|
|
goto IL_16a8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c38:
|
|
{
|
|
String_t* L_274 = V_1;
|
|
bool L_275 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_274, _stringLiteral3C5D85670EDE60F3829428073B57120DF70EC0DE, /*hidden argument*/NULL);
|
|
if (L_275)
|
|
{
|
|
goto IL_16b3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c4d:
|
|
{
|
|
String_t* L_276 = V_1;
|
|
bool L_277 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_276, _stringLiteral19082866D46A5A57BFEFFE585D8362C149676C90, /*hidden argument*/NULL);
|
|
if (L_277)
|
|
{
|
|
goto IL_16be;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c62:
|
|
{
|
|
String_t* L_278 = V_1;
|
|
bool L_279 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_278, _stringLiteralB858A87C07B04C4568F51B0DCE655F78D73C02B3, /*hidden argument*/NULL);
|
|
if (L_279)
|
|
{
|
|
goto IL_16c9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c77:
|
|
{
|
|
String_t* L_280 = V_1;
|
|
bool L_281 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_280, _stringLiteral898353C8BDF4D1DA0E634FE08B4A2DD207A17CCA, /*hidden argument*/NULL);
|
|
if (L_281)
|
|
{
|
|
goto IL_16d4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0c8c:
|
|
{
|
|
String_t* L_282 = V_1;
|
|
bool L_283 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_282, _stringLiteral72B6EF474440C54744701B2768DE8799F59FA98B, /*hidden argument*/NULL);
|
|
if (L_283)
|
|
{
|
|
goto IL_16df;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ca1:
|
|
{
|
|
String_t* L_284 = V_1;
|
|
bool L_285 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_284, _stringLiteral43D3ECA42D0F0DD2D0EEDD4268AA3E31B36C5583, /*hidden argument*/NULL);
|
|
if (L_285)
|
|
{
|
|
goto IL_16ea;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0cb6:
|
|
{
|
|
String_t* L_286 = V_1;
|
|
bool L_287 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_286, _stringLiteral5644A3F6D24DCD489C4300BDF0BEE118EB558724, /*hidden argument*/NULL);
|
|
if (L_287)
|
|
{
|
|
goto IL_16f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ccb:
|
|
{
|
|
String_t* L_288 = V_1;
|
|
bool L_289 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_288, _stringLiteral1355974860549B02424AD8DC2DA12EDB5E226EFB, /*hidden argument*/NULL);
|
|
if (L_289)
|
|
{
|
|
goto IL_1700;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ce0:
|
|
{
|
|
String_t* L_290 = V_1;
|
|
bool L_291 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_290, _stringLiteral81DBCB9162B442AF34FF38018B4B77C063015832, /*hidden argument*/NULL);
|
|
if (L_291)
|
|
{
|
|
goto IL_170b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0cf5:
|
|
{
|
|
String_t* L_292 = V_1;
|
|
bool L_293 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_292, _stringLiteralF9FC27B9374AD1E3BF34FDBCEC3A4FD632427FED, /*hidden argument*/NULL);
|
|
if (L_293)
|
|
{
|
|
goto IL_1716;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d0a:
|
|
{
|
|
String_t* L_294 = V_1;
|
|
bool L_295 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_294, _stringLiteralA18229BD67FF7C4EF57838080BA9E1B1441BAB00, /*hidden argument*/NULL);
|
|
if (L_295)
|
|
{
|
|
goto IL_1721;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d1f:
|
|
{
|
|
String_t* L_296 = V_1;
|
|
bool L_297 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_296, _stringLiteral30F088EA6673877C2E2C1EDBE7513FF90EDA9A6F, /*hidden argument*/NULL);
|
|
if (L_297)
|
|
{
|
|
goto IL_172c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d34:
|
|
{
|
|
String_t* L_298 = V_1;
|
|
bool L_299 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_298, _stringLiteralC22B5F9178342609428D6F51B2C5AF4C0BDE6A42, /*hidden argument*/NULL);
|
|
if (L_299)
|
|
{
|
|
goto IL_1737;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d49:
|
|
{
|
|
String_t* L_300 = V_1;
|
|
bool L_301 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_300, _stringLiteral51BD95353AEDA6615433BEA21896C893EF5E62DC, /*hidden argument*/NULL);
|
|
if (L_301)
|
|
{
|
|
goto IL_1742;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d5e:
|
|
{
|
|
String_t* L_302 = V_1;
|
|
bool L_303 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_302, _stringLiteral55F3FE2A8CA5713A243886E44A404B3817A6D9D7, /*hidden argument*/NULL);
|
|
if (L_303)
|
|
{
|
|
goto IL_174d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d73:
|
|
{
|
|
String_t* L_304 = V_1;
|
|
bool L_305 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_304, _stringLiteral06B08B32563194C5D89D83B119A25C21B9CE4CD7, /*hidden argument*/NULL);
|
|
if (L_305)
|
|
{
|
|
goto IL_1758;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d88:
|
|
{
|
|
String_t* L_306 = V_1;
|
|
bool L_307 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_306, _stringLiteral762970B018DF21A1A75B4FA2A9F364A7C95CAEA5, /*hidden argument*/NULL);
|
|
if (L_307)
|
|
{
|
|
goto IL_1763;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0d9d:
|
|
{
|
|
String_t* L_308 = V_1;
|
|
bool L_309 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_308, _stringLiteral87EA5DFC8B8E384D848979496E706390B497E547, /*hidden argument*/NULL);
|
|
if (L_309)
|
|
{
|
|
goto IL_176e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0db2:
|
|
{
|
|
String_t* L_310 = V_1;
|
|
bool L_311 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_310, _stringLiteralE2A64BF041816F6ACB45EC56FC16649C536FDF1E, /*hidden argument*/NULL);
|
|
if (L_311)
|
|
{
|
|
goto IL_1779;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0dc7:
|
|
{
|
|
String_t* L_312 = V_1;
|
|
bool L_313 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_312, _stringLiteral3918373CF5559C54B52C7066428F6C4118D31C23, /*hidden argument*/NULL);
|
|
if (L_313)
|
|
{
|
|
goto IL_1784;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ddc:
|
|
{
|
|
String_t* L_314 = V_1;
|
|
bool L_315 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_314, _stringLiteralB47F363E2B430C0647F14DEEA3ECED9B0EF300CE, /*hidden argument*/NULL);
|
|
if (L_315)
|
|
{
|
|
goto IL_178f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0df1:
|
|
{
|
|
String_t* L_316 = V_1;
|
|
bool L_317 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_316, _stringLiteral6C5522CA8AF86FC5069B737BB8892B3EA61002C2, /*hidden argument*/NULL);
|
|
if (L_317)
|
|
{
|
|
goto IL_179a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e06:
|
|
{
|
|
String_t* L_318 = V_1;
|
|
bool L_319 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_318, _stringLiteral6566243318E061E342A45DEBDA4DD0D8CD48DF9A, /*hidden argument*/NULL);
|
|
if (L_319)
|
|
{
|
|
goto IL_17a5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e1b:
|
|
{
|
|
String_t* L_320 = V_1;
|
|
bool L_321 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_320, _stringLiteral6B72C843CF60181F1A4116D3AC47D31856605A47, /*hidden argument*/NULL);
|
|
if (L_321)
|
|
{
|
|
goto IL_17b0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e30:
|
|
{
|
|
String_t* L_322 = V_1;
|
|
bool L_323 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_322, _stringLiteralD4E28B2FE7D8CE853357D205D5CB0C5A96D82EEC, /*hidden argument*/NULL);
|
|
if (L_323)
|
|
{
|
|
goto IL_17bb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e45:
|
|
{
|
|
String_t* L_324 = V_1;
|
|
bool L_325 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_324, _stringLiteral84572EF2253EF81E2D8CD8C65849F4D9A3881F47, /*hidden argument*/NULL);
|
|
if (L_325)
|
|
{
|
|
goto IL_17c6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e5a:
|
|
{
|
|
String_t* L_326 = V_1;
|
|
bool L_327 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_326, _stringLiteralD312CC75DC28CED757EEF6EC22A7E3706905E352, /*hidden argument*/NULL);
|
|
if (L_327)
|
|
{
|
|
goto IL_17d1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e6f:
|
|
{
|
|
String_t* L_328 = V_1;
|
|
bool L_329 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_328, _stringLiteral2ED45186C72F9319DC64338CDF16AB76B44CF3D1, /*hidden argument*/NULL);
|
|
if (L_329)
|
|
{
|
|
goto IL_17dc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e84:
|
|
{
|
|
String_t* L_330 = V_1;
|
|
bool L_331 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_330, _stringLiteral24140A67A2C322F317F218FE8FDC73DA6D462468, /*hidden argument*/NULL);
|
|
if (L_331)
|
|
{
|
|
goto IL_17e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0e99:
|
|
{
|
|
String_t* L_332 = V_1;
|
|
bool L_333 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_332, _stringLiteral08EC69F5BE3C483FD11A6E14DDD09865343CD172, /*hidden argument*/NULL);
|
|
if (L_333)
|
|
{
|
|
goto IL_17f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0eae:
|
|
{
|
|
String_t* L_334 = V_1;
|
|
bool L_335 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_334, _stringLiteral5C0795F509D6640C0F41A5C940D5204A3BCF95E4, /*hidden argument*/NULL);
|
|
if (L_335)
|
|
{
|
|
goto IL_17fd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ec3:
|
|
{
|
|
String_t* L_336 = V_1;
|
|
bool L_337 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_336, _stringLiteral65A7DA8F45E5A2F3931F4D650CB1ECB17B805231, /*hidden argument*/NULL);
|
|
if (L_337)
|
|
{
|
|
goto IL_1808;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ed8:
|
|
{
|
|
String_t* L_338 = V_1;
|
|
bool L_339 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_338, _stringLiteral3B4185EAC11953B03D8DF353F63866D419A7500A, /*hidden argument*/NULL);
|
|
if (L_339)
|
|
{
|
|
goto IL_1813;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0eed:
|
|
{
|
|
String_t* L_340 = V_1;
|
|
bool L_341 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_340, _stringLiteral21AB7080B917C3D1E38C5352CD4E8BC417220A33, /*hidden argument*/NULL);
|
|
if (L_341)
|
|
{
|
|
goto IL_181e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f02:
|
|
{
|
|
String_t* L_342 = V_1;
|
|
bool L_343 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_342, _stringLiteralCBA41814177BF41CA66B0AD5F8F1F0A2DB896948, /*hidden argument*/NULL);
|
|
if (L_343)
|
|
{
|
|
goto IL_1829;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f17:
|
|
{
|
|
String_t* L_344 = V_1;
|
|
bool L_345 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_344, _stringLiteral638E8F0171575864326F06D2A5F8E72287427B15, /*hidden argument*/NULL);
|
|
if (L_345)
|
|
{
|
|
goto IL_1834;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f2c:
|
|
{
|
|
String_t* L_346 = V_1;
|
|
bool L_347 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_346, _stringLiteral5F3ACFBEB4F6FA5007DD1137AB1E96149AF87281, /*hidden argument*/NULL);
|
|
if (L_347)
|
|
{
|
|
goto IL_183f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f41:
|
|
{
|
|
String_t* L_348 = V_1;
|
|
bool L_349 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_348, _stringLiteral4D73C29A4561048CE85FA0051BB7A6D201781159, /*hidden argument*/NULL);
|
|
if (L_349)
|
|
{
|
|
goto IL_184a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f56:
|
|
{
|
|
String_t* L_350 = V_1;
|
|
bool L_351 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_350, _stringLiteral9C51AD8660EAAE45F7965CD83D1F447CF6378547, /*hidden argument*/NULL);
|
|
if (L_351)
|
|
{
|
|
goto IL_1855;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f6b:
|
|
{
|
|
String_t* L_352 = V_1;
|
|
bool L_353 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_352, _stringLiteralA91DCBB4DF49D8BFE0A9930D7FF911A4292CA1F5, /*hidden argument*/NULL);
|
|
if (L_353)
|
|
{
|
|
goto IL_1860;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f80:
|
|
{
|
|
String_t* L_354 = V_1;
|
|
bool L_355 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_354, _stringLiteralB331FC67AF2F8F62216DC7677E33FA9AD545B96D, /*hidden argument*/NULL);
|
|
if (L_355)
|
|
{
|
|
goto IL_186b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0f95:
|
|
{
|
|
String_t* L_356 = V_1;
|
|
bool L_357 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_356, _stringLiteral78DC0CD3E7EF475D2C3E664078E5F1D7B3B719AB, /*hidden argument*/NULL);
|
|
if (L_357)
|
|
{
|
|
goto IL_1876;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0faa:
|
|
{
|
|
String_t* L_358 = V_1;
|
|
bool L_359 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_358, _stringLiteral4F927D639955DB3FCFD829E794895EA0A6432A96, /*hidden argument*/NULL);
|
|
if (L_359)
|
|
{
|
|
goto IL_1881;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0fbf:
|
|
{
|
|
String_t* L_360 = V_1;
|
|
bool L_361 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_360, _stringLiteralF169705DB2C75E0F33C0E429563183127A011088, /*hidden argument*/NULL);
|
|
if (L_361)
|
|
{
|
|
goto IL_188c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0fd4:
|
|
{
|
|
String_t* L_362 = V_1;
|
|
bool L_363 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_362, _stringLiteralD34FA1F8F0B1A76AE79DACA432F5AD6C21B71E0C, /*hidden argument*/NULL);
|
|
if (L_363)
|
|
{
|
|
goto IL_1897;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0fe9:
|
|
{
|
|
String_t* L_364 = V_1;
|
|
bool L_365 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_364, _stringLiteral8E7BE411AD89ADE93D144531F3925D0BB4011004, /*hidden argument*/NULL);
|
|
if (L_365)
|
|
{
|
|
goto IL_18a2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_0ffe:
|
|
{
|
|
String_t* L_366 = V_1;
|
|
bool L_367 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_366, _stringLiteral26CC3217BE640E8220112C25628DA6E11C78DB95, /*hidden argument*/NULL);
|
|
if (L_367)
|
|
{
|
|
goto IL_18ad;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1013:
|
|
{
|
|
String_t* L_368 = V_1;
|
|
bool L_369 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_368, _stringLiteral0658929A32FCAD205DF089C884250DD482DF435B, /*hidden argument*/NULL);
|
|
if (L_369)
|
|
{
|
|
goto IL_18b8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1028:
|
|
{
|
|
String_t* L_370 = V_1;
|
|
bool L_371 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_370, _stringLiteralECBFA235ADDE27CF8F809E409786F61A01018F00, /*hidden argument*/NULL);
|
|
if (L_371)
|
|
{
|
|
goto IL_18c3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_103d:
|
|
{
|
|
String_t* L_372 = V_1;
|
|
bool L_373 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_372, _stringLiteralF60D2A2F7993D5825671FAEF6F38D5D8A0C34130, /*hidden argument*/NULL);
|
|
if (L_373)
|
|
{
|
|
goto IL_18ce;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1052:
|
|
{
|
|
String_t* L_374 = V_1;
|
|
bool L_375 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_374, _stringLiteral595477BD43C386B66363F3CBDA218DF80E9512DA, /*hidden argument*/NULL);
|
|
if (L_375)
|
|
{
|
|
goto IL_18d9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1067:
|
|
{
|
|
String_t* L_376 = V_1;
|
|
bool L_377 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_376, _stringLiteral07962E32BEAC4DA179B30C06F1C1E71BD220F782, /*hidden argument*/NULL);
|
|
if (L_377)
|
|
{
|
|
goto IL_18e4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_107c:
|
|
{
|
|
String_t* L_378 = V_1;
|
|
bool L_379 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_378, _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL);
|
|
if (L_379)
|
|
{
|
|
goto IL_18ef;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1091:
|
|
{
|
|
String_t* L_380 = V_1;
|
|
bool L_381 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_380, _stringLiteral4A45AC65FB6BAB3EF48AAC5FF0A7E1082066FAB4, /*hidden argument*/NULL);
|
|
if (L_381)
|
|
{
|
|
goto IL_18fa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_10a6:
|
|
{
|
|
String_t* L_382 = V_1;
|
|
bool L_383 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_382, _stringLiteral2A09998D72F4DC2DFB21A20D285A9DAB2EFC5F0B, /*hidden argument*/NULL);
|
|
if (L_383)
|
|
{
|
|
goto IL_1905;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_10bb:
|
|
{
|
|
String_t* L_384 = V_1;
|
|
bool L_385 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_384, _stringLiteral1758356DB21759F7C5A0DA9B4DD1DB8FD6FEAB3F, /*hidden argument*/NULL);
|
|
if (L_385)
|
|
{
|
|
goto IL_1910;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_10d0:
|
|
{
|
|
String_t* L_386 = V_1;
|
|
bool L_387 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_386, _stringLiteral379FC0D5299A71AC0F171FBB5AFB262829B4E765, /*hidden argument*/NULL);
|
|
if (L_387)
|
|
{
|
|
goto IL_191b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_10e5:
|
|
{
|
|
String_t* L_388 = V_1;
|
|
bool L_389 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_388, _stringLiteralF437CB078ACC7C6D79873462334A355EDDEB9459, /*hidden argument*/NULL);
|
|
if (L_389)
|
|
{
|
|
goto IL_1926;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_10fa:
|
|
{
|
|
String_t* L_390 = V_1;
|
|
bool L_391 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_390, _stringLiteral72C5A4143E012D2D999449D7D42BBC63D5693779, /*hidden argument*/NULL);
|
|
if (L_391)
|
|
{
|
|
goto IL_1931;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_110f:
|
|
{
|
|
String_t* L_392 = V_1;
|
|
bool L_393 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_392, _stringLiteralC67F1EE17880030CE11821DCC9BE7AF90B863D9B, /*hidden argument*/NULL);
|
|
if (L_393)
|
|
{
|
|
goto IL_193c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1124:
|
|
{
|
|
String_t* L_394 = V_1;
|
|
bool L_395 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_394, _stringLiteralBC811258AE9F9FCB0494BB2785A876A59993024E, /*hidden argument*/NULL);
|
|
if (L_395)
|
|
{
|
|
goto IL_1947;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1139:
|
|
{
|
|
String_t* L_396 = V_1;
|
|
bool L_397 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_396, _stringLiteral4BE59823DB5716D2F689C4286C3CDFEDA568633A, /*hidden argument*/NULL);
|
|
if (L_397)
|
|
{
|
|
goto IL_1952;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_114e:
|
|
{
|
|
String_t* L_398 = V_1;
|
|
bool L_399 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_398, _stringLiteral53AA48DFB1621EEE46486F3F87CB380000546C4A, /*hidden argument*/NULL);
|
|
if (L_399)
|
|
{
|
|
goto IL_195d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1163:
|
|
{
|
|
String_t* L_400 = V_1;
|
|
bool L_401 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_400, _stringLiteral5CD7E29C88170AA3F16281E0DBF5772C137F6D8D, /*hidden argument*/NULL);
|
|
if (L_401)
|
|
{
|
|
goto IL_1968;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1178:
|
|
{
|
|
String_t* L_402 = V_1;
|
|
bool L_403 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_402, _stringLiteralEED1903A65FB51375C9A57C0D5925EBE4056DCAB, /*hidden argument*/NULL);
|
|
if (L_403)
|
|
{
|
|
goto IL_1973;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_118d:
|
|
{
|
|
String_t* L_404 = V_1;
|
|
bool L_405 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_404, _stringLiteral67B8B1C4FEDB2E38E2EB26F403B9C2B2642B0A2C, /*hidden argument*/NULL);
|
|
if (L_405)
|
|
{
|
|
goto IL_197e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_11a2:
|
|
{
|
|
String_t* L_406 = V_1;
|
|
bool L_407 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_406, _stringLiteral35D495B41AA40F510FFCBB60365085B8B25447B5, /*hidden argument*/NULL);
|
|
if (L_407)
|
|
{
|
|
goto IL_1989;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_11b7:
|
|
{
|
|
String_t* L_408 = V_1;
|
|
bool L_409 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_408, _stringLiteral3608A6D1A05ABA23EA390E5F3B48203DBB7241F7, /*hidden argument*/NULL);
|
|
if (L_409)
|
|
{
|
|
goto IL_1994;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_11cc:
|
|
{
|
|
String_t* L_410 = V_1;
|
|
bool L_411 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_410, _stringLiteral62E58DDE204DA426C4CA6686C39866DD1719988A, /*hidden argument*/NULL);
|
|
if (L_411)
|
|
{
|
|
goto IL_199f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_11e1:
|
|
{
|
|
String_t* L_412 = V_1;
|
|
bool L_413 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_412, _stringLiteral00762CCFA703393E0DAFF813A6ECC19F7CD02421, /*hidden argument*/NULL);
|
|
if (L_413)
|
|
{
|
|
goto IL_19aa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_11f6:
|
|
{
|
|
String_t* L_414 = V_1;
|
|
bool L_415 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_414, _stringLiteral7DD9B33881225C7AC41DCE30C1447DB47C41D4AF, /*hidden argument*/NULL);
|
|
if (L_415)
|
|
{
|
|
goto IL_19b5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_120b:
|
|
{
|
|
String_t* L_416 = V_1;
|
|
bool L_417 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_416, _stringLiteral766A6E8998AEFE2117D62C2D48411E43161FFA11, /*hidden argument*/NULL);
|
|
if (L_417)
|
|
{
|
|
goto IL_19c0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1220:
|
|
{
|
|
String_t* L_418 = V_1;
|
|
bool L_419 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_418, _stringLiteral2B002DCF5EBAF365D031276A8F5E55D923723C20, /*hidden argument*/NULL);
|
|
if (L_419)
|
|
{
|
|
goto IL_19cb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1235:
|
|
{
|
|
String_t* L_420 = V_1;
|
|
bool L_421 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_420, _stringLiteralF911341B9558D96130748CB4B99D3B50D621B866, /*hidden argument*/NULL);
|
|
if (L_421)
|
|
{
|
|
goto IL_19d6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_124a:
|
|
{
|
|
String_t* L_422 = V_1;
|
|
bool L_423 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_422, _stringLiteralBCB1C114A5EFA9522D60C3A5B5B05E6278DAB7E5, /*hidden argument*/NULL);
|
|
if (L_423)
|
|
{
|
|
goto IL_19e1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_125f:
|
|
{
|
|
String_t* L_424 = V_1;
|
|
bool L_425 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_424, _stringLiteral366C785A87DE8D364AA94AF2F0B95E4AA3DA8BD8, /*hidden argument*/NULL);
|
|
if (L_425)
|
|
{
|
|
goto IL_19ec;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1274:
|
|
{
|
|
String_t* L_426 = V_1;
|
|
bool L_427 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_426, _stringLiteral83B04E2653917150804A1A71DA678664E3E509B5, /*hidden argument*/NULL);
|
|
if (L_427)
|
|
{
|
|
goto IL_19f7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1289:
|
|
{
|
|
String_t* L_428 = V_1;
|
|
bool L_429 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_428, _stringLiteral1E4B45509DADEA17CF801ECF4A0D30EB23624558, /*hidden argument*/NULL);
|
|
if (L_429)
|
|
{
|
|
goto IL_1a02;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_129e:
|
|
{
|
|
String_t* L_430 = V_1;
|
|
bool L_431 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_430, _stringLiteral44B7497C4BB5F3E8C071B12B7ECE82766A88068D, /*hidden argument*/NULL);
|
|
if (L_431)
|
|
{
|
|
goto IL_1a0d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_12b3:
|
|
{
|
|
String_t* L_432 = V_1;
|
|
bool L_433 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_432, _stringLiteralE682B47DB53F0253CD0129B3E159F4631E91FDB6, /*hidden argument*/NULL);
|
|
if (L_433)
|
|
{
|
|
goto IL_1a18;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_12c8:
|
|
{
|
|
String_t* L_434 = V_1;
|
|
bool L_435 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_434, _stringLiteral66FBC5077BBC67A5635C29BDF6A49E996397895B, /*hidden argument*/NULL);
|
|
if (L_435)
|
|
{
|
|
goto IL_1a23;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_12dd:
|
|
{
|
|
String_t* L_436 = V_1;
|
|
bool L_437 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_436, _stringLiteral0A6190DF9675DE3C18B12FD3FC97648581780661, /*hidden argument*/NULL);
|
|
if (L_437)
|
|
{
|
|
goto IL_1a2e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_12f2:
|
|
{
|
|
String_t* L_438 = V_1;
|
|
bool L_439 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_438, _stringLiteral8D4C780FCFDC41841E5070F4C43DA8958BA6AEC0, /*hidden argument*/NULL);
|
|
if (L_439)
|
|
{
|
|
goto IL_1a39;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1307:
|
|
{
|
|
String_t* L_440 = V_1;
|
|
bool L_441 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_440, _stringLiteral838672B23B845AFC5ACAD3577C662E2ECC1E5F1E, /*hidden argument*/NULL);
|
|
if (L_441)
|
|
{
|
|
goto IL_1a44;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_131c:
|
|
{
|
|
String_t* L_442 = V_1;
|
|
bool L_443 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_442, _stringLiteral00A6BA21DA70F3E781567C43A9A22E8923E617C4, /*hidden argument*/NULL);
|
|
if (L_443)
|
|
{
|
|
goto IL_1a4f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1331:
|
|
{
|
|
String_t* L_444 = V_1;
|
|
bool L_445 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_444, _stringLiteral33E9505D12942E8259A3C96FB6F88ED325B95797, /*hidden argument*/NULL);
|
|
if (L_445)
|
|
{
|
|
goto IL_1a5a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1346:
|
|
{
|
|
String_t* L_446 = V_1;
|
|
bool L_447 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_446, _stringLiteralE4B203CD2273969F31FAD4DF07D1ACB0924A0619, /*hidden argument*/NULL);
|
|
if (L_447)
|
|
{
|
|
goto IL_1a65;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_135b:
|
|
{
|
|
String_t* L_448 = V_1;
|
|
bool L_449 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_448, _stringLiteral924740311E458DB6994AC7F82E0D5615A48E1657, /*hidden argument*/NULL);
|
|
if (L_449)
|
|
{
|
|
goto IL_1a70;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1370:
|
|
{
|
|
String_t* L_450 = V_1;
|
|
bool L_451 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_450, _stringLiteralFA6AF6E97D010A98B5BFB9DC17862112AFDA402E, /*hidden argument*/NULL);
|
|
if (L_451)
|
|
{
|
|
goto IL_1a7b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1385:
|
|
{
|
|
String_t* L_452 = V_1;
|
|
bool L_453 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_452, _stringLiteral4F8F608AC4AAFCBE4FAB8DCEE1E9C609F99D9332, /*hidden argument*/NULL);
|
|
if (L_453)
|
|
{
|
|
goto IL_1a86;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_139a:
|
|
{
|
|
String_t* L_454 = V_1;
|
|
bool L_455 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_454, _stringLiteralB295C12C5CAC773CDF3A1A19682B55AC85268B42, /*hidden argument*/NULL);
|
|
if (L_455)
|
|
{
|
|
goto IL_1a91;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_13af:
|
|
{
|
|
String_t* L_456 = V_1;
|
|
bool L_457 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_456, _stringLiteralD9E83874D260F2F10D48D98C0B773B836096D426, /*hidden argument*/NULL);
|
|
if (L_457)
|
|
{
|
|
goto IL_1a9c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_13c4:
|
|
{
|
|
String_t* L_458 = V_1;
|
|
bool L_459 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_458, _stringLiteral8C1017982B2032CC059203E3D83DD0EE2E7A86B3, /*hidden argument*/NULL);
|
|
if (L_459)
|
|
{
|
|
goto IL_1aa7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_13d9:
|
|
{
|
|
String_t* L_460 = V_1;
|
|
bool L_461 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_460, _stringLiteralBE567BF0490756825A33142CC977D8FB095309B9, /*hidden argument*/NULL);
|
|
if (L_461)
|
|
{
|
|
goto IL_1ab2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_13ee:
|
|
{
|
|
String_t* L_462 = V_1;
|
|
bool L_463 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_462, _stringLiteral00BC2747CFDBB501A0BECCB0032408DBFD9EDE48, /*hidden argument*/NULL);
|
|
if (L_463)
|
|
{
|
|
goto IL_1abd;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1403:
|
|
{
|
|
String_t* L_464 = V_1;
|
|
bool L_465 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_464, _stringLiteral8B438931EFA6FA40E6BF7F93E32BC75658CC63D4, /*hidden argument*/NULL);
|
|
if (L_465)
|
|
{
|
|
goto IL_1ac8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1418:
|
|
{
|
|
String_t* L_466 = V_1;
|
|
bool L_467 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_466, _stringLiteral68C42A321969A6ABF1CF14A8D0AB4B1A07329CEB, /*hidden argument*/NULL);
|
|
if (L_467)
|
|
{
|
|
goto IL_1ad0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_142d:
|
|
{
|
|
String_t* L_468 = V_1;
|
|
bool L_469 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_468, _stringLiteral7B21FDD90A6056168B4B04DA4C8C387C4FBCE2F5, /*hidden argument*/NULL);
|
|
if (L_469)
|
|
{
|
|
goto IL_1ad8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1442:
|
|
{
|
|
String_t* L_470 = V_1;
|
|
bool L_471 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_470, _stringLiteralF1950B3F82E9B0A757F07F5275E2D6D95AAB490E, /*hidden argument*/NULL);
|
|
if (L_471)
|
|
{
|
|
goto IL_1ae0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1457:
|
|
{
|
|
String_t* L_472 = V_1;
|
|
bool L_473 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_472, _stringLiteral873B99C2DE7E97F13F50EB5407CC56E0D738C826, /*hidden argument*/NULL);
|
|
if (L_473)
|
|
{
|
|
goto IL_1ae8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_146c:
|
|
{
|
|
String_t* L_474 = V_1;
|
|
bool L_475 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_474, _stringLiteralE5FCFB830E636FF63310DF95EBF3C33AFFB665C2, /*hidden argument*/NULL);
|
|
if (L_475)
|
|
{
|
|
goto IL_1af0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1481:
|
|
{
|
|
String_t* L_476 = V_1;
|
|
bool L_477 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_476, _stringLiteral833DA188871DDE4C49E08271FF3DEFF524B7992C, /*hidden argument*/NULL);
|
|
if (L_477)
|
|
{
|
|
goto IL_1af8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1496:
|
|
{
|
|
String_t* L_478 = V_1;
|
|
bool L_479 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_478, _stringLiteralD29F180F1BB04BCFEB93E4243D542D56E1B504CC, /*hidden argument*/NULL);
|
|
if (L_479)
|
|
{
|
|
goto IL_1b00;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_14ab:
|
|
{
|
|
String_t* L_480 = V_1;
|
|
bool L_481 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_480, _stringLiteralBDAA90C5CDD8B151C23AA6519EDF0C2D29967219, /*hidden argument*/NULL);
|
|
if (L_481)
|
|
{
|
|
goto IL_1b08;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_14c0:
|
|
{
|
|
String_t* L_482 = V_1;
|
|
bool L_483 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_482, _stringLiteralC41975D1DAE1CC69B16AD8892B8C77164E84CA39, /*hidden argument*/NULL);
|
|
if (L_483)
|
|
{
|
|
goto IL_1b10;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_14d5:
|
|
{
|
|
String_t* L_484 = V_1;
|
|
bool L_485 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_484, _stringLiteral68A5D7A179F27B047CF588C7CF817EABE6480C78, /*hidden argument*/NULL);
|
|
if (L_485)
|
|
{
|
|
goto IL_1b18;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_14ea:
|
|
{
|
|
String_t* L_486 = V_1;
|
|
bool L_487 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_486, _stringLiteral07ECF87B18F2F0F4B549EE88FAFA1818904FAE31, /*hidden argument*/NULL);
|
|
if (L_487)
|
|
{
|
|
goto IL_1b20;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_14ff:
|
|
{
|
|
String_t* L_488 = V_1;
|
|
bool L_489 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_488, _stringLiteralCFCC93558CB387A49E31D06C0C5E676D9031602B, /*hidden argument*/NULL);
|
|
if (L_489)
|
|
{
|
|
goto IL_1b20;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1514:
|
|
{
|
|
String_t* L_490 = V_1;
|
|
bool L_491 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_490, _stringLiteral960C481A2F36F5ABC2A1BC7DD104BB5F99F94708, /*hidden argument*/NULL);
|
|
if (L_491)
|
|
{
|
|
goto IL_1b28;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1529:
|
|
{
|
|
String_t* L_492 = V_1;
|
|
bool L_493 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_492, _stringLiteral806CE4D1F184D84DD4FF0DEF065F4CB686D85559, /*hidden argument*/NULL);
|
|
if (L_493)
|
|
{
|
|
goto IL_1b28;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_153e:
|
|
{
|
|
String_t* L_494 = V_1;
|
|
bool L_495 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_494, _stringLiteralE3ABAB127FC08E943B5AF4DDC724AD02FAC18949, /*hidden argument*/NULL);
|
|
if (L_495)
|
|
{
|
|
goto IL_1b30;
|
|
}
|
|
}
|
|
{
|
|
goto IL_1b38;
|
|
}
|
|
|
|
IL_1553:
|
|
{
|
|
V_0 = ((int32_t)1078);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_155e:
|
|
{
|
|
V_0 = ((int32_t)1118);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1569:
|
|
{
|
|
V_0 = ((int32_t)1025);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1574:
|
|
{
|
|
V_0 = ((int32_t)1146);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_157f:
|
|
{
|
|
V_0 = ((int32_t)1101);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_158a:
|
|
{
|
|
V_0 = ((int32_t)1068);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1595:
|
|
{
|
|
V_0 = ((int32_t)2092);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15a0:
|
|
{
|
|
V_0 = ((int32_t)1068);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15ab:
|
|
{
|
|
V_0 = ((int32_t)1133);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15b6:
|
|
{
|
|
V_0 = ((int32_t)1059);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15c1:
|
|
{
|
|
V_0 = ((int32_t)1026);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15cc:
|
|
{
|
|
V_0 = ((int32_t)1093);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15d7:
|
|
{
|
|
V_0 = ((int32_t)1105);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15e2:
|
|
{
|
|
V_0 = ((int32_t)1150);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15ed:
|
|
{
|
|
V_0 = ((int32_t)5146);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_15f8:
|
|
{
|
|
V_0 = ((int32_t)8218);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1603:
|
|
{
|
|
V_0 = ((int32_t)5146);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_160e:
|
|
{
|
|
V_0 = ((int32_t)1027);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1619:
|
|
{
|
|
V_0 = ((int32_t)1155);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1624:
|
|
{
|
|
V_0 = ((int32_t)1029);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_162f:
|
|
{
|
|
V_0 = ((int32_t)1106);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_163a:
|
|
{
|
|
V_0 = ((int32_t)1030);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1645:
|
|
{
|
|
V_0 = ((int32_t)1031);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1650:
|
|
{
|
|
V_0 = ((int32_t)2094);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_165b:
|
|
{
|
|
V_0 = ((int32_t)1125);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1666:
|
|
{
|
|
V_0 = ((int32_t)1032);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1671:
|
|
{
|
|
V_0 = ((int32_t)1033);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_167c:
|
|
{
|
|
V_0 = ((int32_t)3082);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1687:
|
|
{
|
|
V_0 = ((int32_t)1061);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1692:
|
|
{
|
|
V_0 = ((int32_t)1069);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_169d:
|
|
{
|
|
V_0 = ((int32_t)1065);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16a8:
|
|
{
|
|
V_0 = ((int32_t)1035);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16b3:
|
|
{
|
|
V_0 = ((int32_t)1124);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16be:
|
|
{
|
|
V_0 = ((int32_t)1080);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16c9:
|
|
{
|
|
V_0 = ((int32_t)1036);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16d4:
|
|
{
|
|
V_0 = ((int32_t)1122);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16df:
|
|
{
|
|
V_0 = ((int32_t)2108);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16ea:
|
|
{
|
|
V_0 = ((int32_t)1169);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_16f5:
|
|
{
|
|
V_0 = ((int32_t)1110);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1700:
|
|
{
|
|
V_0 = ((int32_t)1156);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_170b:
|
|
{
|
|
V_0 = ((int32_t)1095);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1716:
|
|
{
|
|
V_0 = ((int32_t)1128);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1721:
|
|
{
|
|
V_0 = ((int32_t)1128);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_172c:
|
|
{
|
|
V_0 = ((int32_t)1037);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1737:
|
|
{
|
|
V_0 = ((int32_t)1081);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1742:
|
|
{
|
|
V_0 = ((int32_t)1050);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_174d:
|
|
{
|
|
V_0 = ((int32_t)1070);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1758:
|
|
{
|
|
V_0 = ((int32_t)1038);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1763:
|
|
{
|
|
V_0 = ((int32_t)1067);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_176e:
|
|
{
|
|
V_0 = ((int32_t)1057);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1779:
|
|
{
|
|
V_0 = ((int32_t)1136);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1784:
|
|
{
|
|
V_0 = ((int32_t)1144);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_178f:
|
|
{
|
|
V_0 = ((int32_t)1039);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_179a:
|
|
{
|
|
V_0 = ((int32_t)1040);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17a5:
|
|
{
|
|
V_0 = ((int32_t)2141);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17b0:
|
|
{
|
|
V_0 = ((int32_t)1117);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17bb:
|
|
{
|
|
V_0 = ((int32_t)2141);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17c6:
|
|
{
|
|
V_0 = ((int32_t)1041);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17d1:
|
|
{
|
|
V_0 = ((int32_t)1079);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17dc:
|
|
{
|
|
V_0 = ((int32_t)1087);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17e7:
|
|
{
|
|
V_0 = ((int32_t)1135);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17f2:
|
|
{
|
|
V_0 = ((int32_t)1107);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_17fd:
|
|
{
|
|
V_0 = ((int32_t)1099);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1808:
|
|
{
|
|
V_0 = ((int32_t)1042);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1813:
|
|
{
|
|
V_0 = ((int32_t)1111);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_181e:
|
|
{
|
|
V_0 = ((int32_t)1088);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1829:
|
|
{
|
|
V_0 = ((int32_t)1134);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1834:
|
|
{
|
|
V_0 = ((int32_t)1108);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_183f:
|
|
{
|
|
V_0 = ((int32_t)1063);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_184a:
|
|
{
|
|
V_0 = ((int32_t)1062);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1855:
|
|
{
|
|
V_0 = ((int32_t)1153);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1860:
|
|
{
|
|
V_0 = ((int32_t)1071);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_186b:
|
|
{
|
|
V_0 = ((int32_t)1100);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1876:
|
|
{
|
|
V_0 = ((int32_t)1104);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1881:
|
|
{
|
|
V_0 = ((int32_t)1104);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_188c:
|
|
{
|
|
V_0 = ((int32_t)2128);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1897:
|
|
{
|
|
V_0 = ((int32_t)1148);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18a2:
|
|
{
|
|
V_0 = ((int32_t)1102);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18ad:
|
|
{
|
|
V_0 = ((int32_t)1086);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18b8:
|
|
{
|
|
V_0 = ((int32_t)1082);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18c3:
|
|
{
|
|
V_0 = ((int32_t)1044);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18ce:
|
|
{
|
|
V_0 = ((int32_t)1121);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18d9:
|
|
{
|
|
V_0 = ((int32_t)1043);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18e4:
|
|
{
|
|
V_0 = ((int32_t)2068);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18ef:
|
|
{
|
|
V_0 = ((int32_t)1044);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_18fa:
|
|
{
|
|
V_0 = ((int32_t)1132);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1905:
|
|
{
|
|
V_0 = ((int32_t)1154);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1910:
|
|
{
|
|
V_0 = ((int32_t)1096);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_191b:
|
|
{
|
|
V_0 = ((int32_t)1094);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1926:
|
|
{
|
|
V_0 = ((int32_t)1045);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1931:
|
|
{
|
|
V_0 = ((int32_t)1164);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_193c:
|
|
{
|
|
V_0 = ((int32_t)1123);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1947:
|
|
{
|
|
V_0 = ((int32_t)1046);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1952:
|
|
{
|
|
V_0 = ((int32_t)1158);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_195d:
|
|
{
|
|
V_0 = ((int32_t)1131);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1968:
|
|
{
|
|
V_0 = ((int32_t)1047);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1973:
|
|
{
|
|
V_0 = ((int32_t)1048);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_197e:
|
|
{
|
|
V_0 = ((int32_t)1049);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1989:
|
|
{
|
|
V_0 = ((int32_t)1159);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1994:
|
|
{
|
|
V_0 = ((int32_t)1103);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_199f:
|
|
{
|
|
V_0 = ((int32_t)1157);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19aa:
|
|
{
|
|
V_0 = ((int32_t)1083);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19b5:
|
|
{
|
|
V_0 = ((int32_t)1115);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19c0:
|
|
{
|
|
V_0 = ((int32_t)1051);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19cb:
|
|
{
|
|
V_0 = ((int32_t)1060);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19d6:
|
|
{
|
|
V_0 = ((int32_t)7227);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19e1:
|
|
{
|
|
V_0 = ((int32_t)5179);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19ec:
|
|
{
|
|
V_0 = ((int32_t)9275);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_19f7:
|
|
{
|
|
V_0 = ((int32_t)8251);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a02:
|
|
{
|
|
V_0 = ((int32_t)1052);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a0d:
|
|
{
|
|
V_0 = ((int32_t)9242);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a18:
|
|
{
|
|
V_0 = ((int32_t)10266);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a23:
|
|
{
|
|
V_0 = ((int32_t)9242);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a2e:
|
|
{
|
|
V_0 = ((int32_t)1053);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a39:
|
|
{
|
|
V_0 = ((int32_t)1089);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a44:
|
|
{
|
|
V_0 = ((int32_t)1114);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a4f:
|
|
{
|
|
V_0 = ((int32_t)1097);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a5a:
|
|
{
|
|
V_0 = ((int32_t)1098);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a65:
|
|
{
|
|
V_0 = ((int32_t)1064);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a70:
|
|
{
|
|
V_0 = ((int32_t)1064);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a7b:
|
|
{
|
|
V_0 = ((int32_t)1054);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a86:
|
|
{
|
|
V_0 = ((int32_t)1090);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a91:
|
|
{
|
|
V_0 = ((int32_t)1074);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1a9c:
|
|
{
|
|
V_0 = ((int32_t)1055);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1aa7:
|
|
{
|
|
V_0 = ((int32_t)1092);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ab2:
|
|
{
|
|
V_0 = ((int32_t)2143);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1abd:
|
|
{
|
|
V_0 = ((int32_t)2143);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ac8:
|
|
{
|
|
V_0 = ((int32_t)1152);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ad0:
|
|
{
|
|
V_0 = ((int32_t)1058);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ad8:
|
|
{
|
|
V_0 = ((int32_t)1056);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ae0:
|
|
{
|
|
V_0 = ((int32_t)1091);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1ae8:
|
|
{
|
|
V_0 = ((int32_t)2115);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1af0:
|
|
{
|
|
V_0 = ((int32_t)1091);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1af8:
|
|
{
|
|
V_0 = ((int32_t)1066);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b00:
|
|
{
|
|
V_0 = ((int32_t)1160);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b08:
|
|
{
|
|
V_0 = ((int32_t)1076);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b10:
|
|
{
|
|
V_0 = ((int32_t)1130);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b18:
|
|
{
|
|
V_0 = ((int32_t)2052);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b20:
|
|
{
|
|
V_0 = ((int32_t)2052);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b28:
|
|
{
|
|
V_0 = ((int32_t)3076);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b30:
|
|
{
|
|
V_0 = ((int32_t)1077);
|
|
goto IL_1b49;
|
|
}
|
|
|
|
IL_1b38:
|
|
{
|
|
String_t* L_496 = ___name0;
|
|
String_t* L_497 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral4D0D35E3F9FA8F0FF4FB8EC98BDA283E0637F52C, L_496, /*hidden argument*/NULL);
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_498 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_498, L_497, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_498, CultureInfo_CreateSpecificCultureFromNeutral_mD92C404ACDE9C932FB24437F912424821C19F0ED_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_1b49:
|
|
{
|
|
int32_t L_499 = V_0;
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_500 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m0CC8F74A7489CB5BF1A66B3B42A684A8E32D5A0D(L_500, L_499, /*hidden argument*/NULL);
|
|
return L_500;
|
|
}
|
|
}
|
|
// System.Int32 System.Globalization.CultureInfo::get_CalendarType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_default_calendar_type_8();
|
|
V_0 = ((int32_t)((int32_t)L_0>>(int32_t)8));
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return 1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return 7;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return ((int32_t)23);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return 6;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_2 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_2, _stringLiteral13CF10A8C33C59C2C2FA4A4C5B58E54D41A0529F, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CultureInfo_get_CalendarType_m4E62B9F3A07FC134288F8F0045B36C80B7820F1F_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::CreateCalendar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5 (int32_t ___calendarType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Type_t * V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
V_0 = (String_t*)NULL;
|
|
int32_t L_0 = ___calendarType0;
|
|
V_2 = ((int32_t)((int32_t)L_0>>(int32_t)8));
|
|
int32_t L_1 = V_2;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_2 = ___calendarType0;
|
|
GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 * L_3 = (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 *)il2cpp_codegen_object_new(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
GregorianCalendar__ctor_mB0C2745A37BBDD632513B1CC543F303A96974360(L_3, ((int32_t)((int32_t)L_2&(int32_t)((int32_t)255))), /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_0 = _stringLiteral15F82F7D7649B72D2F13BC2A9FBCE3430E32EAAD;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
V_0 = _stringLiteralAA0A012B0AF5D60A349393A0B29275C8047EC0F5;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_0 = _stringLiteral5AF3B0BD9EF6A3F3B1ABBC815082E30376022C89;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_4 = ___calendarType0;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject * L_6 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_5);
|
|
String_t* L_7 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral3C98290E23F3A606D63A40E03A5D3ADD211D9767, L_6, /*hidden argument*/NULL);
|
|
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_8 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
|
|
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_8, L_7, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, CultureInfo_CreateCalendar_m78D09CF149258F4ABFC5B45CC5A44C3C4B4BF4E5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_10 = il2cpp_codegen_get_type((Il2CppMethodPointer)&Type_GetType_m8A8A6481B24551476F2AF999A970AD705BA68C7A, L_9, (bool)0, "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089");
|
|
V_1 = L_10;
|
|
Type_t * L_11 = V_1;
|
|
bool L_12 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_11, (Type_t *)NULL, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 * L_13 = (GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005 *)il2cpp_codegen_object_new(GregorianCalendar_tC611DFF7946345F7AF856B31987FEECB98DEE005_il2cpp_TypeInfo_var);
|
|
GregorianCalendar__ctor_mB0C2745A37BBDD632513B1CC543F303A96974360(L_13, 1, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
Type_t * L_14 = V_1;
|
|
RuntimeObject * L_15 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_14, /*hidden argument*/NULL);
|
|
return ((Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 *)CastclassClass((RuntimeObject*)L_15, Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Exception System.Globalization.CultureInfo::CreateNotFoundException(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F (String_t* ___name0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CreateNotFoundException_mEB7B332876938F796C126DAB32D5D64A3FFDD39F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___name0;
|
|
String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral6A7111C208A859FCA4DCBE9D635C171534460B06, L_0, _stringLiteral67E2F6478F31A5F41D827A0644F1EFD83CE45B9E, /*hidden argument*/NULL);
|
|
CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 * L_2 = (CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201 *)il2cpp_codegen_object_new(CultureNotFoundException_t1B82958AC9B0EB141D9D3A594649E47EC0873201_il2cpp_TypeInfo_var);
|
|
CultureNotFoundException__ctor_mFEE61B0E4943A9273A64AEDB3D122570115BB1E7(L_2, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_DefaultThreadCurrentCulture_mCC52FEEF31992F66C3A74D4566C1CB2C6D2CE581 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_DefaultThreadCurrentCulture_mCC52FEEF31992F66C3A74D4566C1CB2C6D2CE581_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_s_DefaultThreadCurrentCulture_34();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_DefaultThreadCurrentUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_DefaultThreadCurrentUICulture_mEB6BC8E5CB2D0BBBB6B7AD860E55683284CCAF3B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_DefaultThreadCurrentUICulture_mEB6BC8E5CB2D0BBBB6B7AD860E55683284CCAF3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->get_s_DefaultThreadCurrentUICulture_33();
|
|
il2cpp_codegen_memory_barrier();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Globalization.CultureInfo::get_SortName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CultureInfo_get_SortName_m781E78F10C18827A614272C7AB621683BFA968A5 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_name_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultUICulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_UserDefaultUICulture_m65D62A67F22DFB25EDD7E629AC3381824704DE40 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_UserDefaultUICulture_m65D62A67F22DFB25EDD7E629AC3381824704DE40_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_ConstructCurrentUICulture_m2FE732E44451F81797CB4D5489B719716682A8E2(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_UserDefaultCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_UserDefaultCulture_m1057FA0B6C68E6EE22B119A3FA7F6678151CEBEB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_UserDefaultCulture_m1057FA0B6C68E6EE22B119A3FA7F6678151CEBEB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_ConstructCurrentCulture_mE6C8422F02C0B034357F8AF0561FCAEED25D2652(/*hidden argument*/NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::CheckDomainSafetyObject(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo_CheckDomainSafetyObject_m01725D60CEB913D48175CC310FC6C1ECCA42A1A8 (RuntimeObject * ___obj0, RuntimeObject * ___container1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_CheckDomainSafetyObject_m01725D60CEB913D48175CC310FC6C1ECCA42A1A8_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
NullCheck(L_0);
|
|
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(27 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4);
|
|
bool L_6 = Assembly_op_Inequality_m6949ED5777CC2840BF1EBD907C35A20E25F22F7B(L_2, L_5, /*hidden argument*/NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
|
|
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral55DCFFE83E53618D0666874ED1131226671BD9AC, /*hidden argument*/NULL);
|
|
RuntimeObject * L_9 = ___obj0;
|
|
NullCheck(L_9);
|
|
Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_9, /*hidden argument*/NULL);
|
|
RuntimeObject * L_11 = ___container1;
|
|
NullCheck(L_11);
|
|
Type_t * L_12 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_11, /*hidden argument*/NULL);
|
|
String_t* L_13 = String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435(L_7, L_8, L_10, L_12, /*hidden argument*/NULL);
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_14 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_14, L_13, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, CultureInfo_CheckDomainSafetyObject_m01725D60CEB913D48175CC310FC6C1ECCA42A1A8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::get_HasInvariantCultureName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509 (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_get_HasInvariantCultureName_m0C125F4051A3E515BE0ED9F81376BC6BFCDC8509_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, __this);
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_1);
|
|
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4 (String_t* ___cultureName0, bool ___throwException1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
String_t* L_0 = ___cultureName0;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
Il2CppChar L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_4 = Char_IsLetterOrDigit_mD7307B3157DFA4EC20D58F68ACB6A9793D3A8292(L_3, /*hidden argument*/NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_5 = V_1;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)95))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_7 = ___throwException1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
|
|
String_t* L_10 = ___cultureName0;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
|
|
String_t* L_11 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral03850E79212815493735360C283D99247A695B2C, L_9, /*hidden argument*/NULL);
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
String_t* L_15 = ___cultureName0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_14) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Globalization.CultureInfo::VerifyCultureName(System.Globalization.CultureInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CultureInfo_VerifyCultureName_m6169AD8655E71230F89C121DFF06759F3AE7638C (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___throwException1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo_VerifyCultureName_m6169AD8655E71230F89C121DFF06759F3AE7638C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->get_m_isInherited_29();
|
|
if (L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Globalization.CultureInfo::get_Name() */, L_2);
|
|
bool L_4 = ___throwException1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
bool L_5 = CultureInfo_VerifyCultureName_m41E3E56452EBF3EB9D7F784AB8A384D042957CD4(L_3, L_4, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Globalization.CultureInfo::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureInfo__cctor_mB60111F6A3A9F805289919FD50B0618C2482109A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (CultureInfo__cctor_mB60111F6A3A9F805289919FD50B0618C2482109A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F *)il2cpp_codegen_object_new(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|
CultureInfo__ctor_m11A89D10689F054F56AEA1BFBC61DD64059E63FF(L_0, ((int32_t)127), (bool)0, (bool)1, /*hidden argument*/NULL);
|
|
il2cpp_codegen_memory_barrier();
|
|
((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->set_invariant_culture_info_0(L_0);
|
|
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
|
|
((CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields*)il2cpp_codegen_static_fields_for(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var))->set_shared_table_lock_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RuntimeMethodHandle__ctor_m9CC949EB4CD7232E817857F0D1555FB8A562E453_inline (RuntimeMethodHandle_t85058E06EFF8AE085FAB91CE2B9E28E7F6FAE33F * __this, intptr_t ___v0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___v0;
|
|
__this->set_value_0((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_m_target_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* StackFrame_GetInternalMethodName_m2690896FB6563D59491447D1B5377195E88A2018_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_internalMethodName_9();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t StackFrame_GetMethodAddress_m8516C2832DE41C888861EE98AEA341287BC07A27_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->get_methodAddress_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR uint32_t StackFrame_GetMethodIndex_mC1E293B5EF859BA0424EF76F84659A06201E84B2_inline (StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = __this->get_methodIndex_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_PositiveInfinitySymbol_m7602CB28ED33148275C2ED9CF8395241BF8E0F0A_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_positiveInfinitySymbol_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NegativeInfinitySymbol_m8C1DDF6E543F2193CD0BE65F67175E4DECED1DB8_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_negativeInfinitySymbol_14();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NaNSymbol_m82326D3E16F9834D5138685A6956EE154944891E_inline (NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_nanSymbol_12();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
__this->set__HResult_11(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t 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 int32_t StreamingContext_get_State_mC28CB681EC71C3E6B08B277F3BD0F041FC5D1F62_inline (StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_state_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* AssemblyName_get_Name_m6EA5C18D2FF050D3AF58D4A21ED39D161DFF218B_inline (AssemblyName_t6F3EC58113268060348EE894DCB46F6EF6BBBB82 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_name_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * ExceptionDispatchInfo_get_BinaryStackTraceArray_mB03FCEE86CCD7523AF2856B74B8FD66936491701_inline (ExceptionDispatchInfo_t0C54083F3909DAF986A4DEAA7C047559531E0E2A * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = __this->get_m_stackTrace_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Calendar_SetReadOnlyState_m257219F0844460D6BBC3A13B3FD021204583FC2B_inline (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, bool ___readOnly0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___readOnly0;
|
|
__this->set_m_isReadOnly_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Calendar_get_IsReadOnly_m2F19E6FF651A9DACEF467F84D939AC00E08B6640_inline (Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_m_isReadOnly_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CultureInfo_get_SortName_m781E78F10C18827A614272C7AB621683BFA968A5_inline (CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->get_m_name_13();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool MSCompatUnicodeTable_get_IsReady_mFFB82666A060D9A75368AA858810C41008CDD294_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (MSCompatUnicodeTable_get_IsReady_mFFB82666A060D9A75368AA858810C41008CDD294mscorlib5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_StaticFields*)il2cpp_codegen_static_fields_for(MSCompatUnicodeTable_tF7317B16A2F3BD7B319A929F839E7E23ECCE860B_il2cpp_TypeInfo_var))->get_isReady_18();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDBmscorlib5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinal_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TextInfo_SetReadOnlyState_mAC959762A86242FA9594A3872EB4126401DF0AA7_inline (TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * __this, bool ___readOnly0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___readOnly0;
|
|
__this->set_m_isReadOnly_0(L_0);
|
|
return;
|
|
}
|
|
}
|